

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


.culture-content-center{
	/*结构修改 start*/
	width: 920px;
	min-height: 800px;
	background-color: #fff;
	float: left;
	margin-bottom: 40px;
	padding-bottom:10px ;
	overflow: hidden;
}

.culture-content-item {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.culture-content-img {
	width: 100%;
	padding: 40px 20px;
	text-align: center;
}
/*.culture-content-img > img {
	width: 100%;
}*/
.culture-content-text {
	padding: 0 20px;
	text-indent: 2em;
	font-size: 16px;
	line-height:30px;
}



/*价值理念*/
/*.detail-head {

	height: 100px;
	border-bottom: 1px solid #F0F0F0;
	padding-top: 20px;
	margin: 0 20px;
}

.headline {
	font-size: 25px;
	line-height:25px;
	text-align: center;
}
.detail-tips {
	width: 380px;
	height: 56px;
	font-size: 14px;
	line-height: 56px;
	color: #666;
	margin: 0 auto;

}
.detail-tips> p {
	float: left;
	margin-right: 20px;
}*/

.value-text {
	width: 100%;
	height: auto;
	padding: 40px 20px 20px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}
.value-text> p:nth-of-type(1) {
	margin-bottom: 30px;
}

/*文化动态*/
/*.cont-list {
	width: 100%;
	height: auto;
}

.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;
}
.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;
}*/

/*影音视频*/
.video-show {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	/*background: pink;*/
	padding: 40px 20px 0;
}
.show-item {
	width: 280px;
	/*height: 200px;*/
	/*background: antiquewhite;*/
	margin-bottom: 29px;
	margin-right: 20px;
	float: left;
}
.show-item:nth-child(even) {
	margin-right: 0;
}


.show-item .show-item-img {
	height: 210px;
	border: 1px solid #F0F0F0;
	padding: 6px;
	overflow: hidden;
	position: relative;
}
/*.show-item .show-item-img>img {
	width: 100%;
	height: 100%;
    transition: all 0.5s ease;
}*/
.show-item-img > a {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 208px;
}
.show-item-img > a >.play {
	width: 38px;
	height: 38px;
}
.show-item .show-item-img:hover img {
	transform: scale(1);
}
.show-item .show-item-img video{
	object-fit: fill;
}
.show-item-name {
	height: auto;
	padding: 10px 5px 0;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;

}


.video-cont {
	width: 100%;
	height: 500px;
	margin-top: 20px;
	/*background: pink;*/
}
.video-cont video {
	width: 100%;
	height: 100%;
}
