@charset "utf-8";
/* CSS Document */

.concstent {
	min-height: 1500px;
	padding: 50px 0;
}
.newsList {
	background-color: #fff;
	float: left;
	width: 800px;
	margin-top: 40px;
}
.newsList ul {
	margin-top: 10px;
}
.newsList li.newsfirst {
	width: 800px;
	height: 488.8px;
}
.newsList li.newsfirst .newsimg {
	width: 800px;
	height: 488.8px;
	position: absolute;
	overflow: hidden;
}
.newsList li.newsfirst .news_wrapper {
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,0.6));
	width: 800px;
	position: absolute;
	top: 329px;
	padding: 25px 30px;
}
.newsList li.newsfirst .title {
	font-size: 18px;
	padding: 6px 0;
	color: #FFF;
}
.newsList li.newsfirst .description {
	width: 700px;
	font-size: 14px;
	line-height: 22px;
	height: 49px;
	color: #FFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newsList li.newsfirst .releaseTime {
	height: 25px;
	padding: 6px 0;
	font-size: 13px;
	color: #FFF;
}
.newsList li.content {
	margin-top:60px;
	height: 172px;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	padding: 30px 0;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	visibility: hidden;
}
.newsList li:hover p.title {
	color: rgb(229,0,17);
}
.newsList li.content:hover:before {
	width: 800px;
}
.newsList li:hover img {
	transform: scale(1.08, 1.08);
}
.newsList li.content:before {
	content: '';
	position: relative;
	border-bottom: 1px solid #aaaaaa;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	display: block;
	width: 0px;
	top: 141px;
	z-index: 1;
}
.newsList li.content .newsimg {
	width: 180px;
	height: 110px;
	float: left;
	position: relative;
	overflow: hidden;
}
.newsList li .newsimg img {
	width: 100%;
	height: 100%;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	perspective: 150;
	-webkit-perspective: 150;
}
.newsList li.content .news_wrapper {
	padding: 0px 30px;
	float: left;
	position: relative;
}
.newsList li.content .title {
	font-size: 15px;
	width: 480px;
	padding: 6px 0;
	overflow: hidden;
}
.newsList li.content .description {
	width: 480px;
	font-size: 13px;
	line-height: 22px;
	height: 49px;
	color: #B5B5B5;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.newsList li.content .releaseTime {
	height: 25px;
	padding: 6px 0;
	font-size: 13px;
	color: #B5B5B5;
}
.newsright {
	float: right;
	width: 360px;
	margin-top: 50px;
}
.topIMG {
	width: 360px;
	height: 488.8px;
}
.middleIMG,.bottomIMG{
	width: 360px;
	height: 450px;
	margin-top: 80px;
}
#pages {
    width: 800px;
    margin-left: 0px;
    padding: 50px 0;
}