﻿.banner {
	background-color: #f9f9f9;
}
.news-content {
	width: 100%;
	overflow: hidden;
	background-color: #f9f9f9;
	padding: 55px 0 50px;
}
.news-content .news-menu {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.news-menu a {
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	padding: 0 5px;
	margin: 0 20px;
	color: #000000;
}
.news-menu a.active {
	color: #e70c1d;
	border-bottom: 1px solid #e70c1d;
}
.news-content .news-list {
	width: 100%;
	overflow: hidden;
	padding: 0 35px;
	margin: 30px 0;
}
.news-list a {
	display: block;
	width: 100%;
	overflow: hidden;
	background-color: #FFFFFF;
	padding: 35px;
	margin: 0 0 20px;
	transition: all 0.5s;
}
.news-list a .list-img {
	width: 410px;
	height: 260px;
	overflow: hidden;
	float: left;
}
.news-list .list-img img {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: all 0.5s;
	object-position: bottom center;
}
.news-list a .list-txt {
	width: 555px;
	overflow: hidden;
	float: left;
	margin-left: 65px;
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}
.news-list a .list-txt h4 {
	width: 100%;
	height: 25px;
	line-height: 25px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.news-list a .list-txt span {
	display: block;
	width: 100%;
	color: #ababab;
	font-size: 14px;
	font-family: arial;
	overflow: hidden;
	margin: 15px 0 10px;
}
.news-list a .list-txt p {
	width: 100%;
	height: 100px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.news-list a .list-txt em {
	display: block;
	width: 200px;
	height: 42px;
	overflow: hidden;
	border: 1px solid #cccccc;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #999999;
	padding-right: 40px;
	position: relative;
	margin: 43px 0 0;
}
.news-list a .list-txt em:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
	background: #eeeeee url(../image/prb.png) no-repeat center center;
}
.news-list a:hover {
	box-shadow: 0px 0px 16px rgba(0,0,0,0.1);
}
.news-list a:hover .list-img img {
	transform: scale(1.1);
}
.news-list a:hover .list-txt h4 {
	color: #e62129;
}
.news-list a:hover .list-txt em {
	border-color: #e62129;
	color: #e62129;
}
.news-list a:hover .list-txt em:after {
	background: #e62129 url(../image/prw.png) no-repeat center center;
}
@media only screen and (max-width: 991px) {
	.news-list a {
		margin: 0 0 40px;
	}
	.news-list a .list-img {
	    width: 100%;
	    height: auto;
	    float: none;
	}
	.news-list a .list-txt {
	    width: 100%;
	    float: none;
	    margin: 30px 0 0;
	    font-size: 14px;
	    line-height: 25px;
	}
}
@media only screen and (max-width: 750px) {
	.news-menu a {
	    margin: 0 10px;
	}
	.news-content {
	    padding: 30px 0 25px;
	}
	.news-content .news-list {
	    padding: 0;
	    margin: 25px 0;
	}
	.news-list a {
		padding: 25px;
		margin: 0 0 25px;
		text-align: justify;
	}
	.news-list a .list-txt {
	    margin: 20px 0 0;
	    font-size: 12px;
	    line-height: 20px;
	}
	.news-list a .list-txt h4 {
	    font-size: 18px;
	}
	.news-list a .list-txt span {
	    font-size: 12px;
	    margin: 10px 0 5px;
	}
	.news-list a .list-txt p {
	    height: 80px;
	}
	.news-list a .list-txt em {
	    width: 120px;
	    height: 32px;
	    font-size: 12px;
	    line-height: 30px;
	    padding-right: 30px;
	    margin: 20px 0 0;
	}
	.news-list a .list-txt em:after {
	    width: 30px;
	    height: 30px;
	}
}
@media only screen and (min-width: 992px) {
	.news-content .news-list {
		padding: 0;
	}
	.news-list a .list-txt {
	    width: 450px;
	    margin-left: 40px;
	}
}
@media only screen and (min-width: 1300px) {
	.news-content .news-list {
		padding: 0 35px;
	}
	.news-list a .list-txt {
	    width: 555px;
	    margin-left: 65px;
	}
}
/*新闻详情页面*/
.news-banner {
	margin: 100px 0 0;
	padding: 0;
}
.news-banner .news-bannerTxt {
	width: 100%;
	height: 137px;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	color: #FFFFFF;
}
.news-banner .news-bannerTxt p {
	line-height: 20px;
	margin: 10px 0 0;
}
.news-banner .news-bannerTxt a {
	color: #FFFFFF;
}
.news-banner .news-bannerTxt a:hover {
	text-decoration: underline !important;
}
.news-bannerTxt h3 {
	font-size: 36px;
	line-height: 60px;
	text-align: center;
}
.news-detials {
	width: 100%;
	overflow: hidden;
}
.detials-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #9d9d9d;
	font-size: 14px;
	line-height: 20px;
	padding: 70px 0 25px;
}
.detials-title span img {
	margin: -3px 10px 0 0;
}
.detials-title span {
	margin: 0 13px;
}
.detials-title h2 {
	font-size: 32px;
	line-height: 35px;
	color: #000000;
	margin: 0 0 30px;
}
.detials-details {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	line-height: 30px;
	padding: 30px 15px;
	color: #9d9d9d;
	border-bottom: 1px solid #efefef;
	border-top: 1px solid #efefef;
}
.detials-details img {
	display: block;
	max-width: 800px;
	margin: 20px auto;
}
.news-detials .detials-bottom {
	width: 100%;
	overflow: hidden;
	padding: 25px 5px 0;
	margin: 0 0 50px;
	position: relative;
}
.detials-bottom p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	font-size: 14px;
	overflow: hidden;
	margin: 0 0 10px;
}
.detials-bottom p a {
	color: #343434;
}
.detials-bottom p a:hover {
	color: #e62129;
	text-decoration: underline !important;
}
.detials-bottom .detials-return {
	display: block;
	width: 202px;
	height: 48px;
	line-height: 46px;
	overflow: hidden;
	font-size: 16px;
	color: #e62129;
	border: 1px solid #e5e5e5;
	padding-left: 50px;
	position: absolute;
	right: 0px;
	top: 30px;
	background-image: url(../image/prr.png);
	background-repeat: no-repeat;
	background-position: 140px 50%;
	transition: all 0.5s;
}
.detials-bottom .detials-return:hover {
	background-image: url(../image/prw.png);
	background-color: #e62129;
	color: #FFFFFF;
}
@media only screen and (max-width: 991px) {
	.news-banner {
	    margin: 115px 0 0;
	}
	.news-bannerTxt h3 {
		font-size: 36px;
		line-height: 95px;
	}
}
@media only screen and (max-width: 750px) {
	.news-banner {
	    margin: 60px 0 0;
	}
	.news-banner .news-bannerTxt p {
	    line-height: 15px;
	    margin: 5px 0 0;
	}
	.news-bannerTxt h3 {
		font-size: 24px;
		line-height: 30px;
		margin: 0;
	}
	.detials-title {
	    font-size: 12px;
	    line-height: 20px;
	    padding: 30px 0 15px;
	}
	.detials-title h2 {
	    font-size: 24px;
	    line-height: 28px;
	    margin: 0 0 10px;
	}
	.detials-details {
	    font-size: 14px;
	    line-height: 25px;
	    padding: 15px 0;
	}
	.news-detials .detials-bottom {
	    padding: 15px 0 0;
	    margin: 0 0 40px;
	}
	.detials-bottom p {
	    margin: 0 0 5px;
	}
	.detials-bottom .detials-return {
	    width: 120px;
	    height: 35px;
	    line-height: 33px;
	    font-size: 14px;
	    padding-left: 20px;
	    position: relative;
	    right: auto;
	    left: 0px;
	    top: 0px;
	    background-position: 90px 50%;
	    transition: all 0.5s;
	    margin: 20px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.news-bannerTxt h3 {
		font-size: 36px;
		line-height: 40px;
	}
}
@media only screen and (min-width: 1300px) {
	.news-bannerTxt h3 {
		font-size: 36px;
		line-height: 60px;
	}
}