/*
autor:Colby
date:2017/4/25
*/
body{}
.navbar-default{background-color: #004a86;border-color: #0e5792;min-height: 100px;}
.ms-forum{height:40px;}
.ms-forum .navbar-right{height:40px;margin-right: 50px;}
.ms-forum .nav-tab{list-style: none;margin:10px 0;padding:0;}
.ms-forum .nav-tab li{float:left;padding-left: 40px;color: #fff;cursor: pointer;}

.ml-header{min-height: 60px;background: #0069be;color:#7ac3ff;overflow: hidden;}
.bread{
    clear: both;
    /*width: 230px;*/
    padding-top: 45px;
    color: #949494;
    font-size: 13px;
    margin: 0 0 10px 2%;
}
.bread a{
    color: #949494;
}
/*colby S*/
.center-info{height: 1480px;border: 1px solid #cecece;padding:20px 15px;background: #fff;}
.center-info .course-cur{width:5px;height:26px;background: #0069be;vertical-align: top;line-height: 26;}
.center-info .course-tex{font-size: 20px;color:#3f3f3f;margin:0 12px;}
.center-info .course-tab{margin-top: 38px;margin-left: 23px;}
.center-info .course-tab span{font-size: 18px;color:#0069be;}
.center-info #courseTable{margin-top: 28px;margin-bottom:48px;border:1px solid #96adb7;color:#5e5e5e;}
.center-info #courseTable thead tr{background: #7ecef4;text-align: center;height:36px;line-height: 36px;}
.center-info #courseTable tr td{padding:0 10px;border-right: 1px solid #96adb7;border-bottom: 1px solid #96adb7;}
.center-info #courseTable tbody tr{background: #fff;text-align: center;height:36px;line-height: 36px;}
.center-info .forum{background-image: url('../../statics/images/images/skytech_forum.png');height:630px;background-position: -50px 0;margin-bottom: 30px;}
.center-info .chara{background-image: url('../../statics/images/images/skytech_forum.png');height:400px;background-position: -50px -625px;}
/*colby E*/

.ms-footer{height:200px;background:#34383b;}


/*
    在线报名
*/
.online-reg{
    width:480px;
    margin-left:12px;
    padding:38px 20px;
    border:1px solid #c1c1c1;
    float: left;
    background-color:#fff;
    margin-top: 20px;
}
.online-reg ul{
    list-style: disc;
    list-style-position: inside;
}
.online-reg>h1{
    padding:0 0 15px 0px;
    border-bottom:1px solid #E4E4E4;
    color:#3f3f3f;
    font-size:20px;
}
.online-reg .onine-top-title {
    border-bottom:1px solid #E4E4E4;
}
.online-reg .onine-top-title span{
    display: inline-block;
    width:136px;
    height:36px;
    line-height: 36px;
    padding-left:20px;
    color:#fff;
    background-color:#238EFA;
}
.online-reg .onine-top-title b{
    display: inline-block;
    width: 2px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top:2px;
    background-color: #fff;
}
.online-reg .onine-top-title>b{
    background:#fff;
}
.online-reg>h1>b {
    display: inline-block;
    width: 2px;
    height: 16px;
    margin-right: 10px;
    position: relative;
    top:2px;
    background-color: #0069BE;
}
.pro-info{
    padding:20px 0;
}
.pro-info li{
    padding:5px 0;
    color:#238EFA;
}
.pro-info li span{
    color: rgb(142, 142, 142);
}
#user-info>div{
    padding:10px 0;
}
#user-info>div>span{
    display: inline-block;
    width:100px;
    text-align:left;
}
#user-info>div>span>b{
    margin-right:10px;
}
#user-info input{
    width:300px;
    padding:10px;
    border:1px solid #CFCFCF;
    outline: none;
    background-color:#fff;
}
::-webkit-input-placeholder{
    color:#CFCFCF;
}
::-moz-placeholder{
    color:#CFCFCF;
}
:-ms-input-placeholder{
    color:#CFCFCF;
}
#user-info select{
    width:300px;
    padding:10px;
    border:1px solid #CFCFCF;
    background-color:#fff;
    position: relative;
    left:-3px;
    color:#238EFA;
}
#user-info #user-submit{
    display: block;
    width:195px;
    height:40px;
    line-height:40px;
    padding:0;
    margin:0 auto 60px;
    background-color: #238EFA;
    text-align: center;
    color:#fff;
    font-size:16px;
    cursor:pointer;
}
#user-info #dosubmit{
    display: block;
    width:195px;
    height:40px;
    line-height:40px;
    padding:0;
    margin:0 auto 60px;
    background-color: #238EFA;
    text-align: center;
    color:#fff;
    font-size:16px;
    cursor:pointer;
}