.news-content {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 15px;
}
.news-content .news-menu {
	width: 420px;
	overflow: hidden;
	margin: 0 auto 40px;
}
.news-content .news-menu a {
	display: block;
	width: 110px;
	height: 35px;
	overflow: hidden;
	float: left;
	margin: 0 15px;
	border-radius: 17.5px;
	background-color: #ededed;
	text-align: center;
	line-height: 35px;
	color: #666666;
	font-size: 14px;
	transition: all 0.5s;
	position: relative;
}
.news-content .news-menu a span {
	display: block;
	position: relative;
	z-index: 2;
}
.news-content .news-menu a:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transition: all 0.5s;
	z-index: 1;
}
.news-content .news-menu a:hover {
	color: #FFFFFF;
	text-decoration: underline !important;
}
.news-content .news-menu a:hover:before {
	width: 100%;
	left: 0;
	background-color: #d0152d;
}
.news-content .news-menu a.active {
	color: #FFFFFF;
}
.news-content .news-menu a.active:before {
	width: 100%;
	left: 0;
	background-color: #d0152d;
}
.news-content .news-list {
	width: 100%;
	overflow: hidden;
}
.news-content .news-list a {
	display: block;
	width: calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: -webkit-calc(33.33% - 30px);
	overflow: hidden;
	background-color: #f5f5f5;
	float: left;
	padding: 30px 35px 37px;
	position: relative;
	color: #666666;
	transition: all 0.5s;
}
.news-content .news-list a:nth-of-type(3n+1),.news-content .news-list a:nth-of-type(3n+2){
	margin: 0 45px 30px 0;
}
.news-content .news-list a:nth-of-type(3n){
	margin: 0 0 30px;
}
.news-content .news-list a:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transition: all 0.5s;
}
.news-content .news-list a .news-img {
	width: 100%;
	height: 140px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.news-content .news-list a .news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-content .news-list a .news-txt {
	width: 100%;
	height: 106px;
	overflow: hidden;
	position: relative;
	margin: 0 0 15px;
	z-index: 1;
}
.news-content .news-list a .news-txt h4 {
	line-height: 25px;
	font-size: 18px;
	max-height: 50px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.news-content .news-list a .news-txt h5 {
	font-size: 14px;
	font-family: "Roboto";
	margin: 10px 0;
	line-height: 20px;
}
.news-content .news-list a .news-txt span {
	color: #999999;
	transition: all 0.5s;
}
.news-content .news-list a:hover {
	color: #FFFFFF;
}
.news-content .news-list a:hover .news-txt span {
	color: #FFFFFF;
}
.news-content .news-list a:hover .news-img img {
	transform: scale(1.1);
}
.news-content .news-list a:hover:before {
	width: 100%;
	left: 0;
	background-color: #d0152d;
}
@media only screen and (max-width: 991px) {
	.news-content .news-list a {
		width: calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: -webkit-calc(50% - 20px);
		padding: 20px 25px 25px;
	}
	.news-content .news-list a:nth-of-type(2n+1) {
		margin: 0 40px 30px 0;
	}
	.news-content .news-list a:nth-of-type(2n){
		margin: 0 0 30px;
	}
	.news-content .news-list a .news-img {
		height: 123px;
	}
}
@media only screen and (max-width: 680px) {
	.news-content {
	    padding: 35px 0 15px;
	}
	.news-content .news-menu {
		width: 300px;
		margin: 0 auto 25px;
	}
	.news-content .news-menu a {
	    width: 90px;
	    height: 30px;
	    margin: 0 5px;
	    border-radius: 15px;
	    line-height: 30px;
	    font-size: 14px;
	}
	.news-content .news-list a {
		width: 100%;
		margin: 0 0 20px !important;
	}
	.news-content .news-list a .news-img {
		height: 128px;
	}
}
@media only screen and (min-width: 992px) {
	.news-content .news-list a {
		width: calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		padding: 20px 25px 25px;
	}
	.news-content .news-list a:nth-of-type(3n+1),.news-content .news-list a:nth-of-type(3n+2){
		margin: 0 30px 30px 0;
	}
	.news-content .news-list a:nth-of-type(3n){
		margin: 0 0 30px;
	}
	.news-content .news-list a .news-img {
		height: 118px;
	}
}
@media only screen and (min-width: 1300px) {
	.news-content .news-list a {
		width: calc(33.33% - 30px);
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		padding: 30px 35px 37px;
	}
	.news-content .news-list a:nth-of-type(3n+1),.news-content .news-list a:nth-of-type(3n+2){
		margin: 0 45px 30px 0;
	}
	.news-content .news-list a:nth-of-type(3n){
		margin: 0 0 30px;
	}
	.news-content .news-list a .news-img {
		height: 140px;
	}
}
/*新闻详情页面样式*/
.details-title {
	width: 100%;
	overflow: hidden;
	line-height: 50px;
	background-color: #ebebeb;
	margin: 25px 0 0;
}
.details-title p {
	width: 1570px;
	overflow: hidden;
	color: #6f6f6f;
	margin: 0 auto;
}
.details-title p a {
	color: #6f6f6f;
}
.details-title p a:hover {
	color: #D0000E;
	text-decoration: underline !important;
}
.news-title {
	width: 100%;
	overflow: hidden;
	margin: 50px 0 0;
	text-align: center;
	font-size: 14px;
	color: #999999;
	line-height: 20px;
}
.news-title span {
	margin: 0 15px;
}
.news-title h1 {
	font-size: 36px;
	color: #333333;
	font-weight: bold;
	margin: 0 0 15px;
}
.news-details {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 20px;
	font-size: 16px;
	line-height: 25px;
	border-top: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	padding: 30px 10px;
}
.news-details img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.details-page {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	margin: 0 0 30px;
	line-height: 30px;
	padding: 0 10px;
}
.details-page .page-news {
	width: calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	overflow: hidden;
	float: left;
}
.details-page p {
	width: 100%;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.details-page p a {
	color: #666666;
}
.details-page p a:hover {
	color: #D0000E;
	text-decoration: underline !important;
}
.details-page a.page-return {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 48px;
	color: #666666;
	background-color: #EaEaEa;
	float: right;
	text-align: center;
	position: relative;
	transition: all 0.5s;
}
.details-page a.page-return span {
	position: relative;
	z-index: 1;
}
.details-page a.page-return:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0;
	transition: all 0.5s;
}
.details-page a.page-return:hover {
	color: #FFFFFF;
}
.details-page a.page-return:hover:before {
	width: 100%;
	left: 0;
	background-color: #D0000E;
}
@media only screen and (max-width: 991px) {
	.details-title {
		margin: 75px 0 0;
	}
	.details-title p {
		width: 668px;
	}
}
@media only screen and (max-width: 680px) {
	.details-title {
	    margin: 30px 0 0;
	}
	.details-title p {
		width: 325px;
	}
	.news-title {
	    margin: 30px 0 0;
	    font-size: 12px;
	}
	.news-title h1 {
	    font-size: 24px;
	    margin: 0 0 10px;
	}
	.news-title span {
	    margin: 0 5px;
	}
	.news-details {
	    margin: 20px 0 10px;
	    font-size: 14px;
	    line-height: 25px;
	    border-top: 1px solid #CCCCCC;
	    border-bottom: 1px solid #CCCCCC;
	    padding: 20px 0px;
	}
	.details-page {
	    font-size: 14px;
	    margin: 0 0 20px;
	    line-height: 25px;
	    padding: 0;
	}
	.details-page p {
	    height: 25px;
	}
	.details-page .page-news {
	    width: 100%;
	    float: none;
	}
	.details-page a.page-return {
	    width: 120px;
	    height: 35px;
	    line-height: 33px;
	    float: none;
	    margin: 20px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.details-title p {
		width: 970px;
	}
}
@media only screen and (min-width: 1300px) {
	.details-title p {
		width: 1270px;
	}
}
@media only screen and (min-width: 1600px) {
	.details-title p {
		width: 1570px;
	}
}