.news-content {
	width: 100%;
	overflow: hidden;
}
.news-content .news-title {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #c2c2c2;
	padding: 35px 0 0;
}
.news-title p {
	width: 100%;
	line-height: 20px;
	padding-left: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #d4d4d4;
	background-image: url(../img/home.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.news-title p a {
	color: #d4d4d4;
}
.news-title p a:hover {
	color: #e60012;
	text-decoration: underline !important;
}
.news-title .news-menu {
	width: 600px;
	overflow: hidden;
	margin: 35px 0 0;
}
.news-menu a {
	display: block;
	width: 33.33%;
	line-height: 50px;
	font-size: 20px;
	color: #c2c2c2;
	overflow: hidden;
	float: left;
	text-align: center;
	border-top: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	margin: 15px 0 0;
}
.news-menu a:first-of-type {
	border-left: 1px solid #c2c2c2;
}
.news-menu a:hover {
	color: #e60012;
}
.news-menu a.active {
	font-weight: bold;
	color: #FFFFFF;
	margin: 0;
	line-height: 65px;
	background-color: #e60012;
	border-top-color: 1px solid #c2c2c2;
	border-right-color: 1px solid #c2c2c2;
}
@media only screen and (max-width: 750px) {
	.news-content .news-title {
	    padding: 20px 0 0;
	}
	.news-title .news-menu {
	    width: 300px;
	    margin: 20px 0 0;
	}
	.news-menu a {
	    line-height: 35px;
	    font-size: 14px;
	    margin: 5px 0 0;
	}
	.news-menu a.active {
	    line-height: 40px;
	}
}
/*新闻列表*/
.news-list {
	width: 100%;
	overflow: hidden;
	background-color: #f6f6f6;
	padding: 0 0 45px;
}
.news-list h2 {
	font-size: 36px;
	line-height: 40px;
	font-weight: bold;
	color: #333333;
	margin: 60px 0;
}
.news-list a {
	display: block;
	width: 334.5px;
	overflow: hidden;
	float: left;
	transition: all 0.5s;
}
.news-list a .news-img {
	width: 100%;
	height: 190px;
	overflow: hidden;
}
.news-list a .news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-list a .news-h {
	width: 100%;
	height: 80px;
	color: #FFFFFF;
	padding: 10px 35px 10px 20px;
	overflow: hidden;
	background-color: #c4c4c4;
	transition: all 0.5s;
	position: relative;
}
.news-list a .news-h:after {
	content: '';
	display: block;
	width: 10px;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 18px;
	bottom: 18px;
	background: url(../img/index4.png) no-repeat center center;
	background-size: 100%;
}
.news-h h3 {
	width: 100%;
	font-size: 24px;
	line-height: 28px;
	height: 56px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list a .news-txt {
	width: 100%;
	height: 130px;
	overflow: hidden;
	padding: 17px 20px;
	background-color: #FFFFFF;
}
.news-txt strong {
	display: block;
	width: 100%;
	font-size: 14px;
	line-height: 15px;
	color: #adacac;
	font-family: arial;
	overflow: hidden;
	margin: 0 0 18px;
}
.news-txt p {
	width: 100%;
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	color: #adacac;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news-list a:hover {
	box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.news-list a:hover .news-img img {
	transform: scale(1.1);
}
.news-list a:hover .news-h {
	background-color: #e60012;
}
@media only screen and (max-width: 991px) {
	.news-list a {
		width: 100%;
		margin: 0 0 40px;
	}
	.news-list a .news-img {
		height: 380px;
	}
	.news-list a .news-h {
		height: 160px;
		padding: 20px 70px 20px 40px;
	}
	.news-list a .news-h:after {
		width: 20px;
		height: 30px;
		right: 35px;
		bottom: 35px;
	}
	.news-h h3 {
		font-size: 48px;
		line-height: 56px;
		height: 112px;
	}
	.news-list a .news-txt {
		height: 260px;
		padding: 35px 40px;
	}
	.news-txt strong {
		font-size: 28px;
		line-height: 30px;
		margin: 0 0 35px;
	}
	.news-txt p {
		font-size: 28px;
		line-height: 48px;
		height: 96px;
	}
}
@media only screen and (max-width: 750px) {
	.news-list h2 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 30px 0;
	}
	.news-list a {
		margin: 0 0 20px;
	}
	.news-list a .news-img {
		height: 190px;
	}
	.news-list a .news-h {
		height: 80px;
		padding: 10px 35px 10px 20px;
	}
	.news-list a .news-h:after {
		width: 10px;
		height: 15px;
		right: 18px;
		bottom: 18px;
	}
	.news-h h3 {
		font-size: 24px;
		line-height: 28px;
		height: 56px;
	}
	.news-list a .news-txt {
		height: 130px;
		padding: 18px 20px;
	}
	.news-txt strong {
		font-size: 14px;
		line-height: 15px;
		margin: 0 0 18px;
	}
	.news-txt p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
}
@media only screen and (min-width: 992px) {
	.news-list a {
		width: 220px;
	}
	.news-list a:nth-of-type(4n+1),.news-list a:nth-of-type(4n+2),.news-list a:nth-of-type(4n+3) {
		margin: 0 30px 30px 0;
	}
	.news-list a:nth-of-type(4n) {
		margin: 0 0 30px;
	}
	.news-list a .news-img {
		height: 120px;
	}
	.news-list a .news-h {
		height: 54px;
		padding: 7px 25px 7px 15px;
	}
	.news-list a .news-h:after {
		width: 7px;
		height: 10px;
		right: 12px;
		bottom: 12px;
	}
	.news-h h3 {
		font-size: 15px;
		line-height: 20px;
		height: 40px;
	}
	.news-list a .news-txt {
		height: 90px;
		padding: 10px 15px;
	}
	.news-txt strong {
		font-size: 12px;
		line-height: 15px;
		margin: 0 0 10px;
	}
	.news-txt p {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
	}
}
@media only screen and (min-width: 1300px) {
	.news-list a {
		width: 272px;
	}
	.news-list a:nth-of-type(4n+1),.news-list a:nth-of-type(4n+2),.news-list a:nth-of-type(4n+3) {
		margin: 0 37.33px 35px 0;
	}
	.news-list a:nth-of-type(4n) {
		margin: 0 0 40px;
	}
	.news-list a .news-img {
		height: 155px;
	}
	.news-list a .news-h {
		height: 65px;
		padding: 8px 35px 8px 20px;
	}
	.news-list a .news-h:after {
		width: 8px;
		height: 12px;
		right: 15px;
		bottom: 15px;
	}
	.news-h h3 {
		font-size: 20px;
		line-height: 24px;
		height: 48px;
	}
	.news-list a .news-txt {
		height: 110px;
		padding: 14px 17px;
	}
	.news-txt strong {
		margin: 0 0 15px;
	}
}
@media only screen and (min-width: 1600px) {
	.news-list a {
		width: 334.5px;
	}
	.news-list a:nth-of-type(4n+1),.news-list a:nth-of-type(4n+2),.news-list a:nth-of-type(4n+3) {
		margin: 0 54px 50px 0;
	}
	.news-list a:nth-of-type(4n) {
		margin: 0 0 50px;
	}
	.news-list a .news-img {
		height: 190px;
	}
	.news-list a .news-h {
		height: 80px;
		padding: 10px 35px 10px 20px;
	}
	.news-list a .news-h:after {
		width: 10px;
		height: 15px;
		right: 18px;
		bottom: 18px;
	}
	.news-h h3 {
		font-size: 24px;
		line-height: 28px;
		height: 56px;
	}
	.news-list a .news-txt {
		height: 130px;
		padding: 17px 20px;
	}
	.news-txt strong {
		font-size: 14px;
		margin: 0 0 18px;
	}
	.news-txt p {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}
}

/*新闻详情页面*/
.details-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #999999;
	margin: 50px 0 25px;
}
.details-title h2 {
	font-size: 36px;
	line-height: 40px;
	color: #333333;
	margin: 0 0 20px;
}
.details-title p span {
	margin: 0 15px;
}
.details-content {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 30px;
	padding: 30px 0;
	border-top: 1px solid #acacac;
	border-bottom: 1px solid #acacac;
	text-align: justify;
	color: #666666;
}
.details-content img {
	display: block;
	margin: 0 auto;
}
.details-bottom {
	width: 100%;
	overflow: hidden;
	padding: 30px 0 60px;
}
.details-bottom .details-page {
	width: calc(100% - 250px);
	width: -moz-calc(100% - 250px);
	width: -webkit-calc(100% - 250px);
	font-size: 16px;
	overflow: hidden;
	float: left;
}
.details-page p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.details-page p a {
	color: #666666;
}
.details-page p a:hover {
	color: #e60012;
	text-decoration: underline !important;
}
.details-bottom .details-return {
	display: block;
	width: 180px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #adadad;
	font-size: 16px;
	color: #666666;
	overflow: hidden;
	float: right;
	text-align: center;
	margin: 10px 0 0;
}
.details-bottom .details-return:hover {
	color: #FFFFFF;
	background-color: #e60012;
	border-color: #e60012;
}
@media only screen and (max-width: 750px) {
	.details-title {
		font-size: 12px;
		margin: 25px 0 15px;
	}
	.details-title h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.details-title p span {
		margin: 0 10px;
	}
	.details-content {
		font-size: 14px;
		line-height: 25px;
		padding: 15px 0;
	}
	.details-bottom {
		padding: 15px 0 30px;
	}
	.details-bottom .details-page {
		width: 100%;
		font-size: 14px;
		float: none;
	}
	.details-page p {
		height: 25px;
		line-height: 25px;
	}
	.details-bottom .details-return {
		width: 120px;
		height: 40px;
		line-height: 38px;
		font-size: 14px;
		margin: 20px 0 0;
	}
}