.news-content {
	width: 100%;
	overflow: hidden;
}
.news-content .news-top {
	width: 100%;
	overflow: hidden;
	background-color: #f8f8f8;
	padding: 105px 0 50px;
}
.news-top .news-img {
	display: block;
	width: 545px;
	overflow: hidden;
	float: left;
}
.news-img img {
	width: 100%;
}
.news-top .news-txt {
	display: block;
	width: 600px;
	height: 300px;
	padding: 0 19px 0 0;
	overflow: hidden;
	float: right;
	position: relative;
}
.news-txt h3 {
	width: 100%;
	font-size: 30px;
	line-height: 36px;
	max-height: 72px;
	margin: 15px 0 0;
	color: #0041ae;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-txt em {
	display: block;
	width: 100%;
	line-height: 25px;
	font-size: 18px;
	color: #a7a7a7;
	font-family: Roboto !important;
	overflow: hidden;
	margin: 20px 0;
}
.news-txt p {
	width: 100%;
	font-size: 18px;
	line-height: 25px;
	max-height: 75px;
	color: #a7a7a7;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-txt span {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 38px;
	font-size: 16px;
	overflow: hidden;
	border: 1px solid #adadad;
	border-radius: 3px;
	padding-left: 17px;
	position: absolute;
	bottom: 0px;
	right: 19px;
	color: #e60012;
	background-image: url(../img/nlr.png);
	background-repeat: no-repeat;
	background-position: 100px 50%;
}
@media only screen and (max-width: 991px) {
	.banner .banner-txt {
		color: #FFFFFF;
	}
	.news-content .news-top {
	    padding: 75px 0 50px;
	}
	.news-top .news-img {
	    width: 100%;
	    float: none;
	}
	.news-top .news-txt {
	    width: 100%;
	    float: none;
	    height: auto;
	    padding: 0;
	    margin: 40px 0 0;
	}
	.news-txt h3 {
	    margin: 0;
	}
	.news-txt span {
	    position: relative;
	    bottom: 0px;
	    right: 0px;
	    float: right;
	    margin: 40px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.news-content .news-top {
	    padding: 40px 0 35px;
	}
	.news-top .news-txt {
		height: 210px;
		margin: 20px 0 0;
	}
	.news-txt h3 {
		font-size: 24px;
		line-height: 30px;
		max-height: 60px;
	}
	.news-txt em {
		line-height: 20px;
		font-size: 14px;
		margin: 10px 0;
	}
	.news-txt p {
		font-size: 14px;
		line-height: 20px;
		max-height: 60px;
	}
	.news-txt span {
	    width: 100px;
	    height: 32px;
	    line-height: 30px;
	    font-size: 12px;
		margin: 15px 0 0;
		padding-left: 12px;
		background-position: 70px 50%;
		background-size: 13px;
	}
}
@media only screen and (min-width: 992px) {
	.news-content .news-top {
	    padding: 75px 0 50px;
	}
	.news-top .news-img {
		width: 460px;
	}
	.news-top .news-txt {
		width: 470px;
		height: 255px;
		padding: 0;
	}
	.news-txt h3 {
	    margin: 0;
	}
	.news-txt em {
	    margin: 10px 0;
	}
	.news-txt span {
		right: 0px;
	}
}
@media only screen and (min-width: 1300px) {
	.news-content .news-top {
	    padding: 105px 0 50px;
	}
	.news-top .news-img {
		width: 545px;
	}
	.news-top .news-txt {
		width: 600px;
		height: 300px;
		padding: 0 19px 0 0;
	}
	.news-txt h3 {
	    margin: 15px 0 0;
	}
	.news-txt em {
	    margin: 20px 0;
	}
	.news-txt span {
		right: 19px;
	}
}
.news-content .news-list {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 15px;
}
.news-list a {
	display: block;
	width: 380px;
	overflow: hidden;
	float: left;
	transition: all 0.5s;
}
.news-list a:hover {
	box-shadow: 0px 0px 25px rgba(0,0,0,0.2);
}
.news-list .list-img {
	width: 100%;
	overflow: hidden;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-list .list-txt {
	width: 100%;
	height: 315px;
	overflow: hidden;
	position: relative;
	padding: 25px 20px;
	transition: all 0.5s;
}
.news-list .list-txt h3 {
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	max-height: 60px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news-list .list-txt em {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 20px;
	overflow: hidden;
	color: #a7a7a7;
	font-family: Roboto !important;
	margin: 15px 0;
}
.news-list .list-txt p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	/* min-height: 72px; */
	color: #a7a7a7;
	overflow: hidden;
  display: -webkit-box; /* 或 display: box */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 强制显示3行，超出省略 */
}
.news-list .list-txt span {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	overflow: hidden;
	border: 1px solid #adadad;
	border-radius: 3px;
	padding-left: 17px;
	position: absolute;
	bottom: 25px;
	right: 19px;
	color: #a7a7a7;
	background-image: url(../img/nlb.png);
	background-repeat: no-repeat;
	background-position: 100px 50%;
}
.news-list a:hover .list-img img {
	transform: scale(1.1);
}
.news-list a:hover .list-txt h3 {
	color: #0041ae;
}
.news-list a:hover .list-txt span {
	color: #e60012;
	background-image: url(../img/nlr.png);
}
@media only screen and (max-width: 991px) {
	.news-list a {
		width: 100%;
		float: none;
		margin: 0 0 50px;
	}
	.news-list .list-txt {
		height: auto;
		padding: 30px 0 0;
	}
	.news-list .list-txt h3 {
		font-size: 30px;
		line-height: 36px;
		max-height: 72px;
	}
	.news-list .list-txt em {
		font-size: 18px;
		line-height: 25px;
		margin: 15px 0;
	}
	.news-list .list-txt p {
		font-size: 18px;
		line-height: 24px;
		/* min-height: 72px; */
	}
	.news-list .list-txt span {
		position: relative;
		bottom: 0px;
		right: 0px;
		float: right;
		margin: 30px 0 0;
	}
}
@media only screen and (max-width: 700px) {
	.news-list a {
		margin: 0 0 25px;
	}
	.news-list .list-txt {
		padding: 15px 0 0;
	}
	.news-list .list-txt span {
		width: 100px;
	    height: 32px;
	    line-height: 30px;
	    font-size: 12px;
		margin: 15px 0 0;
		padding-left: 12px;
		background-position: 70px 50%;
		background-size: 13px;
	}
}
@media only screen and (min-width: 992px) {
	.news-list a {
		width: 300px;
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 35px 35px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 35px;
	}
	.news-list .list-img {
		height: 175px;
	}
	.news-list .list-txt {
		height: 240px;
		padding: 15px 0;
	}
	.news-list .list-txt em {
		margin: 5px 0;
	}
	.news-list .list-txt span {
		width: 120px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		padding-left: 15px;
		bottom: 0px;
		right: 0px;
		background-position: 85px 50%;
	}
}
@media only screen and (min-width: 1300px) {
	.news-list a {
		width: 380px;
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 30px 45px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 45px;
	}
	.news-list .list-img {
		height: 210px;
	}
	.news-list .list-txt {
		height: 315px;
		padding: 25px 20px;
	}
	.news-list .list-txt em {
		margin: 15px 0;
	}
	.news-list .list-txt span {
		width: 140px;
		height: 40px;
		line-height: 38px;
		font-size: 16px;
		padding-left: 17px;
		bottom: 25px;
		right: 19px;
		background-position: 100px 50%;
	}
	.news-list a:hover .list-txt {
		background-color: #fafafa;
	}
}
/*新闻详情*/
.news-details {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.news-details .details-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.details-title h2 {
	font-size: 36px;
	line-height: 40px;
	margin: 0 0 20px;
}
.details-title p {
	width: 100%;
	line-height: 20px;
	font-size: 14px;
	padding: 10px 0;
	overflow: hidden;
	background-color: #e1e1e1;
	color: #666666;
}
.details-title p span {
	margin: 0 15px;
}
.details-content {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 25px;
	color: #666666;
	padding: 30px 0;
	border-bottom: 1px solid #CDCDCD;
}
.details-content p {
	margin: 0 0 10px;
}
.details-content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news-details .details-bottom {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 0;
}
.details-bottom p {
	width: 100%;
	height: 25px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	font-size: 16px;
	line-height: 25px;
}
.details-bottom p a {
	color: #666666;
}
.details-bottom p a:hover {
	color: #e60012;
}
@media only screen and (max-width: 700px) {
	.news-details {
		padding: 30px 0;
	}
	.details-title h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 20px;
	}
	.details-title p {
		line-height: 20px;
		font-size: 12px;
		padding: 5px 0;
	}
	.details-title p span {
		margin: 0 10px;
	}
	.details-content {
		font-size: 14px;
		padding: 15px 0;
	}
	.details-content p {
		margin: 0 0 5px;
	}
	.news-details .details-bottom {
		padding: 15px 0 0;
	}
	.details-bottom p {
		height: 20px;
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px;
	}
}