@charset "utf-8";

/** base setting **/
body,html{font-family:'Microsoft Yahei',Verdana, Arial, Helvetica, 'Simsun', sans-serif!important;margin:0;}
ul{margin:0;padding:0;list-style:none;}
.common-content{width:1190px;margin:0 auto;}
.clearfix{clear:both;}
.text-danger{color:#f00;}
.text-muted{color:#999;}
.text-primary{color:#3e8be8;}
.tab-pane{display:none;}
.tab-pane.active{display:block;}
.shadowbox{box-shadow:0 0 5px rgba(0,0,0,.1);}

/** header **/
header{background:#fff;box-shadow:0 5px 20px rgba(0,0,0,.1);}
.common-topbar-main{background:#0073e5 url(/edu-assets-20200601/js/newshanghai/bg-topbar.png) no-repeat top center;color:#fff;height:70px;}
.common-topbar-brand{float:left;height:70px;width:226px;margin-right:370px;overflow:hidden;background-size: contain;}
.common-topbar-navlist li{display:inline-block;margin-right:20px;line-height:67px;font-weight:bold;}
.common-topbar-navlist li.pull-right{margin-right:0;}
.common-topbar-navlist a{display:block;color:#fff;opacity:0.8;border-bottom:3px #0073e5 solid;}
.common-topbar-navlist .active a,
.common-topbar-navlist a:hover{color:#fff; opacity:1;font-weight:bold;border-color:#fff;}
.common-topbar-navlist li.pull-right a{margin:24px 0;padding:0 5px;border:1px #fda93f solid;border-radius:5px;line-height:22px;font-size:12px;font-weight:normal;}
.common-topbar-navlist li.pull-right a:hover{background:#fff;color:#0073e5;}



/***** Footer *****/
/* #footer{background-color:#fff; width:100%;} */

/* footContent */
/* .footContent{width:1100px;margin:0 auto;padding:15px 0;font-size:12px}
.footLeft{float:left;width:395px;height:119px;background:url(/edu-assets-20200601/js/img/footer_again.gif) no-repeat}
.footLeft ul{margin:0;margin-top:58px;padding:10px;width:100%;list-style-type:none}
.footLeft ul li{float:left;width:125px;text-align:center;line-height:25px}
.footRight{float:right}
.footRight li{float:left;line-height:20px}
.footRight li a{font-size:14px}
.footRight li font{padding:0 6px;font-weight:400}
.footRight .copyright{line-height:22px;margin-top:5px;color:#888}
.footRight .tit{width: 100%;display: flex;} */
.clearFix {
    clear: both;
    zoom: 1;
}