﻿/*头部*/
body, html {
    background: none repeat scroll 0 0 #fff !important;
    height: 100%;
    width: 100%;
}

body, div, p, span, input, b, img, ul, li, dl, dt, dd, small, ol, font {
    font: 12px/1.5 微软雅黑,Arial,sans-serif;
    margin: 0;
    padding: 0;
}

* {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: #252525;
    text-decoration: none;
    outline: medium none;
}

    a:link, a:visited {
        text-decoration: none;
    }

    a:hover {
        text-decoration: none;
    }

img {
    border: 0 none;
    color: transparent;
    font-size: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
    display: block;
}

.clearfix::after, .feed::after, .comment::after, .newfoot::after, .cjjcou::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix::after {
    clear: both;
    content: " ";
    display: block;
}

.wp-box {
    height: 100%;
    margin: 0;
    position: relative;
    width: 100%;
}

.wrap {
    /*width: 100%;
    margin: 0 auto;
    height: 80px;
    position: relative;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(13,5,9,0.2);
    transition: all 0.3s linear;*/
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 150;
    left: 0px;
    margin-top: 0px;
    opacity: 0.9;
    padding: 0px;
    min-width: 980px;
    height: 80px;
    background: #fff;
    box-shadow: 1px 2px 8px rgba(13,5,9,0.2);
    transition: all 0.3s linear;
}

.softbanner {
    top: 0px;
    width: 100%;
    left: 0px;
    margin-top: 0px;
    opacity: 0.9;
    padding: 0px;
    min-width: 980px;
    height: 80px;
    background: #fff;
    box-shadow: 0px 0px 1px rgba(13,5,9,0.2);
    transition: all 0.3s linear;
}

.softbanner .nav {
    margin-top: 20px;
}

.softbanner .nav li {
    float: left;
    width: 50%;
    color: #a12121;
    display: block;
    font-size: 16px;
    height: 70px;
    line-height: 70px !important;
    text-align: center;
}
.softbanner .nav .back{
     background: #fff;
            border-bottom: 5px solid #a12121;
}

em {
    font-style: normal;
}

.head {
    width: 980px;
    height: 80px;
    margin: 0 auto;
    display: block;
    position: relative;
    color: #fff;
}

.head div.left {
    height: 80px;
}

.head div.left a img {
    margin: 16px 20px 13px 0;
}

.head div.left .nav {
    margin-left: 20px;
}

.head div.left .nav li a, .head div.left .nav li {
    float: left;
    width: 106px;
    display: block;
    font-size: 16px;
    height: 70px;
    line-height: 70px !important;
    text-align: center;
    color:#444;
}

.head div.left .nav li a {
    border-right: 0px solid #f2f2f2;
}

    .head div.left .nav li a:hover {
        border-bottom: 5px solid #a12121;
        color: #a12121;
        background: #fff;
    }

.head div.left .nav li.back {
    background: #fff;
    border-bottom: 5px solid #a12121;
}

.head div.left .nav li.back a {
    color: #a12121;
}

.head div.left .nav li.back a:hover {
    border-bottom: 0px solid #2099fa;
}
.center{
    text-align:center;
}

.left {
    display: block;
    float: left;
}
.head .left .nav > li > a {
    padding:0px;
}
.head div.right {
    float: right;
}

    .head div.right .registered {
        height: 36px;
        line-height: 36px;
        float: left;
        margin-top: 20px;
        position: relative;
        font-size: 14px;
    }

.head div.right .registered .st {
    float: left;
    top: 0px;
    left: 0px;
    width: 75px;
    height: 36px;
    position: absolute;
}

.head div.right .registered .st a {
    float: left;
    width: 75px;
    height: 36px;
    border-radius: 5em;
    background: #2099fa;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 35px;
    cursor: pointer;
}

.head div.right .registered .st a:hover {
    background: #2ea2ff;
}

.head div.right .registered .sb {
    height: 50px;
    float: left;
    margin-left: 80px;
}

.head div.right .registered .sb {
    height: 18px;
    line-height: 18px;
    color: #4c4c4c;
}

.head div.right .registered .sb a {
    color: #4c4c4c;
}

.head div.right .registered .sb a:hover {
    color: #2099fa;
}

.head div.right .registered .sb span.r_li {
    float: left;
    width: 100%;
    letter-spacing: 0.04em;
}

.w-box {
    width: 100%;
    border: medium none;
    margin: 0;
    position: relative;
}
.top80{
    padding-top:80px;
}

/*尾部*/
.newfoot {
    width: 100%;
    background: #2099fa;
    height: 150px;
}

.newfoot-list {
    width: 1201px;
    height: 150px;
    margin: 0 auto;
    overflow: hidden;
}

.newfoot-list li {
    width: 399px;
    height: 150px;
    border-right: 1px solid #35adff;
    margin-top: 40px;
    float: left;
}

.newfoot-list li.right {
    width: 400px;
    height: 150px;
    ;
    margin-top: 40px;
    border: none;
}

.newfoot-list li .ps {
    width: 222px;
    float: left;
    font-size: 120px;
    font-family: sans-serif;
    text-align: right;
    color: #4ae3ff;
}

.newfoot-list li .psh {
    width: 160px;
    float: left;
    font-size: 16px;
    text-align: left;
    color: #4ae3ff;
    line-height: 22px;
    margin-left: 4px;
    margin-top: 100px;
    font-weight: bold;
}

.newfoot-list li .ps img {
    padding: 50px 0px 30px 90px;
}

.newfoot-list li span {
    width: 300px;
    float: left;
    margin: 0px 49px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.btnRegister {
    display: block;
    font-size: 22px;
    height: 50px;
    line-height: 50px;
    width: 180px;
    background: #a12121;
    border: 1px solid #871919;
    border-radius: 6px;
    color:#fff;
    margin:30px auto;
}
    .btnRegister:hover {
        color: #fff;
        background: #b33333;
        border: 1px solid #a12121;
    }
.foot {
        width: 100%;
        background: #323232;
        height: auto;
    }

.footer {
    width: 100%;
    padding-left:200px;
    height: 96px;
    margin: 0 auto;
    overflow: hidden;
}

.footer h5 {
    float: left;
}

.footer h5 a {
    display: block;
    width: 224px;
    height: 62px;
    margin: 30px 0 0;
    text-indent: 170px;
    white-space:: nowrap;
    overflow: hidden;
}

.footer_nav p {
    width: 338px;
    height: 40px;
    float: right;
    color: #8a8a8a;
}

.footer_nav {
    width: 350px;
    float: right;
    margin-top: 20px;
    text-align: right;
}

.footer_nav a {
    color: #8a8a8a;
    fmargin-left: 20px;
    cursor: pointer;
    line-height: 30px;
}

.footer_nav a:hover {
    color: #ff5632;
}

.footer_nav span {
    padding: 0 8px;
    color: #8a8a8a;
}




/*首页内容*/
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    clear: both;
}

.cjj-box {
    width: 100%;
    height: 667px;
    margin: 0 auto;
}

.cjj-box img {
    width: 100%;
}

.cjj {
    width: 1260px;
    margin: 40px auto 20px auto;
}

.cjjcou {
    width: 1200px;
    margin: 50px auto;
    height: auto;
}

.cjjcou-box {
    width: 380px;
    float: left;
    margin: 20px 10px 25px;
}

.download-box {
    width: 100%;
    height: 543px;
    margin: 0 auto;
}

.download-box-list {
    width: 100%;
    height: 540px;
    margin: 0 auto;
    background: url(../images/image.jpg) no-repeat;
    display: block;
    overflow: hidden;
    position: relative;
}

.download-box-list .shadow {
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 10;
    height: 73px;
    text-align: center;
    display: block;
    text-align: left;
    margin-left: 250px;
    margin-bottom: 100px;
}

.download-box-list .shadow a {
    width: 246px;
    text-decoration: none;
    color: #fff;
    font-size: 34px;
    overflow: hidden;
    text-align: center;
    padding: 10px 50px;
    background: #16bbfa;
    border-radius: 15em;
}

.download-box-list .shadow a:hover {
    background: #31c6ff;
}

.download-box img {
    width: 100%;
}

.cjjcourse {
    float: left;
    width: 380px;
    position: relative;
    height: 244px;
}

/*软件教程*/
.cjjcou {
    clear: both;
    content: " ";
    display: block;
}

.video {
    float: left;
    height: 244px;
}

.video a {
    display: block;
}

.video img {
    width: 380px;
    height: 244px;
    transition: all 0.02s ease-in 0s;
}

.video .vid-info, .video .gradient-bg, .video .play-video-icon {
    bottom: 20px;
    left: 0px;
    position: absolute;
    width: 100%;
}

.cjjcourse-lp {
    width: 380px;
    float: left;
    background: #f8f8f8;
}

.cjjcourse-lp a {
    width: 380px;
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    text-align: left;
    font-weight: 100;
    color: #252525;
    border-bottom: 1px solid #eee;
    text-indent: 1em;
}

.cjjcourse-lp a:hover {
    color: #ff3026;
}

.cjjcourse-lp h5 {
    width: 380px;
    float: left;
    color: #9b9b9b;
    font-weight: 100;
    height: 40px;
    line-height: 40px;
    text-indent: 1em;
}

.gradient-bg {
    height: 40px;
    z-index: 0;
}

.video a:hover .vid-info .play-video:hover {
    background-position: center top;
}

.videoa:hover {
    cursor: pointer;
}

.video a:hover .gradient-bg {
    background: #000;
    opacity: .6;
    top: 0;
    height: 244px;
    filter: alpha(opacity=50);
}

.video a:hover .vid-info {
    top: 20px;
    height: 244px;
    font-size: 13px;
    font-weight: 800;
    line-height: 22px;
    width: 380px;
}

.video a:hover .vid-info p {
    color: #ccc;
    font-size: 12px;
    font-weight: 200;
}

    .video a:hover .vid-info .play-video {
        display: block;
        width: 42px;
        height: 42px;
        line-height: 20px;
        text-align: left;
        text-indent: -50em;
        overflow: hidden;
        font-style: normal;
        background-color: #136EC3;
        position: absolute;
        left: 168px;
        top: 86px;
        font-size: 12px;
        font-weight: 200;
        letter-spacing: .2em;
        background: url(http://soft.pojunxing.com/img/back-b.png) no-repeat center bottom;
        _background-image: none;
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://soft.pojunxing.com/img/back-b.png');
    }

        .video a:hover .vid-info .play-video:hover {
            background-position: center top;
        }

.video {
    float: left;
    height: 244px;
    width: 380px;
}


/*升级日志*/
.cjj-main {
    float: left;
    width: 930px;
}

    .cjj-main .t-1 {
        border-bottom: 1px solid #f0f0f0;
        height: 40px;
        line-height: 40px;
        margin-left: 30px;
    }

        .cjj-main .t-1 a {
            border-bottom: 3px solid #df4a43;
            float: left;
            font-family: "微软雅黑";
            font-weight: normal;
            height: 37px;
            font-size: 20px;
            margin-right: 40px;
            font-weight: 100;
            color: #ff2d12;
        }

            .cjj-main .t-1 a:hover {
                border-bottom: 3px solid #df4a43;
                color: #ff2d12;
            }

            .cjj-main .t-1 a.hui:hover {
                border-bottom: 3px solid #c4e5ff;
                color: #ff2d12;
            }

            .cjj-main .t-1 a.hui {
                border-bottom: none;
                color: #252525;
            }

.cjj-main-n {
    float: left;
    width: 930px;
}

.cjj-main-box {
    margin-top: 19px;
}

.cjj-main-list {
    margin-left: 30px;
}

    .cjj-main-list li {
        width: 880px;
        float: left;
        padding-top: 14px;
    }

        .cjj-main-list li p {
            width: 880px;
            float: left;
            background: #f4f4f4;
            height: 42px;
            line-height: 42px;
            text-indent: 1em;
            font-size: 14px;
        }

        .cjj-main-list li em {
            margin-right: 20px;
            color: #2099fa;
        }

        .cjj-main-list li span {
            width: 880px;
            float: left;
            height: 42px;
            line-height: 42px;
            text-indent: 1em;
            font-size: 14px;
        }

        .cjj-main-list li a {
            width: 880px;
            float: left;
            height: 42px;
            line-height: 42px;
            text-indent: 1em;
            font-size: 14px;
        }

            .cjj-main-list li a:hover, .cjj-rg-list li a:hover, .cjj-main-n li a:hover, .cjj-rg-list li a:hover {
                color: #df4a43;
            }

.cjj-rg {
    float: right;
    width: 310px;
}

.cjj-rg-list {
    width: 280px;
    border-bottom: 1px solid #f0f0f0;
    height: 40px;
    line-height: 40px;
}

    .cjj-rg-list h3 {
        border-bottom: 1px solid #df4a43;
        float: left;
        font-family: "微软雅黑";
        font-weight: normal;
        height: 40px;
        font-size: 20px;
        font-weight: 100;
        margin-bottom: 20px;
    }

    .cjj-rg-list li {
        width: 280px;
        float: left;
        line-height: 42px;
        font-size: 14px;
        padding-bottom: 20px;
    }

        .cjj-rg-list li span {
            width: 260px;
            float: left;
            font-size: 14px;
            color: #9c9c9c;
            line-height: 15px;
        }

        .cjj-rg-list li a {
            width: 280px;
            float: left;
            font-size: 14px;
            line-height: 25px;
        }

.cjjh-h {
    width: 100%;
    height: 70px;
    clear: both;
}
/*推荐教程*/
.cjj-main-n {
    width: 930px;
    float: left;
}

    .cjj-main-n li {
        width: 280px;
        float: left;
        margin-left: 28px;
        margin-bottom: 26px;
        border: 1px solid #f4f3f1;
        overflow: hidden;
        padding-bottom: 10px;
    }

        .cjj-main-n li .play {
            width: 280px;
            float: left;
        }

            .cjj-main-n li .play a {
                width: 100%;
                height: 180px;
                margin: 0;
            }

            .cjj-main-n li .play img {
                width: 100%;
                height: 100%;
            }

        .cjj-main-n li a {
            width: 280px;
            color: #252525;
            line-height: 40px;
            font-size: 16px;
            font-weight: 700;
            text-align: left;
            float: left;
            margin-left: 10px;
        }

        .cjj-main-n li i {
            width: 16px;
            height: 16px;
            margin-right: 6px;
            float: left;
            vertical-align: middle;
            margin-left: 10px;
            margin-top: 1px;
        }

        .cjj-main-n li span {
            width: 280px;
            height: 40px;
            color: #9e9e9e; /*background:url(../img/icons.png) no-repeat;*/
            padding-left: 20px;
        }

/*软件下载*/
.cjjsoftware {
    width: 1236px;
    margin: 54px auto;
    height: 420px;
}

    .cjjsoftware li {
        width: 390px;
        float: left;
        margin: 0px 10px;
        border: 1px solid #ededed;
        text-align: center;
        padding-bottom: 20px;
    }

        .cjjsoftware li h4 {
            width: 390px;
            float: left;
            font-size: 20px;
            line-height: 40px;
            margin-top: 40px;
        }

        .cjjsoftware li p {
            width: 300px;
            float: left;
            margin-left: 40px;
            line-height: 25px;
            font-size: 14px;
            color: #666;
        }

        .cjjsoftware li span {
            width: 340px;
            float: left;
            margin: 20px;
        }

        .cjjsoftware li img {
            width: 390px;
            height: 193px;
        }

.download-btn {
    background: #12b7f5;
    border-radius: 5em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 8px 48px;
    text-align: center;
}

    .download-btn:hover {
        background: #ed6d2e;
    }

.cjjdownload {
    width: 980px;
    margin: 0px auto;
}

.cjjdownload {
}

    .cjjdownload h2, .cjjmore h2 {
        width: 1200px;
        text-align: center;
        font-size: 36px;
        font-weight: 100;
        color: #434343;
        height: 96px;
    }

.cjjdownload-dw {
    width: 980px;
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
    float: left;
    display: block;
    overflow: hidden;
}

    .cjjdownload-dw dl {
        width: 469px;
        height: 94px;
        float: left;
        border-right: 1px solid #e7e7e7;
        padding: 10px;
        background: #FFF;
        cursor: pointer;
        border-bottom: 1px solid #e7e7e7;
    }

        .cjjdownload-dw dl:hover {
            background: #f5f5f5;
        }

    .cjjdownload-dw dt {
        width: 48px;
        height: 74px;
        float: left;
        text-align: center;
        padding-top: 20px;
    }

    .cjjdownload-dw dd {
        width: 412px;
        float: right;
        margin-top: 10px;
    }

        .cjjdownload-dw dd .load {
            width: 300px;
            float: left;
        }

            .cjjdownload-dw dd .load h3 {
                width: 200px;
                font-size: 16px;
            }

            .cjjdownload-dw dd .load span {
                width: 200px;
                font-size: 14px;
                color: #818080;
                line-height: 20px;
            }

        .cjjdownload-dw dd .load-list {
            float: left;
            text-align: center;
            margin-top: 20px;
            margin-left:10px;
        }

.load-list-btn {
    background: #a12121;
    border-radius: 2em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    padding: 2px 20px;
    text-align: center;
    font-weight: bold;
}

    .load-list-btn:hover {
        background: #ed6d2e;
    }

.cjjmore {
    width: 1200px;
    margin: 66px auto 40px auto;
}

.cjjmore-list {
    width: 1200px;
    border-top: 1px solid #e7e7e7;
    padding-top: 20px;
}

    .cjjmore-list li {
        width: 258px;
        margin-right: 40px;
        height: 66px;
        float: left;
        border-right: 1px solid #e7e7e7;
        margin: 0 20px 0;
    }

        .cjjmore-list li.mosrno {
            border-right: 1px solid #fff;
        }

        .cjjmore-list li .card {
            width: 169px;
            float: left;
            height: 60px;
        }

            .cjjmore-list li .card span {
                width: 169px;
                font-size: 16px;
                height: 25px;
                overflow: hidden;
                float: left;
            }

                .cjjmore-list li .card span a {
                }

                    .cjjmore-list li .card span a:hover {
                        color: #2099fa;
                    }

        .cjjmore-list li .time {
            float: left;
            color: #adadad;
            font-size: 12px;
        }

        .cjjmore-list li .details a {
            width: 80px;
            float: left;
            font-size: 16px;
            color: #12b7f5;
            text-align: center;
            line-height: 42px;
        }

            .cjjmore-list li .details a:hover {
                color: #ed6d2e;
            }

.focus {
    position: relative;
    width: 100%;
    height: 450px;
    background-color: #0eb0f1;
    float: left;
}

    .focus img {
        width: 100%;
        height: 450px;
        max-width: 100%;
    }

    .focus .shadow .title {
        width: 260px;
        height: 65px;
        padding-left: 30px;
        padding-top: 20px;
    }

        .focus .shadow .title a {
            text-decoration: none;
            color: #fff;
            font-size: 14px;
            font-weight: bolder;
            overflow: hidden;
        }

    .focus .btn {
        position: absolute;
        bottom: 34px;
        left: 510px;
        overflow: hidden;
        zoom: 1;
    }

        .focus .btn a {
            position: relative;
            display: inline;
            width: 13px;
            height: 13px;
            border-radius: 7px;
            margin: 0 5px;
            color: #B0B0B0;
            font: 12px/15px "\5B8B\4F53";
            text-decoration: none;
            text-align: center;
            outline: 0;
            float: left;
            background: #D9D9D9;
        }

            .focus .btn a:hover, .focus .btn a.current {
                cursor: pointer;
                background: #27a7ee;
                border: 1px solid #fff;
            }

    .focus .fPic {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .focus .D1fBt {
        overflow: hidden;
        zoom: 1;
        height: 16px;
        z-index: 10;
    }

    .focus .shadow {
        position: absolute;
        bottom: 0;
        left: 50%;
        z-index: 10;
        height: 73px;
        text-align: center;
        display: block;
        text-align: left;
        margin-left: 250px;
        margin-bottom: 140px;
    }

        .focus .shadow a {
            width: 246px;
            text-decoration: none;
            color: #fff;
            font-size: 34px;
            overflow: hidden;
            text-align: center;
            padding: 10px 50px;
            background: #16bbfa;
            border-radius: 15em;
        }

            .focus .shadow a:hover {
                background: #31c6ff;
            }

    .focus .fcon {
        position: relative;
        width: 100%;
        float: left;
        display: none;
        background: url(http://soft.pojunxing.com/content/img/banner-1.jpg) no-repeat scroll center top;
    }

        .focus .fcon img {
            display: block;
        }

    .focus .fbg {
        bottom: 25px;
        right: 50%;
        position: absolute;
        height: 21px;
        text-align: center;
        z-index: 200;
        margin-right: 50px;
    }

        .focus .fbg div {
            margin: 4px auto 0;
            overflow: hidden;
            zoom: 1;
            height: 14px;
        }

    .focus .D1fBt a {
        position: relative;
        display: inline;
        width: 12px;
        height: 12px;
        border-radius: 7px;
        margin: 0 5px;
        color: #B0B0B0;
        font: 12px/15px "\5B8B\4F53";
        text-decoration: none;
        text-align: center;
        outline: 0;
        float: left;
        background: #fff;
    }

        .focus .D1fBt .current, .focus .D1fBt a:hover {
            background: #fff;
            border: 1px solid #fff;
        }

    .focus .D1fBt img {
        display: none;
    }

    .focus .D1fBt i {
        display: none;
        font-style: normal;
    }

    .focus .prev, .focus .next {
        position: absolute;
        width: 40px;
        height: 74px;
        background: url(../images/focus_btn.png) no-repeat;
    }

    .focus .prev {
        top: 50%;
        margin-top: -37px;
        left: 0;
        background-position: 0 -74px;
        cursor: pointer;
    }

    .focus .next {
        top: 50%;
        margin-top: -37px;
        right: 0;
        background-position: -40px -74px;
        cursor: pointer;
    }

    .focus .prev:hover {
        background-position: 0 0;
    }

    .focus .next:hover {
        background-position: -40px 0;
    }

.study_center {
    margin-top: 50px;
    width: 980px;
}

.cur_item {
    color: #555;
    background-color: #fff;
    font-weight: bold;
}

.cf {
    display: block;
    zoom: 1;
}

.nav_wrap {
    width: 980px;
}

.nav_item {
    line-height: 50px;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 16px;
    color: #fff;
    background-color: #a12121;
    padding: 10px 30px 10px 30px;
    margin-right: 20px;
    -webkit-border-radius: 6px 6px 0 0;
    -moz-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;
}

.fl {
    float: left;
    display: inline;
}

.cur_item {
    color: #555;
    background-color: #fff;
    font-weight: bold;
    border: 1px solid #e7e7e7;
    border-bottom: 0px;
}


/*home*/
.deanpubtitles {
    margin: 50px auto;
    width: 980px;
    text-align: center;
}

.move-span {
    background-image: none !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0px;
    height: auto;
}

frame-list {
    background-color: transparent !important;
    background-image: none !important;
    border: 0 none !important;
    margin: 0 !important;
    padding: 0 !important;
    border-width: 0px;
    height: auto;
}

.deanpubtitles h5 {
    font-size: 30px;
    color: #a12121;
    font-weight: normal;
    margin-bottom: 15px;
}

.deanpubtitles p {
    font-size: 14px;
    color: #999;
}

.deanclasstop {
    margin: 50px auto;
    width: 980px;
}

    .deanclasstop ul li {
        width: 110px;
        height: 40px;
        font-size: 14px;
        line-height: 38px;
        text-align: center;
        float: left;
        margin-right: 20px;
        border: 1px solid #e0e0e0;
        border-radius: 2px;
        box-sizing: border-box;
        cursor: pointer;
        background: #fff;
    }

        .deanclasstop ul li.on {
            border: 1px solid #04B7F2;
            color: #04B7F2;
        }

.deanteacherbox {
    width: 980px;
    margin: 20px auto;
}
.deansection_title {
    width: 600px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
}
.deansection_title span.hidden_xs {
    width: 180px;
    margin-top: 25px;
    display: inline-block;
    float: left;
    margin-right: 20px;
    height: 1px;
    background: #e0e0e0;
}
.deansection_title span.dean_bta {
    font-size: 25px;
    color: #333;
    width: 200px;
    text-align: center;
    display: inline-block;
    float: left;
    margin-right: 20px;
}
.deansub_titles {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.news{
    width:980px;
    margin:20px auto;
}
    .news li {
        width:100%;
        width:490px;
        float:left;
    }
.deanzxbl {
    width: 60px;
    height: 60px;
    padding: 10px;
    float: left;
    text-align: center;
    background: #a12121;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
.deanzxbr {
    padding:5px;
    float:left;
    width:400px;
}
.deanzxbr h3 {
    width: 100%;
    height: 35px;
    overflow: hidden;
}
.deanzxbr h3 a {
    font-size: 18px;
    color: #a12121;
    font-weight: normal;
}
.clear {
    clear: both;
}
