.activeInfo {
    background: #f2f2f2;
    padding-top: 5px;
    margin-left: 5px;
}

.activeInfo h4 {
    font-size: 18px;
    margin-bottom: 10px;
}

.activeInfo li {
    padding: 15px;
    box-shadow: 0px 0px 12px #7E7E7E;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #404040;
    background: #fff;
    width: 99.2%;
    height: 100%;
}

.activeInfo p {
    margin: 0 0 10px;
}

.pa15 {
    padding: 15px;
}

.category-list {
    background: #fff;
    color: #808080;
    border: 1px solid #e3e4e8;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
}

.category-list .category-info {
    padding: 10px 15px 10px 15px;
}

.category-list .category-class {
    padding: 8px 0;
    line-height: 21px;
    border-bottom: 1px solid #e3e4e8;
}

.category-list .tit-h {
    width: 100px;
    color: #333;
    height: 20px;
    line-height: 20px;
    text-align: right;
    padding-right: 5px;
}

.category-list .cont li {
    position: relative;
    float: left;
}

.category-list .cont li a, .category-list .cont li a span {
    float: left;
    cursor: pointer;
    padding: 0px 5px;
}

.jscityre_tog .in, .jscityre_tog .in a {
    background: rgb(0, 160, 233);
    color: #fff;
    border-radius: 4px;
}

.bk {
    width: 1100px;
    display: table-cell;
    zoom: 1;
    vertical-align: top;
}

.jscityre_tog li {
    text-align: center;
    font-size: 16px;
    border-bottom: 1px solid #E8E8E8;
    text-shadow: 0 1px 1px #FFF;
}

.jscityre_tog li .inactive {
    background: url(/Public/Images/nav-expand.png) no-repeat 180px center;
}

.more-subject li {
    background-color: #eee;
}

.nav-bar .nav {
    display: -webkit-box;
    background: -webkit-linear-gradient(top, #F7F7F7, #F4F4F3);
    border-bottom: 1px solid #CCC;
    margin-bottom: 0px;
    text-align: center;
    line-height: 33px;
    -webkit-user-select: none;
}

.dropdown {
    border:0px;padding: 0px 5px;
    -webkit-box-flex: 1;
    width: 33.3%;
}

.dropdown.active {
    background: -webkit-linear-gradient(top, #F4F4F3, #F7F7F7);
    margin: 0;
}

.dropdown p {
    cursor: pointer;background: #fff;padding: 6px 0px;box-shadow: 0px 1px 6px #7E7E7E;
}

.dropdown.category {
    border: 0;
}


.dropdown-menu {
    width: 300%;
}

.dropdown-list {
    width: 100%;
    background: #F7F7F7;
}

.dropdown-list > li {
    border-bottom: 1px solid #E8E8E8;
    border-top: 1px solid #FCFCFC;
    line-height: 39px;
    border-left: 3px solid #F7F7F7;
    position: relative;
    text-shadow: 0 1px 1px #FFF;
}

.dropdown-list > li > a {
    display: block;
    cursor: pointer;
}

.shade {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    height: 2179px;
    z-index: 1;
    display: -webkit-box;
    display: box;
    -webkit-box-align: center;
    box-align: center;
    -webkit-box-pack: center;
    box-pack: center;
    background: rgba(0, 0, 0, .8) center center no-repeat;
}

.activeInfo .btn-info {
    background-color: #5bc0de;
    border-color: #46b8da;
}

@media screen and (max-width: 767px) {.activeInfo li{padding: 0px;box-shadow: 0px 1px 6px #7E7E7E;}
    .w50 {
        width: 50%;
        height: 20px;
        line-height: 20px;
        overflow: hidden;
    }

    .jscityre_tog li {
        line-height: 39px;
    }

    .activeInfo .w100 {
        width: 100% !important;
    }

    .require {
        width: 100% !important;
        height: 100% !important;
    }

    .btn-mobile {
        float: inherit !important;
        width: 60%;
    }
}

@media screen and (min-width: 768px) {
    .require {
        width: 66% !important;
        height: 100% !important;
    }

    .w50 {
        width: 33%;
    }
}
@media screen and (max-width: 767px) {#content{background: #efefef;}}