/* CSS Document */
.video_list
{
	margin-top: 30px;
}
.video_img
{
	float: left;
	width: 300px;
	height: 200px;
	overflow: hidden;
	display: block;
	
}
.video_img img
{
	width: 300px;
	height: 200px;
	-webkit-transition: all 0.2s linear;
   -moz-transition: all 0.2s linear;
   -o-transition: all 0.2s linear;
   -ms-transition: all 0.2s linear;
   transition: all 0.2s linear;
}
.video_img img:hover
{
	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}
.video_text
{
	float: right;
	width: 475px;
}
.video_title
{
	font-size: 20px;
	font-weight: bold;
}
.video_title a
{
	color: #333;
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari ?Chrome */
	-o-transition: 0.3s;	/* Opera */
}
.video_title a:hover
{
	color: #fd4932;
}
.video_time
{
	color: #999;
	height: 40px;
	line-height: 40px;
}
.video_body
{
	height:100px;
	line-height: 24px;
	font-size: 14px;
	color: #747f8c;

}
.video_date
{
	color: #999;
	height: 30px;
	line-height: 40px;
}

/*下面是视频详细页样式*/
.videoshow_title
{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #0573B6;
	height: 30px;
	line-height: 30px;
	margin-top: 15px;
}
.videoshow_time
{
	text-align: center;
	color: #888;
	height: 40px;
	float: left;
	margin-left: 260px;
	line-height: 40px;
}
.videoshow_time1
{
	text-align: center;
	color: #888;
	height: 40px;
	float: left;
	margin-left: 280px;
	line-height: 40px;
}
.videoshow_content
{
	margin-top: 20px;
}
.bdsharebuttonbox
{
	float: left;
	margin-top: 5px;
	margin-left: 15px;
}


.row
{
	margin-top: 40px;
	height: 60px;
	padding: 20px 0px;
	border-top: 1px #e7e7e7 solid;
	border-bottom: 1px #e7e7e7 solid;
}
.row_left
{
	float: left;
	width: 50%;
	border-right: 1px #e7e7e7 solid;
}
.row_left_tu
{
	width: 9px;
	height: 41px;
	float: left;
	background:url(../img/left.png) center left no-repeat;
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari ?Chrome */
	-o-transition: 0.3s;	/* Opera */
}
.row_left_text
{
	float: left;
	margin-left: 15px;
}
.row_prev
{
	font-size: 13px;
	color: #333;
	height: 20px;
	line-height: 20px;
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari ?Chrome */
	-o-transition: 0.3s;	/* Opera */
}
.row_left_title
{
	width: 360px;
	height: 30px;
	line-height: 24px;
	color: #666;
	font-size: 16px;
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari ?Chrome */
	-o-transition: 0.3s;	/* Opera */
}
.row_left a:hover .row_prev
{
	color: #888888;
}
.row_left a:hover .row_left_title
{
	color: #fd4932;
}
.row_left a:hover .row_left_tu
{
	background:url(../img/lefth.png) center left no-repeat;
}

.row_right
{
	float: right;
}
.row_right_tu
{
	width: 9px;
	height: 41px;
	float: right;
	background:url(../img/right.png) center left no-repeat;
}
.row_right_text
{
	float: right;
	margin-right: 15px;
}
.row_next
{
	text-align: right;
	font-size: 13px;
	color: #333;
	height: 20px;
	line-height: 20px;
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari ?Chrome */
	-o-transition: 0.3s;	/* Opera */
}
.row_right_title
{
	width: 360px;
	height: 30px;
	line-height: 24px;
	text-align: right;
	color: #666;
	font-size: 16px;
	transition: 0.3s;
	-moz-transition: 0.3s;	/* Firefox 4 */
	-webkit-transition: 0.3s;	/* Safari ?Chrome */
	-o-transition: 0.3s;	/* Opera */
}
.row_right a:hover .row_next
{
	color: #888888;
}
.row_right a:hover .row_right_title
{
	color: #fd4932;
}
.row_right a:hover .row_right_tu
{
	background:url(../img/righth.png) center left no-repeat;
}

/*列表分页中超链接的样?/
.page
{
height:24px;
width:0px;
width:auto!important;
font-family:"微软雅黑";
font-size:14px;
color:#999999;
text-align:center;
margin:10px 0px 0px 20px;
}
.page a
{
border:1px solid #CCCCCC;
text-decoration:none;
font-family:"微软雅黑";
font-size:14px;
color:#999999;
line-height:18px;
float:left;
padding:2px 5px 2px 5px;
margin-right:5px;
}
.page a:hover
{
border-color:#000000;
color:#000000;
}