@charset "utf-8";
/*Css Document */

/* banner部分 */
.banner{
    width: 100%;
    height: 580px;
}
.banner .swiper-slide .news-title{
    display: none;
}
.banner-image{
    width: 100%;
    height: 100%;
    position: relative;
}
.banner-text{
    position: absolute;
}
.banner-text img{
    display: block;
    width: 100%;
    height: 100%;
}
.banner-text1{
    width: 334px;
    height: 75px;
    top: 200px;
    right: 32%;
}
.banner-text2{
    width: 522px;
    height: 75px;
    top: 316px;
    right: 19.5%;
}
.banner-text3{
    width: 480px;
    height: 161px;
    top: 140px;
    left: 23%;
}
.banner-text4{
    width: 702px;
    height: 73px;
    top: 175px;
    left: 22%;
}
.banner-text5{
    width: 836px;
    height: 169px;
    top: 160px;
    right: 9%;
}
.banner-text6 {
    width: 495px;
    height: 174px;
    top: 165px;
    right: 16%;
}
.banner-text7{
    width: 361px;
    height: 142px;
    top: 140px;
    left: 23%;
}
.banner-text8{
    width: 418px;
    height: 189px;
    top: 140px;
    left: 23%;
}
/* 中轻新闻与视频 */
.sinolight-news-video{
    padding-top: 57px;
}
.sinolight-news{
    float: left;
    width: 1085px;
}
/* 新闻轮播 */
.sinolight-news-lunbo{
    float: left;
    width: 495px;
}
.news-lb{
    width: 100%;
    height: 330px;
}
.news-lb .swiper-slide{
    position: relative;
}
.news-lb-date{
    width: 68px;
    height: 68px;
    background: #f14948;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    line-height: 68px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 15px;
}
.news-lb-image,.news-lb-image img{
    width: 100%;
    height: 100%;
}
.news-lb-text{
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: rgba(0, 0, 0, .65);
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
}
.news-lb-text-content{
    width: 320px;
    margin-left: 80px;
    font-size: 16px;
}
.news-lb-text-content a{
    color: #fff;
}
.news-lb-pagination{
    width: 45px;
    left: 20px;
    font-size: 16px;
    color: #fff;
    bottom: 15px;
}
.news-lb-pagination .swiper-pagination-current{
    font-size: 30px;
    font-style: italic;
    color: #f14948;
}

/* 新闻切换 */
.sinolight-news-tabbox{
    float: right;
    width: 560px;
}
/* 新闻切换标题 */
.news-tab-title-inbox{
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px; 
}
.news-tab-title-content{
    float: left;
    width: auto;
    margin-right: 45px;
    height: 36px;
    line-height: 36px;
    padding-bottom: 12px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    color: rgba(43, 43, 43, .7);
    cursor: pointer;
}
.news-tab-title-content:last-child{
    margin-right: 0;
}
.news-tab-title-content.active{
    font-size: 20px;
    color: #104f8c;
    border-bottom-color: #104f8c;
}

/* 新闻切换内容 */
.sinolight-news-tab-content .DnnModule-GTModulesCMS{
    display: none;
}
.sinolight-news-tab-content .DnnModule-GTModulesCMS:first-child{
    display: block;
}
.news-tab-content-box{
    width: 100%;
    position: relative;
}
.news-tab-content-lifirst{
    padding-bottom: 13px;
    border-bottom: 1px dashed #e9e9e9;
}
.news-tab-content-lifirst-text{
    float: left;
    width: 72.27%;
    height: 56px;
    line-height: 28px;
    font-size: 16px;
    font-weight: bold;
}
.news-tab-content-lifirst-text a{
    color: #f14948;
}
.news-tab-content-lifirst-date{
    float: right;
    width: 16.8%;
    height: 56px;
    line-height: 28px;
    font-size: 14px;
    color: rgba(43, 43, 43, .45);
}
.news-tab-content-li{
    border-bottom: 1px dashed #e9e9e9;
}
.news-tab-content-li-text{
    padding-left: 3.36%;
    float: left;
    width: 68.91%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    position: relative;
}
.news-tab-content-li-text:before{
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url(../images/bg-list.png) no-repeat center center / cover;
    margin: auto 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.news-tab-content-li-text a{
    color: #333;
}
.news-tab-content-li-text:hover a{
    color: #104f8c;
}
.news-tab-content-li-date{
    float: right;
    width: 16.8%;
    height: 48px;
    line-height: 48px;
    font-size: 14px;
    color: rgba(43, 43, 43, .45);
}
.news-tab-content-more{
    width: 52px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px;
    padding-bottom: 13px;
    position: absolute;
    top: -62px;
    right: 0;
}
.news-tab-content-more a{
    color: #32649f;
}

/* 视频 */
.sinolight-video{
    float: right;
    width: 298px;
}
.video-title{
    border-bottom: 1px solid #e9e9e9;
    margin-bottom: 22px;
}
.video-title-content{
    float: left;
    width: auto;
    height: 36px;
    line-height: 36px;
    padding-bottom: 12px;
    border-bottom: 2px solid #104f8c;
    font-size: 16px;
    color: #104f8c;
}
.video-more{
    float: right;
    width: 50px;
    height: 36px;
    line-height: 36px;
    padding-bottom: 12px;
    font-size: 14px;
}
.video-more a{
    color: #32649f;
}
.video-content{
    width: 100%;
    height: 255px;
    position: relative;
}
.video-content-image,.video-content-image img{
    width: 100%;
    height: 100%;
}
.video-content-btn-text{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .09);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
}
.video-content-btn{
    margin: 0 auto;
    width: 50px;
    height: 50px;
    margin-top: 90px;
    margin-bottom: 20px;
}
.video-content-btn img{
    display: block;
    width: 100%;
    height: 100%;
  cursor: pointer;
}
.video-content-text{
    text-align: center;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

/* 中轻业务 */
.yewu-title-content{
    float: left;
    height: 121px;
    line-height: 121px;
    font-size: 30px;
    font-weight: bold;
    color: #32649f;
}
.yewu-title-more{
    float: right;
    width: 60px;
    height: 121px;
    line-height: 121px;
    font-size: 14px;
}
.yewu-title-more a{
    color: #32649f;
}
.yewu-inbox{
    display: flex;
}
.yewu-inbox-list{
    float: left;
    width: 20%;
    height: 372px;
    overflow: hidden;
    position: relative;
    transition-duration: 1s;
    transform-origin: center;
}
.yewu-inbox-list:hover{
    width: 62%;
    /* width: 44.3%; */
}
.yewu-list-image{
    height: 100%;
}
.yewu-list-image img{
    display: block;
    height: 100%;
}
.yewu-list-text{
    line-height: 35px;
    font-size: 18px;
    position: absolute;
    top: 13%;
    left: 17px;
    transition-duration: 1.5s;
}
.yewu-list-text a{
    color: #fff;
}
.yewu-inbox-list:hover .yewu-list-text{
    width: 100%;
    height: 65px;
    line-height: 65px;
    background: rgba(0, 0, 0, .65);
    font-weight: bold;
    text-indent: 30px;
    top: 83%;
    left: 0;
}

/* 中轻其他 */
.sinolight-other{
    padding-top: 49px;
    margin-bottom: 59px;
}
.sinolight-ztzl,.sinolight-tzzgx,.sinolight-shzr,.sinolight-zqpp{
    float: left;
    width: 25%;
}
/* 其他标题 */
.other-title{
    padding-left: 70px;
    margin-bottom: 22px;
}
.other-cntitle{
    height: 26px;
    line-height: 26px;
    font-size: 18px;
    font-weight: #333;
}
.other-entitle{
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: rgba(68, 68, 68, .6);
}
.ztzl-title{
    background: url(../images/other-ztzl.png) no-repeat left center / 41px auto;
}
.tzzgx-title{
    background: url(../images/other-tzzgx.png) no-repeat left center / 41px auto;
}
.shzr-title{
    background: url(../images/other-shzr.png) no-repeat left center / 37px auto;
}
.zqpp-title{
    background: url(../images/other-zqpp.png) no-repeat left center / 39px auto;
}
/* 其他列表 */
#Content-11030 .other-list-li:first-child{
width:400px;
line-height:20px;
}
.other-list-li{
    float: left;
    width: calc(50% - 15px);
    padding-left: 15px;
    height: 39px;
    line-height: 39px;
    font-size: 16px;
    background: url(../images/bg-list.png) no-repeat left center / 6px auto;
}
.other-list-li a{
    color: #333;
}
.other-list-li:hover a{
    color: #104f8c;
}
/* 投资者关系 */
.tzzgx-content p{
    line-height: 39px;
    font-size: 16px;
    color: #333;
}
.tzzgx-content p span{
    color: #2166cc;
}
/* 中轻品牌 */
.zqpp-content p{
    line-height: 26px;
    font-size: 14px;
    color: #333;
}

@media screen and (min-width: 1280px) and (max-width: 1441px) {
    .banner-text img{
        height: auto;
    }
    .banner-text1,.banner-text2{
        height: auto;
    }
    .banner-text1{
        width: 17.3958%;
        top: 34.48%;
        right: 32.08%
    }
    .banner-text2{
        width: 27.1875%;
        top: 54.48%;
        right: 19.58%;
    }
    .sinolight-news{
        width: 76.78%;
    }
    /* 新闻轮播 */
    .sinolight-news-lunbo{
        width: 41.395%;
    }
    .news-lb{
        height: 240px;
    }
    .news-lb-date{
        width: 15.28%;
        height: 20%;
        line-height: 3;
    }
    .news-lb-text{
        height: 16.67%;
        line-height: 2.5;
    }
    .news-lb-text-content{
        width: 71.9%;
        margin-left: 17.98%;
    }
    .news-lb-pagination{
        width: 14%;
        left: 2%;
        bottom: 4%;
        font-size: 12px;
    }
    .news-lb-pagination .swiper-pagination-current{
        font-size: 26px;
    }
    /* 新闻切换 */
    .sinolight-news-tabbox{
        width: 55.35%;
    }
    .news-tab-title-content{
        margin-right: 6%;
        font-size: 14px;
    }
    .news-tab-title-content.active{
        font-size: 18px;
    }
    .news-tab-content-lifirst{
        padding-bottom: 5px;
    }
    .news-tab-content-lifirst-text,.news-tab-content-lifirst-date{
        height: 40px;
        line-height: 20px;
    }
    .news-tab-content-lifirst-text{
        font-size: 14px;
    }
    .news-tab-content-lifirst-date{
        font-size: 12px;
    }
    .news-tab-content-li-text,.news-tab-content-li-date{
        height: 32px;
        line-height: 32px;
        font-size: 12px;
    }
    /* 视频 */
    .sinolight-video{
        width: 21.28%;
    }
    .video-title{
        margin-bottom: 5px;
    }
    .video-content{
        height: 185px;
    }
    .video-content-btn{
        margin-top: 60px;
    }
    /* 中轻业务 */
    .yewu-inbox-list{
        height: 350px;
    }
    .yewu-inbox-list:hover .yewu-list-text{
        top: 82%;
    }
}

