.wrap-content {
	width: 100%;
	overflow: hidden;
}

.c-main {
	max-width: 1280px;
	margin: 0 auto;
	overflow: hidden;
}

.c-left {
	width: 70%;
	float: left;
	/*margin-right: 3%;*/
}

.c-right {
	width: 30%;
	float: left;
}

.goodshow {
	width: 47%;
	float: left;
	margin-right: 3%;
	margin-bottom: 21px;
}
.goodshow:nth-of-type(even){
                   clear:left; 
                }

.warp-img {
	overflow: hidden;
	
	line-height: 0;
	transition: .8s;
}

.warp-img img {
	transition: .8s;
	width: 100%;
	height: 100%;
}

.warp-text {
	color: #666;
	line-height: 30px;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.goodshow:hover img {
	transform: scale(1.2);
}

.goodshow:hover .warp-text {
	font-weight: bold;
}

.title {
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	font-size: 21px;
	padding: 20px 0;
}

.video {
	position: relative;
	width: 100%;
}

.video img {
	width: 100%;
	height: 426px;
}

.video a i {
	position: absolute;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../images/playbtn.png) no-repeat center center;
	width: 100%;
	height: 100%;
}

.video a i:hover {
	background: url(../images/playbtn_hover.png) no-repeat center center;
}

#videotcbox1,
#videotcbox2 {
	display: none;
}

@media only screen and (max-width:780px) {
	.title {
		padding: 12px 10px;
	}
	.warp-img {
		/*height: 180px;*/
	}
	.warp-text {
		font-size: 12px !important;
		line-height: 40px;
		padding: 0 10px;
	}
	.c-left {
		width: 100%;
	}
	.c-right {
		width: 100%;
	}
	.goodshow {
		width: 100%;
		margin: 0;
	}
	.video img {
		/*height: 300PX;*/
	}
}