@charset "utf-8";
/* CSS Document */
.content{
	width:1200px;
	margin: 0 auto;
	padding-top: 40px;
	overflow: hidden;
}
.main-content {
    width: 841px;
    float: left;
}
#hits{
	width: 827px;
	overflow: hidden;
}
#hits h2, .example_video h2{
	margin-top: 40px;
	color: #292929;
	font-size: 24px;
	margin-bottom: 20px;
}
#hits h2 span, .example_video h2 span{
	color:#c12025;
}
#hits ul{
	width:848px;
	overflow: hidden;
}
#hits ul li{
	width: 192px;
	height: 207px;
	float: left;
	margin-right: 20px;
	margin-bottom: 25px;
}
#hits ul li img{
	width:192px;
	height: 144px;
}
#hits ul li h3{
	font-weight: 400;
	line-height: 22px;
	height: 43px;
	overflow: hidden;
	color: #292929;
	font-size: 16px;
	margin-top: 15px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

}

/*榜样的视频 S*/
.example_video ul li {
    clear: both;
    overflow: hidden;
	width:841px;
	height: 162px;
	margin-bottom: 40px;
}
.com-title {
    clear: both;
    overflow: hidden;
	margin-bottom: 18px;
}
.com-title .title {
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 25px;
    display: inline-block;
}
.title {
    overflow: hidden;
    color: #292929;
    font-size: 20px;
}
.active .right {
    overflow: hidden;
}
.right .video_img{
	/* width: 150px; */
	min-height: 93px;
	float: left;
	position: relative;
	padding-right: 23px;
}
.right .video_img img{
	width: 150px;
	height: auto;
}
.right .video_img i{
	width:32px;
	height: 32px;
	display: block;
	background: url(../image/video_icon.png) no-repeat;
	position: absolute;
	left:20px;
	bottom:20px;
}
.right .active-summary{
	height: 120px;
	position: relative;
}
.right .active-summary p{
	font-size: 16px;
	color: #292929;
	line-height: 25px;
    margin-top: -5px;
}
.right .active-summary .source-time{
	display: block;
	color: #666666;
	font-size: 14px;
	margin-top: 18px;
}
.right .active-summary .source-time i{
	font-style: normal;
}
.active .right span{
	  display: block;
    color: #666666;
    font-size: 14px;
    margin-top: 18px;
}
.active .right span i{
	font-style: normal;
}
.active .right p{
	    font-size: 16px;
    color: #292929;
    line-height: 25px;
}






















