/**/
@import "paging.css";
.video_detail {
	padding: 0px 0px 10px 0px;
}
.video_detail .title {
	font-weight: 100;
	font-size: 14pt;
	line-height: 23px;
	text-align: left;
	color: #DD0000;
	margin: 0px 0px 4px 0px;
}
.video_detail_content {
	clear: both;
	margin: 10px 0px 10px 0px;
}
.video_detail .code{
	float: left;
	margin-right: 5px;
}
.video_detail .content{
	float: left;
}
.video_detail .date{
	font-weight: 100;
	font-size: 8pt;
	line-height: 17px;
	height: 17px;
	color: #797979;
	margin-bottom: 15px;
}
.video_detail .short_content {
	font-weight: 100;
	font-size: 9pt;
	line-height: 16px;
	margin: 0px 0px 5px 0px
}
.video_detail .embed_code {
	font-weight: 700;
	font-size: 8pt;
	clear: both;
}
.video_detail .embed_code input{
	font-weight: 100;
	font-size: 8pt;
	width: 666px;
}
/***/
.video_other {
	clear: both;
}
.video_other .items{
	padding-top: 10px;
}
.video_box{
	float: left;
	margin-bottom: 10px;
}
.video_box_1{
	float: left;
	margin-right: 10px;
}
.video_box_{
	float: left;
}
.video_box .inner{
	height: 134px;
	width: 328px;
	overflow: hidden;
}
.video_box .inner_2{
	border: 1px solid #D3D1D1;
	padding: 0px 10px 12px 10px;
}
.video_box img{
	margin: 0px 5px 0px 0px;
	width: 130px;
	height: 90px;
	border: 1px solid #d1d1d1;
}
.video_box .title{
	color: #E40000;
	font-weight: 700;
	font-size: 9pt;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.video_box .short_content{
	font-weight: 100;
	font-size: 8pt;
	line-height: 15px;
	padding: 0px 8px 0px 3px;
	height: 90px;
	overflow: hidden;
	cursor: hand;
}