.identity {
	width: 100%;
}
.identity .item, .identity .item a, .identity div{
	font: 100 9pt/18px Arial;
	text-align: center;
}
.identity .item .header{
	font: 700 9pt/18px Arial;
	margin: 10px 0px 0px 0px;
}
.video_detail {
	clear: both;
	margin-bottom: 10px;
}
.video_detail .title {
	font: 100 26px/23px Verdana;
	color: #DD0000;
	margin: 0px 0px 10px 0px;
	text-align: center;
}
.video_detail .code{
	clear: both;
	text-align: center;
	margin-bottom: 10px;
}
.video_detail .date{
	clear: both;
	font: 100 8pt/17px Tahoma;
	color: #797979;
	text-align: right;
}
.video_detail .short_content {
	clear: both;
	font: 100 8pt/17px Verdana;
}
.video_detail .embed_code {
	font: 700 8pt Verdana;
	clear: both;
}
.video_detail .embed_code input{
	font: 100 8pt Tahoma;
	width: 460px;
}
/**/
.box_video {
	width: 468px;
	overflow: hidden;
    margin-top: 5px;
}
.box_video .v_sep{
	float: left;
	width: 12px;
	height: 12px;
	font-size: 1px;
}
.box_video .h_sep{
	clear: both;
	height: 12px;
	width: 12px;
	font-size: 1px;
}
.box_video .item{
	float: left;
	background: #fff;
	border: 1px solid #BBB;
	text-align: center;
}
.box_video .item_inner{
	width: 146px;
	height: 169px;
    overflow: hidden;
}
.box_video .item_inner2{
    margin: 6px;
}
.box_video .item_inner img{
	width: 130px;
	height: 98px;
    margin-bottom: 8px;
}
.box_video .item_inner .title{
	height: 45px;
	overflow: hidden;
	color: #D90000;
	font: 700 8pt/15px Verdana;
    cursor: pointer;
}
.box_video .row{
	height: 171px;
	overflow: hidden;
}