.news-swipers{
	width: 100%;
    height: 500px !important;
}
.news-swipers .swiper-container{
	width: 100%;
    height:100% !important;
}
.news-swipers .swiper-container img{
    width: 100%;
    height:500px !important;
}
body.news footer, body.detail footer{
    padding-top: 0;
}
.news-section .container{
    width: 100%;
    padding:0 174px;
    background: #F0F0F0;
}
.news-section{
    padding:0;
	background-color: #F6F6F6;
	
}
.news-section .text-center{
    padding:120px 0 130px 0;
	font-size: 42px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: rgba(51, 51, 51, 0.7);
}
.newslist{
    padding-top: 87px;
}
.newslist ul{
    flex-wrap: wrap;
}
.newslist ul li{
    width: 470px;
    flex-direction: column;
    margin-right: 31px;
}
.newslist ul li:nth-of-type(3n){
    margin-right: 0;
}
.newslist ul li{
    margin-bottom: 70px;
}
.newslist ul li:last-child{
    margin-bottom: 70px;
}
.newslist ul li .thumb{
    width: 480px;
    height: 272px;
}
.newslist ul li .thumb a{
    width: 100%;
    height: 100%;
}
.newslist ul li .thumb img{
    box-shadow:none;
    width: 100%;
    height: 100%;
}
.newslist ul li .info{
    width: 100%;
    padding:0;
}
.newslist ul li .info h3{
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    margin:0;
    padding:30px 0 20px 0;
}

.newslist ul li .info .desc{
    width: 100%;
    height: 46px;
    margin-bottom: 40px;
    font-size: 14px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #333333;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box;  
    -webkit-box-orient:vertical; 
    -webkit-line-clamp:2;
}

.newslist ul li .info .metas{
    padding-top: 30px;
    border-top: 1px solid #CBCBCB;
}
.newslist ul li .info .metas .meta{
    font-size: 18px;
    font-family: HiraginoSansGB;
    font-weight: normal;
    color: #333333;
}
.news-section .container { padding: 0 190px; }