﻿* {
    margin: 0 auto;
    font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

a:hover {
    color: #1882cd !important;
    text-decoration: underline;
}

ul {
    overflow: hidden;
}

li {
    float: left;
    line-height: 26px;
    max-width: 100%;
}

.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

body {
    background-image: url("../image/bj.jpg");
    background-repeat: no-repeat;
    background-size: 100rem;
}

footer {
    margin-top: 20px;
}

@media only screen and (min-width: 1001px) {
    body {
        background-size: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    body {
        background-size: 1000px;
    }
}

a {
    text-decoration: none;
}

header,
nav,
.container {
    width: 1000px;
    padding: 0px;
}

.container {
    background-color: #fff;
    margin: 2px auto;
    overflow: hidden;
}

header {
    margin-bottom: 5px;
}

    header h1 {
        height: 155px;
        text-align: center;
        display: flex;
        align-items: center;
        background-color: #1c8bd1;
    }

    header aside {
        padding: 5px 15px;
        overflow: hidden;
        color: #fff;
        background: #2c6ead;
        font-size: 14px;
    }

        header aside time {
            float: left;
            line-height: 30px;
        }

        header aside form {
            float: left;
            padding-left: 15px;
        }

            header aside form input {
                background-color: transparent;
                border: 2px solid #61b2e7;
                width: 300px;
                padding-left: 5px;
                border-radius: 2px;
                font-size: 12px;
                line-height: 24px;
                color: #fff;
            }

                header aside form input::-webkit-input-placeholder {
                    /* WebKit, Blink, Edge */
                    color: #c3d0e2;
                }

                header aside form input:-moz-placeholder {
                    /* Mozilla Firefox 4 to 18 */
                    color: #c3d0e2;
                }

                header aside form input::-moz-placeholder {
                    /* Mozilla Firefox 19+ */
                    color: #c3d0e2;
                }

                header aside form input:-ms-input-placeholder {
                    /* Internet Explorer 10-11 */
                    color: #c3d0e2;
                }

        header aside ul {
            list-style: none;
            float: right;
            margin-bottom: 5px;
        }

            header aside ul li {
                float: left;
                line-height: 30px;
            }

                header aside ul li a {
                    color: #fff;
                }

                    header aside ul li a .icon {
                        margin-right: 5px;
                        color: #fff;
                    }

                    header aside ul li a:hover {
                        color: #fff !important;
                    }

                header aside ul li:first-child a .icon {
                    color: #fc972a;
                }

                header aside ul li::after {
                    content: "|";
                    margin: 0 15px;
                }

                header aside ul li:last-child::after {
                    display: none;
                }

nav {
    background-color: #1c8bd1;
    height: 40px;
    overflow: hidden;
}

    nav ul {
        list-style: none;
        overflow: hidden;
        padding: 0px;
        margin-bottom: 0px;
    }

        nav ul li {
            float: left;
            width: 125px;
            text-align: center;
            height: 40px;
            transition: 0.5s;
        }

    nav a:after {
        content: "|";
        color: #fff;
        display: inline;
        float: right;
    }

    nav ul li:last-child a::after {
        display: none;
    }

    nav ul li:hover {
        background-color: #1c8bd1;
    }

    nav ul li a {
        font-size: 16px;
        color: #fff;
        display: inline-block;
        width: 100%;
        line-height: 40px;
    }

        nav ul li a:hover {
            text-decoration: none;
            color: #fff !important;
        }

.friend-link {
    width: 1000px;
}

    .friend-link hr {
        border-top: 6px solid #1c8bd1;
        width: 100%;
        margin-bottom: 0px;
    }

    .friend-link h2 {
        position: relative;
        background-color: #fff;
        width: 150px;
        left: 50%;
        margin-left: -75px;
        text-align: center;
        top: -14px;
        color: #2470ae;
        font-size: 16px;
    }

.friend-link-box {
    overflow: hidden;
    width: 1000px;
}

.friend-category-title {
    width: 105px;
    float: left;
    display: block;
    color: #2470ae;
    border-left: 4px solid #2470ae;
    position: relative;
    top: 2px;
}

    .friend-category-title h4 {
        font-size: 14px;
        margin-bottom: 0px;
        padding-left: 10px;
        line-height: 22px;
        font-weight: bold;
    }

.friend-links {
    display: block;
    margin-left: 106px;
    margin-bottom: 15px;
}

    .friend-links a {
        color: #5d5c5c;
        font-size: 13px;
        text-decoration: none;
        line-height: 22px;
    }

    .friend-links > span {
        display: inline;
    }

        .friend-links > span:last-child > a {
            color: #1c8bd1;
        }

        .friend-links > span::after {
            content: "|";
            color: #5d5c5c;
        }

        .friend-links > span:last-child::after {
            display: none;
        }

.footer-copyright {
    height: 200px;
    background-color: #1c8bd1;
    bottom: 0px;
    position: relative;
}

@media only screen and (min-width: 1001px) {
    .footer-copyright {
        width: 100%;
    }
}

@media only screen and (max-width: 1000px) {
    .footer-copyright {
        width: 1000px;
    }
}

.footer-copyright > section {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    overflow: hidden;
}

.footer-copyright > .aboutus > a {
    color: #ccc;
    font-size: 12px;
    text-decoration: none;
}

.footer-copyright a:hover {
    color: #fff !important;
}

.footer-copyright > .aboutus > a::after {
    content: "|";
    margin-left: 10px;
    margin-right: 5px;
    position: relative;
    top: -2px;
}

.footer-copyright > .aboutus > a:last-child::after {
    display: none;
}

.footer-copyright .copyright {
    font-size: 12px;
    color: #ccc;
}

    .footer-copyright .copyright p {
        margin-bottom: 0px;
        line-height: 32px;
    }

        .footer-copyright .copyright p a {
            color: #ccc;
            text-decoration: none;
        }

section[id^="silder_"] {
    display: none;
    position: relative;
    overflow: hidden;
}

    section[id^="silder_"] > .bd > ul {
        padding-left: 0px;
        width: 100%;
        padding-top: 5px;
        min-height: 300px;
    }

section[id^="silder_0"] > .bd > ul {
    padding-top: 0px;
}

section[id^="silder_7"] > .bd > ul {
    padding-top: 0px;
}

section[id^="silder_"] > .bd > ul > li {
    list-style: none;
    overflow: hidden;
    background: url("../image/loading.gif") no-repeat center center;
}

    section[id^="silder_"] > .bd > ul > li > img {
        height: 341px;
    }

.dianji {
    width: 200px;
    height: 30px;
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -100px;
}

.middlead .dianji {
    height: auto;
}

.tit_1 {
    left: 25%;
}

.dianji ul li {
    width: 10px;
    height: 10px;
    list-style: none;
    float: left;
    margin-right: 10px;
    border-radius: 15px;
    border: 2px solid #f49c3b;
}

.dianji .bj2 {
    background: #f49c3b;
}

.silder_1 {
    float: left;
    width: 480px;
    overflow: hidden;
}

.hot-news {
    width: 495px;
    margin-left: 15px;
    float: left;
    line-height: 32px;
    margin-top: 5px;
}

    .hot-news > p {
        border-bottom: 1px solid #ccc;
    }

    .hot-news h1 {
        overflow: hidden;
        text-align: center;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: red;
    }

        .hot-news h1 a {
            color: red;
            font-weight: 600;
            font-size: 18px;
            line-height: 25px;
        }

    .hot-news ul {
        width: 100%;
        padding-left: 15px;
        margin-top: 5px;
    }

        .hot-news ul li {
            color: #272a30;
            line-height: 30px !important;
        }

            .hot-news ul li a {
                color: #272a30;
                font-size: 14px;
            }

                .hot-news ul li a > h2 {
                    color: #272a30;
                    font-size: 14px;
                    font-weight: initial;
                    width: 415px;
                    float: left;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                    overflow: hidden;
                }

    .hot-news .tab {
        overflow: hidden;
    }

.tab span {
    cursor: pointer;
    display: inline-block;
    float: left;
    min-width: 82px;
    width: 98px;
    text-align: center;
}

.tab .more {
    cursor: pointer;
    display: inline-block;
    float: right;
    text-align: center;
    line-height: 40px;
}

    .tab .more > a {
        color: #1882cd;
    }

.hot-news .tab span > a {
    color: #272a30;
}

.tab .active {
    border-bottom: 2px solid #1c8bd1 !important;
}

    .tab .active a {
        color: #1882cd !important;
    }

.hot-news .school-list ul {
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
}

    .hot-news .school-list ul li {
        width: 50%;
        float: left;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
    }

.xueli {
    padding-top: 15px;
    background-color: #ececec;
    overflow: hidden;
    height: 290px;
}

    .xueli > h2 > a {
        color: rgb(85, 85, 85);
    }

    .xueli > h2 {
        margin-bottom: 15px;
        text-align: center;
        color: rgb(85, 85, 85);
        font-size: 20px;
    }

    .xueli > p {
        padding: 0 5px;
    }

        .xueli > p > .coustmor {
            display: block;
            float: left;
            text-align: right;
            color: red;
            width: 98%;
            font-weight: 500;
        }

.area-section {
    width: 100%;
    height: 40px;
    background: #f3fbfe;
    border: 1px solid #b3d3ec;
    line-height: 40px;
}

    .area-section > .icon {
        color: #1c8bd1;
        float: left;
        font-size: 40px;
        margin-left: 15px;
    }

    .area-section > ul {
        list-style: none;
        float: left;
        overflow: hidden;
        padding-left: 5px;
    }

        .area-section > ul > li {
            float: left;
            min-width: 25px;
            line-height: 40px;
        }

            .area-section > ul > li > h1 {
                font-size: 16px;
                font-weight: 500;
            }

            .area-section > ul > li > a {
                color: #5d5c5c;
                text-align: center;
                font-size: 14px;
            }

.col-4 {
    width: 32%;
    overflow: hidden;
    float: left;
    margin-right: 1.333%;
}

.news-recommend p {
    height: 40px;
    border-bottom: 1px solid #ccc;
}

    .news-recommend p > span {
        font-size: 16px;
        line-height: 38px;
        display: inline-block;
        min-width: 90px;
        text-align: center;
    }

        .news-recommend p > span > a {
            color: #272a30;
        }

        .news-recommend p > span:first-child {
            color: #1882cd;
        }

            .news-recommend p > span:first-child::before {
                content: " ";
                position: relative;
                text-align: left;
                border-left: 3px solid #1c8bd1;
                left: -10px;
            }

.news-recommend .tab-content {
    padding-left: 20px;
    padding-top: 5px;
    min-height: 250px;
    position: relative;
}

    .news-recommend .tab-content li a {
        display: block;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        color: #272a30;
        line-height: 29px;
        float: left;
    }

.nianjian ul {
    list-style: none;
    padding-left: 0px;
    padding-top: 5px;
}

    .nianjian ul li a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        color: #272a30;
        line-height: 29px;
    }

.nianjian ul {
    padding-left: 20px !important;
    list-style-type: disc;
    font-weight: 600;
}

.nianjian li {
    font-size: 14px;
    height: 29px;
    line-height: 29px;
}

.nianjian section {
    margin-top: 5px;
}

.nianjian li a {
    display: inline-block;
    width: 200px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 29px;
    font-weight: 400;
}

.nianjian li span {
    display: inline-block;
    float: left;
    width: 40px;
    line-height: 29px;
    text-align: center;
    font-weight: 400;
}

.nianjian li > span:last-child {
    width: 60px;
}

.nianjian li > span:first-child {
    text-align: right;
}

.nianjian > p > span:last-child {
    float: right;
    text-align: right;
    padding-right: 2px;
}

    .nianjian > p > span:last-child > a {
        color: #1c8bd1;
    }

.middlead {
    padding-top: 15px;
    overflow: hidden;
    width: 100%;
    position: relative;
}

    .middlead .bd {
        width: 100%;
        overflow: hidden;
    }

    .middlead ul {
        width: 100%;
        list-style: none;
        padding-left: 0px;
    }

    .middlead .bd ul li {
        height: 120px;
        width: 100%;
        overflow: hidden;
    }

    .middlead .dianji {
        position: absolute;
    }

.class-section {
    overflow: hidden;
    margin-top: 15px;
    width:100%;
}

    .class-section div h1 {
        display: inline-block;
        float: left;
        line-height: 41px;
        font-size: 16px;
    }

.class-titles > div > h1::before {
    border-left: 3px solid #1882cd;
    content: " ";
    margin-right: 10px;
}

.class-section div h2 {
    display: inline-block;
    float: right;
    line-height: 41px;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.class-titles > div {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    color: #1882cd;
}

.class-section div h2 span {
    padding-left: 5px;
}

    /*.class-section div h2 span:hover {
        color: #1882cd;
        font-weight: 500;
    }*/

    .class-section div h2 span > a {
        color: #1882cd;
    }

.class-items {
    margin-top: 10px;
}

    .class-items > section:first-child {
        width: 320px;
        float: left;
        overflow: hidden;
        margin-right: 10px;
    }

    .class-items .middel-left a {
        position: relative;
        height: 348px;
        display: block;
    }

        .class-items .middel-left a > img {
            height: 337px;
            display: block;
            margin: 0px;
        }

        .class-items .middel-left a > h2 {
            position: absolute;
            z-index: 1;
            line-height: 32px;
            bottom: 1px;
            font-size: 14px;
            color: #fff;
            background-color: #1882cd;
            width: 305px;
            padding-left: 15px;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
        }

    .class-items > section:last-child {
        width: 665px;
        float: left;
        margin-left: 5px;
    }

        .class-items > section:last-child ul {
            display: none;
            overflow: hidden;
            padding-left: 0px;
        }

            .class-items > section:last-child ul li {
                list-style: none;
                float: left;
                width: 32.5%;
                margin: 0 0.5%;
                position: relative;
                margin-bottom: 5px;
            }

                .class-items > section:last-child ul li:nth-child(3n + 0) {
                    margin-right: 0;
                }

                .class-items > section:last-child ul li a {
                    overflow: hidden;
                    width: 100%;
                    display: inline-block;
                }

                    .class-items > section:last-child ul li a img {
                        width: 100%;
                        height: 164px;
                    }

                    .class-items > section:last-child ul li a > h2 {
                        line-height: 32px;
                        font-size: 14px;
                        color: #fff;
                        background-color: #1882cd;
                        position: absolute;
                        padding-left: 15px;
                        top: 132px;
                        width: 93.5%;
                        display: inline-block;
                        z-index: 1;
                        left: 0px;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                        overflow: hidden;
                    }

.ad-active {
    font-weight: 600;
    color: #1882cd;
}

.teacher-recommend ul {
    list-style: none;
    padding-left: 0px;
    float: left;
    width: 100%;
    display: none;
    overflow: hidden;
}

    .teacher-recommend ul:nth-child(2) {
        display: block;
    }

    .teacher-recommend ul li {
        box-sizing: border-box;
        float: left;
        width: 320px;
        margin: 0 10px;
        overflow: hidden;
        position: relative;
        margin-top: 10px;
        line-height: normal !important;
    }

        .teacher-recommend ul li img {
            width: 320px;
        }

        .teacher-recommend ul li:nth-child(3n + 1) {
            margin-left: 0px;
        }

        .teacher-recommend ul li:nth-child(3n) {
            margin-right: 0px;
        }

        /*.teacher-recommend ul li:nth-child(-n + 3) {
            height: 240px;
        }*/

        .teacher-recommend ul li {
            border: 1px solid #ccc;
            box-sizing: border-box;
            padding: 5px;
        }

.img-header-container label {
    display: inline-block;
    position: absolute;
    width: auto;
    background: #1882cd;
    left: 0px;
    bottom: 0px;
    color: #fff;
    line-height: 32px;
    padding-left: 30px;
    font-weight: 600;
    font-size: 14px;
    padding-right: 30px;
}

.img-header-container-sm {
    width: 100px;
    height: 75px;
    float: left;
    overflow: hidden;
}

    .img-header-container-sm img {
        width: 100px !important;
    }

.teacher-info {
    width: 208px;
    float: left;
    padding-left: 10px;
    box-sizing: border-box;
}

    .teacher-info .teacher-name {
        color: #1882cd;
        font-size: 14px;
        font-weight: 600;
    }

    .teacher-info .teacher-description {
        font-size: 13px;
        color: #272a30;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        height:70px;
    }

.teacher-recommend {
    overflow: hidden;
}

    .teacher-recommend > div {
        overflow: hidden;
        border-bottom: 1px solid #ccc;
    }

    .teacher-recommend h1 {
        display: inline-block;
        float: left;
        line-height: 41px;
        font-size: 16px;
        color: #1882cd;
    }

        .teacher-recommend h1::before {
            border-left: 3px solid #1882cd;
            content: " ";
            margin-right: 10px;
        }

.teacher-operater {
    display: inline-block;
    float: right;
    line-height: 41px;
}

    .teacher-operater > a {
        font-size: 14px;
        font-weight: 500;
        color: #1882cd;
        margin-left: 15px;
    }

    .teacher-operater span {
        cursor: pointer;
        width: 16px;
        display: inline-block;
        background-color: #ccc;
        height: 16px;
        position: relative;
        top: 13px;
    }

    .teacher-operater .active {
        background-color: #1c8bd1;
    }

.col-3 {
    width: 660px;
    float: left;
    margin-top: 15px;
}

.inline {
    display: inline;
}

.font16 {
    font-size: 16px;
}

.line41 {
    line-height: 41px;
}

.cursor {
    height: 16px;
    width: 16px;
    display: inline-block;
    background-color: #ccc;
    position: relative;
    top: 10px;
    cursor: pointer;
}

.floatRight {
    float: right;
}

.paddingleft0 {
    padding-left: 0px;
}

.floatleft {
    float: left;
}

.list-none {
    list-style: none;
}

.padding-10 {
    padding: 15px;
}

#topSchool ul {
    display: none;
}

    #topSchool ul > li {
        margin-right: 5px;
    }

        #topSchool ul > li:first-child {
            margin-left: 0px;
        }

        #topSchool ul > li:last-child {
            margin-right: 0px;
        }

        #topSchool ul > li img {
            width: 195px;
            min-height: 144px;
        }

#topSchool .active {
    background: #1c8bd1;
}

#topSchool ul li p {
    position: absolute;
    top: -24px;
    color: #fff;
    font-size: 14px;
    background-color: #1c8bd1;
    line-height: 32px;
    padding: 0 15px;
}

#topSchool ul li a {
    overflow: hidden;
    position: relative;
}

.school-area {
    width: 320px;
    float: right;
}

    .school-area .school-area-title {
        height: 40px;
        text-align: right;
        line-height: 40px;
        border-bottom: 1px solid #ccc;
        margin-top: 15px;
    }

        .school-area .school-area-title h1 {
            display: inline-block;
            font-size: 16px;
            color: #1882cd;
            /* line-height: 40px; */
            text-align: left;
            float: left;
        }

            .school-area .school-area-title h1::before {
                border-left: 3px solid #1882cd;
                content: " ";
                margin-right: 10px;
            }

        .school-area .school-area-title span {
            line-height: 41px;
            font-size: 14px;
            font-weight: 500;
            color: #333;
            cursor: pointer;
            padding: 0 3px;
        }

        .school-area .school-area-title .active {
            color: #1882cd;
            font-weight: 600;
        }

.school-area-content ul {
    padding-left: 0px;
    display: none;
    overflow: hidden;
    padding-top: 5px;
}

    .school-area-content ul li {
        list-style: none;
        float: left;
        display: inline-block;
        line-height: 30px;
        width: 64px;
        font-size: 14px;
        text-align: center;
    }

.school-area-content .total {
    display: none;
    color: #1882cd;
    font-size: 14px;
}

.school-area-content a {
    color: #272a30;
}

.col-6 {
    width: 50%;
    float: left;
}

.col-12 {
    width: 100%;
    float: left;
}

.position-3 img {
    width: 216px !important;
}

.top-header {
    width: 160px;
    height: 109px;
    float: left;
    overflow: hidden;
}

    .top-header img {
        height: 109px;
    }

.top-title-content {
    float: left;
    width: 310px;
    box-sizing: border-box;
    padding-left: 15px;
}

    .top-title-content h3 {
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        font-size: 14px;
        font-weight: 600;
        color: #1c8bd1;
    }

    .top-title-content p {
        word-break: break-all;
        height: auto;
        border: 0px;
        white-space: normal;
        overflow: hidden;
        -webkit-line-clamp: 3;
        text-overflow: ellipsis;
        display: -webkit-box;
        font-size: 12px;
    }

.news-with-category .tab-content {
    list-style: none;
    overflow: hidden;
    padding-left: 0px;
    min-height: 305px;
}

    .news-with-category .tab-content li {
        width: 100%;
        float: left;
        background-color: #eef2fd;
        padding: 15px 15px 15px 0;
        margin-bottom: 10px;
    }

    .news-with-category .tab-content .sub-title {
        width: 100px;
        float: left;
        height: 55px;
        color: #1c8bd1;
        font-size: 14px;
    }

        .news-with-category .tab-content .sub-title::before {
            content: " ";
            display: inline-block;
            position: relative;
            background-color: #ccd8ee;
            height: 16px;
            width: 16px;
            left: -10px;
        }

    .news-with-category .tab-content span {
        width: 485px;
        float: left;
        margin-top: -3px;
    }

.sub-category-item:nth-of-type(odd) {
    width: 415px !important;
}

.col-4 .top-header {
    width: 120px;
}

.col-4 .top-title-content {
    width: 175px;
}

.person-section {
    padding-left: 15px;
    width: 100%;
    height: 40px;
    background: #f3fbfe;
    border: 1px solid #b3d3ec;
    line-height: 40px;
    box-sizing: border-box;
}

    .person-section .icon {
        color: #1c8bd1;
        float: left;
        font-size: 20px;
        margin-top: 10px;
        margin-right: 5px;
    }

    .person-section span {
        display: inline-block;
        float: left;
        line-height: 40px;
    }

    .person-section ul {
        float: left;
        overflow: hidden;
        padding-left: 0px;
    }

        .person-section ul li {
            list-style: none;
            float: left;
            line-height: 40px;
            width: 24px;
            text-align: center;
        }

            .person-section ul li a {
                color: #5d5c5c;
                font-size: 14px;
            }

    .person-section .person-search {
        float: right;
        margin-right: 15px;
        width: 230px;
    }

        .person-section .person-search form {
            height: 40px;
            overflow: hidden;
            position: relative;
        }

        .person-section .person-search input {
            width: 230px;
            border: 1px solid #ccc;
            border-radius: 2px;
            height: 25px;
            padding-top: 2px;
            font-size: 14px;
            position: relative;
            padding-left: 5px;
            color: #5d5c5c;
            box-sizing: border-box;
        }

        .person-section .person-search button {
            border: 0px;
            background-color: #fff;
            padding: 0px;
            line-height: 40px;
            position: absolute;
            top: 10px;
            right: 5px;
            cursor: pointer;
        }

            .person-section .person-search button .icon {
                margin: 0px;
            }

            .person-section .person-search button:focus {
                border: none;
                outline: 0;
            }

        .person-section .person-search input:focus {
            border: 1px solid #ccc;
            border-radius: 2px;
            outline: 0;
        }

.teachers-recommend {
    width: 100%;
    float: left;
}

    .teachers-recommend > div {
        height: 40px;
        border-bottom: 1px solid #ccc;
        line-height: 40px;
    }

    .teachers-recommend h1 {
        display: inline-block;
        float: left;
        font-size: 16px;
        color: #1c8bd1;
        padding-left: 10px;
    }

        .teachers-recommend h1:before {
            content: " ";
            border-left: 2px solid #1c8bd1;
            position: relative;
            left: -8px;
        }

    .teachers-recommend > div > a {
        float: right;
        color: #1c8bd1;
    }

    .teachers-recommend ul {
        margin-top: 15px;
        list-style: none;
        padding-left: 0px;
        overflow: hidden;
    }

        .teachers-recommend ul li {
            float: left;
            width: 112px;
            height: 160px;
            margin-left: 10px;
            border: 1px solid #ccc;
        }

            .teachers-recommend ul li a {
                overflow: hidden;
            }

                .teachers-recommend ul li a img {
                    width: 100px;
                    height: 125px;
                    margin: 5px 6px;
                    margin-bottom: 0px;
                }

                .teachers-recommend ul li a p {
                    text-align: center;
                    color: #272a30;
                }

.news-mwindow {
    margin-top: 5px;
}

    .news-mwindow h1 {
        height: 53px;
        background: #eef2fd;
        font-size: 16px;
        font-weight: 600;
        line-height: 53px;
        padding-left: 15px;
        color: #1c8bd1;
    }

    .news-mwindow section {
        overflow: hidden;
    }

    .news-mwindow span {
        width: 62px;
        display: inline-block;
        float: left;
        overflow: hidden;
        text-align: center;
        background-image: url("https://www.cnhsi.com.cn/images/mx1.jpg");
        font-size: 12px;
        border: 1px solid #e1e1e1;
        line-height: 18px;
        color: #1882cd;
        cursor: pointer;
    }

    .news-mwindow ul {
        display: none;
        padding-left: 25px;
        padding-top: 5px;
    }

        .news-mwindow ul li a {
            color: #272a30;
            line-height: 29px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            display: inherit;
            font-size: 14px;
        }

    .news-mwindow > .mwindow-ul:first-child {
        display: block;
    }

    .news-mwindow .active {
        border-bottom: 1px solid #1c8bd1;
    }

.news-area ul {
    padding: 0px;
}

    .news-area ul li {
        float: left;
        list-style: none;
        font-size: 13px;
        width: 45px;
        text-align: center;
        height: 23px;
        margin-top: 10px;
    }

    .news-area ul .c2 {
        margin-left: 20px;
        font-size: 16px;
        color: #f00;
        margin-top: 5px;
        float: right;
        width: 100px;
        text-align: right;
        margin-right: 36px;
    }

    .news-area ul .c1 {
        width: 135px;
        height: 85px;
    }

#col_hy {
    width: 1000px;
    height: 500px;
    background: #fff;
    position: relative;
}

    #col_hy a {
        color: #5d5c5c;
    }

.col_hy_top {
    width: 1000px;
    height: 50px;
    float: left;
    border-bottom: 1px solid #ccc;
}

.col_hy_top_left {
    width: 880px;
    height: 50px;
    float: left;
    background: url(https://www.cnhsi.com.cn/image/bj3.jpg) left center no-repeat;
}

    .col_hy_top_left p {
        line-height: 50px;
        margin-left: 10px;
        font-weight: bold;
        font-size: 18px;
        color: #2470ae;
    }

.col_hy_top_list {
    width: 115px;
    height: 50px;
    float: left;
}

    .col_hy_top_list ul li {
        width: 13px;
        height: 13px;
        margin-left: 5px;
        float: left;
        list-style: none;
        background: #bbbbbb;
        margin-top: 18px;
    }

    .col_hy_top_list ul .bj {
        background: #2470ae;
    }

.col_hy_top_mod {
    width: 30px;
    height: 49px;
    float: right;
}

    .col_hy_top_mod a {
        font-size: 13px;
        line-height: 50px;
        text-decoration: none;
        color: #2470ae;
    }

.col_hy_bt {
    width: 1000px;
    height: 450px;
    float: left;
}

.col_hy_bt2 {
    width: 1000px;
    height: 450px;
    position: absolute;
    left: 0px;
    top: 50px;
    display: none;
}

.col_hy_bt3 {
    width: 1000px;
    height: 450px;
    position: absolute;
    left: 0px;
    top: 50px;
    display: none;
}

.col_hy_bt4 {
    width: 1000px;
    height: 450px;
    position: absolute;
    left: 0px;
    top: 50px;
    display: none;
}

.col_hy_bt1 {
    width: 1000px;
    height: 45px;
    float: left;
}

.col_hy_bt1_left {
    width: 95px;
    height: 45px;
    float: left;
    background: url(../image/hy1.jpg) left center no-repeat;
}

    .col_hy_bt1_left p {
        font-size: 15px;
        margin-top: 20px;
        margin-left: 15px;
        color: #2470ae;
    }

.col_hy_bt1_right {
    width: 905px;
    height: 44px;
    float: left;
    border-bottom: 1px solid #72bde8;
}

    .col_hy_bt1_right ul {
        padding-left: 5px;
        width: 95%;
        float: left;
    }

        .col_hy_bt1_right ul li {
            width: 140px;
            text-align: center;
            float: left;
            list-style: none;
            line-height: 60px;
            font-size: 14px;
        }

            .col_hy_bt1_right ul li a {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
                color: #5d5c5c;
                width: 135px;
                display: inherit;
            }

    .col_hy_bt1_right span {
        float: right;
        line-height: 60px;
        color: #db331c;
        margin-right: 10px;
        font-size: 14px;
    }

        .col_hy_bt1_right span a {
            color: #1c8bd1 !important;
        }

.list-main {
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}

.list-left {
    width: 280px;
    float: left;
    min-height: 1100px;
    overflow-x: hidden;
}

.list-content {
    width: 700px;
    float: left;
    border: 1px solid #ccc;
    margin-left: 10px;
    margin-right: 8px;
    border-radius: 2px;
    min-height: 1050px;
}

.list-news h1 {
    font-size: 16px;
    color: #1882cd;
    line-height: 32px;
    padding-left: 10px;
    border-bottom: 1px solid #ccc;
    margin-top: 15px;
}

    .list-news h1::before {
        content: " ";
        border-left: #1882cd 4px solid;
        position: relative;
        left: -5px;
    }

.list-news ul {
    padding-left: 5px;
    overflow: hidden;
    width: 280px;
}
.list-news li {
    display: block;
    width: 100%;
}

.list-news ul a {
    margin-left: 10px;
    color: #272a30;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inherit;
    white-space: nowrap;
    line-height: 32px;
}

.list-content ul li span {
    line-height: 41px;
    color: #272a30;
    float: right;
    margin-right: 15px;
}

.platform li {
    width: 100%;
}

    .platform li a {
        background-color: #eee;
        margin: 5px auto;
        font-size: 16px;
        text-align: center;
        border-radius: 2px;
    }

.list-content ul {
    padding-left: 10px;
}

    .list-content ul li {
        list-style: none;
        border-bottom: 1px dashed #ccc;
        height: 40px;
    }

        .list-content ul li a {
            line-height: 40px;
            color: #272a30;
            font-size: 14px;
            width: 540px;
            overflow: hidden;
            display: inline-block;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

.pagetion {
    height: 65px;
}

    .pagetion p {
        text-align: center;
    }

    .pagetion span {
        line-height: 65px;
        display: inline-block;
        min-width: 35px;
    }

        .pagetion span a {
            color: #1882cd;
        }

    .pagetion .current a {
        color: #272a30;
        cursor: default;
    }

        .pagetion .current a:hover {
            color: #272a30 !important;
        }

.art-content {
    padding: 0 15px 15px 15px;
    box-sizing: border-box;
}

    .art-content h1 {
        text-align: center;
        border-bottom: 1px dashed #ccc;
        line-height: 45px;
        color: #272a30;
    }

    .art-content .info {
        text-align: center;
        color: #272a30;
        margin-bottom: 15px;
        line-height: 45px;
        font-size: 14px;
    }

.art-main-content p {
    font-size: 14px;
    margin-top: 20px;
}

.teacher-content {
    width: 705px;
    float: left;
}

    .teacher-content ul {
        padding-left: 10px;
        overflow: hidden;
    }

        .teacher-content ul li {
            float: left;
            list-style: none;
            width: 160px;
            border: 1px solid #ccc;
            overflow: hidden;
            padding: 2px;
            margin: 5px 3px;
        }

    .teacher-content .teacher-img {
        width: 150px;
        overflow: hidden;
        height: 158px;
        text-align: center;
        padding-top: 5px;
    }

        .teacher-content .teacher-img img {
            height: 158px;
        }

    .teacher-content ul li p {
        color: #272a30;
        text-align: center;
        line-height: 32px;
        font-size: 14px;
    }

        .teacher-content ul li p:hover {
            color: #1882cd;
        }

.teacher-list-right {
    height: auto;
}

.teacher-detial {
    width: 730px;
    float: left;
}

    .teacher-detial h1 {
        border-bottom: 1px dashed #ccc;
        line-height: 45px;
        text-align: center;
    }

    .teacher-detial > section {
        margin-top: 15px;
        padding-left: 15px;
    }

    .teacher-detial .teacher-header {
        width: 166px;
        border: 1px solid #ccc;
        float: left;
        text-align: center;
        overflow: hidden;
    }

        .teacher-detial .teacher-header img {
            width: 160px;
        }

.teacher-detial-info {
    width: 545px;
    padding-left: 15px;
    box-sizing: border-box;
    float: left;
}

    .teacher-detial-info h3 {
        color: #1882cd;
        font-size: 16px;
    }

.teacher-detail-all {
    overflow: hidden;
    float: left;
    margin-top: 5px;
}

    .teacher-detail-all h3 {
        margin-bottom: 15px;
        color: #1882cd;
        font-size: 16px;
    }

.teacher-detial-right {
    width: 260px;
    padding-left: 10px;
    margin-top: 13px;
}

.teacher-detial-right-img {
    width: 55px;
    height: 55px;
    overflow: hidden;
    float: left;
    margin: 5px;
}

    .teacher-detial-right-img img {
        width: 55px;
    }

.t-l {
    background-color: #f8f8f8;
    margin: 5px 0;
    height: 70px;
    width: 220px;
    list-style: none;
    border: 1px solid #ccc;
    float: left;
}

.l-p {
    width: 60px;
    float: left;
    overflow: hidden;
}

.teacher-detial-section {
    font-size: 14px;
    color: #272a30;
}

.hy-list h1 {
    line-height: 40px;
    color: #1882cd;
    border-bottom: 1px solid #ccc;
    padding-left: 15px;
    font-size: 16px;
}

    .hy-list h1::before {
        content: " ";
        border: 2px solid #1882cd;
        position: relative;
        left: -10px;
        height: 16px;
    }

.hy-list ul {
    padding-left: 0px;
}

    .hy-list ul li {
        float: left;
        width: 249px;
        list-style: none;
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        text-align: center;
    }

        .hy-list ul li a {
            line-height: 32px;
            color: #272a30;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            display: inherit;
            width: 250px;
        }

#navs-li {
    width: 100%;
    padding-left: 10px;
    height: 32px;
    border-bottom: 1px #ccc solid;
    line-height: 32px;
    font-size: 14px;
}

    #navs-li ul {
        padding-left: 0px;
        overflow: hidden;
    }

    #navs-li li {
        list-style: none;
        float: left;
        text-align: center;
        min-width: 50px;
    }

        #navs-li li a {
            color: #272a30;
        }

    #navs-li .active a {
        color: #1882cd;
    }

.top-img {
    float: left;
    width: 160px;
}

.top-li {
    float: left;
    width: calc(100% - 160px);
}

    .top-li li:first-child a {
        color: #1c8bd1;
    }

    .top-li p {
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        height: 29px;
        border: 0px;
    }

        .top-li p a {
            color: #272a30;
            font-size: 14px;
        }

.tab a:hover {
    text-decoration: none;
}

.n-news {
    overflow: hidden;
    float: left;
    width: 100%;
}

.news-more {
    position: absolute;
    z-index: 176;
    bottom: 0px;
    width: 100px;
    display: block;
    right: 0px;
    text-align: right;
}

    .news-more a {
        color: #1c8bd1;
        font-size: 14px;
    }

.nav-more {
    float: right;
    color: #1c8bd1;
    line-height: 36px;
    font-size: 14px;
    margin-left: 10px;
}

.tab-content li {
    width: 100%;
}

.icon-footer {
    font-size: 22px;
    color: #fff;
    cursor: pointer;
}

.phone {
    width: 120px;
    height: 50px;
    background: #fff;
    position: absolute;
    left: 915px;
    top: -40px;
    border-radius: 3px;
    border: 1px solid #CCC;
    display: none;
}

.wx {
    width: 130px;
    height: 130px;
    background: #FFF;
    position: absolute;
    left: 885px;
    top: -120px;
    display: none;
    border-radius: 3px;
    border: 1px solid #CCC;
}

#xueli {
    border-top: 1px #cee2f2 solid;
    border-left: 1px #cee2f2 solid;
    border-right: 1px #cee2f2 solid;
}
