﻿.news-menu {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-color: #f1f5f9;
}
.news-menu a {
	display: inline-block;
	font-size: 22px;
	line-height: 80px;
	margin: 0 35px;
	color: #333333;
}
.news-menu a.active {
	border-bottom: 2px solid #c31a1d;
}
.news-content {
	width: 100%;
	padding: 70px 0 10px;
	overflow: hidden;
	display:flex;
    align-items: center;
    justify-content:space-between;
}
.news-content a {
	width: -moz-calc(33.33% - 30px);
	width: -webkit-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	height: 420px;
	padding: 40px 30px;
	border: 1px solid #d1d2d2;
	overflow: hidden;
	float: left;
	display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.news-img {
	width: 100%;
	overflow: hidden;
}
.news-img img {
	width: 100%;
	transition: all 0.5s;
}
.news-txt {
	width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
}
.news-txt i {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 20px;
	color: #c5c5c5;
	font-family: arial;
	overflow: hidden;
}
.news-txt h4 {
	width: 100%;
	font-size: 22px;
	line-height: 30px;
	min-height: 35px;
	max-height: 60px;
	color: #5b5b5b;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: 10px 0 8px;
}
.news-txt p {
	width: 100%;
	line-height: 27px;
	max-height: 81px;
	font-size: 17px;
	color: #d0d0d0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.news-txt span {
	display: block;
	width: 115px;
	height: 35px;
	line-height: 35px;
	font-size: 15px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
	background-color: #c31a1d;
	margin: 43px 0 0;
}
.news-content a:hover .news-img img {
	transform: scale(1.1);
}
.news-content a:hover .news-txt h4 {
	color: #c31a1d;
	font-weight: bold;
}
.news-content a:hover .news-txt p {
	color: #849db2;
}
@media only screen and (max-width: 991px) {
	.news-content {
		padding: 65px 0 35px;
	}
	.news-content a {
		width: 100%;
		height: auto;
		padding: 60px 45px 75px;
		margin: 0 0 60px;
	}
	.news-txt {
		margin: 30px 0 0;
	}
	.news-txt i {
		font-size: 20px;
		line-height: 30px;
	}
	.news-txt h4 {
		font-size: 30px;
		line-height: 42px;
		min-height: 50px;
		max-height: 84px;
		margin: 15px 0;
	}
	.news-txt p {
		line-height: 38px;
		max-height: 114px;
		font-size: 24px;
	}
	.news-txt span {
		width: 160px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		margin: 60px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.news-menu a {
		font-size: 14px;
		line-height: 40px;
		margin: 0 8px;
	}
	.news-content {
        padding: 0 0 20px;
    }
	.news-content a {
		padding: 30px 25px 40px;
		margin: 0 0 30px;
	}
	.news-txt {
		margin: 15px 0 0;
	}
	.news-txt i {
		font-size: 12px;
		line-height: 15px;
	}
	.news-txt h4 {
		font-size: 18px;
		line-height: 25px;
		min-height: 30px;
		max-height: 50px;
		margin: 5px 0 8px;
	}
	.news-txt p {
		line-height: 20px;
		max-height: 60px;
		font-size: 12px;
	}
	.news-txt span {
		width: 95px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 992px) {
	.news-menu a {
		font-size: 18px;
		line-height: 50px;
		margin: 0 20px;
	}
	.news-content {
		padding: 50px 0 10px;
	}
	.news-content a {
		width: -moz-calc(33.33% - 20px);
		width: -webkit-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		height: 400px;
		padding: 30px 20px;
	}
	.news-content a:nth-of-type(3n+1),.news-content a:nth-of-type(3n+2) {
		margin: 0 30px 40px 0;
	}
	.news-content a:nth-of-type(3n) {
		margin: 0 0 40px;
	}
	.news-txt {
		margin: 10px 0 0;
	}
	.news-txt i {
		font-size: 12px;
	}
	.news-txt h4 {
		font-size: 18px;
		line-height: 25px;
		min-height: 30px;
		max-height: 50px;
		margin: 5px 0 5px;
	}
	.news-txt p {
		line-height: 20px;
		max-height: 60px;
		font-size: 12px;
	}
	.news-txt span {
		width: 95px;
		height: 30px;
		line-height: 30px;
		font-size: 12px;
		margin: 30px 0 0;
	}
}
@media only screen and (min-width: 1200px) {
	.news-menu a {
		font-size: 20px;
		line-height: 60px;
		margin: 0 30px;
	}
	.news-content {
		padding: 60px 0 10px;
	}
	.news-content a {
		width: -moz-calc(33.33% - 24px);
		width: -webkit-calc(33.33% - 24px);
		width: calc(33.33% - 24px);
		height: 460px;
		padding: 35px 25px;
	}
	.news-content a:nth-of-type(3n+1),.news-content a:nth-of-type(3n+2) {
		margin: 0 36px 50px 0;
	}
	.news-content a:nth-of-type(3n) {
		margin: 0 0 50px;
	}
	.news-txt {
		margin: 15px 0 0;
	}
	.news-txt i {
		font-size: 14px;
	}
	.news-txt h4 {
		font-size: 20px;
		margin: 10px 0 8px;
	}
	.news-txt p {
		line-height: 22px;
		max-height: 66px;
		font-size: 14px;
	}
	.news-txt span {
		width: 110px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin: 35px 0 0;
	}
}
@media only screen and (min-width: 1500px) {
	.news-menu a {
		font-size: 22px;
		line-height: 80px;
		margin: 0 35px;
	}
	.news-content {
		padding: 70px 0 10px;
	}
	.news-content a {
		width: -moz-calc(33.33% - 30px);
		width: -webkit-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
		height: 420px;
		padding: 40px 30px;
	}
	.news-content a:nth-of-type(3n+1),.news-content a:nth-of-type(3n+2) {
		margin: 0 45px 60px 0;
	}
	.news-content a:nth-of-type(3n) {
		margin: 0 0 60px;
	}
	.news-txt {
		margin: 20px 0 0;
	}
	.news-txt i {
		font-size: 15px;
	}
	.news-txt h4 {
		font-size: 22px;
		line-height: 30px;
		min-height: 35px;
		max-height: 60px;
	}
	.news-txt p {
		line-height: 27px;
		max-height: 81px;
		font-size: 17px;
	}
	.news-txt span {
		width: 115px;
		font-size: 15px;
		margin: 43px 0 0;
	}
}
/*æ–°é—»è¯¦æƒ…*/
.news-top {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.news-top h2 {
	font-size: 32px;
	line-height: 35px;
	margin: 0 0 20px;
	color: #111111;
}
.news-top p {
	color: #acacac;
}
.news-top p span {
	margin: 0 14px;
}
.news-center {
	width: 100%;
	line-height: 30px;
	font-size: 16px;
	padding: 30px 0 50px;
	margin: 15px 0 30px;
	color: #919191;
	overflow: hidden;
	border-top: 1px dashed #bdbdbd;
	border-bottom: 1px dashed #bdbdbd;
}
.news-center img {
	display: block;
	margin: 15px auto;
	max-width: 100%;
}
.news-bottom {
	width: 100%;
	height: 60px;
	margin: 0 0 60px;
}
.news-page {
	width: -moz-calc(100% - 200px);
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	overflow: hidden;
	float: left;
}
.news-page p {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #828282;
	overflow: hidden;
	white-space: nowrap;
    text-overflow: ellipsis;
}
.news-page p a {
	color: #828282;
	display: inline;
	border: none;
	float: none;
	padding: 0;
}
.news-page p a:hover {
	color: #005bac;
	font-weight: bold;
}
.news-bottom button {
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	margin: 10px 0 0;
	overflow: hidden;
	color: #ffffff;
	float: right;
	border: none;
	background-color: #c31a1d;
	position: relative;
	transition: all 0.5s;
}
.news-bottom button img {
	margin: -3px 8px 0 0;
}
.news-bottom button:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border: 1px solid #c31a1d;
	position: absolute;
	left: 0px;
	top: 0px;
}
.news-bottom button span {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}
.news-bottom button:hover {
	box-shadow: 5px 5px 20px rgba(0,0,0,0.3);
}
@media only screen and (max-width: 991px) {
	.news-top h2 {
		font-size: 48px;
		line-height: 55px;
		margin: 0 0 30px;
	}
	.news-top p span {
		font-size: 18px;
		margin: 0 20px;
	}
	.news-center {
		line-height: 45px;
		font-size: 24px;
		padding: 50px 0;
		margin: 40px 0 50px;
	}
	.news-center img {
		margin: 30px auto;
	}
	.news-bottom {
		height: 170px;
		margin: 0 0 60px;
	}
	.news-page {
		width: 100%;
		float: none;
	}
	.news-page p {
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.news-bottom button {
		width: 280px;
		height: 70px;
		line-height: 70px;
		font-size: 28px;
		margin: 20px 0 0;
		float: none;
	}
	.news-bottom button img {
		width: 25px;
		margin: -3px 8px 0 0;
	}
}
@media only screen and (max-width: 750px) {
	.news-top h2 {
		font-size: 24px;
		line-height: 30px;
		margin: 0 0 10px;
	}
	.news-top p span {
		margin: 0 10px;
		font-size: 12px;
	}
	.news-center {
		line-height: 25px;
		font-size: 14px;
		padding: 20px 0;
		margin: 15px 0;
	}
	.news-center img {
		margin: 10px auto;
	}
	.news-bottom {
		height: 100px;
		margin: 0 0 20px;
	}
	.news-page p {
		height: 25px;
		line-height: 25px;
		font-size: 14px;
	}
	.news-bottom button {
		width: 110px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		margin: 10px 0 0;
	}
	.news-bottom button img {
		width: 13px;
		margin: -3px 8px 0 0;
	}
}