.news{
    padding: 20px 0 85px;
    background-image: url("../img/image_02.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    line-height: 1;
    font-size: 0;
}

.news .news-wrap{
    width: 100%;
    margin-top: 20px;
}

.news .carousel{
    max-width: 395px;
    position: relative;
    float: left;
    margin-right: 20px;
}

.news .carousel .image{
    position: relative;
    line-height: 1;
    font-size: 0;
}

.news .carousel .data{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 64px;
}

.news .carousel .data p{
    background-color: #317CDA;
    line-height: 45px;
    font-size: 25px;
    text-align: center;
    color: #fff;
}

.news .carousel .data span{
    font-size: 12px;
    line-height: 25px;
    color: #fff;
    background-color: #333;
    text-align: center;
    display: block;
    width: 100%;
}

.news .carousel .article{
    background-color: #fff;
    padding: 20px;
}

.news .carousel .article h3{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    margin: 0;
}

.news .swiper-slide a:hover .article h3{
    color: #317CDA;
}

.news .carousel .article p{
    font-size: 14px;
    line-height: 26px;
    color: #666;
    margin-top: 15px;
}

.news .carousel-button-next,
.news .carousel-button-prev{
    width: 18.5px;
    height: 37px;
    background-size: cover;
    margin-top: -106px;
}

.news .carousel-button-next{
    background-image: url("../img/icon_02.png");
}

.news .carousel-button-prev{
    background-image: url("../img/icon_01.png");
}

.news .carousel-scrollbar{
   height: 2px;
    background-color: #e4e4e4;
    bottom: 0;
    width: 100%;
    left: 0;
}

.news .swiper-scrollbar-drag{
    background: #317CDA;
}

.news .newslist{

}

.news .newslist ul{
    float: left;
    max-width: 835px;
    margin-left: 25px;
    height: 412px;
    overflow: hidden;
}

.news .newslist a{
    display: block;
    width: 382px;
    background-color: rgba(255,255,255,0);
    transition: all 0.5s;
    height: 97px;
    padding: 21px 20px 17px 13px;
    overflow: hidden;
}

.news .newslist a:hover{
    background-color: rgba(255,255,255,1);
    opacity: 1;
}

.news .newslist a:hover span{
    color: #317CDA;
}

.news .newslist a:hover h3{
    color: #317CDA;
}

.news .newslist li{
    float: left;
}

.news .newslist .article{
    position: relative;
    padding-left: 30px;
}

.news .newslist .article:before{
    position: absolute;
    content: '';
    top: 0;
    left: 15px;
    width: 1px;
    height: 94px;
    background-color: #ccc;
}

.news .newslist .data{
    position: absolute;
    content: '';
    top:15px;
    left: 13px;
    text-align: center;
}

.news .newslist .data p{
    font-size: 23px;
    line-height: 30px;
    color: #317CDA;
}

.news .newslist .data span{
    font-size: 11px;
    line-height: 20px;
    color: #666;
    display: inline-block;
    margin-top: 6px;
}

.news .newslist .article h3{
    margin: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
}

.news .newslist .article>p{
    color: #333;
    font-size: 16px;
    line-height: 21px;
    margin-top: 9px;
}

.live{
    padding: 40px 0;
}

.live .live-wrap{
    margin-top: 20px;
}

.live .live-l{
    position: relative;
    max-width: 835px;
    overflow: hidden;
    line-height: 1;
    font-size: 0;
    float: left;
}

.live .live-l .broad{
    position: absolute;
    content: '';
    top: 20px;
    left: 20px;
    padding-left: 60px;
    background-image: url("../img/icon_03.png");
    background-repeat: no-repeat;
    background-position: left;
}

.live .live-l .broad p{
    font-size: 24px;
    line-height: 32px;
    color: #317CDA;
}

.live .live-l .watch{
    position: absolute;
    content: '';
    top: 20px;
    right: 20px;
}

.live .live-l .title,
.live .live-r .title{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(51,51,51,0.5);
    line-height: 50px;
}

.live .live-l .title h3,
.live .live-r .title h3{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    margin: 0;
    padding: 0 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.live .live-r .live-items{
    position: relative;
    float: left;
    margin-left: 45px;
}

.live .live-r .live-items:first-child{
    margin-left: 0;
}

.live .live-r .image{
    line-height: 1;
    font-size: 0;
}

.live .live-r .live-items span{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 50%;
    height: 50%;
    background-image: url("../img/icon_04.png");
    background-position: center;
    background-repeat: no-repeat;
    display: none;
}

.live .live-r .live-items:hover span{
    display: block;
}

.video.topic{
    background-image: url("../img/image_07.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 30px;
}

#newsLtopic .pic-items{
    max-width: 285px !important;
}

.topic .pic-items{
    background-color: #fff;
    max-width: 395px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-left: 45px;
}

.topic .pic-items:first-child{
    margin-left: 0;
}

.topic .image{
    line-height: 1;
    font-size: 0;
    position: relative;
}

/*.topic .image span{*/
/*    position: absolute;*/
/*    content: '';*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    background-color: #317CDA;*/
/*    width: 180px;*/
/*    font-size: 16px;*/
/*    line-height: 32px;*/
/*    text-align: center;*/
/*    color: #fff;*/
/*}*/

.topic .pic-title{
    padding:10px;
    border: 1px solid #E4E4E4;
}

.topic .pic-title h3{
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.topic .hide{
    position: absolute;
    content: '';
    bottom: -100%;
    left: 0;
    height: 0;
    background-color: #317CDA;
    padding: 20px;
    opacity: 0;
    transition: all 0.5s;
}

.topic .hide span{
    font-size: 16px;
    line-height: 24px;
    color: #FEFF23;
    display: block;
}

.topic .hide h3{
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    margin-top: 10px;
    color: #fff;
    margin-bottom: 0;

}

.topic .hide p{
    font-size: 14px;
    line-height: 26px;
    color: #E4E4E4;
    margin-top: 20px;
}

.pic-items a:hover .hide,
.pic-items a.active .hide{
    opacity: 1;
    height: auto;
    bottom: 0;
}

.topic .topiclist li{
    float: left;
    margin-top: 30px;
    margin-left: 45px;
}

.topic .topiclist li a{
    display: block;
    width: 395px;
    float: left;
}

.topic .topiclist li:hover .title p{
    color: #317CDA;
}

.topic .topiclist li:first-child{
    margin-left: 0;
}

.topic .topic-items{
    position: relative;
    width: 100%;
}

.topic .topic-items:before{
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 1px;
    content: '';
    background-color: #317CDA;
}

.topic .topic-items:after{
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 16px;
    content: '';
    background-color: #317CDA;
}

.topic .topic-items .data{
    float: left;
    padding: 7px 2px;
}

.topic .topic-items span{
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #317CDA;
    text-align: center;
}

.topic .topic-items .data p{
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    margin-top: 2px;
}
.topic .topic-items .title{
    float: right;
    max-width: 315px;
    font-size: 18px;
    line-height: 25px;
    color: #333;
}

.video.style{
    padding: 40px 0;
    background-image: url("../img/image_09.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.style li{
    float: left;
    margin-left: 45px;
    margin-top: 40px;
}

.style li:first-child{
    margin-left: 0;
}

.style .style-items{
    position: relative;
    max-width: 395px;
    overflow: hidden;
    line-height: 1;
    font-size: 0;

}
.style .style-items .image{
    overflow: hidden;
}
.style .style-items img{
    transition: all 0.5s;
}

.style .style-items:hover img{
    transform: scale(1.1);
}

.style .style-items:hover h3{
    color: #317CDA;
}

.style .style-items .title{
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(51,51,51,0.5);
}
.style .style-items h3{
    margin: 0;
    color: #fff;
    padding:0 20px;
    font-size: 18px;
    font-weight: normal;
    line-height: 50px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.venue.topic{
    background-color: #fff;
}

.video{
    background-image: url("../img/image_11.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 40px 0 80px;
}

.video .videolist{
    margin-top:40px;
}

.video .video-items {
    max-width: 395px;
    float: left;
    margin-left: 45px;
}

.video .video-items:first-child{
    margin-left: 0;
}
.video .video-items span{
    background-image: url("../img/icon_05.png");
    background-repeat: no-repeat;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 76px;
    height: 76px;
    background-size: cover;
    z-index: 10;
    display: none;
}
.video .image:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(51,51,51,0.3);
    z-index: 1;
    transition: all 0.5s;
    opacity: 0;
}

.video .image{
    display: block;
    line-height: 1;
    font-size: 0;
    position: relative;
}

.video .video-items a{
    display: block;
}

.video .video-items a:hover .image:after{
    opacity: 1;
}

.video .video-items a:hover span{
    display: block;
}

.sponsors{
    padding: 40px 0 80px;
    background-color: #fff;
}

.sponsors .sponlist{
    margin-top: 40px;
}

.sponsors .spon-items{
    float: left;
    margin-left: 45px;
    cursor: pointer;
}

.sponsors .spon-items:first-child{
    margin-left: 0;
}

.sponsors .image{
    line-height: 1;
    font-size: 0;
}

.sponsors .spon-items:hover{
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.5);
}