.activeBarBox {
    background-color: #148df7;
    min-width: 1200px
}
.bannerBox {
    height: 460px;
    background: url(../images/ds_bannerBg.png) center center no-repeat;
    min-width: 1200px;
}
.bannerLecturer {
    height: 398px;
    background: url(../images/lecturerBanner5.png) center center no-repeat;
    min-width: 1200px;
}
/* 标题 */
.titleBox{
    border-bottom: 1px solid #ddd;
    height: 52px;
}
.titleBox span{
    height: 51px;
    line-height: 51px;
    font-size: 16px;
    color: #0c8acd;
    font-weight: bold;
    border-bottom: 2px solid #0c8acd;
    padding: 0 9px;
}
.titleBox a{
    color: #999;
    line-height: 52px;
}
.titleBox a:hover{
    color: #0c8acd;
}
/* 赛事文件 */
.modular01{
    padding: 12px 0 29px;
}
.modular01 .leftBox{
    width: 657px;
}
.modular01 .leftBox ul li{
    background: url(../images/ds_spot.png) no-repeat 4px center;
    line-height: 47px;
    height: 47px;
    border-bottom: 1px dashed #ededed;
    padding-left: 20px;
}
.modular01 .leftBox ul li a{
    width: 525px;
}
.modular01 .leftBox ul li:hover a{
    color: #0c8acd;
}
.modular01 .leftBox ul li span{
    color: #999;
}
/* 最新动态 */

.modular01 .rightBox ul li:hover a{
    color: #0c8acd;
}
.modular01 .leftBox  .topBox {
    border-bottom: 1px dashed #dddddd;
    padding-bottom: 9px;
    padding-top: 13px;

}
.modular01 .leftBox  .topBox a{
    display: block;
    width: 100%;
    color: #0784c7;
    margin-bottom: 5px;
}
.modular01 .leftBox  .topBox .h48{
    height: 48px;
    overflow: hidden;
    line-height: 24px;
}
.modular01 .rightBox .rightlist li{
    background: url(../images/ds_spot.png) no-repeat 4px center;
    line-height: 47px;
    height: 47px;
    border-bottom: 1px dashed #ededed;
    padding-left: 20px;
}
.modular01 .rightBox{
    width: 513px;
}
.modular01 .rightBox .picBox,.modular01 .rightBox .picBox img{
    display: block;
    width: 110px;
    height: 74px;
}
.modular01 .rightBox .infoBox{
    width: 378px;
}
.modular01 .rightBox .infoBox a{
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-bottom: 15px;
}
.modular01 .rightBox .infoBox a:hover{
    color: #0784c7;
}
.modular01 .rightBox .infoBox p{
    color: #999;
}
/* 赛程安排 */
.scBox{
    background-color: #f6f6f6;
    padding-bottom: 30px;
}
.scImg{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.scImgTwo{
    margin-top: 25px;
}
.scImgTwo img{
    width: 100%;
}
.ssjl{
    background-color: #fff;
}
.hjBox{
    width: 100%;
    height: 310px;
    background: url(../images/hjBoxBg5.png) no-repeat center;
    padding: 0 30px;
    padding-top: 35px;
    box-sizing: border-box;
}
.hjBox h2{
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
}
.hjBox p{
    margin-bottom: 5px;
    font-size: 16px;
    color: #4c4c4c;
    text-indent: 2em;
    line-height: 40px;
}
.jxBox{
    margin: 30px 0;
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between;
}
.jxBox .jxItem{
    width: 280px;
    height: 195px;
}
.jxBox .jxItem.one{
    background: url(../images/ydjBg.png) no-repeat center;
}
.jxBox .jxItem.one .num{
    color: #f0a000;
}
.jxBox .jxItem.two .num{
    color: #aba7ab;
}
.jxBox .jxItem.three .num{
    color: #eca966;
}
.jxBox .jxItem.yxj .num{
    color: #fdafc2;
}
.jxBox .jxItem.two{
    background: url(../images/edjBg.png) no-repeat center;
}
.jxBox .jxItem.three{
    background: url(../images/sdjBg.png) no-repeat center;
}
.jxBox .jxItem.yxj{
    background: url(../images/yxjBg.png) no-repeat center;
}
.jxBox .jxItem .title{
    font-size: 26px;
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
    color: #fff;
}
.jxBox .jxItem .num{
    font-size: 14px;
    margin: 15px 0;
    text-align: center;
}
.jxBox .jxItem .num em{
    font-size: 22px;
    font-weight: bold;
}
.jxBox .jxItem .text{
    padding: 0 25px;
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    color: #666666;
}
.linkBox{
    display: flex;
    justify-content: space-between;
}
/* 下载专区 */
.downloadBoxL{
    background-color: #148df7;
    height: 100px;
    margin-top: 20px;
}
.downloadBoxL .tabBox{
    padding: 20px 25px;
    box-sizing: border-box;
    width: 175px;
    height: 100%;
    background: linear-gradient(-109deg, transparent 52px, rgba(255,255,255,0.4) 0) top right;
}
.downloadBoxL .tabBox .title{
    font-size: 21px;
    color: #fff;
    font-weight: bold;
}
.downloadBoxL .tabBox a{
    font-weight: bold;
    margin-top: 15px;
    display: inline-block;
    width: 80px;
    height: 25px;
    color: #148df7;
    text-align: center;
    line-height: 25px;
    border-radius: 25px;
    background-color: #fff;
}
.downloadBoxL ul{
    width: 970px;
    padding: 10px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.downloadBoxL ul li{
    /* width: 200px; */
    width: 50%;
    /* margin-right: 50px; */
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}
.downloadBoxL ul li p{
    /* width: 140px; */
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    display: flex;
    align-items: center;
}
.downloadBoxL ul li .liIcon{
    display: inline-block;
    flex-shrink:0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    margin-right: 8px;
}
.downloadBoxL ul li a{
    color: #fff;
    padding: 2px 10px;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px solid #fff;
}
.downloadBoxL ul li a:hover{
    background-color: #fff;
    color: #148df7;
}
.downloadBox{
    margin-top: 20px;
    border: 3px solid #0784c7;
}
.downloadBox .tabBox{
    background: #0784c7;
    width: 63px;
    overflow: hidden;
}
.downloadBox .tabBox span{
    font-size: 18px;
    font-weight: bold;
    line-height: 23px;
    color: #fff;
    width: 37px;
    display: block;
    margin: 9px auto 10px;
}
.downloadBox .tabBox a{
    color: #9ebfda;
    display: block;
    margin: 0 auto 13px;
    text-align: center;
}
.downloadBox ul{
    width: 419px;
    padding: 4px 12px;
    height: 87px;
}
.downloadBox ul li{
    border-bottom: 1px dashed #ededed;
    padding-left: 13px;
    background: url(../images/ds_spotBlue.png) no-repeat 2px center;
    line-height: 28px;
    height: 28px;
}
.downloadBox ul li:last-child{
    border-bottom: none;
}
.downloadBox ul li p{
    width: 300px;
    font-weight: bold;
}
.downloadBox ul li a{
    width: 34px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border: 1px solid #0784c7;
    color: #0784c7;
    font-size: 12px;
    border-radius: 2px;
    margin-top: 4px;
}
.downloadBox ul li a:hover{
    background: #0784c7;
    color: #fff !important;
}
/* 视频 start */
.modular02{
    background: url(../images/ds_bg.png) no-repeat center;
    width: 100%;
    min-width: 1200px;
}
.modular02 ul{
    margin-top: 23px;
    width: 1233px;
    max-height: 492px;
    overflow: hidden;
    margin-left: -33px;
}
.modular02 ul li{
    width: 275px;
    height: 215px;
    margin: 0 0 31px 33px;
    box-shadow: 0 0 10px #93c4de;
    background: #fff;
}
.modular02 ul li .videoBox{
    display: block;
    width: 275px;
    height: 155px;
}
.modular02 ul li .videoBox:hover span{
    display: block;
}
.modular02 ul li .videoBox span{
    width: 275px;
    height: 155px;
    background: url(../images/ds_video.png) no-repeat center;
    top: 0;
    left: 0;
}
.modular02 ul li .videoBox img{
    display: block;
    width: 100%;
    height: 100%;
}
.modular02 ul li .titleLink{
    display: block;
    line-height: 20px;
    height: 40px;
    font-weight: bold;
    margin: 10px 18px ;
    width: 239px;
    overflow: hidden;
    text-align: center;
}
.modular02 ul li .titleLink:hover,.modular03 .leftBox .linkBox:hover{
    color: #0c8acd;
}
/* 视频 end */

.kjBox{
    background-color: #fff;
    padding-bottom: 30px;
}
.kjBox .listBox{
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}
.kjBox .listBox .rightBox{
    width: 955px;
}
.kjBox .listBox .rightBox ul{
    width: 100%;
    min-height: 307px;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 0 15px;
    box-sizing: border-box;
}
.kjBox .listBox .rightBox ul li{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 1px dotted #e6e6e6;
}
.kjBox .listBox .rightBox ul li .leftLi{
    display: flex;
    align-items: center;
}
.kjBox .listBox .rightBox ul li .liIcon{
    width: 5px;
    height: 5px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 50%;
    background-color: #e6e6e6;
}
.kjBox .listBox .rightBox ul li .title{
    font-size: 14px;
    color: #333;
    max-width: 760px;
}
.kjBox .listBox .rightBox ul li .time{
    font-size: 14px;
    color: #999;
}
.kjBox .listBox .rightBox ul li:hover .title{
    color: #148df7;
}
.kjBox .listBox .rightBox ul li:last-child{
    border-bottom: 0;
}
/* 风采展示 start */
.modular03L{
    background-color: #f1f3f5;
}
.modular03{
    padding: 13px 0 35px;
}
.modular03 .leftBox{
    width: 867px;
}
.modular03 .leftBox ul{
    width: 887px;
    margin-top: 20px;
    height: 215px;
}
.modular03 .leftBox ul li{
    width: 275px;
    height: 215px;
    margin-right: 18px;
    background: #fff;
    box-shadow: 0 0 10px #93c4de;
}
.modular03 .leftBox.leftBoxL ul li{
    margin-right: 30px;
}
.modular03 .leftBoxL ul li:last-child{
    margin-right: 0;
}
.modular03 .leftBox .picBox,.modular03 .leftBox .picBox img{
    display: block;
    width: 275px;
    height: 155px;
}
.modular03 .leftBox .linkBox{
    display: block;
    line-height: 30px;
    height: 30px;
    margin: 15px 18px;
    text-align: center;
    font-weight: bold;
}
.modular03 .rightBox{
    width: 276px;
    height: 224px;
    background: url(../images/ds_ssbg.png) no-repeat center;
    margin-top: 20px;
    padding: 46px 12px 0;
}
.modular03 .rightBox .videoOut{
    width: 265px;
    height: 145px;
    border: 5px solid #fff;
    background: #fff;
    display: block;
}
.modular03 .rightBox .videoOut span{
    width: 265px;
    height: 145px;
    background: url(../images/ds_video.png) no-repeat center;
    top: 0;
    left: 0;
}
.modular03 .rightBox .videoOut:hover span{
    display: block;
}
.modular03 .rightBox .videoOut img{
    display: block;
    width: 265px;
    height: 145px;
}
.modular03 .rightBox .linkBox{
    width: 190px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    color: #fff;
    font-weight: bold;
    margin-top: 12px;
}
.modular03 .rightBox .moreBox{
    width: 52px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    font-size: 12px;
    background: #5396fc;
    border-radius: 3px;
    margin-top: 22px;
    text-align: center;
}
/* 风采展示 end */