
/*结构修改 start*/
.pro-content-right .content-center {
	width: 920px;
}
/*end*/


.content-center {
	margin-bottom: 40px;
	overflow: hidden;
}
.content-center-item{
	width: 100%;
	height: auto;
	padding-bottom: 20px;
	overflow: hidden;
}

.content-center-img {
	width: 100%;
	height: auto;
}
.content-center-img img {
	width: 100%;
	height: 229px;
}
.content-center-img .img-title {
	width: 100%;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
}

.content-center-art {
	text-indent: 2em;
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
}


/*资质荣誉*/
.video-show {
	width: 100%;
	min-height: 150px;
	overflow: hidden;
	/*background: pink;*/
	/*padding: 40px 20px 0;*/
}
.show-item {
	width: 280px;
	margin-bottom: 29px;
	margin-right: 20px;
	float: left;
}
.show-item:nth-child(3n) {
	margin-right: 0;
}


.show-item .show-item-img {
	height: 210px;
	border: 1px solid #F0F0F0;
	padding: 6px;
	overflow: hidden;
	position: relative;
}

.show-item-img > a {
	width: 100%;
	height: 100%;
	/*position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	line-height: 208px;*/
}

.show-item .show-item-img:hover img {
	transform: scale(1.05);
}

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