@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
img{ border:none;}
ul,ol,li{ list-style:none;}
a{ text-decoration:none; color:#333;}
body{ background-color:#ffffff; font-family:'微软雅黑'; font-size:14px; color:#333;}

.footer{ height:35px; padding-top:15px; background-color:#5BC3C0; color:#FFF; text-align:center; font-size:12px;}
.footer p{font-size:14px;}

.wrapper{ width:1000px; margin:0 auto; background-color:#eee; }
.headWrapper{ background-color:#5BC3C0; height:65px; padding-top:9px; border-bottom:#5BC3C0 solid 4px;}/**/
.headWrapper h1{ float:left; color:#fff; font-size:28px; margin-left:20px;}
.headWrapper h1 big{ font-size:40px;}
.headWrapper img{ float:right; margin-right:35px;}
.videoPlay{ width:930px; padding:0 35px;}
.videoPlay .current{ height:50px; line-height:50px; margin-top:10px; font-size:18px; background:url(../images/playNow.png) no-repeat left center; padding-left:40px; font-weight:bold;}
.video{ width:924px; height:572px; background-color:#dafff8; border:#5BC3C0 solid 3px; border-radius:3px;}
.sectionList{ width:930px; padding:0 35px;}
.listTitle{ height:50px; line-height:50px; margin-top:10px; font-size:18px; background:url(../images/playList.png) no-repeat left center; padding-left:40px; font-weight:bold;}

.chapters{ overflow:hidden;}
.chapter{ margin-bottom:10px; overflow:hidden;}
.chapter span{ width:910px; height:38px; cursor:pointer; line-height:38px; background-color:#c0c0c0; display:block; color:#fff;border-top-left-radius:5px; border-top-right-radius:5px; font-size:16px; font-weight:bold; padding-left:20px;}
.chapterOn span{ background-color:#5BC3C0;}
.sections{ width:906px; padding:20px; background-color:#fff; border:#ccc solid 2px; border-top:none; overflow:hidden; display:none;}
.chapterOn .sections{ display:block;}
.section{ float:left; width:240px; margin:20px;}
.section a{ display:block; text-align:center;}
.sectionOn a{ font-weight:bold; color:#09F}
.section .sectionTitle{ width: 240px; height:20px; line-height:20px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; -moz-binding:url('ellipsis.xml#ellipsis'); }
.section img{ width:233px; height:131px; border:#ccc solid 1px;}
