.news-title {
	width: 100%;
	overflow: hidden;
	text-align: center;
	color: #7f7f7f;
}
.news-title h2 {
	font-size: 48px;
	color: #333333;
	line-height: 55px;
}
.news-title ul {
	width: 40px;
	overflow: hidden;
	margin: 10px auto 0;
}
.news-title ul li {
	width: 100%;
	height: 4px;
	background-color: #e60012;
	margin: 2px 0 0;
}
.news-title .news-menu {
	width: 200px;
	overflow: hidden;
	margin: 30px auto 0;
}
.news-menu a {
	display: block;
	width: 70px;
	height: 32px;
	line-height: 30px;
	font-size: 16px;
	margin: 0 15px;
	color: #949494;
	overflow: hidden;
	float: left;
	position: relative;
}
.news-menu a.active {
	font-weight: bold;
	color: #666666;
}
.news-menu a.active:after {
	content: '';
	display: block;
	width: 16px;
	height: 2px;
	background-color: #e60012;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -8px;
}
.news-content {
	width: 100%;
	overflow: hidden;
	padding: 85px 0 5px;
	background-color: #fbfbfb;
}
.news-content .news-list {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0;
}
.news-list a {
	display: block;
	width: calc(33.33% - 40px);
	width: -moz-calc(33.33% - 40px);
	width: -webkit-calc(33.33% - 40px);
	overflow: hidden;
	background-color: #FFFFFF;
	float: left;
	margin: 0 60px 60px 0;
	transition: all 0.5s;
}
.news-list a .news-img {
	width: 100%;
	height: 295px;
	overflow: hidden;
}
.news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-list a .news-txt {
	width: 100%;
	height: 280px;
	overflow: hidden;
	padding: 30px 35px;
}
.news-txt h3 {
	width: 100%;
	height: 60px;
	line-height: 30px;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-txt em {
	display: block;
	width: 100%;
	line-height: 20px;
	overflow: hidden;
	font-family: "arial, helvetica, sans-serif";
	color: #a6a6a6;
	margin: 10px 0 15px;
}
.news-txt p {
	width: 100%;
	height: 48px;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
	overflow: hidden;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news-txt h5 {
	width: 110px;
	height: 35px;
	overflow: hidden;
	margin: 30px 0 0;
	color: #9b9b9b;
	border: 1px solid #FFFFFF;
	transition: all 0.5s;
}
.news-txt h5 span {
	display: block;
	float: left;
	line-height: 33px;
	font-size: 12px;
	transition: all 0.5s;
}
.news-txt h5 i {
	display: block;
	width: 25px;
	height: 15px;
	overflow: hidden;
	float: left;
	background-image: url(../images/ib5.png);
	background-repeat: no-repeat !important;
	background-position: center !important;
	margin: 9px 0 0 5px;
	transition: all 0.5s;
}
.news-list a:hover {
	box-shadow: 9.5px 12px 26px 3px rgba(6,0,1,0.21);
}
.news-list a:hover .news-img img {
	transform: scale(1.1);
}
.news-list a:hover .news-txt h5 {
	padding: 0 15px;
	color: #e60012;
	border-color: #e60012;
	border-radius: 18px;
}
.news-list a:hover .news-txt h5 i {
	background-image: url(../images/ir5.png);
}
@media only screen and (max-width: 991px) {
	.news-list a {
		width: 100%;
		margin: 0 0 60px;
	}
	.news-list a .news-img {
		width: 100%;
		height: 440px;
	}
	.news-list a .news-txt {
		height: 420px;
		padding: 45px 60px;
	}
	.news-txt h3 {
		height: 92px;
		line-height: 46px;
		font-size: 36px;
	}
	.news-txt em {
		line-height: 20px;
		font-size: 18px;
		margin: 20px 0 30px;
	}
	.news-txt p {
		height: 74px;
		line-height: 37px;
		font-size: 21px;
	}
	.news-txt h5 {
		width: 160px;
		height: 50px;
		margin: 45px 0 0;
	}
	.news-txt h5 span {
		line-height: 48px;
		font-size: 18px;
	}
	.news-txt h5 i {
		width: 35px;
		height: 15px;
		margin: 17px 0 0 10px;
		background-size: 35px;
	}
	.news-list a:hover .news-txt h5 {
		padding: 0 20px;
		border-radius: 25px;
	}
}
@media only screen and (max-width: 720px) {
	.news-title h2 {
		font-size: 32px;
		line-height: 40px;
	}
	.news-title ul {
		width: 20px;
		margin: 5px auto 0;
	}
	.news-title ul li {
		height: 2px;
	}
	.news-title .news-menu {
		width: 180px;
		margin: 15px auto 0;
	}
	.news-menu a {
		margin: 0 10px;
	}
	.news-content {
		padding: 35px 0 5px;
	}
	.news-content .news-list {
		padding: 25px 0 0;
	}
	.news-list a {
		margin: 0 0 30px;
	}
	.news-list a .news-img {
		height: 225px;
	}
	.news-list a .news-txt {
		height: 225px;
		padding: 20px 25px;
	}
	.news-txt h3 {
		height: 50px;
		line-height: 25px;
		font-size: 18px;
	}
	.news-txt em {
		line-height: 15px;
		font-size: 12px;
		margin: 10px 0 15px;
	}
	.news-txt p {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.news-txt h5 {
		width: 100px;
		height: 35px;
		margin: 25px 0 0;
	}
	.news-txt h5 span {
		line-height: 33px;
		font-size: 12px;
	}
	.news-txt h5 i {
		width: 20px;
		height: 9px;
		margin: 11px 0 0 5px;
		background-size: 20px;
	}
	.news-list a:hover .news-txt h5 {
		padding: 0 10px;
		border-radius: 18px;
	}
}
@media only screen and (min-width: 992px) {
	.news-title h2 {
		font-size: 34px;
		line-height: 39px;
	}
	.news-title ul {
		width: 28px;
		margin: 7px auto 0;
	}
	.news-title ul li {
		height: 2px;
	}
	.news-title .news-menu {
	    margin: 21px auto 0;
	}
	.news-content {
		padding: 60px 0 5px;
	}
	.news-content .news-list {
		padding: 35px 0 0;
	}
	.news-list a {
		width: calc(33.33% - 28px);
		width: -moz-calc(33.33% - 28px);
		width: -webkit-calc(33.33% - 28px);
		margin: 0 42px 42px 0;
	}
	.news-list a:nth-of-type(3n) {
	    margin: 0 0 42px;
	}
	.news-list a .news-img {
		height: 195px;
	}
	.news-list a .news-txt {
		height: 200px;
		padding: 20px 25px;
	}
	.news-txt h3 {
		height: 40px;
		line-height: 20px;
		font-size: 16px;
	}
	.news-txt em {
		line-height: 14px;
		margin: 7px 0 11px;
	}
	.news-txt p {
		height: 40px;
		line-height: 20px;
		font-size: 12px;
	}
	.news-txt h5 {
		width: 110px;
		height: 35px;
		margin: 20px 0 0;
	}
	.news-txt h5 span {
		line-height: 33px;
	}
	.news-txt h5 i {
		width: 25px;
		height: 15px;
		margin: 9px 0 0 5px;
	}
	.news-list a:hover .news-txt h5 {
		padding: 0 15px;
		border-radius: 18px;
	}
}
@media only screen and (min-width: 1200px) {
	.news-title h2 {
		font-size: 38px;
		line-height: 44px;
	}
	.news-title ul {
		width: 32px;
		margin: 8px auto 0;
	}
	.news-title ul li {
		height: 3px;
	}
	.news-title .news-menu {
	    margin: 24px auto 0;
	}
	.news-content {
		padding: 68px 0 5px;
	}
	.news-content .news-list {
		padding: 40px 0 0;
	}
	.news-list a {
		width: calc(33.33% - 32px);
		width: -moz-calc(33.33% - 32px);
		width: -webkit-calc(33.33% - 32px);
		margin: 0 48px 48px 0;
	}
	.news-list a:nth-of-type(3n) {
	    margin: 0 0 48px;
	}
	.news-list a .news-img {
		height: 230px;
	}
	.news-list a .news-txt {
		height: 250px;
		padding: 25px 30px;
	}
	.news-txt h3 {
		height: 50px;
		line-height: 25px;
		font-size: 20px;
	}
	.news-txt em {
		line-height: 16px;
		margin: 8px 0 12px;
	}
	.news-txt p {
		height: 40px;
		line-height: 20px;
		font-size: 14px;
	}
	.news-txt h5 {
		width: 110px;
		height: 35px;
		margin: 30px 0 0;
	}
	.news-txt h5 span {
		line-height: 33px;
	}
	.news-txt h5 i {
		width: 25px;
		height: 15px;
		margin: 9px 0 0 5px;
	}
	.news-list a:hover .news-txt h5 {
		padding: 0 15px;
		border-radius: 18px;
	}
}
@media only screen and (min-width: 1500px) {
	.news-title h2 {
		font-size: 48px;
		line-height: 55px;
	}
	.news-title ul {
		width: 40px;
		margin: 10px auto 0;
	}
	.news-title ul li {
		height: 4px;
	}
	.news-title .news-menu {
	    margin: 30px auto 0;
	}
	.news-content {
		padding: 85px 0 5px;
	}
	.news-content .news-list {
		padding: 50px 0 0;
	}
	.news-list a {
		width: calc(33.33% - 40px);
		width: -moz-calc(33.33% - 40px);
		width: -webkit-calc(33.33% - 40px);
		margin: 0 60px 60px 0;
	}
	.news-list a:nth-of-type(3n) {
	    margin: 0 0 60px;
	}
	.news-list a .news-img {
		height: 295px;
	}
	.news-list a .news-txt {
		height: 280px;
		padding: 30px 35px;
	}
	.news-txt h3 {
		height: 60px;
		line-height: 30px;
		font-size: 24px;
	}
	.news-txt em {
		margin: 10px 0 15px;
	}
	.news-txt p {
		height: 48px;
		line-height: 24px;
	}
}
/*新闻详情*/
.details-top {
	width: 100%;
	overflow: hidden;
	padding: 0 0 15px;
	text-align: center;
}
.details-top h2 {
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 20px;
}
.details-top p {
	width: 100%;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	color: #acacac;
}
.details-top p span {
	margin: 0 10px;
}
.details-content {
	width: 100%;
	overflow: hidden;
	border-top: 1px dashed #bababa;
	border-bottom: 1px dashed #bababa;
	padding: 20px 0 45px;
	color: #919191;
	font-size: 16px;
	line-height: 30px;
}
.details-content img {
	display: block;
	margin: 20px auto;
	max-width: 100%;
}
.details-bottom {
	width: 100%;
	overflow: hidden;
	margin: 30px 0 80px;
}
.details-bottom .details-page {
	width: 810px;
	overflow: hidden;
	float: left;
}
.details-page p {
	width: 100%;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	font-size: 14px;
	color: #828282;
}
.details-page p a {
	color: #828282;
}
.details-page p a:hover {
	font-weight: bold;
	color: #e60012;
}
.details-bottom .details-return {
	width: 140px;
	height: 50px;
	overflow: hidden;
	background-color: #e60012;
	text-align: center;
	line-height: 50px;
	font-size: 16px;
	color: #FFFFFF;
	float: right;
	cursor: pointer;
	transition: all 0.5s;
}
.details-return img {
	margin: -3px 10px 0 0;
}
.details-return:hover {
	background-color: #be000f;
	border-radius: 10px;
}
@media only screen and (max-width: 991px) {
	.details-bottom .details-page {
		width: 100%;
		float: none;
	}
	.details-bottom .details-return {
		float: none;
		margin: 40px 0 0;
	}
}
@media only screen and (max-width: 720px) {
	.details-top {
		padding: 0 0 15px;
	}
	.details-top h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.details-content {
		padding: 20px 0 25px;
	}
	.details-content img {
		margin: 10px auto;
	}
	.details-bottom {
		margin: 15px 0 40px;
	}
	.details-page p {
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.details-bottom .details-return {
		width: 80px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
		margin: 20px 0 0;
	}
	.details-return img {
		margin: -3px 5px 0 0;
		width: 10px;
	}
}
