.news-menu {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
	margin: 0 0 37px;
}
.news-menu a {
	display: block;
	width: 80px;
	line-height: 50px;
	height: 51px;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-align: center;
	position: relative;
	margin: 0 25px 0 0;
	float: left;
	transition: all 0.5s;
}
.news-menu a:after {
	content: '';
	display: block;
	width: 0px;
	height: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
}
.news-menu a:hover {
	color: #ef8200;
}
.news-menu a.active {
	font-weight: bold;
}
.news-menu a.active:after {
	background-color: #ef8200;
	width: 100%;
	left: 0;
}

.news-content {
	width: 100%;
	overflow: hidden;
	padding: 0 0 45px;
}
.news-content .news-top {
	width: 100%;
	overflow: hidden;
	padding: 0 0 48px;
	border-bottom: 1px solid #d8d8d8;
}
.news-top .top-img {
	display: block;
	width: 465px;
	overflow: hidden;
	float: left;
}
.top-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-top .top-img:hover img {
	transform: scale(1.1);
}
.news-top .top-txt {
	width: calc(100% - 520px);
	width: -moz-calc(100% - 520px);
	width: -webkit-calc(100% - 520px);
	overflow: hidden;
	float: right;
}
.top-txt h2 {
	width: 100%;
	height: 86px;
	line-height: 85px;
	overflow: hidden;
	border-bottom: 1px solid #d8d8d8;
	margin: 0 0 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.top-txt h2 a {
	font-size: 30px;
	color: #000000;
	transition: all 0.5s;
}
.top-txt h2 a:hover {
	color: #ef8200;
}
.top-txt p {
	width: 100%;
	height: 72px;
	line-height: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.top-txt p a {
	font-size: 14px;
	color: #999999;
	transition: all 0.5s;
}
.top-txt p a:hover {
	color: #ef8200;
	text-decoration: underline !important;
}
.top-txt span {
	display: block;
	width: 130px;
	height: 45px;
	overflow: hidden;
	line-height: 43px;
	border: 1px solid #ef8200;
	border-radius: 3px;
	position: relative;
	text-align: center;
	margin: 45px 0 0;
}
.top-txt span:before {
	content: '';
	display: block;
	width: 0px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transition: all 0.5s;
}
.top-txt span a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 14px;
	color: #ef8200;
	overflow: hidden;
	transition: all 0.5s;
	position: relative;
	z-index: 2;
}
.top-txt span:hover a {
	color: #FFFFFF;
}
.top-txt span:hover:before {
	width: 100%;
	left: 0;
	background-color: #ef8200;
}
.news-list {
	width: 100%;
	overflow: hidden;
	margin: 0 0 38px;
}
.news-list a {
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 35px 0 30px;
	border-bottom: 1px solid #e2e2e2;
}
.news-list a .list-img {
	width: 160px;
	overflow: hidden;
	float: right;
}
.list-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-list a .list-txt {
	width: calc(100% - 300px);
	width: -moz-calc(100% - 300px);
	width: -webkit-calc(100% - 300px);
	overflow: hidden;
	float: left;
	color: #9a9a9a;
	font-size: 14px;
	line-height: 24px;
}
.list-txt p {
	width: 100%;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.list-txt h4 {
	width: 100%;
	font-size: 16px;
	color: #333333;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin: 5px 0 12px;
}
.list-txt h4 span {
	display: block;
	width: 67px;
	font-size: 12px;
	font-family: "arial, helvetica, sans-serif";
	color: #9a9a9a;
	margin: 0 0 0 30px;
	height: 100%;
	overflow: hidden;
	float: left;
}
.list-txt h4 em {
	display: block;
	max-width: calc(100% - 100px);
	max-width: -moz-calc(100% - 100px);
	max-width: -webkit-calc(100% - 100px);
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	float: left;
}
.news-list a:hover h4 {
	color: #ef8200;
}
.news-list a:hover p {
	text-decoration: underline !important;
}
.news-list a:hover .list-img img {
	transform: scale(1.1);
}
@media only screen and (max-width: 991px) {
	.news-top .top-img {
	    width: 100%;
	    float: none;
	}
	.news-top .top-txt {
	    width: 100%;
	    float: none;
	}
	.news-list a .list-txt {
	    width: calc(100% - 200px);
	    width: -moz-calc(100% - 200px);
	    width: -webkit-calc(100% - 200px);
	}
}
@media only screen and (max-width: 700px) {
	.news-content {
	    padding: 0 0 35px;
	}
	.news-menu {
	    margin: 0 0 25px;
	}
	.news-content .news-top {
	    padding: 0 0 28px;
	}
	.top-txt h2 {
	    height: 51px;
	    line-height: 50px;
	    margin: 0 0 10px;
	}
	.top-txt p {
	    height: 60px;
	    line-height: 20px;
	}
	.top-txt p a {
		font-size: 12px;
	}
	.top-txt h2 a {
		font-size: 20px;
	}
	.top-txt span {
	    width: 110px;
	    height: 35px;
	    line-height: 33px;
	    margin: 20px 0 0;
	}
	.news-list a {
	    padding: 25px 0 20px;
	}
	.news-list a .list-img {
	    width: 100%;
	    float: none;
	}
	.news-list a .list-txt {
	    width: 100%;
	    float: none;
	    font-size: 12px;
	    line-height: 20px;
	}
	.list-txt h4 {
	    line-height: 20px;
	    height: 45px;
	    margin: 15px 0 5px;
	}
	.list-txt h4 em {
	    max-width: 100%;
	    height: 20px;
	    float: none;
	}
	.list-txt h4 span {
	    margin: 5px 0 0;
	    height: 20px;
	    float: none;
	}
	.list-txt p {
	    height: 40px;
	}
}
@media only screen and (min-width: 992px) {
	.news-list a .list-txt {
	    width: calc(100% - 250px);
	    width: -moz-calc(100% - 250px);
	    width: -webkit-calc(100% - 250px);
	}
}
@media only screen and (min-width: 1250px) {
	.news-list a .list-txt {
	    width: calc(100% - 300px);
	    width: -moz-calc(100% - 300px);
	    width: -webkit-calc(100% - 300px);
	}
}
/*新闻详情页面*/
.news-title {
	width: 100%;
	overflow: hidden;
	margin: 20px 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: #ef8200;
	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: #ef8200;
}
@media only screen and (max-width: 991px) {
	
}
@media only screen and (max-width: 700px) {
	.news-title {
	    margin: 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) {
	.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;
	}
}
