body{
    font-size: 16px;
    font-family: '微软雅黑';
}
body,ul,li,p,div{
    margin:0;
    padding: 0;
}
ul,li{
    list-style: none;
}
a,a:hover{
    outline: none;
    text-decoration: none;
}
.jumbotron{
    padding: 0;
    margin: 0;
}
/* Make the image fully responsive */
.carousel-inner img {
    width: 100%;
    height: 100%;
}
/*.conference_agenda .panel-body .row div{*/
/*    line-height: 30px;*/
/*}*/
.conference_agenda .panel-body div{
    padding: 3px 0;
    text-align: left;
    width: 480px;
    margin: 0 auto;
    display: flex;
    justify-items: baseline;
    align-items: first;
}
.conference_agenda .panel-body .agendaTime{
    display: inline-block;
    width: 170px;
}
.conference_agenda .panel-body .agendaContent{
    display: inline-block;
    width: calc(100% - 170px);
}
.panel{
    margin-top: 20px;
}
.panel-heading{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/*#conference_prev .row:first-child .thumbnail{*/
/*    border-top: 1px solid #eee;*/
/*}*/
.panel-title{
    margin-bottom: 0;
}
.small_title{
    font-size: 12px;
    color: darkgray;
    letter-spacing: 3px;
}
.panel-body{
    padding: 10px;
}
.panel-body label{
    text-indent: 2rem;
}
.prev_box_title{
    margin-bottom: 16px;
    text-align: center;
}
.prev_box_title h3{
    color: rgb(33,89,203);
    /*color: #313aa4;*/
}
.prev_box_title .prev_title_more{
    color: darkgray;
    letter-spacing: 3px;
    position: relative;
    font-size: 16px;
}
.prev_box_title .prev_title_more::before,.prev_box_title .prev_title_more::after{
    width: 110px;
    height: 2px;
    content: '';
    background-color: rgb(33,89,203);
    position: absolute;
    top: 6px;
}
.prev_box_title .prev_title_more::before{
    left: -124px;
}
.prev_box_title .prev_title_more::after{
    right: -122px;
}
.thumbnail{
    border: 1px solid #eee;
    /*border-bottom: none;*/
    margin-bottom: 10px;
}
/*#conference_prev .row:last-child .thumbnail{*/
/*    border-bottom: 1px solid #eee;*/
/*}*/
.caption{
    /*border: 1px solid #eee;*/
    /*border-top: none;*/
}
.caption .prev_process{
    position: relative;
    /*border-bottom: 1px solid #eee;*/
    padding: 6px 10px 2px;
    box-sizing: border-box;
    color: #4cae4c;
    font-weight: 700;
    font-size: 14px;
}
.caption .prev_process a,.caption .prev_process a:hover{
    color: #4cae4c;
    text-decoration: none;
}
a .prev_title,a .prev_title:hover,.prev_title a,.prev_title a:hover{
    color: #212529;
    text-decoration: none;
    outline: none;
}
.prev_title,.prev_title:hover{
    width: 100%;
    padding: 6px 10px;
    box-sizing: border-box;
    font-weight: bold;
    /*font-size: 14px;*/
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    outline: none;
}
.caption .prev_start{
    padding-left: 38px;
}
.caption .prev_start:before{
    width: 20px;
    height: 20px;
    content: '';
    background: url("../image/start.png") no-repeat;
    background-size: 100%;
    position: absolute;
    top: 6px;
    left: 12px;
}
.caption .prev_down{
    color: #ea3636;
}
.caption .prev_down span{
    color: #e36f6f;
    font-size: 12px;
}


.thirdClass{
    padding-left: 22px;
}
.li_tit_color_black{
    color: black;
    font-weight: bold;
    vertical-align: top;
}
.li_tit_style{
    min-height: 24px;

}
.footer{
    background-color: #eee;
    margin-top: 20px;
    padding: 0;
}
.footer p{
    text-align: center;
    color: #3d3d3d;
    padding: 6px 0;
}
.menu{
    position: fixed;
    right: 0;
    top: calc(50% - 88px);;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: flex-end;

}
.menu li{
    width: 136px;
    border-radius: 18px 0 0 18px;
    /*border-radius: 18px;*/
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.menu li:last-child{
    margin-bottom: 0;
}
.menu li img{
    width: 16px;
    margin: 0 6px;
}
.menu li a,.menu li a:hover{
    color: white;
    font-size: 16px;
    text-decoration: none;
}
.menu li:first-child{
    background-color: #6A71E5;
}
.menu li:nth-child(2){
    background-color: #0091FF;
}
.menu li:nth-child(3){
    background-color: #FF4966;
}
.menu li:last-child{
    background-color: #FFA500;
}
.mobileMenu{
    background: #0064c8;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: none;
    justify-content: center;
    align-items: center;
    margin-bottom: 6px;
}
.mobileMenu img{
    width: 20px;
    height: 20px;
}
@media only screen and (max-width: 767px){
    /*.intro_con ul li{*/
    /*    display: flex;*/
    /*}*/
    /*.li_box{*/
    /*    width: 61%;*/
    /*    margin-left: 32px;*/
    /*}*/
    /*.li_time{*/
    /*    text-align: right;*/
    /*    width: calc(34% - 26px);*/
    /*    position: relative;*/
    /*    padding-right: 12px;*/
    /*    box-sizing: border-box;*/
    /*}*/
    /*.li_time .greenT{*/
    /*    position: absolute;*/
    /*    top: 0;*/
    /*    right: -18px;*/
    /*}*/
    .conference_agenda .panel-body div{
        width: 100%;
    }
    /*#conference_prev .lastRow .lastCol .thumbnail{*/
    /*    border-bottom: none;*/
    /*}*/
    /*#conference_prev .lastRow .lastCol:last-child .thumbnail{*/
    /*    border-bottom: 1px solid #eee;*/
    /*}*/
    .menu{
        top: calc(50% - 100px);;
    }
    .mobileMenu{
        display: flex;
    }
    #menuAll{
        display: none;;
    }
}

