.news-sel {
	width: 100%;
	position: relative;
}

.news-sel img {
	width: 100%;
}

.select {
	width: 64%;
	height: 3.571428rem;
	position: absolute;
	bottom: 5px;
	left: 18%;
	display: flex;
	justify-content: space-between;
}

.select-news {
	width: -webkit-calc(50% - 1px);
	width: -moz-calc(50% - 1px);
	width: calc(50% - 1px);
	height: 100%;
	color: #FFFFFF;
	font-size: 1.25rem;
	background: rgba(0, 0, 0, .4);
	line-height: 3.571428rem;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-weight: bold;
}

.select-news.active:after {
	content: '';
	width: 0;
	height: 0;
	border: 0.654761rem solid;
	border-color: transparent transparent #FFFFFF;
	position: absolute;
	bottom: -3px;
	left: calc(50% - 0.654761rem);
}

.news {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	padding: 1.785714rem 18%;
	padding-bottom: 0;
	background: #fff;
}

.news-outer {
	width: calc((100% - 2.857142rem) / 3);
	height: 20.797619rem;
	top: 0;
	position: relative;
	background: #FFFFFF;
	margin-right: 1.428571rem;
	margin-bottom: 1.785714rem;
	padding: 1.488095rem;
	overflow: hidden;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	transition: top .5s, box-shadow .5s;
}

.news-outer:nth-child(3n) {
	margin-right: 0;
}

.outer-time {
	margin-bottom: 1.904761rem;
}

.outer-time span:first-child {
	font-size: 1.785714rem;
	color: #666666;
	font-weight: bold;
}

.outer-time span:last-child {
	font-size: 1.071428rem;
	color: #999999;
}

.outer-title {
	height: 3rem;
	line-height: 1.5rem;
	font-size: 1.071428rem;
	color: #666;
	margin-bottom: 1.190476rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.news-outer img {
	width: 100%;
	height: 9.308333rem;
	padding-top: 1.190476rem;
	border-top: 1px solid #cccccc;
}

.news-inner {
	width: 100%;
	height: 10.3rem;
	position: absolute;
	left: 0;
	top: 21rem;
	padding: 0.8rem 1.488095rem;
	background: #FFFFFF;
	transition: top .3s;
}

.inner-content {
	font-size: 1.071428rem;
	color: #666666;
	width: 100%;
	height: 4.5rem;
	line-height: 1.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.details {
	width: 3.45238rem;
	height: 3.45238rem;
	line-height: 3.45238rem;
	background: #4981E5;
	color: #FFFFFF;
	font-size: 1.071428rem;
	text-align: center;
	border-radius: 50%;
	margin: 1rem auto;
	cursor: pointer
}

/* hover */
.news-outer:hover {
	top: -0.5rem;
	box-shadow: 0px 6px 10px 0px rgba(140, 140, 140, 0.32)
}

.news-outer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	background: #4981E5;
	transition: all 1s ease;
}

.news-outer:hover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #4981E5;

}

.news-outer:hover .outer-time span {
	color: #4981E5;
}

.news-outer:hover .news-inner {
	top: 10.3rem;
}

/* 分页 */
.news-pageBox {
	width: 100%;
	display: flex;
	justify-content: center;
	background: #fff;
	padding-bottom: 1.7rem;
}

.news-pageBox span {
	display: inline-block;
	width: 6.666666rem;
	height: 1.904761rem;
	line-height: 1.904761rem;
	text-align: center;
	font-size: 1.190476rem;
	color: #666666;
	background: #FFFFFF;

}

#pageNav {
	display: inline-block;
}

#pageNav a {
	display: inline-block;
	width: 2.97619rem;
	height: 1.904761rem;
	line-height: 1.904761rem;
	font-size: 1.190476rem;
	text-align: center;
	background: #FFFFFF;
	color: #666666;
	text-decoration: none;
	margin-left: 15px;
}

#next {
	margin-left: 15px;
}

.news-pageBox span:hover,
#pageNav a.active,
#pageNav a:hover {
	background: #4981E5;
	color: #EFEFEF;
}

#prev:hover {
	cursor: pointer;
}

#next:hover {
	cursor: pointer;
}

@media screen and (max-width:1250px) {
	.select {
		width: 100%;
		height: 3rem;
		left: 0;
		bottom: 3px;
	}

	.news {
		padding: 1.785714rem 15px;
	}

	.details {
		width: 4rem;
		height: 4rem;
		line-height: 4rem;
		margin: 0.5rem auto;
	}

	.news-outer {
		width: 100%;
		margin-right: 0;
	}
}
