.banner .bannerCom {
	background-image: url(../img/news.jpg);
}
@media only screen and (max-width: 991px) {
	.banner .bannerCom {
		background-image: url(../img/newsS.jpg);
	}
}
.news_content {
	width: 100%;
	overflow: hidden;
	padding: 53px 0 44px;
}
.news_content .news_menu {
	width: 460px;
	overflow: hidden;
	margin: 0 auto;
}
.news_menu a {
	display: block;
	width: 130px;
	height: 40px;
	line-height: 40px;
	background-color: #e0e0e0;
	border-radius: 4px;
	overflow: hidden;
	float: left;
	margin: 0 30px 0 0;
	text-align: center;
	color: #333333;
	font-size: 16px;
}
.news_menu a:hover {
	color: #d0152d;
	text-decoration: underline !important;
}
.news_menu a.active {
	background-color: #d0152d;
	color: #FFFFFF;
}
.news_menu a:last-of-type {
	margin: 0;
}
.news_content .news_list {
	width: 100%;
	overflow: hidden;
	margin: 0 0 30px;
}
.news_list li {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}
.news_list li:nth-of-type(2n) {
	background-color: #f8f8f8;
} 
.news_list li a {
	display: block;
	height: 175px;
	overflow: hidden;
}
.news_list li a .list_time {
	width: 95px;
	height: 100%;
	padding: 35px 0 0;
	text-align: right;
	position: relative;
	float: left;
}
.list_time h2 {
	font-family: arial;
	font-size: 24px;
	color: #c7c7c7;
}
.list_time h1 {
	font-family: arial;
	font-weight: bold;
	color: #d0152d;
	font-size: 36px;
}
.list_time .timeR {
	width: 30px;
	height: 22px;
	overflow: hidden;
	margin: 5px 0 0;
	float: right;
	position: relative;
}
.timeR img {
	position: absolute;
	right: 7px;
}
@keyframes timeImg{
	0%{right: 35px;}
	100%{right: -16px;}
}
@-moz-keyframes timeImg{
	0%{right: 35px;}
	100%{right: -16px;}
}
@-ms-keyframes timeImg{
	0%{right: 35px;}
	100%{right: -16px;}
}
@-webkit-keyframes timeImg{
	0%{right: 35px;}
	100%{right: -16px;}
}
.news_list li a .list_right {
	width: 995px;
	height: 100%;
	overflow: hidden;
	float: right;
}
.list_right .list_img {
	width: 265px;
	overflow: hidden;
	float: left;
}
.list_img img {
	width: 100%;
	transition: all 1s;
}
.list_right .list_txt {
	width: calc(100% - 305px);
	width: -moz-calc(100% - 305px);
	width: -webkit-calc(100% - 305px);
	overflow: hidden;
	float: left;
	margin: 20px 0 0 40px;
	color: #949494;
	line-height: 23px;
	font-size: 16px;
}
.list_txt h3 {
	font-size: 24px;
	color: #333333;
	line-height: 30px;
	overflow: hidden;
	margin: 0 0 25px;
}
.list_txt p {
	height: 69px;
	overflow: hidden;
}
.news_list li a:hover .timeR img {
	-webkit-animation: timeImg 1s 0s linear infinite;
	animation: timeImg 1s 0s linear infinite;
}
.news_list li a:hover .list_img img  {
	transform: scale(1.1);
}
.news_list li a:hover .list_txt h3 {
	color: #e91a3a;
}
@media only screen and (max-width: 991px) {
	.news_list li a .list_right {
	    width: 570px;
	}
	.list_right .list_txt {
	    width: calc(100% - 295px);
	    width: -moz-calc(100% - 295px);
	    width: -webkit-calc(100% - 295px);
	    margin: 15px 0 0 30px;
	}
	.list_txt h3 {
	    max-height: 60px;
	    margin: 0 0 15px;
	}
}
@media only screen and (max-width: 767px) {
	.news_content {
	    padding: 40px 0 34px;
	}
	.news_content .news_menu {
		width: 290px;
	}
	.news_menu a {
	    width: 90px;
	    height: 35px;
	    line-height: 35px;
	    margin: 0 10px 0 0;
	    font-size: 14px;
	}
	.news_list li {
	    padding: 30px 0;
	}
	.news_list li a {
		height: auto;
	}
	.news_list li a .list_right {
	    width: 100%;
	}
	.list_right .list_img {
	    width: 100%;
	    float: none;
	}
	.list_right .list_txt {
		width: 100%;
	    float: none;
	    margin: 15px 0 0;
	}
	.list_txt h3 {
	    margin: 0 0 5px;
	}
	.list_txt p {
	    height: 60px;
	    line-height: 20px;
	    font-size: 14px;
	}
	.news_list li a .list_time {
		width: 100%;
		padding: 0;
		float: none;
		margin: 0 0 10px;
		overflow: hidden;
	}
	.list_time h2 {
		float: left;
		height: 21px;
		line-height: 21px;
		font-size: 16px;
		font-family: "arial, helvetica, sans-serif";
	}
	.list_time h1 {
		float: left;
		height: 21px;
		font-size: 16px;
		line-height: 21px;
		margin: 0;
		color: #c7c7c7;
		font-weight: normal;
		font-family: "arial, helvetica, sans-serif";
	}
	.list_time h1:before {
		content: '-';
	}
	.list_time .timeR {
		width: 30px;
		height: 21px;
		float: left;
		margin: 0;
	}
	.timeR img {
	    top: 5px;
	}
	.list_txt h3 {
	    font-size: 18px;
	    line-height: 25px;
	    max-height: 50px;
	}
}
@media only screen and (min-width: 992px) {
	.news_list li a .list_right {
	    width: 830px;
	}
}
@media only screen and (min-width: 1250px) {
	.news_list li a .list_right {
	    width: 995px;
	}
}
/*新闻详情样式*/
.news_details {
	width: 100%;
	overflow: hidden;
	padding: 35px 0 40px;
}
.news_details .news_title {
	width: 100%;
	height: 50px;
	padding: 0 20px;
	overflow: hidden;
	line-height: 50px;
	background-color: #f0f0f0;
	color: #666666;
	margin: 0 0 65px;
}
.news_details .news_title a {
	color: #666666;
}
.news_details .news_title a:hover {
	color: #d0152d;
	text-decoration: underline !important;
}
.news_details .details_title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin: 0 0 25px;
	color: #9d9d9d;
	font-size: 14px;
	line-height: 20px;
}
.details_title h1 {
	font-size: 32px;
	color: #000000;
	line-height: 40px;
	margin: 0 0 25px;
}
.details_title p span:nth-of-type(2) {
	margin: 0 0 0 25px;
}
.details_title p img {
	margin: -2px 10px 0 0;
}
.news_details .details_content {
	width: 100%;
	overflow: hidden;
	padding: 35px 15px 55px;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	color: #9d9d9d;
	font-size: 14px;
	line-height: 30px;
}
.details_content img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.news_details .details_bottom {
	width: 100%;
	overflow: hidden;
	padding: 25px 0 0;
	position: relative;
}
.details_bottom p {
	width: calc(100% - 230px);
	width: -moz-calc(100% - 230px);
	width: -webkit-calc(100% - 230px);
	height: 25px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 25px;
	font-size: 14px;
	color: #5a5a5a;
}
.details_bottom p a {
	color: #9d9d9d;
}
.details_bottom p a:hover {
	color: #d0152d;
	text-decoration: underline !important;
}
.details_bottom button {
	width: 202px;
	height: 48px;
	line-height: 46px;
	border: 1px solid #e5e5e5;
	box-shadow: none;
	font-size: 18px;
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 25px;
}
.details_bottom button img {
	margin: -3px 0 0 20px;
}
.details_bottom button img:nth-of-type(2) {
	display: none;
}
.details_bottom button:hover {
	background-color: #d0152d;
	color: #FFFFFF;
}
.details_bottom button:hover img:nth-of-type(1) {
	display: none;
}
.details_bottom button:hover img:nth-of-type(2) {
	display: inline-block;
}
@media only screen and (max-width: 767px) {
	.news_details .news_title {
	    height: 40px;
	    padding: 0 15px;
	    line-height: 40px;
	    margin: 0 0 20px;
	}
	.news_details .details_title {
	    margin: 0 0 15px;
	    font-size: 12px;
	    line-height: 20px;
	}
	.details_title h1 {
	    font-size: 24px;
	    line-height: 30px;
	    margin: 0 0 15px;
	}
	.news_details .details_content {
	    padding: 15px 0px 20px;
	    font-size: 12px;
	    line-height: 22px;
	}
	.news_details .details_bottom {
	    padding: 20px 0 0;
	}
	.details_bottom p {
	    width: 100%;
	}
	.details_bottom button {
	    width: 122px;
	    height: 38px;
	    line-height: 36px;
	    font-size: 14px;
	    position: relative;
	    top: 0;
	    margin: 10px 0 0;
	}
	.details_bottom button img {
		width: 5px;
	    margin: -1px 0 0 10px;
	}
}