.ban {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 220px;
}

.banpic img {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 220px;
}

.yizc, .weizc {
    width: 100%;
    height: 220px;
}

.person {
    position: relative;
    z-index: 22;
    height: 145px;
    margin-top: 35px;
    margin-left: 30px;
    color: #fff;
}

    .person img {
        width: 145px;
        float: left;
        height: 145px;
        margin-right: 15px;
    }

    .person h2 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 5px;
        padding-top: 85px;
    }

    .person p {
        font-size: 14px;
        line-height: 24px;
    }

        .person p span {
            margin-right: 20px;
        }

.content {
    width: 1100px;
    margin: 40px auto;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
}

.box {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 35px 25px;
    box-sizing: border-box;
}

.left {
    width: 60%;
    float: left;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    padding: 0;
    border-radius: 5px;
    overflow: hidden
}

.right {
    width: 38%;
    padding: 15px 20px;
    box-sizing: border-box;
    float: right;
    border: 1px solid #ccc;
    box-sizing: border-box;
    background: #fff;
    border-radius: 5px;
    overflow: hidden
}

.huifu {
    width: 100%;
    margin-top: 20px;
}

    .huifu textarea {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        height: 140px;
        font-family: "Î¢ÈíÑÅºÚ";
        font-size: 14px;
        padding: 5px;
    }

.btncenter {
    text-align: center;
    margin: 30px auto
}

.main-box, .margin {
    margin-bottom: 30px;
    padding: 30px
}

.teachmenu {
    width: 100%;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #cecfd0;
    margin-bottom: 30px;
}

    .teachmenu ul {
        display: inline-block;
    }

    .teachmenu li {
        line-height: 50px;
        display: inline-block;
        margin-right: 30px;
        position: relative;
    }

        .teachmenu li:last-child {
            border: none
        }

        .teachmenu li span {
            display: block;
            cursor: pointer;
            font-size: 24px;
            color: #000;
        }

        .teachmenu li.teachcurrent span {
            border-bottom: 1px solid #20335b;
            color: #20335b
        }

.add {
    display: inline-block;
    float: right;
    line-height: 50px;
    font-size: 14px;
}



.pagination {
    width: 100%;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-top: 30px;
    background: #F7F7F7;
    border-top: 1px solid #ccc;
}

    .pagination li {
        width: auto;
        float: none;
        background: none;
        display: inline-block;
        border: none;
        margin: 0 5px !important;
        line-height: 45px;
        box-shadow: none;
    }

        .pagination li a {
            padding: 2px 10px;
            border: 1px solid #bbb;
            border-radius: 2px;
            box-shadow: 0 0 5px #bbb;
        }

            .pagination li a:hover {
                color: #2470eb;
                border: 1px solid #2470eb;
                box-shadow: 0 0 5px #ccc;
            }

        .pagination li:hover {
            box-shadow: none;
        }

        .pagination li.active a {
            color: #2470eb;
            border: 1px solid #2470eb;
        }

.hide {
    display: none;
}

.title {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ccc;
    background: #f2f2f2;
    margin: 0
}

    .title li {
        width: 33.33%;
        float: left;
        text-align: center;
        line-height: 50px;
        font-size: 18px;
        border-right: 1px solid #ccc;
        box-sizing: border-box;
    }

        .title li:nth-child(3) {
            border: none;
        }

        .title li a {
            color: #000
        }

        .title li.titcur {
            background: #fff;
            font-weight: bold;
        }

            .title li.titcur a {
                color: #0068b7;
                padding-right: 40px;
                background: url(../images/icon.png) right no-repeat;
            }

        .title li:hover {
            background: #fff;
        }

            .title li:hover a {
                color: #0068b7;
            }

.infotit {
    width: 100%;
    height: 50px;
    position: relative;
    border-bottom: 1px solid #ccc;
    background:;
}

    .infotit h2 {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        width: 180px;
        float: left;
        font-weight: bold;
        color: #0068b7
    }

        .infotit h2 span {
            padding-right: 40px;
            background: url(../images/icon.png) right no-repeat;
        }

    .infotit a {
        position: absolute;
        right: 30px;
        top: 0;
        line-height: 50px;
        color: #000;
    }

        .infotit a:hover {
            color: #ff2626
        }

.type_list {
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}

    .type_list a {
        display: inline-block;
        background: #f7f7f7;
        border: 1px solid #eee;
        padding: 5px 20px;
        margin: 15px;
        border-radius: 15px;
    }

        .type_list a.current {
            background: #ee7a7e;
            color: #fff;
        }

.list {
    width: 100%;
    position: relative;
}

.loading {
    position: absolute;
    left: 50%;
    width: 30px;
    top: 40px;
    z-index: 33
}

    .loading img {
        width: 100%;
    }

.list li {
    padding: 0 20px;
    border-bottom: 1px solid #ccc;
    margin-top: 30px;
    padding-bottom: 15px;
    overflow: hidden;
}

    .list li:last-child {
        border: none
    }

.pic {
    width: 10%;
    float: left;
    margin-top: 5px;
    background: #f7f7f7
}

    .pic img {
        width: 100%;
        height: auto
    }

    .pic p {
        font-size: 14px;
        color: #000;
        font-weight: lighter;
        text-align: center;
    }

.intro {
    width: 85%;
    float: right;
    font-size: 16px;
    font-weight: lighter;
    line-height: 22px;
}

    .intro .type {
        color: #0068b7
    }

.othxx {
    width: 85%;
    float: right;
    margin-top: 15px;
    text-align: right;
}

    .othxx a {
        padding-left: 20px;
        margin-right: 20px;
        color: #808080
    }

        .othxx a.plly {
            background: url(../images/iconpost1.png) left center no-repeat;
        }

        .othxx a.zhan {
            cursor: pointer;
            background: url(../images/iconpost2.png) left center no-repeat;
        }

            .othxx a.zhan.like {
                background: url(../images/iconpost2a.png) left center no-repeat;
            }



        .othxx a:hover {
            color: #ff2626
        }

    .othxx span {
        opacity: 0.5
    }

.huati {
    width: 100%;
    border-bottom: 1px solid #ccc;
    padding: 40px 40px 30px 40px;
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    box-sizing: border-box;
}

.httit {
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

    .httit h2 {
        font-size: 18px;
        color: #000;
        font-weight: bold;
        line-height: 24px;
        margin-bottom: 15px;
    }

    .httit p {
        font-size: 16px;
        line-height: 22px;
    }

.pl_list {
    width: 100%;
    position: relative;
}

    .pl_list li {
        padding: 0 20px;
        border-bottom: 1px solid #ccc;
        margin-top: 30px;
        padding-bottom: 15px;
        overflow: hidden;
    }

        .pl_list li:last-child {
            border: none
        }

        .pl_list li h2 {
            width: 85%;
            float: right;
            font-size: 16px;
            line-height: 30px;
            font-weight: lighter
        }

    .pl_list .othxx {
        margin-top: 0;
        font-weight: lighter;
        margin-bottom: 30px;
    }

        .pl_list .othxx span {
            opacity: 1;
            float: left;
            font-size: 16px;
        }

        .pl_list .othxx a.plly {
            background: none;
            margin-right: 10px;
            font-size: 16px;
        }

        .pl_list .othxx a.zhan {
            margin-left: 10px;
            font-size: 16px;
        }

.skto {
    margin-left: 80px;
}

    .skto li {
        width: 100%;
        padding: 10px 0;
        box-sizing: border-box;
        overflow: hidden;
        margin: 0;
        padding-left: 4%;
        border-bottom: 1px solid #e0e0e0;
    }

        .skto li img {
            width: 30px;
            height: 30px;
            margin-right: 10px;
        }

        .skto li .skintro {
            width: 93%;
            float: right;
        }

            .skto li .skintro b {
                color: #000;
                margin-right: 15px;
                font-weight: 500
            }

.grqk {
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 25px;
    margin-bottom: 5px;
    line-height: 25px;
    color: #000
}

    .grqk h2 {
        font-size: 16px;
        font-weight: bold;
        float: left;
    }

    .grqk span {
        font-size: 14px;
        float: right;
        width:
    }

    .grqk a {
        color: #ff2626
    }

        .grqk a:hover {
            color: #ff2626
        }

.ltmessage {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .ltmessage textarea {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        height: 140px;
        font-family: "Î¢ÈíÑÅºÚ";
        font-size: 14px;
        padding: 5px;
    }

    .ltmessage p {
        font-size: 16px;
        line-height: 22px;
        font-weight: lighter;
        margin: 5px 0;
    }

.button {
    width: 100px;
    height: 35px;
    border: none;
    background: #0068b7;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    font-weight: lighter;
    cursor: pointer;
}

    .button:hover {
        background: #ff2626
    }

.hot {
    width: 100%;
    margin-top: 40px;
    border-top: 1px solid #ccc;
    padding: 10px 0;
    box-sizing: border-box;
}

.hottit {
    font-size: 18px;
    font-weight: bold;
    color: #000;
    line-height: 30px;
}

.hot li {
    font-size: 16px;
    font-weight: lighter;
    line-height: 30px;
    margin: 5px 0
}

    .hot li a {
        padding-left: 20px;
        background: url(../images/iconpost3.png) left center no-repeat;
    }

#footer {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 60px 0;
}

.footlist {
    width: 100%;
    height: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
}

    .footlist li {
        position: relative;
        display: inline-block;
        line-height: 30px;
        font-size: 16px;
        font-weight: bold;
        margin-right: 20px;
        padding-right: 21px;
    }

        .footlist li a {
            color: #000
        }

        .footlist li i {
            position: absolute;
            display: block;
            right: 0;
            top: 9px;
            height: 12px;
            width: 2px;
            background: #000;
        }

.foot {
    font-size: 16px;
    line-height: 24px;
    font-weight: lighter;
    text-align: center;
    width: 100%
}


#tangchu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    background: rgba(0,0,0,0.7);
}

.tcbox {
    width: 930px;
    height: 570px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -465px;
    margin-top: -285px;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.tcleft {
    width: 400px;
    height: 570px;
    float: left;
}

    .tcleft img {
        width: 100%;
    }

.tcright {
    width: 530px;
    float: right;
    position: relative;
    padding: 20px 60px;
    box-sizing: border-box;
}

.logintit {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    color: #000;
}

    .logintit h2 {
        font-size: 36px;
        line-height: 45px;
    }

    .logintit p {
        font-size: 14px;
        line-height: 20px;
    }

.login {
    margin-top: 40px;
}

.loginlist {
    width: 100%;
    position: relative;
}

    .loginlist li {
        width: 100%;
        margin-bottom: 15px;
        position: relative;
    }

        .loginlist li p {
            font-size: 14px;
            line-height: 25px;
            color: #333
        }

        .loginlist li input {
            width: 100%;
            border: none;
            border-bottom: 1px solid #ccc;
            line-height: 30px;
            height: 30px;
            font-size: 16px;
            color: #000;
        }

input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c1c1c1;
}

.see {
    width: 30px;
    background: url(../images/iconpost4.png) center no-repeat;
    height: 30px;
    display: block;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.loginlist span {
    float: right;
    display: block;
    height: 20px;
    line-height: 20px;
    text-align: right
}

.loginlist a {
    float: right;
    color: #ff0000;
}

.loginbut {
    width: 100%;
    margin-top: 100px;
    margin-bottom: 10px;
    height: 50px;
    background: #017eff;
    border-radius: 10px;
    border: none;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.reglist {
    width: 100%;
    position: relative;
}

    .reglist li {
        width: 100%;
        margin-bottom: 8px;
        position: relative;
        overflow: hidden;
    }

        .reglist li p {
            font-size: 14px;
            line-height: 25px;
            color: #333;
            text-align: left;
        }

        .reglist li input {
            width: 100%;
            border: none;
            border-bottom: 1px solid #ccc;
            line-height: 28px;
            height: 28px;
            font-size: 16px;
            color: #000;
        }

.phyz {
    color: #017eff;
    font-size: 16px;
    line-height: 30px;
    display: block;
    right: 0;
    bottom: 2px;
    position: absolute;
    z-index: 11;
    cursor: pointer
}

.regbtn {
    width: 100%;
    margin-bottom: 10px;
    height: 50px;
    background: #017eff;
    border-radius: 10px;
    border: none;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.reglist p {
    text-align: right
}

    .reglist p a {
        color: #017eff
    }


.zcfile {
    position: relative;
    overflow: hidden;
    float: left;
    width: 49%;
    height: 35px;
    background: #017eff;
    cursor: pointer;
    text-align: center;
    line-height: 35px;
    color: #fff;
    border-radius: 5px;
}

.poto {
    float: right;
}

.zcfile input {
    position: absolute;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    right: 0px;
    top: 0px;
    font-size: 200px;
    cursor: pointer;
}

.itmestop {
    width: 100%;
    height: 30px;
    margin: 5px 0;
}

    .itmestop select {
        width: 100px;
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding-left: 11px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .itmestop input[type="text"] {
        width: 100%;
        height: 30px;
        border: 1px solid #ccc;
        border-radius: 3px;
        padding-left: 11px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .itmestop input[type="text"]:hover {
            border: 1px solid #ff2626;
        }

.modifyboxlist {
    width: 49%;
    float: left;
    margin-right: 2%;
}

    .modifyboxlist:nth-child(2n) {
        margin-right: 0
    }

    .modifyboxlist:nth-child(3) {
        float: right;
        margin-right: 0
    }

.modifybox {
    width: 100%;
    padding: 30px;
    position: relative;
    overflow: hidden;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 30px;
}

.modifytit {
    width: 100%;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 30px;
}

.modifybox .regbtn {
    width: 100px;
    margin: 20px auto 0 auto;
    height: 35px;
    background: #017eff;
    border-radius: 5px;
    border: none;
    text-align: center;
    line-height: 35px;
    font-size: 16px;
    cursor: pointer;
    color: #fff;
}

.modlistright {
    position: relative;
    overflow: hidden;
}

    .modlistright img {
        display: block;
        float: left;
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .modlistright input[type="text"] {
        width: 300px;
        height: 40px;
        border: 1px solid #e0e0e0;
        border-radius: 3px;
        padding-left: 11px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

        .modlistright input[type="text"]:hover {
            border: 1px solid #1947ff;
        }

    .modlistright input[type="file"] {
        width: auto;
        line-height: 40px;
        margin-top: 20px;
    }

.formlist {
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .formlist li {
        width: 100%;
        margin-bottom: 10px;
    }

        .formlist li h2 {
            width: 100%;
            font-size: 14px;
            color: #000;
            line-height: 30px;
            font-weight: bold;
        }

        .formlist li a {
            cursor: pointer
        }


.chosen-select {
    width: 100%
}



@media (max-width: 1000px) {
    .left, .right {
        width: 100%;
        float: none
    }

    .right {
        margin-top: 30px
    }

    .huati {
        padding: 15px
    }

    .margin {
        padding: 20px
    }

    .mbr {
        overflow: hidden;
        text-indent: -999px;
        width: 10px;
        height: 1px;
        display: block
    }

    .title li {
        font-size: 15px
    }
}
