@charset "utf-8";
/* CSS Document */

*{ margin:0px; padding:0px;}
.clearfix{ zoom:1;}
.clearfix:after{ clear:both; display:block; height:0; content:""; visibility:hidden;}
.clear{ clear:both;}
.fr{ float:right;}
.fl{ float:left;}
b,strong{font-weight:normal;}
a{ text-decoration:none;}
a:hover{ color:#900;}
li{ list-style:none;}
html,body{font-size:12px; font-family:Microsoft YaHei;}
ul,ol li{list-style:none;}
img{border:0px;}
input,img,textarea{vertical-alian:middle;}
img{ border:none;}
input{outline:none;}
.wid{width:1200px; margin:0 auto;}
	 b, 
    strong {
    font-weight: bold !important;
	}
	
.videolist{overflow:hidden; height:auto; border:1px #ccc solid}
.videolist ul{padding:20px 0}
.videolist ul li{width:25%;float:left; height:auto; margin-bottom:20px; background:#fff}
.videolist ul li .vbox{width:98%; margin:0 auto; text-align:center; overflow: hidden; height:200px; }
.videolist ul li .vbox img{max-width:96%; margin:0 auto; border-top-left-radius: 10px;
    border-top-right-radius: 10px height:auto; background:#f00}
.videolist ul li .vtitle{text-align:center; font-size:16px; height:50px; line-height:50px; color:#000}

@media screen and (max-width: 800px) {
.videolist ul li{width:100%;clear:both; height:auto; margin-bottom:20px; background:#fff}
}