.news-menu {
	width: 240px;
	margin: 75px 0 0;
	text-align: center;
	overflow: hidden;
}
.news-menu a {
	display: block;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-radius: 0 20px 20px 0;
	margin: 15px 0 0;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	background-color: #f2f2f2;
}
.news-menu a.active {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #d0111b;
}
.news-top {
	width: 100%;
	padding: 0 0 25px;
	overflow: hidden;
}
.news-top h2 {
	width: 100%;
	color: #333333;
	font-size: 36px;
	line-height: 40px;
	overflow: hidden;
}
.news-top span {
	display: block;
	width: 48px;
	height: 4px;
	margin: 14px 0 20px;
	overflow: hidden;
	background-color: #d0111b;
}
.news-top p {
	width: 100%;
	color: #b1b1b1;
	font-size: 16px;
	line-height: 20px;
	overflow: hidden;
}
.news-center {
	width: 100%;
	padding: 25px 0 35px;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	overflow: hidden;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.news-center img {
	display: block;
	max-width: 100%;
	margin: 30px auto;
}
.news-bottom {
	width: 100%;
	padding: 15px 0 45px;
	overflow: hidden;
}
.news-bottom p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	margin: 0 0 3px;
	font-size: 14px;
	overflow: hidden;
    text-overflow: ellipsis;
	white-space: nowrap;
}
.news-bottom p a {
	color: #b6b6b6;
}
.news-bottom p:hover {
	background-color: #e9e9e9;
}
.news-bottom p:hover a {
	color: #d0111b;
}
@media only screen and (max-width: 991px) {
	.news-menu {
		width: 100%;
		margin: 0;
	}
	.news-menu a {
		width: 250px;
		height: 60px;
		line-height: 60px;
		border-radius: 0 30px 30px 0;
		margin: 15px 30px 0 0;
		font-size: 24px;
		float: left;
	}
	.news-right {
		padding: 50px 0 0;
	}
	.news-top {
		padding: 0 0 50px;
	}
	.news-top h2 {
		font-size: 48px;
		line-height: 55px;
	}
	.news-top span {
		width: 80px;
		height: 8px;
		margin: 20px 0 30px;
	}
	.news-top p {
		font-size: 24px;
		line-height: 30px;
	}
	.news-center {
		padding: 40px 0 50px;
		font-size: 24px;
		line-height: 40px;
		border-top-width: 2px;
		border-bottom-width: 2px;
	}
	.news-bottom {
		padding: 30px 0 80px;
	}
	.news-bottom p {
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		margin: 0 0 5px;
		font-size: 24px;
	}
}
@media only screen and (max-width: 750px) {
	.news-menu a {
		width: 130px;
		height: 35px;
		line-height: 35px;
		border-radius: 0 17px 17px 0;
		margin: 10px 20px 0 0;
		font-size: 14px;
	}
	.news-right {
		padding: 25px 0 0;
	}
	.news-top {
		padding: 0 0 20px;
	}
	.news-top h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.news-top span {
		width: 30px;
		height: 3px;
		margin: 15px 0;
	}
	.news-top p {
		font-size: 14px;
		line-height: 20px;
	}
	.news-center {
		padding: 20px 0 25px;
		font-size: 14px;
		line-height: 25px;
		border-top-width: 1px;
		border-bottom-width: 1px;
	}
	.news-bottom {
		padding: 15px 0 40px;
	}
	.news-bottom p {
		height: 20px;
		line-height: 20px;
		padding: 0 5px;
		margin: 0 0 5px;
		font-size: 12px;
	}
}
@media only screen and (min-width: 992px) {
	.news-menu {
		width: 120px;
		margin: 40px 0 0;
	}
	.news-menu a {
		height: 35px;
		line-height: 35px;
		border-radius: 0 17px 17px 0;
		font-size: 14px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-menu {
		width: 150px;
		margin: 50px 0 0;
	}
}
@media only screen and (min-width: 1400px) {
	.news-menu {
		width: 190px;
		margin: 60px 0 0;
	}
	.news-menu a {
		height: 40px;
		line-height: 40px;
		border-radius: 0 20px 20px 0;
		font-size: 16px;
	}
}
@media only screen and (min-width: 1600px) {
	.news-menu {
		width: 220px;
		margin: 70px 0 0;
	}
}
@media only screen and (min-width: 1800px) {
	.news-menu {
		width: 240px;
		margin: 75px 0 0;
	}
}
/*新闻列表*/
.news-list a {
	display: block;
	width: 100%;
	height: 545px;
	padding: 37px 30px 30px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: relative;
	transition: all 0.5s;
}
.news-list .news-txt {
	width: 100%;
	height: 200px;
	margin: 0 0 30px;
	overflow: hidden;
}
.news-txt span {
	display: block;
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	font-weight: lighter;
	transition: all 0.5s;
}
.news-txt .news-title {
	width: 100%;
	padding: 18px 0 13px;
	overflow: hidden;
	border-bottom: 1px solid #eaeaea;
	transition: all 0.5s;
}
.news-title h4 {
	width: 100%;
	max-height: 60px;
	line-height: 30px;
	font-size: 24px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 2;
  	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.news-txt p {
	width: 100%;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	margin: 15px 0 30px;
	color: #909090;
	overflow: hidden;
	text-overflow: ellipsis;
  	display: -webkit-box;
  	-webkit-line-clamp: 3;
  	-webkit-box-orient: vertical;
	transition: all 0.5s;
}
.news-list .news-img {
	width: 207px;
	overflow: hidden;
}
.news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-list a:after {
	content: '';
	display: block;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 26px;
	bottom: 32px;
	background: #f2f2f2 url(../bgimg/nrw.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
	transition: all 0.5s;
}
.news-list a:hover {
	background-color: #d0111b;
}
.news-list a:hover .news-txt span,.news-list a:hover .news-title h4,.news-list a:hover .news-txt p {
	color: #FFFFFF;
}
.news-list a:hover .news-title {
	border-color: #FFFFFF;
}
.news-list a:hover:after {
	background: #FFFFFF url(../bgimg/nrr.png);
}
.news-list a:hover .news-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.news-list a {
		height: auto;
		padding: 50px 50px 100px;
		margin: 0 0 55px;
	}
	.news-list .news-txt {
		height: auto;
		margin: 0 0 40px;
	}
	.news-txt span {
		line-height: 30px;
		font-size: 24px;
	}
	.news-txt .news-title {
		padding: 25px 0;
	}
	.news-title h4 {
		max-height: 90px;
		line-height: 45px;
		font-size: 36px;
	}
	.news-txt p {
		height: 105px;
		line-height: 35px;
		font-size: 24px;
		margin: 30px 0 0;
	}
	.news-list .news-img {
		width: 350px;
	}
	.news-list a:after {
		width: 50px;
		height: 50px;
		right: 43px;
		bottom: 32px;
	}
}
@media only screen and (max-width: 750px) {
	.news-list a {
		padding: 25px 25px 60px;
		margin: 0 0 25px;
	}
	.news-list .news-txt {
		margin: 0 0 20px;
	}
	.news-txt span {
		line-height: 20px;
		font-size: 12px;
	}
	.news-txt .news-title {
		padding: 15px 0;
	}
	.news-title h4 {
		max-height: 60px;
		line-height: 30px;
		font-size: 24px;
	}
	.news-txt p {
		height: 60px;
		line-height: 20px;
		font-size: 14px;
		margin: 15px 0 0;
	}
	.news-list .news-img {
		width: 125px;
	}
	.news-list a:after {
		width: 35px;
		height: 35px;
		right: 25px;
		bottom: 20px;
		background-size: 7px !important;
	}
}
@media only screen and (min-width: 992px) {
	.news-list a {
		width: -moz-calc(50% - 25px);
		width: -webkit-calc(50% - 25px);
		width: calc(50% - 25px);
		height: 400px;
		padding: 25px 20px 20px;
		float: left;
	}
	.news-list a:nth-of-type(2n+1) {
		margin: 0 50px 50px 0;
	}
	.news-list a:nth-of-type(2n) {
		margin: 0 0 50px;
	}
	.news-list .news-txt {
		height: 155px;
		margin: 0 0 15px;
	}
	.news-txt span {
		font-size: 12px;
	}
	.news-txt .news-title {
		padding: 10px 0 7px;
	}
	.news-title h4 {
		max-height: 50px;
		line-height: 25px;
		font-size: 18px;
	}
	.news-txt p {
		height: 60px;
		line-height: 20px;
		font-size: 12px;
		margin: 8px 0 0;
	}
	.news-list .news-img {
		width: 150px;
	}
	.news-list a:after {
		width: 30px;
		height: 30px;
		right: 20px;
		bottom: 20px;
		background-size: 7px !important;
	}
}
@media only screen and (min-width: 1200px) {
	.news-list a {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		height: 430px;
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 30px 30px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 30px;
	}
	.news-list .news-txt {
		height: 160px;
		margin: 0 0 20px;
	}
	.news-txt .news-title {
		padding: 12px 0 8px;
	}
	.news-title h4 {
		font-size: 20px;
	}
	.news-txt p {
		margin: 10px 0 0;
	}
	.news-list .news-img {
		width: 160px;
	}
	.news-list a:after {
		width: 35px;
		height: 35px;
	}
}
@media only screen and (min-width: 1400px) {
	.news-list a {
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
		height: 480px;
		padding: 30px 25px 25px;
	}
	.news-list a:nth-of-type(3n+1),.news-list a:nth-of-type(3n+2) {
		margin: 0 45px 50px 0;
	}
	.news-list a:nth-of-type(3n) {
		margin: 0 0 50px;
	}
	.news-list .news-txt {
		height: 175px;
		margin: 0 0 25px;
	}
	.news-txt span {
		font-size: 13px;
	}
	.news-txt .news-title {
		padding: 15px 0 10px;
	}
	.news-title h4 {
		max-height: 54px;
		line-height: 27px;
		font-size: 22px;
	}
	.news-txt p {
		height: 66px;
		line-height: 22px;
		font-size: 13px;
		margin: 12px 0 0;
	}
	.news-list .news-img {
		width: 175px;
	}
	.news-list a:after {
		width: 40px;
		height: 40px;
		right: 25px;
		bottom: 30px;
		background-size: 8px !important;
	}
}
@media only screen and (min-width: 1600px) {
	.news-list a {
		height: 500px;
	}
	.news-list .news-img {
		width: 190px;
	}
	.news-list a:after {
		width: 45px;
		height: 45px;
	}
}
@media only screen and (min-width: 1800px) {
	.news-list a {
		height: 545px;
		padding: 37px 30px 30px;
	}
	.news-list .news-txt {
		height: 200px;
		margin: 0 0 30px;
	}
	.news-txt span {
		font-size: 14px;
	}
	.news-txt .news-title {
		padding: 18px 0 13px;
	}
	.news-title h4 {
		max-height: 60px;
		line-height: 30px;
		font-size: 24px;
	}
	.news-txt p {
		height: 72px;
		line-height: 24px;
		font-size: 14px;
		margin: 15px 0 0;
	}
	.news-list .news-img {
		width: 207px;
	}
	.news-list a:after {
		width: 45px;
		height: 45px;
		right: 26px;
		bottom: 32px;
	}
}