.banner {
	width: 100%;
	height: 6.6rem;
	margin-top: .64rem;
	background-image: url(../images/news/banner-news.jpg);
	background-position: center center;
	background-repeat: repeat-x;
	background-size: auto 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.banner .title {
	font-size: .6rem;
	text-align: center;
	color: rgba(255, 255, 255, .8);
}

.banner .title::after {
	content: '';
	width: .50rem;
	height: .05rem;
	border-radius: .02rem;
	background: #fff;
	position: absolute;
	left: 50%;
	top: calc(50% + .5rem);
	transform: translateX(-50%) translateY(-50%);
}

.banner .en {
	color: rgba(255, 255, 255, .16);
	font-size: 1.00rem;
	font-family: 'Roboto-Bold';
	text-align: center;
	position: absolute;
	left: 50%;
	top: calc(50% - .3rem);
	transform: translateX(-50%) translateY(-50%);
	z-index: 1;
}

.section {
	max-width: calc(12.00rem + 12%);
	padding: 1.70rem 6% 1.00rem;
	position: relative;
	margin: 0 auto;
}

.section a {
	display: block;
}

.section .title {
	text-align: center;
	margin-bottom: .28rem;
}

.section .title h2 {
	text-align: center;
	font-size: .40rem;
	color: #484949;
	opacity: 0.8;
	position: relative;
	top: -.30rem;
}

.section .more {
	text-align: center;
	font-size: .14rem;
	color: #335ad4;
	margin-bottom: 1.20rem;
	display: block;
}

.section ul {
	overflow: hidden;
}

.section ul li {
	width: calc(100% / 3 - .20rem);
	float: left;
	border: .01rem solid #eaeaea;
	text-align: center;
	padding-bottom: .20rem;
	margin-bottom: .20rem;
	transition: all 0.2s ease;
	overflow: hidden;
	margin-right: .30rem;
	position: relative;
}

.section ul li:nth-child(3n) {
	margin-right: 0;
}

.section ul li:hover {
	box-shadow: 0 0 .15rem rgba(44, 81, 197, 0.2);
}

.section ul li img {
	width: 100%;
}

.section ul li h4 {
	height: .56rem;
	min-height: .56rem;
	color: #484949;
	font-size: .20rem;
	text-align: left;
	padding: 0 .19rem;
	margin: .19rem 0;
	text-align: justify;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.section ul li p {
	color: #a7a7a7;
	font-size: .14rem;
	text-align: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding: 0 .20rem;
}

@media (max-width:900px) {
	.section {
		max-width: inherit;
	}
}

@media (max-width:750px) {
	.section ul li {
		width: calc(50% - .20rem);
		margin-right: .40rem !important;
	}

	.section ul li:nth-child(2n) {
		margin-right: 0 !important;
	}
	.section ul li h4{
		height: .7rem;
	}
}
