@charset "utf-8";
.news-banner {
	background:url(../img/banner-info.jpg?size:1600x600) no-repeat 50% 50%;
	height: 600px;
	color: #FFF;
	background-size:cover; 
	min-width: 1200px;
}
.news-banner h3 {
	padding-top:240px;
	padding-left: 40px;
}
.news-banner p{
	padding-left: 40px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
/**新闻页面**/
.list-content {
	padding-top: 80px;
}
.list-content .news-list {
	padding-bottom:60px;
}
.list-content .news-list .news-item {
	padding-bottom: 80px;
	text-align: center;
}
.list-content .news-list .news-item a {
	height: 130px;
	width: 100%;
	display:flex;
	margin-bottom: 60px;
}
.list-content .news-list .news-item a:last-child{
	margin-bottom: 0;
}
.list-content .news-list .news-item a .info-img{
	margin-right: 20px;
}
.list-content .news-list .news-item a .info-img img{
	border-radius: 4px;
}
.list-content .news-list .news-item a .info-text{
	padding-top: 5px;
	box-sizing: border-box;
}
.list-content .news-list .news-item p {
	text-align: left;
	font-family:PingFangSC-Regular,PingFangSC;
	font-weight:500;
	line-height:26px;
	margin-bottom: 14px;
}
.list-content .news-list .news-item p:nth-child(1){
	height:26px;
	font-size:18px;
	color:#444349;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}
.list-content .news-list .news-item p:nth-child(2){
	width:972px;
	height:44px;
	font-size:14px;
	font-weight:400;
	color:rgba(143,142,148,1);
	line-height:22px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.list-content .news-list .news-item p:nth-child(3){
	height:22px;
	font-size:14px;
	font-weight:400;
	color:rgba(200,199,204,1);
	line-height:22px;
	margin-bottom: 0;
}


	/**翻页**/
.list-content .page-out {
    height: 32px;
    text-align: center;
}
.list-content .page-out li {
	padding: 0 10px;
	height:32px;
	border-radius:6px;
	border:1px solid rgba(217,217,217,1);
	float:left;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	margin-right: 8px;
}

.list-content .page-out li a {
    color: #595959;
    display: block;
    height: 32px;
    text-decoration: none;
}
.list-content .page-out li.active {
    background: #FF5B29;
	border:1px solid #FF5B29;
}
.list-content .page-out li.active a{
    color:#fff;
}
.list-content .prev {
    background: url("../img/new-list-left.svg") no-repeat center center;
    width: 23px;
}
.list-content .next {
    background: url("../img/news-list-right.svg") no-repeat center center;
    width: 23px;
}
.list-content .numb {
    width: 26px;
}
.second-page-footer{
	margin-top: 90px;
	background:url(../img/second-page-footer-bg.jpg) no-repeat center top;
	background-size: cover;
	text-align: center;
	height: 240px;
}
.second-page-footer p {
	color: #FFFFFF;
	font-size: 28px;
	padding-top: 100px;
}

