@charset "utf-8";
/* CSS Document */
.header{background: #000;}
#heclear{height:50px;}

#main{clear:both;margin:auto;padding:0; margin-top:30px;width:95%;height:auto!important;min-height:50px;max-height:none;overflow:hidden;}
#main_center{float:right;margin:0;padding:0;margin-top:0px;width:100%;height:auto;overflow:hidden;}
#center_title{margin:10px;height:30px;}
#center_title span{float:right; margin-top:5px; cursor:pointer; display:none;}

#center_content{clear:both; margin-top:20px;height:auto;overflow:hidden;font-size:14px;}
#center_content #txt_show{ margin:10px;line-height:25px;height:auto;overflow:hidden;}
#center_content #txt_show{font-size:14px;}

#main_left{float:left;margin:0; margin-top:0px;padding:0;width:250px;height:auto;overflow:hidden;}
#left_title{line-height:40px;font-size:16px;color:#000;text-transform: uppercase;}
#left_title a{font-size:16px;color:#000;text-transform: uppercase; }
#left_list{margin:auto;border-right:#ededed 1px solid;}
#left_list .c{padding:10px 15px 10px 0px;font-size:16px; font-weight:bolder;}
#left_list .c a{display:block; font-size:16px;}
#left_list .s{position:absolute;margin-left:198px;margin-top:-25px;width:789px;height:auto; overflow:hidden;z-index:99999999999999;background:#FFF;border:#f1f1f1 1px solid;display:none;}
#left_list .c_s{padding:5px;padding-left:10px;}
#left_list .c_s a{display:block;}
#left_list .c_s_s{position:absolute;margin-left:204px;margin-top:-20px;width:788px;height:auto; overflow:hidden;z-index:99999999999999;background:#f1f1f1;border:#f1f1f1 1px solid;display:none;}
#left_list .c_s_n{display:inline-block; float:left; margin-left:5px;height:25px;line-height:25px;width:145px; text-align: center; overflow:hidden;}
#left_list .c_s_n a{font-weight:normal;}
video{ background: #000; border-radius: 5px; width: 800px; height: 600px;}

@media screen and (min-width: 1400px) {
#main{width: 80%;}
}

@media screen and (max-width: 750px) {
#main{width:100%;margin-top:20px;}
#center_title span{ display: none;}
#main_left{position:fixed; top:0; left:0;width:150px; height:100%; overflow-y:scroll; background:#FFF; border-right: #ededed 1px solid; z-index:999999999999; display:none;}
#left_list .c{font-size:14px;}
#left_list .c a{font-size:14px;}
#main_center{width:100%;}
#center_content #txt_show img{width:100%; height:auto;}
video{ margin: 0; padding: 0; background: #000; border-radius: 0px; width: 100%; height: auto;}
}