.videoBox .videos {margin-top: 30px; background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1)}
.videoBox .videos .video{ box-shadow:none;}

.listTextBox{margin-top: 30px; background-color: #fff; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);}
.listTextBox .listText{  padding: 20px 0;}
.listText li{ float: left; display: inline-block; width:33.33%;}
.textItem h6{ text-align: center; font-size: 16px; margin-bottom: 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.textItem .textCont{ padding: 20px; border-right: 1px solid #eee; border-bottom: 1px solid #eee;}
.textItem:nth-child(3n) .textCont{ border-right:none}
.textItem:nth-child(3n+1):nth-last-child(-n+3) .textCont,.textItem:nth-child(3n+1):nth-last-child(-n+3)~.textItem .textCont{  border-bottom: none;}
.textItem .textCont p{ font-size: 14px; line-height: 1.6em; height: 88px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }

#container{width:1200px;margin:30px auto;}
#container ul{width:285px;list-style:none;float:left;margin-right:20px;}

.sub {
	width: 100%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	margin-bottom: 15px;
}
.sub:nth-child(4n) {
	margin-right: 0
}
.sub .mlogo {
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: relative;
}
.sub .mlogo img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.sub h6 {
	text-align: center;
	font-size: 16px;
	margin: 5px 0;
	white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.sub div {
	width: 100%;
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
	line-height: 21px;
}