@charset "utf-8";
.news-banner {
	background:url(../img/banner-news.jpg) 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: 108px;
}
.list-content .news-list {
	padding: 0px 60px 60px 60px;
}
.list-content .news-list .news-item {
	padding-bottom: 80px;
	text-align: center;
}
.list-content .news-list .news-item a {
	display: block;
	height: 85px;
	width: 100%;
}
.list-content .news-list .news-item .new-time {
	padding-right: 40px;
	position: relative;
}
.list-content .news-list .news-item .new-time:after {
	content: "";
	display: block;
	width:12px;
	height:12px;
	background:#FF5B29;
	border-radius: 100%;
	position: absolute;
	top:35px;
	right: -10px;
}
.list-content .news-list .news-item .new-time p {
	color: #030303;
	font-size: 24px;
	padding-top: 13px;
    word-break: break-all;
 }
.list-content .news-list .news-item .new-time span {
	color: #8F8E94;
	font-size: 18px;
	padding-top: 5px;
	display: block;
}
.list-content .news-list .news-desc {
	text-align: left;
	padding-left: 47px;
	position: relative;
}
.list-content .news-list .news-desc:after {
    content: "";
    display: block;
    position: absolute;
    top: 47px;
    left: 3px;
    border: 1px solid #EEEEEE;
    height: 153px;
}
.list-content .news-list .news-item:last-child .news-desc:after {
    border:none;
}
.list-content .news-list .news-desc img {
	width:134px;
	height:84px;
	border-radius:4px;
}
.list-content .news-list .news-word {
	width: 760px;
	margin-left: 20px;

}
.list-content .news-list .news-desc h2 {
	color: #444349;
	font-size: 18px;
	font-weight:500;
}
.list-content .news-list .news-desc p {
	color: #8F8E94;
	font-size: 14px;
	padding-top: 14px;
	line-height:22px;
}
/**翻页**/
.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;
}

