

/*.down-icon {
	padding-right: 4px;
}*/


.culture-content-center{
	/*结构修改*/
	width: 920px;
	min-height: 800px;
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
	padding: 0;
	padding-bottom: 10px;
}

.culture-content-item {
	width: 100%;
	height: auto;
}
.culture-content-item .cont-text {
	padding: 40px 20px 0;
}
.culture-content-img {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.culture-content-img img {
	width: 100%;
	/*height: 228px;*/
}
.culture-content-text {
	text-indent: 2em;
	font-size: 16px;
	line-height:30px;
	margin-bottom: 20px;
}


/*.cont-list {
	width: 100%;
	height: auto;
	margin-top: -20px;
}
.cont-list a {color: #333;}
.cont-list-item {
	width: 540px;
	height: 156px;
	border-bottom: 1px solid #DDDDDD;
	padding: 30px 0;

}
.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;
}
.list-item-other {
	margin-top: 5px;
	color: #999;
}
.list-item-other > span {
	margin-right: 15px;
	
}
.list-item-other .eyes{
	padding-left: 20px;
	background: url(../img/watch_icon.png) no-repeat left center;
}*/