@charset "utf-8";
body{background-color: #F6FAFD;}
/* banner 样式 */



/* 新闻内容 */
.new-content .title{ display: flex; justify-content: center; }
    .new-content .title li{ width: 230px; height: 60px; text-align: center; line-height: 60px; font-size: 16px; color: #4D4F4E; margin: 0 5px; cursor: pointer; }
    .new-content .title li a{ display: block; width: 100%; height: 100%; transition: .35s; }
    .new-content .title .active{ background-color: #0376B5; color: #F1FBFC; }
    .new-content .title .item a:hover{ background-color: #0376B5; color: #F1FBFC; }

.new-content .swiper-container {
    width: 100%;
    
    margin-top: 66px;
    position: relative;
}
    .new-content .swiper-slide {
        /* height: 100px; */
        font-size: 18px;
        background: #fff;
        padding-bottom: 20px;
    }

    /*.new-content{ margin-bottom: 356px; }*/
    .new-content .container{ width: 100%; height: 576px; display: block; padding-top: 26px; margin: 20px 0;
         /* padding-bottom: 26px;  */
        }
    .new-content .container .example {width: 550px;height: 280px;margin-bottom: 20px; padding-left: 26px;}
    
        
    .new-content .container .left{ width: 100%; height: 100%; }
        .new-content .container .wper{ width: 100%; height: 100%;}
    .new-content .container .wper .item {width: 550px; height: 130px; margin-bottom: 20px; float: left; margin-left: 26px; background-color: #fff; }
    .new-content .container .wper .item .img{ width: 193px; height: 100%; }
        .new-content .container .wper .item .img img{ width: 100%; height: 100%; }
    
    .new-content .container .wper .item .con{ width: 357px; height: 100%; }
        .new-content .container .wper .item .con p{padding: 0 15px;}
        .new-content .container .wper .item .con .tit{ font-size: 16px; color: #363636; margin-top: 7px; text-overflow : ellipsis; overflow: hidden;white-space:nowrap; }
        .new-content .container .wper .item .con .time{font-size: 14px; color: #A9A9A9; margin-top: 4px;}
        .new-content .container .wper .item .con .txt{width: 324px; height: 56px; font-size: 12px; color: #484848; margin-top: 6px; line-height: 20px; display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical;-webkit-line-clamp: 3; }
        .new-content .container .wper .item .con .txt a{ width: 90px; height: 20px; display: block; color: #5CE7EC; float: right;}
    
        .new-content .more{ width: 150px; height: 50px; background-color: #0161B8; color: #fff; font-weight: bold; font-size: 14px; text-align: center; line-height: 50px; position: absolute;right: 26px;bottom: -110px;}
        .new-content .more a{ width: 100%; height: 100%; display: block; cursor: pointer; color: #fff; }
    

    .swiper-button-next,.swiper-button-prev{position: absolute; bottom: -136px; font-size: 76px; }
    .swiper-button-prev,
    .swiper-container-rtl .swiper-button-next {
        right: 130px;
    }
    .swiper-button-next,
    .swiper-container-rtl .swiper-button-prev {
        right: 20px;
    }

    .content .show{
		display: block;
	}

//视频
.section{padding:0 20px;overflow: hidden;}
.video-content .item{width:330px;height:240px; margin:20px 27px;overflow: hidden;float:left;border: 1px solid #e6e6e6;}
.video-content .item img{max-width:100%;max-height:100%;margin: 0 auto;}
.video-content .item .img{height:200px;display: flex;align-items: center;width:100%;overflow: hidden;    background-color: #e8e8e8;}
.video-content .item .tit{font-size:16px;text-align:center;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;    line-height: 35px;}
.video-content .item .con{width:100%;}
        .video-content .more{ width: 150px; height: 50px; background-color: #0161B8; color: #fff; font-weight: bold; font-size: 14px; text-align: center; line-height: 50px; position: absolute;right: 26px;bottom: 0px;}
        .video-content .more a{ width: 100%; height: 100%; display: block; cursor: pointer; color: #fff; }
    .video-content{ margin-bottom: 155px; /*margin-top: 150px;*/    overflow: hidden;}