﻿@charset "utf-8";
/*layout*/
body{ overflow:hidden;}
#footer{ margin-top:0;}
#videoBox{ background:#202020; margin-top:55px;}
#left{ float:left; height:100%; width:65%; background:#000;}
#right{ float:right; height:100%; width:35%; overflow:auto;}

/*main*/
.title{ text-align:center;}
.title h2{ height:40px; line-height:40px; margin-top:20px; font-size:18px; color:#dcdcdc;}

.listTitle a{ display:block; color:#888; text-decoration:none;}
.listTitle h2 a{ padding:10px 20px; font-weight:600;}
.listTitle *{ transition:all 0.5s;}
.listTitle li.now,.listTitle li:hover,.listTitle h2:hover{ background:#000;}
.listTitle li.now a{ font-weight:600; color:#fff;}
.listTitle li a{ padding:8px 20px 8px 50px;}

#video{ width:90%; max-width:700px; max-height:550px; margin:0 auto;}