



/*.first-item p .down-icon{
	padding-right: 4px;
}*/

.news-content-center{
	width: 920px;
	min-height: 720px;
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
	overflow: hidden;
}
.cont-list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}
.cont-list a {color: #333;}

.first-one .first-one-img {
	width:580px;
	height: 303px;
	overflow: hidden;
}
.first-one .first-one-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.first-one .first-one-img:hover img {
	transform: scale(1.05);
}
.first-one .first-one-title {
	font-size: 18px;
	line-height: 35px;
	padding: 0 20px;
}
.first-one .first-one-title:hover a {
	color: #165DA5;
}

.first-one .first-one-text {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	padding: 0 20px;
}

.first-one .first-one-tip {
	font-size: 12px;
	color: #999;
	line-height: 22px;
	padding: 0 20px;
}
.first-one .first-one-tip span {
	padding-right: 20px;
}

.cont-list-item {
	width: 540px;
	height: 156px;
	border-bottom: 1px solid #DDDDDD;
	padding: 30px 0;
	margin: 0 20px;
}
.list-item-img {
	width: 180px;
	height: 97px;
	float: left;
	overflow: hidden;
}
.list-item-img img {
	width: 100%;
	height: 100%;
	transition: all 0.5s ease;
}
.list-item-img:hover img {
	transform: scale(1.05);
}

.list-item-detail {
	float: right;
	width: 345px;
	height: 100%;
}
.list-item-title {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.list-item-title:hover a {
	color: #165DA5;
}
.list-item-text {
	width: 100%;
	height: 44px;
	font-size: 14px;
	line-height: 22px;
	color: #666;
}
.list-item-other {
	margin-top: 5px;
	color: #999;
}
.list-item-other > span {
	margin-right: 15px;
	
}
.list-item-other .eyes{
	padding-left: 20px;
	background: url(/assets/img/index/watch_icon.png) no-repeat left center;
}



