.banner h2{
	background-image: url(../img/news.png);
}
@media only screen and (min-width: 1700px) {
	.news-content .container {
		width: 1300px;
	}
}
.news-content {
	width: 100%;
	overflow: hidden;
	padding: 70px 0 40px;
}
.news-menu {
	width: 480px;
	overflow: hidden;
	margin: 0 auto;
}
.news-menu a {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	overflow: hidden;
	background-color: #e0e0e0;
	float: left;
	text-align: center;
	margin: 0 15px;
	transition: all 0.5s;
}
.news-menu a.active {
	background-color: #e62129;
	color: #FFFFFF;
}
.news-menu a:hover {
	border-radius: 25px 0 25px 0;
}
.news-content .news-list {
	width: 100%;
	overflow: hidden;
}
.news-content .news-list a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 55px 0 60px;
}
.news-content .news-list a:nth-of-type(2n) {
	background-color: #f8f8f8;
}
.news-list .list-time {
	width: 195px;
	overflow: hidden;
	float: left;
	text-align: right;
	padding: 35px 52px 0 0;
}
.news-list .list-time h3 {
	font-size: 24px;
	color: #c7c7c7;
	font-family: arial;
}
.news-list .list-time h2 {
	font-family: arial;
	font-weight: bold;
	font-size: 36px;
	color: #e62129;
	line-height: 40px;
	margin: 5px 0;
}
.news-list .list-time img {
	position: relative;
	right: 3px;
}
.news-list .list-img {
	width: 265px;
	height: 175px;
	overflow: hidden;
	float: left;
	margin: 0 40px 0 60px;
}
.news-list .list-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}
.news-list .list-txt {
	width: 685px;
	float: left;
	padding: 20px 0 0;
	color: #949494;
	font-size: 16px;
	line-height: 30px;
}
.news-list .list-txt h4 {
	font-size: 24px;
	line-height: 30px;
	max-height: 60px;
	overflow: hidden;
	color: #333333;
	margin: 0 0 15px;
}
.news-list .list-txt p {
	height: 60px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-content .news-list a:hover .list-img img  {
	transform: scale(1.1);
}
.news-content .news-list a:hover .list-txt h4 {
	color: #e62129;
}
@media only screen and (max-width: 991px) {
	.news-list .list-time {
		width: 145px;
		padding: 90px 52px 90px 0;
	}
	.news-list .list-img {
		margin: 0;
		width: calc(100% - 145px);
		width: -moz-calc(100% - 145px);
		width: -webkit-calc(100% - 145px);
		height: 273px;
	}
	.news-list .list-txt {
		width: 100%;
	}
}
@media only screen and (max-width: 750px) {
	.news-content {
	    padding: 40px 0 30px;
	}
	.news-menu {
		width: 300px;
	}
	.news-menu a {
		width: 90px;
		height: 32px;
		line-height: 32px;
		font-size: 14px;
		margin: 0 5px;
	}
	.news-content .news-list a {
	    padding: 30px 0;
	}
	.news-list .list-time {
		width: 100px;
		padding: 35px 25px 35px 0;
	}
	.news-list .list-time h3 {
		font-size: 20px;
	}
	.news-list .list-time h2 {
		font-size: 28px;
		line-height: 30px;
	}
	.news-list .list-img {
		width: calc(100% - 100px);
		width: -moz-calc(100% - 100px);
		width: -webkit-calc(100% - 100px);
		height: 149px;
	}
	.news-list .list-txt {
	    padding: 10px 0 0;
	    font-size: 14px;
	    line-height: 20px;
	}
	.news-list .list-txt h4 {
	    font-size: 20px;
	    line-height: 25px;
	    max-height: 50px;
	    margin: 0 0 10px;
	}
	.news-list .list-txt p {
	    -webkit-line-clamp: 3;
	}
}
@media only screen and (min-width: 992px) {
	.news-list .list-time {
		width: 145px;
	}
	.news-list .list-img {
		margin: 0 40px 0 0;
	}
	.news-list .list-txt {
		width: 520px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-list .list-time {
		width: 195px;
	}
	.news-list .list-img {
		margin: 0 40px 0 60px;
	}
	.news-list .list-txt {
		width: 585px;
	}
}
@media only screen and (min-width: 1400px) {
	.news-list .list-txt {
		width: 685px;
	}
}
/*新闻详情*/
.news-banner {
	height: 500px;
}
.news-banner img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.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 10px;
	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: #e62129;
	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:hover {
	color: #FFFFFF;
	background-color: #e62129;
	border-radius: 25px 0 25px 0;
}
@media only screen and (max-width: 991px) {
	.news-banner {
		height: 300px;
	}
}
@media only screen and (max-width: 750px) {
	.news-banner {
		height: 240px;
	}
	.news-title {
	    margin: 30px 0 0;
	    font-size: 12px;
	}
	.news-title h1 {
	    font-size: 24px;
	    line-height: 28px;
	    margin: 0 0 10px;
	}
	.news-title span {
	    margin: 0 5px;
	}
	.news-details {
	    margin: 15px 0;
	    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 5px;
	    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) {
	.news-banner {
		height: 300px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-banner {
		height: 400px;
	}
}
@media only screen and (min-width: 1400px) {
	.news-banner {
		height: 500px;
	}
}