html, body {
    margin: 0px;
    padding: 0px;
    -ms-overflow-style: none;
    /*火狐下隐藏滚动条*/
    overflow: -moz-scrollbars-none;
}

::-webkit-scrollbar {
    display: none;
}

.float:after {
    content: "";
    display: block;
    clear: both;
}

.indexmainbox {
    width: 100%;
    margin: 0 auto;
    padding-top: 100px;
}


/*封面*/
.topImg{
    background-size: 100% 100%;
}
.detailImg{
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    height: 400px;
}
.detailImg img{
    display: block;
    object-fit: cover;
}
.detailList{
    position: relative;
    width: 100%;
    height: 100%;
}

.pinpaiCont{
    width: 1200px;
    margin: 0 auto;
    margin-top: 20px !important;
}
/*检索*/
.condition{
    margin-bottom: 30px;
}
.conditionItem {
    overflow: hidden;
    padding: 11px 0;
    border-bottom: 1px solid #e2e2e2;
}
.conditionItem_tit{
    width: 75px;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #000;
    line-height: 24px;
    padding: 4px 0;
}
.conditionItem_sel{
    float: left;
    width: 1125px;
}
.conditionItem_sel span{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #000;
    line-height: 22px;
    margin: 4px 5px;
    padding: 0 8px;
}
.conditionItem_sel .active{
    background: #EEF8F6;
    color: #01AB84 !important;
    border: 1px solid #01AB84;
}

.meetBox{
    overflow: hidden;
    padding: 10px 0;
}
.meetLeft{
    width: 880px;
    float: left;
}
.meetRight{
    width: 290px;
    float: right;
}

/*会议*/
.meetItem{
    margin-bottom: 15px;
    padding-bottom: 15px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}
.meetItem_fl{
    margin-right: 20px;
    border-radius: 6px;
    position: relative;
    width: 150px;
    height: 85px;
    float: left;
}
.meetItem_fl .zhuanqu {
    background: #01AB84;
}
.meetItem_fl .living {
    background: #FF5F00;
}

.meetItem_fl .nostart {
    background: #FFAF00;
}

.meetItem_fl .gameover {
    background: #CCCCCC;
}
.meetItem_fl img{
    width: 150px;
    height: 85px;
    display: block;
    border-radius: 6px;
}
.meetItem_mid{
    width: 500px;
    float: left;
}
.meetItem_tlt{
    width: 500px;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 5px;
}

.meetItem_cont{
    margin-top: 25px;
    font-size: 14px;
    color: #868686;
}
.meetItem_cont span{
    margin-right: 30px;
}
.meetItem_cont span i{
    margin-right: 5px;
    font-size: 14px;
}

.meetItem_fr{
    float: right;
}
.meetItem_fr span{
    display: inline-block;
    background: #01AB84;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    border-radius: 5px;
    margin-top: 20px;
    margin-right: 10px;
}

/*会议动态*/
.projectTab{
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.projectTab_tit{
    font-weight: bold;
    font-size: 22px;
}
.projectTab_tit .span{
    padding: 0 5px 5px;
    cursor: pointer;
}
.tabCur{
    color: #01AB84;
    border-bottom: 3px solid #01AB84;
}

.infoList{
    height: 280px;
    overflow: hidden;
    padding: 0px 5px 0 5px;
    position: relative;
    margin-top: 20px;
}

.infoSwiper{
    overflow:hidden;
    position:relative;
    height: 100%;
}

.infoSwiper ul li {
    padding: 0 5px;
    margin-top: 15px;
}
.infoSwiper ul li .tit{
    width: 250px;
    display: flex;
    align-items: center;
}
.infoSwiper ul li .tit .text{
    width: 240px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
}
.infoSwiper ul li .tit .dian{
    width: 5px;
    height: 5px;
    background: #000;
    display: inline-block;
    margin-right: 5px;
    border-radius: 50%;
    flex-shrink: 0;
}



/*直播通道*/
.liveBox{
    margin-top: 30px;
}
.liveList{
    padding: 20px 5px 0 5px;
}
.liveItem{
    width: 280px;
    margin-bottom: 10px;
    cursor: pointer;
    box-shadow: 0 0 3px #eee;
    position: relative;
    border-radius: 3px;
    transition: all .5s ease-out .1s;
}
.liveItem_img{
    width: 280px;
    height: 158px;
    overflow: hidden;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.liveItem_img img{
    width: 100%;
    height: 100%;
    transition: all .5s ease-out .1s;
    display: block;
}
.liveItem:hover .liveItem_img img {
    transform: scale(1.1);
}
.liveItem_main{
    height: 80px;
    padding: 12px 15px 0 15px;
    overflow: hidden;
}
.liveItem_title{
    font-size: 14px;
    height: 40px;
    overflow: hidden;
    line-height: 1.5;
    color: #000;
}
.liveItem_count{
    height: 30px;
    line-height: 30px;
    color: #979fa6;
    font-size: 12px;
}
.liveItem_tip{
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 22px;
    border-radius: 3px;
    color: #FFF;
    right: 5px;
    top: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 22px;
}


.liveItem .living {
    background: #FF5F00;
}

.liveItem .nostart {
    background: #FFAF00;
}

.liveItem .gameover {
    background: #CCCCCC;
}

.liveItem .relook {
    background: #006EFF;
}

.liveItem .zhuanqu {
    background: #01AB84;
}













