﻿html {
    width: 100%;
    overflow-x: hidden;
}

body {
    font-family: Arial, 'Microsoft YaHei', 微软雅黑,'Hiragino Sans GB', 'Open Sans', STHeiti, 'WenQuanYi Micro Hei', SimSun, sans-serif;
    margin: 0;
    padding: 0;
    letter-spacing: 0.06rem;
    color: #303030;
    -o-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    width: 100%;
    overflow-x: hidden;
}

ol, ul, li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: #6a6a6a;
}

    a:hover {
        color: #6a6a6a;
    }

    a:link, a:visited, a:hover, a:active {
        text-decoration: none;
    }

h1, h2, p {
    margin: 0;
}

header {
}


.red {
    color: red;
}

.zsw_tx_div li img {
    /*display:none;*/
}

.m1 {
    display: none
}

.m2 {
    display: none
}

.closex {
    display: none;
}

.closeP {
    display: none
}

#pcMenu {
    display: block
}

#mMenu {
    display: none
}

/*首页*/
.atop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
}

.ap_db {
    background-color: #21283a;
    height: 45px;
    font-size: 14px;
}

.main {
    max-width: 1200px;
    padding: 0 10px;
    margin: auto;
}

.ap_db_left {
    float: left;
    width: 500px;
    height: 45px;
    line-height: 45px;
}

    .ap_db_left a {
        color: #919191;
        padding-right: 10px;
        display: inline-block;
    }

        .ap_db_left a:hover {
            text-decoration: underline;
            color: #c6c6c6;
        }

.ap_db_right {
    float: right;
    width: 100px;
    position: relative;
    text-align: right;
}

    .ap_db_right div {
        margin-right: 35px;
        float: right;
    }

        .ap_db_right div a {
            display: block;
            float: right;
            padding: 0 18px;
            line-height: 45px;
            color: #919191;
        }

            .ap_db_right div a:hover {
                background-color: #0e1a2e;
                color: #fff;
            }

        .ap_db_right div b {
            display: block;
            float: right;
            height: 13px;
            width: 1px;
            background-color: #5c6069;
            margin-top: 16px;
        }

a.fanti {
    position: absolute;
    top: 9px;
    color: #fff;
    right: 0;
    display: block;
    width: 26px;
    height: 26px;
    background-color: #3192d7;
    border-radius: 3px;
    line-height: 26px;
    text-align: center;
}

    a.fanti:hover {
        background-color: #1977b9;
    }

.ap_logo {
    height: 110px;
    background-color: #fff;
    padding-top: 20px;
    box-shadow: 0 0 5px #000;
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.2);
    -moz-shadow: 0 0 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

.pc_banner {
    margin-top: 105px;
    background: url(../images/banner.jpg) center no-repeat;
    height: 480px;
    width: 100%;
}

.ap_banner_zi {
    width: 700px;
    float: left;
    -webkit-animation: fadeInLeft 1000ms .1s ease both;
    -o-animation: fadeInLeft 1000ms .1s ease both;
    -moz-animation: fadeInLeft 1000ms .1s ease both;
    padding-top: 80px;
    padding-left: 20px;
}

.back_click {
    left: 20px;
    position: absolute;
    border-radius: 25px;
    background-color: #f2f2f2;
    padding: 10px;
}


@media (max-width:500px) {
    .ap_logo div img.logo {
        zoom: 0.65;
    }

    .back_click {
        top: -20px
    }

    .zh_click {
        margin-top: -20px;
    }
}


/*****jm ****/
.kc p {
    text-align: justify;
    margin-bottom: 20px;
    font-size: 16px;
}

.lltitle {
    font-size: 26px;
    padding: 0 12px;
    margin-top: 15px;
}

    .lltitle span {
        padding-left: 10px;
        font-size: 20px;
    }

/***** jm emd****/

/****jm****/
.ap_con_li08 .ap_con_into i {
    background-color: #477eef;
    font-size: 50px;
    padding-top: 8px;
}

.ap_con ul li a.ap_con_li08 h1 {
    color: #477eef;
}

.ap_con_li09 .ap_con_into i {
    background-color: #ef8a47;
    font-size: 50px;
    padding-top: 8px;
}

.ap_con ul li a.ap_con_li09 h1 {
    color: #ef8a47;
}

.ap_con_li10 .ap_con_into i {
    background-color: #47c2ef;
    font-size: 50px;
    padding-top: 8px;
}

.ap_con ul li a.ap_con_li10 h1 {
    color: #47c2ef;
}

.ap_con_li11 .ap_con_into i {
    background-color: #c247ef;
    font-size: 50px;
    padding-top: 8px;
}

.ap_con ul li a.ap_con_li11 h1 {
    color: #c247ef;
}

/****jm end****/
@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}

.ap_banner_login {
    width: 400px;
    height: 415px;
    float: right;
    position: relative;
    top: 30px;
    margin-right: 50px;
    padding: 28px;
    -webkit-animation: fadeInRight 1200ms 0.5s ease both;
    -o-animation: fadeInRight 1200ms 0.5s ease both;
    -moz-animation: fadeInRight 1200ms 0.5s ease both;
}

    .ap_banner_login b {
        position: absolute;
        height: 100%;
        width: 100%;
        border-radius: 5px;
        background-color: #000;
        opacity: 0.5;
        display: block;
        top: 0;
        left: 0;
    }

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(80px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0px);
    }
}

.ap_login {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 3px;
}

    .ap_login h1 {
        height: 60px;
        background-color: #f2f6f9;
        border: 1px solid #afafb0;
        font-size: 18px;
        line-height: 60px;
        text-align: center;
        position: relative;
    }

        .ap_login h1 span {
            position: absolute;
            width: 16px;
            height: 8px;
            bottom: -8px;
            left: 50%;
            margin-left: -8px;
            background: url(../images/into_01.jpg) no-repeat;
        }

    .ap_login ul {
        width: 305px;
        margin: auto;
        margin-top: 40px;
    }

        .ap_login ul li {
            height: 48px;
            border: 1px solid #d4d4d4;
            border-radius: 3px;
            margin-bottom: 15px;
            -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            position: relative;
            padding-left: 40px;
            padding-right: 15px;
        }

            .ap_login ul li:hover {
                border: 1px solid #afafb0;
                -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
                box-shadow: inset 0 1px 1px rgba(0,0,0,.2);
            }

            .ap_login ul li i {
                position: absolute;
                top: 0;
                left: 0;
                color: #cddce7;
                width: 40px;
                text-align: center;
                line-height: 46px;
            }

            .ap_login ul li input {
                border: 0;
                width: 100%;
                height: 46px;
                background: none;
                line-height: 46px;
                outline: none;
            }

                .ap_login ul li input::-webkit-input-placeholder {
                    color: #ababab;
                }

    .ap_login .checkbox {
        color: #ababab;
        position: relative;
        margin: 0;
        padding-left: 23px;
    }

        .ap_login .checkbox input {
            width: 15px;
            height: 15px;
        }

        .ap_login .checkbox a {
            position: absolute;
            right: 25px;
            display: block;
            top: 0;
            text-align: center;
            text-decoration: underline;
        }

            .ap_login .checkbox a:hover {
                color: #2d7bbd;
            }

.ap_loanniu {
    width: 305px;
    margin: auto;
    text-align: center;
    line-height: 50px;
    margin-top: 30px;
    display: block;
    height: 50px;
    background-color: #2d7bbd;
    border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 18px;
}

    .ap_loanniu:hover {
        background-color: #226faf;
        color: #fff;
    }

.ap_text {
    height: 105px;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fff;
}

    .ap_text .main {
        width: 220px;
        text-align: center;
        padding-top: 25px;
    }

        .ap_text .main span {
            color: #5e5e5e;
            font-size: 16px;
            line-height: 30px;
        }

        .ap_text .main h1 {
            font-size: 26px;
        }

        .ap_text .main b {
            display: block;
            width: 100%;
            height: 2px;
            margin-top: 20px;
            background: -webkit-linear-gradient(left, #1d9862, #ffc208);
            background: -moz-linear-gradient(left, #1d9862, #ffc208);
            background: -o-linear-gradient(left, #1d9862, #ffc208);
        }

.ap_con {
    background: url(../images/ap_02.png) repeat;
    padding: 30px 0;
}

    .ap_con ul li a {
        display: block;
        width: 100%;
        margin: auto;
        padding: 15px 0;
    }

.ap_con_into {
    width: 120px;
    margin: auto;
    padding: 5px;
    position: relative;
}

    .ap_con_into i {
        display: block;
        width: 110px;
        height: 110px;
        border-radius: 50%;
        color: #fff;
        font-size: 55px;
        text-align: center;
        line-height: 100px;
        position: relative;
        z-index: 1;
    }

    .ap_con_into span {
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        position: absolute;
        background-color: #000;
        opacity: 0.05;
        border-radius: 50%;
    }

.ap_con ul li a h1 {
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.ap_con ul li a p {
    text-align: center;
    color: #5e5e5e;
    height: 50px;
    display: block;
}

.ap_line {
    width: 139px;
    height: 3px;
    margin: auto;
    margin-top: 25px;
    position: relative;
}

    .ap_line b {
        display: block;
        height: 1px;
        width: 100%;
        background: #d5d5d5;
        position: absolute;
        top: 1px;
    }

    .ap_line span {
        display: block;
        width: 30px;
        background-color: #000;
        margin: auto;
        height: 3px;
        z-index: 1;
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

.ap_con ul li a:hover .ap_line span {
    width: 100%;
}

.ap_con_li00 .ap_con_into i {
    background-color: #47a6ef;
    font-size: 60px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ap_con ul li a.ap_con_li00 h1 {
    color: #2287d4;
}

.ap_con_li01 .ap_con_into i {
    background-color: #8fd248;
    font-size: 56px;
    padding-top: 4px;
}

.ap_con ul li a.ap_con_li01 h1 {
    color: #75ba2c;
}

.ap_con_li02 .ap_con_into i {
    background-color: #f8543b;
    font-size: 50px;
    padding-top: 4px;
}

.ap_con ul li a.ap_con_li02 h1 {
    color: #e33d24;
}

.ap_con_li03 .ap_con_into i {
    background-color: #f5b938;
    font-size: 48px;
    padding-top: 4px;
}

.ap_con ul li a.ap_con_li03 h1 {
    color: #dd9f1a;
}

.ap_con_li04 .ap_con_into i {
    background-color: #ee7da9;
    font-size: 60px;
    padding-top: 6px;
}

.ap_con ul li a.ap_con_li04 h1 {
    color: #dd558a;
}

.ap_con_li05 .ap_con_into i {
    background-color: #fe5378;
    font-size: 46px;
    padding-top: 8px;
}

.ap_con ul li a.ap_con_li05 h1 {
    color: #e92e57;
}

.ap_con_li06 .ap_con_into i {
    background-color: #7fabf6;
    font-size: 50px;
    padding-top: 7px;
}

.ap_con ul li a.ap_con_li06 h1 {
    color: #4980de;
}

.ap_con_li07 .ap_con_into i {
    background-color: #79cfb4;
    font-size: 50px;
    padding-top: 8px;
}

.ap_con ul li a.ap_con_li07 h1 {
    color: #47ba96;
}

.ap_footer {
    background: url(../images/ap_04.png) no-repeat top center #21283a;
    min-height: 65px;
}

    .ap_footer div {
        color: #fff;
        opacity: 0.5;
        padding-top: 25px;
        text-transform: uppercase;
    }

/*教师主页面*/
.zjm_page_top {
    width: 100%;
    z-index: 10;
    position: fixed;
    top: 0;
    box-shadow: 0 0 5px #ddd;
    height: auto;
}

.zym_color {
    /* background-color: #f0f2f5; */
    height: auto;
}

#zjm_page {
    height: 50px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: relative;
    padding-left: 180px;
}

.zjm_cd {
    width: 190px;
    border-right: 1px solid #ccc;
    display: block;
    height: 50px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 0;
}

    .zjm_cd i {
        font-size: 26px;
        color: #777;
        line-height: 50px;
    }

.zym_seat {
    float: left;
    width: 100%;
    position: relative;
    padding-left: 40px;
    line-height: 50px;
    color: #464646;
    display: none;
}

    .zym_seat i {
        position: absolute;
        left: 15px;
        font-size: 20px;
        line-height: 50px;
        color: #919191;
    }

    .zym_seat span {
        display: inline-block;
        padding: 0 5px;
    }

    .zym_seat a {
        color: #464646;
    }

        .zym_seat a:hover {
            color: #2d7abb;
            text-decoration: underline;
        }

.zjm_left .panel {
    border-radius: 0;
}

.panel {
    display: block;
    width: 280px;
    padding: 0px;
    background-color: #2c3544;
}

.jszym_top {
    background-color: #1f7ccc;
    height: 90px;
    width: 100%;
    padding-left: 20px;
    padding-right: 10px;
    overflow: hidden;
    background-color: #fff
}

    .jszym_top p {
        width: 400px;
        color: #fff;
        float: left;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 60px;
        font-size: 16px;
    }

.jszym_top_right {
    float: right;
}

.j_top_yh {
    position: relative;
    padding-left: 53px;
    padding-top: 7px;
    padding-right: 15px;
    color: #fff;
    float: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 250px;
}

    .j_top_yh span {
        display: inline-block;
        line-height: 48px;
    }

.j_top_img {
    height: 45px;
    width: 45px;
    position: absolute;
    left: 0;
}

    .j_top_img img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

.j_top_a {
    float: right;
}

    .j_top_a a {
        color: #fff;
        line-height: 60px;
        display: inline-block;
        padding: 0 8px;
    }

        .j_top_a a:hover {
            text-decoration: underline;
        }

.j_top_line {
    height: 20px;
    border-left: 1px dotted #69a0d9;
    float: right;
    margin-top: 20px;
    margin-right: 5px;
}

.zjm_logo {
    height: 180px;
    background-color: #1d2737;
    text-align: center;
    padding-top: 25px;
    position: relative;
}

    .zjm_logo img {
    }

.zjm_left_yh {
    position: absolute;
    height: 190px;
    width: 100%;
    top: 120px;
    margin: 0 !important;
}

.zjm_left_yhimg {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
    margin: auto;
    z-index: 2;
    position: relative;
}

    .zjm_left_yhimg img {
        border-radius: 50%;
        width: 100%;
        height: 100%;
    }

.zjm_left_yh b {
    position: absolute;
    width: 125px;
    height: 125px;
    left: 77px;
    top: -5px;
    background-color: #3a3a42;
    border-radius: 50%;
    z-index: 0;
    margin: 0 !important;
}

.zjm_left_yh h1, .zjm_left_yh p {
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: auto;
}

.zjm_left_yh h1 {
    font-size: 16px;
    margin-top: 15px;
    width: 180px;
}

.zjm_left_yh p {
    color: #ccc;
    margin-top: 5px;
    width: 220px;
}

    .zjm_left_yh p span {
        display: inline-block;
        padding: 0 5px;
    }

.zjm_left_mune {
    width: 100%;
    margin-top: 145px;
    border-top: 1px solid #354053;
}

/*收缩菜单*/
.v {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.v01 {
    background-position: 0 0;
}

.v02 {
    background-color: #1f7ed2;
    color: #fff;
}

.vtitle {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #95a0aa;
    cursor: pointer;
    border-bottom: 1px solid #354053;
    position: relative;
}

    .vtitle:hover {
        background-color: #216dae;
        color: #fff;
    }

    .vtitle h1 {
        position: relative;
        z-index: 1;
        line-height: 50px;
        font-size: 16px;
        padding-left: 70px;
    }

    .vtitle div {
        display: block;
        height: 50px;
        font-style: normal;
        position: relative;
    }

        .vtitle div i.icon_left {
            position: absolute;
            top: 0;
            left: 25px;
            font-size: 22px;
        }

        .vtitle div i.icon_right {
            position: absolute;
            top: 0;
            right: 0;
            font-size: 20px;
            width: 60px;
            text-align: center;
        }

.zjm_left_mune .v02 i.icon_right {
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}

.vconlist {
    background: #232b38;
}

    .vconlist li {
        border-bottom: 1px solid #354053;
        height: 50px;
    }

        .vconlist li:last-child {
            border: none;
        }

        .vconlist li a {
            height: 50px;
            line-height: 50px;
            padding-left: 70px;
            display: block;
            font-size: 14px;
            color: #fff;
        }

            .vconlist li.select a, .vconlist li a:hover {
                color: #ed4948;
                text-decoration: none;
            }

.vtitle_a {
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    color: #95a0aa;
    cursor: pointer;
    border-bottom: 1px solid #354053;
    position: relative;
    display: block;
    margin-bottom: 1px;
}

    .vtitle_a .v02 i.icon_right {
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        -moz-transition: 0.2s linear;
    }

    .vtitle_a h1 {
        position: relative;
        z-index: 1;
        line-height: 50px;
        padding-left: 70px;
        font-size: 16px;
    }

    .vtitle_a:hover {
        background-color: #216dae;
        color: #fff;
    }

    .vtitle_a div i.icon_left {
        position: absolute;
        top: 0;
        left: 25px;
        font-size: 22px;
    }

    .vtitle_a div i.icon_right {
        position: absolute;
        top: 0;
        right: 0;
        font-size: 20px;
        width: 60px;
        text-align: center;
    }

    .vtitle_a.v02 {
        color: #fff;
    }

.zym_index {
}
/*主页面-工作区*/
.zjm_con {
    padding: 0 49px;
    height: 500px;
    margin-top: 110px;
}

.zjm_main { /*min-width:1100px; padding-top:20px;*/
}

.z_zygl {
    margin-right: 285px;
    position: relative;
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.z_zygl_top {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fbfbfb;
    border-bottom: 1px solid #dfdfdf;
}

    .z_zygl_top h1 {
        font-size: 16px;
        line-height: 25px;
        padding-left: 20px;
        color: #303030;
        display: inline-block;
    }

    .z_zygl_top section {
        float: right;
        padding-top: 0px;
        padding-right: 10px;
        margin-top: -5px;
    }

        .z_zygl_top section a {
            float: right;
            height: 35px;
            line-height: 35px;
            color: #fff;
            font-size: 14px;
            border-radius: 3px;
            display: inline-block;
            background-color: #1d2737;
            margin: 0 8px;
            padding: 0 20px;
        }

            .z_zygl_top section a:nth-child(1) {
                background-color: #e9662c;
            }

            .z_zygl_top section a:nth-child(2) {
                background-color: #f2994b;
            }

            .z_zygl_top section a:nth-child(3) {
                background-color: #5bc0de;
            }

            .z_zygl_top section a:nth-child(1):hover {
                background-color: #e04c0b;
            }

            .z_zygl_top section a:nth-child(2):hover {
                background-color: #eb7f21;
            }

            .z_zygl_top section a:nth-child(3):hover {
                background-color: #2eb0d6;
            }

.z_zygl_rn {
    padding: 10px;
    overflow: hidden;
}

    .z_zygl_rn section {
    }

.z_zygl_text {
    background: #f9f9f9;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    padding-left: 60px;
}

    .z_zygl_text i {
        width: 60px;
        position: absolute;
        left: 0;
        font-size: 24px;
        color: #d9534f;
        display: inline-block;
        text-align: center;
    }

    .z_zygl_text span {
        line-height: 25px;
        font-size: 16px;
    }

.z_zygl_rn section ul {
}

    .z_zygl_rn section ul li {
        border-bottom: 1px solid #eaeaea;
        line-height: 50px;
        position: relative;
    }

        .z_zygl_rn section ul li:last-child {
            border: none;
        }

.z_text_left {
    position: relative;
    overflow: hidden;
    white-space: normal;
    text-overflow: inherit;
    word-break: break-all;
    line-height: 20px;
    padding: 15px 0 15px 30px;
}

.z_text_a {
    position: relative;
    top: -23px;
    left: 30px;
    height: 25px;
}

    .z_text_a a {
        color: #1e7bc9;
        text-decoration: underline;
    }

.z_text_left:before {
    content: "";
    background-color: #303030;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 13px;
    top: 24px;
}

.z_text_left a {
    color: #e11d1e;
    text-decoration: underline;
}

.z_text_left span {
    display: inline-block;
    padding: 0 3px;
    color: #e11d1e;
}

.z_text_left a:hover {
    text-decoration: underline;
}

.z_xsgl {
    width: 270px;
    position: absolute;
    right: -285px;
    top: 0;
    border: 1px solid #ccc;
    background-color: #fff;
    height: 100%;
    overflow: hidden;
}

    .z_xsgl:before {
        content: "";
        position: absolute;
        top: -1px;
        left: -1px;
        height: 7px;
        width: 270px;
        background-color: #2d7abb;
    }

    .z_xsgl h1 {
        line-height: 45px;
        margin: 3px 4px 0 4px;
        border-bottom: 1px solid #ccc;
        font-size: 16px;
        color: #2d7abb;
        padding-left: 15px;
    }

.z_xsgl_nr {
    padding: 10px;
    height: 275px;
    overflow: hidden;
}

    .z_xsgl_nr li {
        height: 53px;
        position: relative;
    }

        .z_xsgl_nr li:nth-of-type(even) {
            background-color: #f1fcff;
        }

.z_xsgl_img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 1px #ccc;
    position: absolute;
    top: 6px;
    left: 8px;
}

    .z_xsgl_img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        line-height: 40px;
    }

.z_xsgl_nr li span {
    display: block;
    padding-left: 60px;
    padding-right: 10px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.z_xsgl_nr li a {
    color: #000;
}

.zjm_kw {
    padding-top: 20px;
}

    .zjm_kw .tab-content {
        background-color: #fff;
        border: 1px solid #dfdfdf;
        position: relative;
        min-height: 220px;
    }

    .zjm_kw .nav-tabs > li {
        text-align: center;
        width: 250px;
        margin-right: 18px;
        margin-top: 13px;
        margin-bottom: 0;
        line-height: 60px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

        .zjm_kw .nav-tabs > li i {
            font-size: 22px;
            display: inline-block;
            line-height: 60px;
            padding-right: 10px;
        }

        .zjm_kw .nav-tabs > li a {
            color: #fff;
            padding: 0;
            margin: 0;
        }

            .zjm_kw .nav-tabs > li a:hover, .zjm_kw .nav-tabs > li a:focus {
                color: #fff;
            }

        .zjm_kw .nav-tabs > li.active > a {
            border: 0;
            position: relative;
        }

        .zjm_kw .nav-tabs > li.active:nth-child(1):before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 114px;
            border-left: 12px solid #f2994b;
            border-right: 12px solid #f2994b;
            border-bottom: 12px solid #fff;
        }

        .zjm_kw .nav-tabs > li.active:nth-child(2):before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 114px;
            border-left: 12px solid #e2375c;
            border-right: 12px solid #e2375c;
            border-bottom: 12px solid #fff;
        }

        .zjm_kw .nav-tabs > li.active:nth-child(3):before {
            content: "";
            position: absolute;
            bottom: -1px;
            left: 114px;
            border-left: 12px solid #0a93cd;
            border-right: 12px solid #0a93cd;
            border-bottom: 12px solid #fff;
        }

        .zjm_kw .nav-tabs > li:nth-child(1) {
            background-color: #f2994b;
        }

        .zjm_kw .nav-tabs > li:nth-child(2) {
            background-color: #e2375c;
        }

        .zjm_kw .nav-tabs > li:nth-child(3) {
            background-color: #0a93cd;
        }

        .zjm_kw .nav-tabs > li.active {
            margin-top: 0;
            height: 74px;
            line-height: 60px;
        }

            .zjm_kw .nav-tabs > li.active i {
                font-size: 26px;
                margin-top: 5px;
            }

                .zjm_kw .nav-tabs > li.active i.icon-xunlian {
                    font-size: 28px;
                }

.kw_more {
    position: absolute;
    right: 0;
    top: -50px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #f2994b;
}

    .kw_more:hover {
        background-color: #e77f24;
        color: #fff;
    }

.xl_more {
    position: absolute;
    right: 0;
    top: -50px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #e2375c;
}

    .xl_more:hover {
        background-color: #db1540;
        color: #fff;
    }

.pg_more {
    position: absolute;
    right: 0;
    top: -50px;
    border-radius: 3px;
    font-size: 16px;
    text-transform: uppercase;
    width: 100px;
    line-height: 38px;
    text-align: center;
    color: #fff;
    background-color: #0a93cd;
}

    .pg_more:hover {
        background-color: #0389c1;
        color: #fff;
    }

.kw_nr {
    padding: 20px;
    margin: 0;
}

    .kw_nr .col-sm-3 {
        padding: 10px 14px;
    }

    .kw_nr .kw_nr_con {
        border: 1px solid #cfe1ef;
        display: block;
        background-color: #fff;
        cursor: pointer;
    }

.kw_nr_img {
    width: 100%;
    height: 0;
    padding-bottom: 60%;
    position: relative;
    background-color: #ccc;
}

    .kw_nr_img img {
        height: 100%;
        width: 100%;
    }

    .kw_nr_img div {
        position: absolute;
        width: 100%;
        height: 100%;
    }

        .kw_nr_img div em {
            width: 100%;
            height: 100%;
            overflow: hidden;
            display: block;
        }

.kw_nr_titel {
    padding: 8px 20px;
    text-align: left;
}

    .kw_nr_titel h1 {
        font-size: 16px;
        color: #313131;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .kw_nr_titel p {
        color: #919191;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

/*图片放大效果-开始*/
.view {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

    .view:hover {
        -webkit-transform: scale(1.1,1.05);
        -moz-transform: scale(1.1,1.05);
        -o-transform: scale(1.1,1.05);
        -ms-transform: scale(1.1,1.05);
        transform: scale(1.1,1.05);
    }

.view {
    overflow: hidden;
    text-align: center;
    cursor: default;
}
/*图片放大效果-结束*/

.xl_nr {
    padding: 20px;
    margin: 0;
}

    .xl_nr .col-sm-3 {
        padding: 10px 14px;
    }

    .xl_nr .xl_nr_con {
        border: 1px solid #76bbf2;
        background-color: #fff;
        display: block;
        position: relative;
        cursor: pointer;
    }

        .xl_nr .xl_nr_con h1 {
            height: 70px;
            line-height: 75px;
            padding-right: 70px;
            padding-left: 10px;
            font-size: 16px;
            text-align: left;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .xl_nr .xl_nr_con span {
            display: block;
            position: absolute;
            width: 70px;
            height: 100%;
            right: 0;
            top: 0;
            background: -moz-linear-gradient(top,#6ac5fc,#3ca8e8);
            background: -ms-linear-gradient(top, #6ac5fc, #3ca8e8);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#6ac5fc), to(#3ca8e8));
            background: -webkit-linear-gradient(top, #6ac5fc, #3ca8e8);
            background: -o-linear-gradient(top, #6ac5fc, #3ca8e8);
        }

            .xl_nr .xl_nr_con span i {
                color: #fff;
                font-size: 36px;
                line-height: 70px;
            }

    .xl_nr .xl_nr_con1x {
        border: 1px solid #ababab;
    }

        .xl_nr .xl_nr_con1x span {
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#878787));
            background: -ms-linear-gradient(top, #ababab, #878787);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ababab), to(#878787));
            background: -webkit-linear-gradient(top, #ababab, #878787);
            background: -o-linear-gradient(top, #ababab, #878787);
        }

.pg_titel {
    text-align: center;
}

    .pg_titel h1 {
        line-height: 40px;
    }

@media (max-width: 768px) {
    .kw_nr .col-sm-3 {
        width: 25%;
        float: left;
    }
}

@media (min-width: 1440px) {
    .kw_nr .col-sm-3 {
        width: 16.666666%;
        float: left;
    }
}

/*搜索*/
.zjm_secont {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 20px;
    padding: 20px 15px;
}

.zjm_secont_con {
    max-width: 980px;
    height: 40px;
    margin: auto;
    position: relative;
    padding-right: 105px;
}

    .zjm_secont_con input {
        background-color: #f8f9fa;
        border: 1px solid #f8f9fa;
        border-radius: 3px;
        display: block;
        width: 100%;
        line-height: 40px;
        position: relative;
        padding-left: 60px;
        padding-right: 20px;
        outline: none;
    }

        .zjm_secont_con input::-webkit-input-placeholder {
            color: #ababab;
        }

    .zjm_secont_con i {
        position: absolute;
        width: 40px;
        left: 15px;
        padding-top: 5px;
        font-size: 24px;
        z-index: 1;
        color: #919191;
        text-align: center;
    }

    .zjm_secont_con input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    }

    .zjm_secont_con button {
        position: absolute;
        right: 0;
        top: 0;
        width: 100px;
        height: 42px;
        line-height: 42px;
        background-color: #3092e5;
        border: 0;
        color: #fff;
        border-radius: 3px;
    }

        .zjm_secont_con button:hover, .zjm_secont_con button:active, .zjm_secont_con button:focus {
            background-color: #137ed8;
        }

.zym_footer {
    line-height: 25px;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    color: #919191;
    width: 100%;
    float: left;
}

.zym_fh {
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
    top: 90px;
    text-align: center;
    width: 100%;
    z-index: 8;
}

.fh_titel {
    margin: auto;
    line-height: 60px;
    width: 100%;
    position: relative;
    left: 0px;
    text-align: center;
    top: 0px;
}

    .fh_titel i {
        font-size: 26px;
        color: #919191;
        display: inline-block;
        left: 0;
        text-align: center;
        width: 50px;
    }

    .fh_titel span {
        display: inline-block;
        font-size: 18px;
        padding-left: 50px;
        position: relative;
        font-weight: bold;
    }

.zym_fh a {
    position: absolute;
    top: 0px;
    right: 50%;
    margin-right: -650px;
    line-height: 40px;
    background-color: #3aa6e6;
    color: #fff;
    padding-left: 25px;
    padding-right: 20px;
    border-radius: 20px;
    margin-top: 9px;
    font-size: 16px;
}

    .zym_fh a i {
        font-size: 14px;
        display: inline-block;
        padding-left: 5px;
    }

    .zym_fh a:hover, .zym_fh a:active, .zym_fh a:focus {
        background-color: #2398de;
    }

.zym_fh img {
    display: none;
}
/*课文-内容*/
.zjm_con1 {
    padding: 0 10px;
}

.ny_kw {
}

.ny_main {
}

/*课文-详情*/
.ny_xq {
    position: relative;
    padding-left: 260px;
    padding-right: 240px;
}

.ny_xq_main {
    width: 100%;
    border: 1px solid #ccc;
    background-color: #fff;
    min-height: 630px;
    padding: 5% 0;
    padding-bottom: 0px;
}

    .ny_xq_main .ny_xq_img {
        text-align: center;
    }

    .ny_xq_main img {
        max-width: 100%;
    }

.ny_xq_left {
    position: absolute;
    width: 260px;
    left: 0;
    top: 20px;
}

    .ny_xq_left li {
        height: 50px;
        line-height: 48px;
        text-align: center;
        background-color: #fff;
        margin-bottom: 5px;
        color: #fff;
        font-size: 1vw;
        position: relative;
    }

        .ny_xq_left li a {
            border-bottom: solid 1px #ccc;
            border-top: solid 1px #ccc;
            border-left: solid 1px #ccc;
            position: relative;
        }

            .ny_xq_left li a span {
                position: relative;
                z-index: 2;
                transition: linear 0.5s;
            }

            .ny_xq_left li a:hover span {
                color: #fff;
            }

            .ny_xq_left li a:before {
                transition: linear 0.3s;
            }

.zgyswh_text {
    text-align: left;
    padding: 1% 3.5%;
    font-size: 1.2vw;
    text-indent: 2em;
    line-height: 2.5vw;
    text-align: justify;
}

.zgyswh_text1 {
}

    .zgyswh_text1 li {
        float: left;
        width: 33.333333%;
        padding: 3% 2% 6% 2%;
    }

.zgyswh_size {
    color: #0507cc;
    font-size: 1.25vw;
}

.ny_xq_left li:nth-child(1) {
    background-color: #f2994b;
}

    .ny_xq_left li:nth-child(1) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #f2994b;
    }

    .ny_xq_left li:nth-child(1) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #f2994b;
    }

    .ny_xq_left li:nth-child(1) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #f2994b;
    }

    .ny_xq_left li:nth-child(1).active > a {
        cursor: default;
        background-color: #f2994b;
        color: #fff;
        border-bottom: solid 1px #f2994b;
        border-top: solid 1px #f2994b;
        border-left: solid 1px #f2994b;
    }

.ny_xq_left li:nth-child(2) {
    background-color: #4fb786;
}

    .ny_xq_left li:nth-child(2) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #4fb786;
    }

    .ny_xq_left li:nth-child(2) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #4fb786;
    }

    .ny_xq_left li:nth-child(2) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #4fb786;
    }

    .ny_xq_left li:nth-child(2).active > a {
        cursor: default;
        background-color: #4fb786;
        color: #fff;
        border-bottom: solid 1px #4fb786;
        border-top: solid 1px #4fb786;
        border-left: solid 1px #4fb786;
    }

.ny_xq_left li:nth-child(3) {
    background-color: #df4145;
}

    .ny_xq_left li:nth-child(3) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #df4145;
    }

    .ny_xq_left li:nth-child(3) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #df4145;
    }

    .ny_xq_left li:nth-child(3) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #df4145;
    }

    .ny_xq_left li:nth-child(3).active > a {
        cursor: default;
        background-color: #df4145;
        color: #fff;
        border-bottom: solid 1px #df4145;
        border-top: solid 1px #df4145;
        border-left: solid 1px #df4145;
    }

.ny_xq_left li:nth-child(4) {
    background-color: #b961db;
}

    .ny_xq_left li:nth-child(4) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #b961db;
    }

    .ny_xq_left li:nth-child(4) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #b961db;
    }

    .ny_xq_left li:nth-child(4) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #b961db;
    }

    .ny_xq_left li:nth-child(4).active > a {
        cursor: default;
        background-color: #b961db;
        color: #fff;
        border-bottom: solid 1px #b961db;
        border-top: solid 1px #b961db;
        border-left: solid 1px #b961db;
    }

.ny_xq_left li:nth-child(5) {
    background-color: #ec458f;
}

    .ny_xq_left li:nth-child(5) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #ec458f;
    }

    .ny_xq_left li:nth-child(5) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #ec458f;
    }

    .ny_xq_left li:nth-child(5) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #ec458f;
    }

    .ny_xq_left li:nth-child(5).active > a {
        cursor: default;
        background-color: #ec458f;
        color: #fff;
        border-bottom: solid 1px #ec458f;
        border-top: solid 1px #ec458f;
        border-left: solid 1px #ec458f;
    }

.ny_xq_left li:nth-child(6) {
    background-color: #4f93ce;
}

    .ny_xq_left li:nth-child(6) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #4f93ce;
    }

    .ny_xq_left li:nth-child(6) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #4f93ce;
    }

    .ny_xq_left li:nth-child(6) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #4f93ce;
    }

    .ny_xq_left li:nth-child(6).active > a {
        cursor: default;
        color: #fff;
        border-bottom: solid 1px #4f93ce;
        border-top: solid 1px #4f93ce;
        border-left: solid 1px #4f93ce;
    }

.ny_xq_left li:nth-child(7) {
    background-color: #06b0b9;
}

    .ny_xq_left li:nth-child(7) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #06b0b9;
    }

    .ny_xq_left li:nth-child(7) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #06b0b9;
    }

    .ny_xq_left li:nth-child(7) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #06b0b9;
    }

    .ny_xq_left li:nth-child(7).active > a {
        cursor: default;
        color: #fff;
        border-bottom: solid 1px #06b0b9;
        border-top: solid 1px #06b0b9;
        border-left: solid 1px #06b0b9;
    }

.ny_xq_left li:nth-child(8) {
    background-color: #2165d1;
}

    .ny_xq_left li:nth-child(8) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #2165d1;
    }

    .ny_xq_left li:nth-child(8) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #2165d1;
    }

    .ny_xq_left li:nth-child(8) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #2165d1;
    }

    .ny_xq_left li:nth-child(8).active > a {
        cursor: default;
        color: #fff;
        border-bottom: solid 1px #2165d1;
        border-top: solid 1px #2165d1;
        border-left: solid 1px #2165d1;
    }

.ny_xq_left li:nth-child(9) {
    background-color: #d16721;
}

    .ny_xq_left li:nth-child(9) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #d16721;
    }

    .ny_xq_left li:nth-child(9) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #d16721;
    }

    .ny_xq_left li:nth-child(9) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #d16721;
    }

    .ny_xq_left li:nth-child(9).active > a {
        cursor: default;
        color: #fff;
        border-bottom: solid 1px #d16721;
        border-top: solid 1px #d16721;
        border-left: solid 1px #d16721;
    }

.ny_xq_left li:nth-child(10) {
    background-color: #37b8e4;
}

    .ny_xq_left li:nth-child(10) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #37b8e4;
    }

    .ny_xq_left li:nth-child(10) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #37b8e4;
    }

    .ny_xq_left li:nth-child(10) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #37b8e4;
    }

    .ny_xq_left li:nth-child(10).active > a {
        cursor: default;
        color: #fff;
        border-bottom: solid 1px #37b8e4;
        border-top: solid 1px #37b8e4;
        border-left: solid 1px #37b8e4;
    }

.ny_xq_left li:nth-child(10) {
    background-color: #37b8e4;
}

    .ny_xq_left li:nth-child(10) a:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 5px;
        background-color: #37b8e4;
    }

    .ny_xq_left li:nth-child(10) a:hover:before {
        content: "";
        position: absolute;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: #37b8e4;
    }

    .ny_xq_left li:nth-child(10) a {
        background-color: #fff;
        display: block;
        height: 100%;
        color: #37b8e4;
    }

    .ny_xq_left li:nth-child(10).active > a {
        cursor: default;
        color: #fff;
        border-bottom: solid 1px #37b8e4;
        border-top: solid 1px #37b8e4;
        border-left: solid 1px #37b8e4;
    }

.ny_xq_left li:nth-child(11) {
    background-color: #06b0b9;
}
    
        .ny_xq_left li:nth-child(11) a:before {
            content: "";
            position: absolute;
            left: 0;
            height: 100%;
            width: 5px;
            background-color: #06b0b9;
        }
    
        .ny_xq_left li:nth-child(11) a:hover:before {
            content: "";
            position: absolute;
            left: 0;
            height: 100%;
            width: 100%;
            background-color: #06b0b9;
        }
    
        .ny_xq_left li:nth-child(11) a {
            background-color: #fff;
            display: block;
            height: 100%;
            color: #06b0b9;
        }
    
        .ny_xq_left li:nth-child(11).active > a {
            cursor: default;
            color: #fff;
            border-bottom: solid 1px #06b0b9;
            border-top: solid 1px #06b0b9;
            border-left: solid 1px #06b0b9;
        }

.ny_xq_right {
    width: 240px;
    position: absolute;
    right: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    top: 0;
    padding-bottom: 20px;
}

.ny_xq_bfq {
    height: 35px;
    width: 35px;
    border-radius: 5px;
    background-color: #fe644c;
    margin: 18px 0 18px 18px;
    text-align: center;
}

    .ny_xq_bfq i {
        color: #fff;
        text-align: center;
        font-size: 18px;
        line-height: 35px;
    }

    .ny_xq_bfq:hover {
        background-color: #ee4429;
    }

.ny_xq_right ul {
    margin: 0 10px;
    border: 1px solid #f1f1f1;
    background-color: #f9f9f9;
    padding: 15px 10px;
}

    .ny_xq_right ul li {
        line-height: 45px;
        margin-bottom: 15px;
        border-radius: 5px;
        text-align: center;
        font-size: 1vw;
    }

        .ny_xq_right ul li:last-child {
            margin: 0;
        }

        .ny_xq_right ul li:nth-child(1) {
            border: 1px dashed #36b3d5;
            background-color: #f2fcff;
        }

        .ny_xq_right ul li:nth-child(2) {
            border: 1px dashed #ee9824;
            background-color: #fffaf3;
        }

        .ny_xq_right ul li:nth-child(3) {
            border: 1px dashed #54bd56;
            background-color: #f3fff4;
        }

        .ny_xq_right ul li:nth-child(4) {
            border: 1px dashed #d22386;
            background-color: #fff3f9;
        }

        .ny_xq_right ul li:nth-child(5) {
            border: 1px dashed #457dfc;
            background-color: #f3f7ff;
        }

        .ny_xq_right ul li:nth-child(6) {
            border: 1px dashed #36b3d5;
            background-color: #f2fcff;
        }

        .ny_xq_right ul li:nth-child(7) {
            border: 1px dashed #ee9824;
            background-color: #fffaf3;
        }

        .ny_xq_right ul li:nth-child(8) {
            border: 1px dashed #54bd56;
            background-color: #f3fff4;
        }

        .ny_xq_right ul li:nth-child(9) {
            border: 1px dashed #d22386;
            background-color: #fff3f9;
        }

        .ny_xq_right ul li:nth-child(10) {
            border: 1px dashed #457dfc;
            background-color: #f3f7ff;
        }

        .ny_xq_right ul li:nth-child(11) {
            border: 1px dashed #36b3d5;
            background-color: #f2fcff;
        }

        .ny_xq_right ul li:nth-child(1) a {
            color: #37b8e4;
        }

        .ny_xq_right ul li:nth-child(2) a {
            color: #e48e1d;
        }

        .ny_xq_right ul li:nth-child(3) a {
            color: #2dac30;
        }

        .ny_xq_right ul li:nth-child(4) a {
            color: #c31075;
        }

        .ny_xq_right ul li:nth-child(5) a {
            color: #1d5be4;
        }

        .ny_xq_right ul li:nth-child(6) a {
            color: #37b8e4;
        }

        .ny_xq_right ul li:nth-child(7) a {
            color: #e48e1d;
        }

        .ny_xq_right ul li:nth-child(8) a {
            color: #2dac30;
        }

        .ny_xq_right ul li:nth-child(9) a {
            color: #c31075;
        }

        .ny_xq_right ul li:nth-child(10) a {
            color: #1d5be4;
        }

        .ny_xq_right ul li:nth-child(11) a {
            color: #37b8e4;
        }

        .ny_xq_right ul li:nth-child(1):hover {
            background-color: #cff3fd;
        }

        .ny_xq_right ul li:nth-child(2):hover {
            background-color: #fcedd5;
        }

        .ny_xq_right ul li:nth-child(3):hover {
            background-color: #d1fdd4;
        }

        .ny_xq_right ul li:nth-child(4):hover {
            background-color: #fad9ea;
        }

        .ny_xq_right ul li:nth-child(5):hover {
            background-color: #d4e2ff;
        }

        .ny_xq_right ul li:nth-child(6):hover {
            background-color: #cff3fd;
        }

        .ny_xq_right ul li:nth-child(7):hover {
            background-color: #fcedd5;
        }

        .ny_xq_right ul li:nth-child(8):hover {
            background-color: #d1fdd4;
        }

        .ny_xq_right ul li:nth-child(9):hover {
            background-color: #fad9ea;
        }

        .ny_xq_right ul li:nth-child(10):hover {
            background-color: #fad9ea;
        }


/*口语*/
/* .zjm_xl{ padding-top:80px;} */
.zjm_xl .tab-pane {
    background-color: #fff;
    min-height: 530px;
    padding: 0;
    /* max-width: 1200px; */
    margin-left: auto;
    margin-right: auto;
}

.zjm_xl .nav-tabs {
    margin-top: 15px;
}

    .zjm_xl .nav-tabs > li:nth-child(1) {
        background-color: #e9662c;
    }

    .zjm_xl .nav-tabs > li:nth-child(2) {
        background-color: #0a819c;
    }

    .zjm_xl .nav-tabs > li {
        border-radius: 3px;
        margin-right: 18px;
        position: relative;
        margin-top: 8px;
    }

        .zjm_xl .nav-tabs > li a {
            color: #fff;
            padding: 0;
            margin: 0;
            font-size: 16px;
            line-height: 38px;
            padding: 0 20px;
        }

            .zjm_xl .nav-tabs > li a:hover, .zjm_xl .nav-tabs > li a:focus {
                color: #fff;
            }

.zjm_xl .nav-tabs {
    border: 0;
    margin-bottom: 20px;
}

    .zjm_xl .nav-tabs > li.active > a {
        border: 0;
        position: relative;
        line-height: 45px;
        font-size: 18px;
        padding: 0 25px;
    }

    .zjm_xl .nav-tabs > li.active {
        margin-top: 0;
    }

        .zjm_xl .nav-tabs > li.active:nth-child(1):before {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 50%;
            margin-left: -5px;
            border-left: 6px solid #f0f2f5;
            border-right: 6px solid #f0f2f5;
            border-bottom: 0px solid #f0f2f5;
            border-top: 6px solid #e9662c;
        }

        .zjm_xl .nav-tabs > li.active:nth-child(2):before {
            content: "";
            position: absolute;
            bottom: -6px;
            left: 50%;
            margin-left: -5px;
            border-left: 6px solid #f0f2f5;
            border-right: 6px solid #f0f2f5;
            border-bottom: 0px solid #f0f2f5;
            border-top: 6px solid #0a819c;
        }

/*评估*/
.xl_anniu {
}

    .xl_anniu .nav-tabs > li.active:before {
        content: "";
        position: absolute;
        bottom: -6px;
        left: 50%;
        margin-left: -5px;
        border-bottom: 0px solid #f0f2f5;
        border-left: 6px solid #f0f2f5;
        border-right: 6px solid #f0f2f5;
    }

    .xl_anniu .nav-tabs > li:nth-child(1) {
        background-color: #e9662c;
    }

    .xl_anniu .nav-tabs > li:nth-child(2) {
        background-color: #e2365c;
    }

    .xl_anniu .nav-tabs > li:nth-child(3) {
        background-color: #0b93cd;
    }

    .xl_anniu .nav-tabs > li:nth-child(4) {
        background-color: #5cb85c;
    }

    .xl_anniu .nav-tabs > li:nth-child(5) {
        background-color: #f0ad4e;
    }

    .xl_anniu .nav-tabs > li:nth-child(6) {
        background-color: #d9534f;
    }

    .xl_anniu .nav-tabs > li:nth-child(7) {
        background-color: #337ab7;
    }

    .xl_anniu .nav-tabs > li:nth-child(8) {
        background-color: #5bc0de;
    }

    .xl_anniu .nav-tabs > li.active:nth-child(1):before {
        border-top: 6px solid #e9662c;
    }

    .xl_anniu .nav-tabs > li.active:nth-child(2):before {
        border-top: 6px solid #e2365c;
    }

    .xl_anniu .nav-tabs > li.active:nth-child(3):before {
        border-top: 6px solid #0b93cd;
    }

    .xl_anniu .nav-tabs > li.active:nth-child(4):before {
        border-top: 6px solid #5cb85c;
    }

    .xl_anniu .nav-tabs > li.active:nth-child(5):before {
        border-top: 6px solid #f0ad4e;
    }

    .xl_anniu .nav-tabs > li.active:nth-child(6):before {
        border-top: 6px solid #d9534f;
    }

    .xl_anniu .nav-tabs > li.active:nth-child(7):before {
        border-top: 6px solid #337ab7;
    }

    .xl_anniu .nav-tabs > li.active:nth-child(8):before {
        border-top: 6px solid #5bc0de;
    }

.pg_bottom {
    height: 38px;
    margin-top: 20px;
}

.pg_bottom_right {
    float: right;
}

    .pg_bottom_right button {
        padding: 0 30px;
        font-size: 16px;
        color: #fff;
        border: 0;
        line-height: 38px;
        border-radius: 3px;
        display: block;
        float: right;
        margin-left: 20px;
    }

        .pg_bottom_right button.pg_b01 {
            background-color: #e9672d;
        }

        .pg_bottom_right button.pg_b02 {
            background-color: #09679b;
        }

        .pg_bottom_right button.pg_b01:hover {
            background-color: #d94d0e;
        }

        .pg_bottom_right button.pg_b02:hover {
            background-color: #035b8b;
        }

.pg_bottom_left {
    float: left;
    position: relative;
    padding-left: 80px;
}

    .pg_bottom_left .xze {
        position: absolute;
        left: 5px;
        line-height: 38px;
    }

    .pg_bottom_left .btn {
        padding: 0 20px;
        line-height: 38px;
        border-radius: 0;
    }

    .pg_bottom_left .dropdown-menu > li > a {
        padding: 0 20px;
        line-height: 38px;
    }

/*生词*/
.ny_xq_sc {
    width: 240px;
    position: absolute;
    right: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #fff;
    top: 0;
    padding: 50px 0;
}

    .ny_xq_sc ul {
    }

    .ny_xq_sc li a {
        position: absolute;
        width: 100%;
        height: 100%;
        line-height: 100px;
        font-size: 26px;
        text-align: center;
    }

    .ny_xq_sc li {
        width: 100px;
        height: 100px;
        border-radius: 3px;
        border: 2px dashed #919191;
        margin: auto;
        margin-bottom: 40px;
        position: relative;
        overflow: hidden;
    }

        .ny_xq_sc li:last-child {
            margin-bottom: 0;
        }

        .ny_xq_sc li .tzg {
            width: 150px;
            height: 0;
            border-bottom: 1px dashed #919191;
            position: relative;
            top: 50px;
            left: 0;
            display: block;
        }

            .ny_xq_sc li .tzg:before {
                content: "";
                width: 150px;
                height: 0;
                border-bottom: 1px dashed #919191;
                position: absolute;
                top: 0px;
                left: -25px;
                transform: rotate(45deg);
            }

            .ny_xq_sc li .tzg:after {
                content: "";
                width: 150px;
                height: 0;
                border-bottom: 1px dashed #919191;
                position: absolute;
                top: 0px;
                left: -25px;
                transform: rotate(90deg);
            }

            .ny_xq_sc li .tzg b {
                content: "";
                width: 150px;
                height: 0;
                border-bottom: 1px dashed #919191;
                position: absolute;
                top: 0px;
                left: -25px;
                transform: rotate(135deg);
            }

        .ny_xq_sc li:nth-child(1) {
            border-color: #e07e74;
            background-color: #fff9f8;
        }

            .ny_xq_sc li:nth-child(1) a {
                color: #d7534f;
                z-index: 1;
            }

            .ny_xq_sc li:nth-child(1) .tzg, .ny_xq_sc li:nth-child(1) .tzg:before, .ny_xq_sc li:nth-child(1) .tzg:after, .ny_xq_sc li:nth-child(1) .tzg b {
                border-bottom-color: #fccfc7;
            }

            .ny_xq_sc li:nth-child(1):hover {
                background-color: #fce9e7;
            }

        .ny_xq_sc li:nth-child(2) {
            border-color: #55a8ca;
            background-color: #f2fbff;
        }

            .ny_xq_sc li:nth-child(2) a {
                color: #2c95b1;
                z-index: 1;
            }

            .ny_xq_sc li:nth-child(2) .tzg, .ny_xq_sc li:nth-child(2) .tzg:before, .ny_xq_sc li:nth-child(2) .tzg:after, .ny_xq_sc li:nth-child(2) .tzg b {
                border-bottom-color: #c7e2ec;
            }

            .ny_xq_sc li:nth-child(2):hover {
                background-color: #dff2fa;
            }

        .ny_xq_sc li:nth-child(3) {
            border-color: #cc994b;
            background-color: #fbf7f2;
        }

            .ny_xq_sc li:nth-child(3) a {
                color: #e19937;
                z-index: 1;
                font-size: 20px;
            }

            .ny_xq_sc li:nth-child(3) .tzg, .ny_xq_sc li:nth-child(3) .tzg:before, .ny_xq_sc li:nth-child(3) .tzg:after, .ny_xq_sc li:nth-child(3) .tzg b {
                border-bottom-color: #eddbc0;
            }

            .ny_xq_sc li:nth-child(3):hover {
                background-color: #f7edde;
            }

/*生词功能*/
.scgn {
    padding: 35px;
    width: 100%;
    min-height: 600px;
    border: 1px solid #ccc;
    background-color: #fff;
}

.scgn_top {
    border: 1px solid #e7e7e7;
    background-color: #fcfcfc;
    min-height: 265px;
    position: relative;
}

.scgn_top_l {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 225px;
    width: 225px;
    background: url(../images/ap_05.PNG) no-repeat;
    text-align: center;
    line-height: 225px;
    font-size: 170px;
    font-family: 宋体;
    color: #000;
}

.scgn_text {
    position: relative;
    padding-left: 280px;
    padding-top: 60px;
    font-size: 18px;
}

    .scgn_text p {
        line-height: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .scgn_text p span {
            display: inline-block;
            padding-right: 50px;
            position: relative;
        }

        .scgn_text p i {
            position: absolute;
            top: 8px;
            right: 0;
            font-size: 18px;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            color: #666;
        }

.scgn_div {
    padding-top: 25px;
}

.scgn_div_mune {
    height: 45px;
    line-height: 45px;
    color: #fff;
    min-width: 140px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    font-size: 16px;
    background-color: #f47164;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.scgn_div_text {
    padding: 20px 0;
}

.scgn_img {
    text-align: center;
}

.scgn_div_text img {
    max-width: 100%;
}

/*听力*/
.tl {
    position: relative;
    max-width: 950px;
    margin: auto;
}

    .tl h1 {
        position: relative;
        padding-left: 40px;
        padding-right: 200px;
        height: 30px;
        line-height: 30px;
        font-size: 16px;
        margin: 15px 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

        .tl h1 i {
            position: absolute;
            left: 5px;
            top: 0px;
            height: 30px;
            width: 30px;
            text-align: center;
            font-size: 26px;
            color: #169bd5;
        }

.tl_sp {
    max-width: 1100px;
    margin: auto;
    border: 1px solid #ccc;
}

    .tl_sp img {
        max-width: 100%;
    }

.tl_st {
    position: absolute;
    right: 0;
    top: 0;
}

    .tl_st span {
        display: inline-block;
        float: right;
        line-height: 35px;
        padding-right: 15px;
    }

.chk_3 {
    display: none;
}

    .chk_3 + label {
        background-color: #f1f1f1;
        padding: 9px;
        border-radius: 50px;
        display: inline-block;
        position: relative;
        -webkit-transition: all 0.1s ease-in;
        transition: all 0.1s ease-in;
        width: 40px;
        height: 22px;
        margin-bottom: 0;
        margin-top: 5px;
        float: right;
    }

        .chk_3 + label:after {
            content: ' ';
            position: absolute;
            top: 0;
            -webkit-transition: box-shadow 0.1s ease-in;
            transition: box-shadow 0.1s ease-in;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 100px;
            border: 1px solid #ccc;
        }

        .chk_3 + label:before {
            content: ' ';
            position: absolute;
            background: white;
            top: 2px;
            left: 3px;
            z-index: 999999;
            width: 18px;
            -webkit-transition: all 0.1s ease-in;
            transition: all 0.1s ease-in;
            height: 17px;
            border-radius: 50%;
            box-shadow: 0 3px 1px rgba(0,0,0,0.05), 0 0px 1px rgba(0,0,0,0.3);
        }

    .chk_3:active + label:after {
        box-shadow: inset 0 0 0 20px #eee, 0 0 1px #eee;
    }

    .chk_3:active + label:before {
        width: 18px;
    }

    .chk_3:checked:active + label:before {
        width: 18px;
        left: 20px;
    }

    .chk_3 + label:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .chk_3:checked + label:before {
        content: ' ';
        position: absolute;
        left: 20px;
        border-radius: 100px;
    }

    .chk_3:checked + label:after {
        content: ' ';
        font-size: 1.5em;
        position: absolute;
        background: #169bd5;
    }

/*听力列表*/
.tl_lb .xl_nr .col-sm-4 {
    padding: 10px 14px;
}

.tl_lb .xl_nr .xl_nr_con span {
    height: 85px;
    width: 90px;
}

.tl_lb .xl_nr .xl_nr_con h1 {
    height: 85px;
    line-height: 85px;
    padding-right: 100px;
    padding-left: 20px;
}

.tl_lb .xl_nr .xl_nr_con span i {
    line-height: 85px;
    font-size: 44px;
}

.tl_mune {
    position: relative;
    width: 100%;
    height: 60px;
}

    .tl_mune a {
        position: relative;
        display: inline-block;
        background: none;
        color: #303030;
        margin: 0;
        font-size: 16px;
        line-height: 60px;
        left: 0;
    }

    .tl_mune li {
        display: inline-block;
        height: 60px;
        line-height: 60px;
    }

    .tl_mune a i {
        font-size: 30px;
        display: block;
        float: left;
        padding: 0;
        color: #919191;
    }

    .tl_mune a span {
        display: block;
        float: left;
    }

    .tl_mune a:hover, .tl_mune a:focus {
        background: none;
        font-size: 18px;
    }

        .tl_mune a:hover i {
            background: none;
            font-size: 36px;
        }

    .tl_mune li.active a {
        font-size: 18px;
    }

        .tl_mune li.active a i {
            color: #57cda8;
            font-size: 36px;
        }

    .tl_mune li:nth-child(1) a span {
        width: 50px;
    }

    .tl_mune li:nth-child(1) a:hover {
        color: #fe5378;
    }

        .tl_mune li:nth-child(1) a:hover i {
            color: #fe5378;
        }

    .tl_mune li.active:nth-child(1) a {
        color: #fe5378;
        cursor: default;
    }

        .tl_mune li.active:nth-child(1) a i {
            color: #fe5378;
        }

    .tl_mune li:nth-child(2) a span {
        width: 30px;
    }

    .tl_mune li:nth-child(2) a:hover {
        color: #6298f3;
    }

        .tl_mune li:nth-child(2) a:hover i {
            color: #6298f3;
        }

    .tl_mune li.active:nth-child(2) a {
        color: #6298f3;
        cursor: default;
    }

        .tl_mune li.active:nth-child(2) a i {
            color: #6298f3;
        }

    .tl_mune li:nth-child(3) a span {
        width: 30px;
    }

    .tl_mune li:nth-child(3) a:hover {
        color: #57cda8;
    }

        .tl_mune li:nth-child(3) a:hover i {
            color: #57cda8;
            font-size: 46px;
        }

    .tl_mune li:nth-child(3) a i {
        font-size: 36px;
    }

    .tl_mune li.active:nth-child(3) a {
        color: #57cda8;
        cursor: default;
    }

        .tl_mune li.active:nth-child(3) a i {
            color: #57cda8;
            font-size: 46px;
        }

    .tl_mune li:nth-child(4) a span {
        width: 30px;
    }

    .tl_mune li:nth-child(4) a:hover {
        color: #eeb023;
    }

        .tl_mune li:nth-child(4) a:hover i {
            color: #eeb023;
            font-size: 36px;
        }

    .tl_mune li.active:nth-child(4) a {
        color: #eeb023;
        cursor: default;
    }

        .tl_mune li.active:nth-child(4) a i {
            color: #eeb023;
        }

@media (max-width:500px) {
    .tl_mune li a {
        padding: 0 8px 0 5px;
    }
}




/*写作*/
.xz_anniu1 {
}

.zjm_xl .nav-tabs > li.xz_anniu1 {
    background-color: #f3994b;
}

.zjm_xl .nav-tabs > li.xz_anniu2 {
    background-color: #0b93cd;
}

.zjm_xl .nav-tabs > li.active.xz_anniu1:before {
    border-top: 6px solid #f3994b;
}

.zjm_xl .nav-tabs > li.active.xz_anniu2:before {
    border-top: 6px solid #0b93cd;
}

.xz_text .tab-pane {
    padding: 0;
}

.xz_text section {
    line-height: 48px;
    border-bottom: 1px solid #ccc;
    background-color: #fafafa;
    padding-left: 20px;
    font-size: 16px;
}

.xz_nr {
    padding: 15px;
}

    .xz_nr img {
        max-width: 100%;
    }

.xz_footer {
    padding: 25px 0;
    text-align: center;
}

    .xz_footer a {
        display: inline-block;
        margin: 0 10px;
        font-size: 16px;
        background-color: #e2e2e2;
        border-radius: 3px;
        line-height: 40px;
        min-width: 130px;
        text-align: center;
        padding: 0 20px;
        color: #fff;
    }

        .xz_footer a.dy_an {
            background-color: #e9672d;
        }

            .xz_footer a.dy_an:hover {
                background-color: #df4e0e;
            }

        .xz_footer a.bc_an {
            background-color: #1e7bc9;
        }

            .xz_footer a.bc_an:hover {
                background-color: #086ec3;
            }

/*学生分析*/
.fx_jdt {
}

    .fx_jdt ul {
        margin: 0 -15px;
    }

        .fx_jdt ul li {
            float: left;
            width: 33.333000%;
        }

            .fx_jdt ul li section {
                background-color: #fff;
                border: 1px solid #ccc;
                margin: 0 15px;
                padding: 0px 25px 20px 25px;
            }

.fx_jdt1 {
}

    .fx_jdt1 h1 {
        font-size: 14px;
        color: #777;
        line-height: 38px;
    }

    .fx_jdt1 .progress {
        margin: 0;
        height: 10px;
        border-radius: 0;
        position: relative;
        overflow: inherit;
    }

        .fx_jdt1 .progress span {
            position: absolute;
            right: 0;
            top: -25px;
            display: inline-block;
            color: #777;
        }

.jdt_coler01 {
    background-color: #e9662c;
}

.jdt_coler02 {
    background-color: #0a819c;
}

.jdt_coler03 {
    background-color: #488c6c;
}

.jdt_coler04 {
    background-color: #f2994b;
}

.jdt_coler05 {
    background-color: #bf3773;
}

.jdt_coler06 {
    background-color: #9351ad;
}

.zjm_xsfx {
}

    .zjm_xsfx .tab-pane {
        min-height: 400px;
        padding: 5px;
    }

/*学生管理*/
.zkm_xsgl {
}

.xsgl_mune {
    margin: 0 -10px;
}

    .xsgl_mune .xsgl_tj {
        background-color: #2c3544;
        color: #fff;
        box-shadow: none;
        padding: 0 15px;
    }

        .xsgl_mune .xsgl_tj:hover {
            background-color: #18202e;
            box-shadow: none;
            margin: 3px 10px;
            line-height: 40px;
            font-size: 14px;
            padding: 0 15px;
        }

        .xsgl_mune .xsgl_tj i {
            display: inline-block;
            margin-right: 3px;
        }

    .xsgl_mune a {
        float: left;
        display: inline-block;
        line-height: 40px;
        color: #000;
        background-color: #fff;
        padding: 0 25px;
        border-radius: 3px;
        box-shadow: 1px 1px 1px #919191;
        margin: 3px 10px;
        transition: linear 0.1s;
    }

        .xsgl_mune a.active {
            background-color: #3981c1;
            box-shadow: none;
            color: #fff;
            line-height: 46px;
            margin: 0 10px;
            padding: 0 30px;
            font-size: 16px;
            cursor: default;
        }

            .xsgl_mune a.active:hover {
                background-color: #3981c1;
                line-height: 46px;
                margin: 0 10px;
            }

        .xsgl_mune a:hover {
            background-color: #63abeb;
            box-shadow: none;
            color: #fff;
            line-height: 42px;
            margin: 2px 10px;
            padding: 0 30px;
            font-size: 16px;
        }

.xsgl_lb {
    border: 1px solid #ccc;
    background-color: #fff;
    margin-top: 30px;
}

.xsgl_lbtext {
    height: 45px;
    line-height: 40px;
    background-color: #fafafa;
    padding-left: 20px;
    font-size: 16px;
}

.xsgl_con {
    padding: 15px 25px;
}

.xsgl_secont {
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    padding: 15px;
}

    .xsgl_secont form {
    }

        .xsgl_secont form i {
            float: left;
            display: block;
            width: 35px;
            height: 35px;
            line-height: 35px;
            text-align: center;
            background-color: #eee;
            border: 1px solid #e5e5e5;
            color: #777;
        }

        .xsgl_secont form input {
            float: left;
            padding: 0 10px;
            width: 250px;
            border-bottom: 1px solid #e5e5e5;
            border-right: 1px solid #e5e5e5;
            border-top: 1px solid #e5e5e5;
            border-left: 0;
            line-height: 33px;
        }

            .xsgl_secont form input::-webkit-input-placeholder {
            }

        .xsgl_secont form button {
            float: left;
            color: #fff;
            line-height: 33px;
            border: 0;
            border-radius: 3px;
            margin-left: 10px;
            padding: 0 20px;
        }

.an_red {
    background-color: #e74c3c;
}

    .an_red:hover {
        background-color: #dc2b19;
    }

.an_yellow {
    background-color: #f2994b;
}

    .an_yellow:hover {
        background-color: #e88024;
    }

.an_yellow1 {
    background-color: #e9662c;
}

    .an_yellow1:hover {
        background-color: #e04f0f;
    }

.an_blue {
    background-color: #0a679c;
}

    .an_blue:hover {
        background-color: #025382;
    }

a.a_blue {
    color: #278de4;
}

    a.a_blue:link {
        text-decoration: underline;
    }

a.a_green {
    color: #53c35a;
}

a.a_red {
    color: #e85f5a;
}

a.a_green:hover {
    color: #24b02d;
}

a.a_red {
    color: #e85f5a;
}

    a.a_red:hover {
        color: #de3125;
    }

.xsgl_table {
    margin-top: 20px;
}

    .xsgl_table table {
        border: 1px solid #ddd;
        text-align: center;
        font-size: 15px;
        margin: 0;
    }

        .xsgl_table table th {
            text-align: center;
            font-weight: normal;
            color: #474747;
        }

        .xsgl_table table tr:nth-of-type(even) {
            background-color: #fdfdfd;
        }

    .xsgl_table thead {
        background-color: #fafafa;
    }

        .xsgl_table thead > tr > th {
            border-bottom: 0;
            line-height: 30px;
            border-right: 1px solid #ddd;
        }

    .xsgl_table .table > tbody > tr {
        line-height: 30px;
    }

        .xsgl_table .table > tbody > tr > td {
            border-right: 0;
            line-height: 30px;
            color: #474747;
        }

    .xsgl_table input[type=checkbox] {
        height: 18px;
        width: 18px;
        position: absolute;
        top: 10px;
        left: 14px;
    }

    .xsgl_table table thead th, .xsgl_table table td {
        position: relative;
    }

    .xsgl_table .table > tbody > tr > td a span {
        padding-right: 5px;
    }

    .xsgl_table .table > tbody > tr > td a i {
        display: inline-block;
        padding-right: 3px;
    }

    .xsgl_table .table > tbody > tr > td a:hover {
        text-decoration: underline;
    }

    .xsgl_table .icon-3 {
        font-size: 16px;
    }

.paging {
    background-color: #fafafa;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    height: 50px;
}

    .paging .pagin_left {
        float: left;
        line-height: 45px;
        padding-left: 10px;
        color: #777;
    }

        .paging .pagin_left strong {
            display: inline-block;
            padding: 0 5px;
        }

    .paging .pagination {
        float: right;
        margin-top: 7px;
        margin-right: 18px;
    }

        .paging .pagination > li:first-child > a, .paging .pagination > li:first-child > span {
            border-radius: 0;
        }

        .paging .pagination > li:last-child > a, .paging .pagination > li:last-child > span {
            border-radius: 0;
        }

        .paging .pagination > .active > a, .paging .pagination > .active > a:focus, .paging .pagination > .active > a:hover, .paging .pagination > .active > span, .paging .pagination > .active > span:focus, .paging .pagination > .active > span:hover {
            background-color: #e74c3c;
            border-color: #e74c3c;
            color: #fff;
        }

        .paging .pagination > li > a, .paging .pagination > li > span {
            color: #e74c3c;
        }

            .paging .pagination > li > a:focus, .paging .pagination > li > a:hover, .paging .pagination > li > span:focus, .paging .pagination > li > span:hover {
                color: #e74c3c;
            }

.xsgl_footer {
    padding: 20px 0;
    text-align: center;
}

    .xsgl_footer button {
        border: 0;
        line-height: 45px;
        border-radius: 3px;
        width: 130px;
        color: #fff;
        font-size: 15px;
    }

        .xsgl_footer button i {
            display: inline-block;
            padding-right: 8px;
        }

            .xsgl_footer button i.icon-3 {
                font-size: 20px;
                line-height: 25px;
            }

/*作业管理*/
.zjm_zygl .zjm_xsfx .tab-pane {
    min-height: 530px;
}

/*阅读*/
.xl_yd {
    position: relative;
}

.xl_yd_main {
    border: 1px solid #ddd;
    background-color: #fff;
    margin-top: 15px;
    min-height: 500px;
}

.yd_scent {
    position: absolute;
    top: -53px;
    right: 0;
    width: 350px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 2px #ccc;
    border-radius: 5px;
    background-color: #fff;
    padding-left: 10px;
}

    .yd_scent input {
        border: 0;
        background: none;
        padding: 6px 0;
        line-height: 25px;
        width: 285px;
        outline: none;
    }

        .yd_scent input::-webkit-input-placeholder {
            color: #a9abae;
        }

    .yd_scent button {
        position: absolute;
        right: 0;
        width: 45px;
        height: 38px;
        top: -1px;
        border: 1px solid #206bad;
        border-radius: 5px;
        color: #fff;
        background: -moz-linear-gradient(top,#4394dc,#1e68aa);
        background: -ms-linear-gradient(top, #4394dc, #1e68aa);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#4394dc), to(#1e68aa));
        background: -webkit-linear-gradient(top, #4394dc, #1e68aa);
        background: -o-linear-gradient(top, #4394dc, #1e68aa);
    }

        .yd_scent button i {
            font-size: 22px;
        }

        .yd_scent button:hover {
            background: -moz-linear-gradient(top,#2b81cd,#115ea2);
            background: -ms-linear-gradient(top, #2b81cd, #115ea2);
            background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#2b81cd), to(#115ea2));
            background: -webkit-linear-gradient(top, #2b81cd, #115ea2);
            background: -o-linear-gradient(top, #2b81cd, #115ea2);
        }

.pg_jj {
    margin-left: 15px;
}

.yf_right li a {
    font-size: 18px;
}

.ny_xq_no {
    padding-top: 100px;
    text-align: center;
}


/*学生主页面*/
.z_xs {
    margin-right: 0;
}

    .z_xs .z_zygl_top section a:nth-child(1) {
        background-color: #4f97d5;
    }

    .z_xs .z_zygl_top section a:nth-child(2) {
        background-color: #e74c3c;
    }

    .z_xs .z_zygl_top section a:nth-child(1):hover {
        background-color: #3487cf;
    }

    .z_xs .z_zygl_top section a:nth-child(2):hover {
        background-color: #dc2a18;
    }

.yx_lb {
}

    .yx_lb .xl_nr_con h1 {
        padding-left: 50px;
    }

.yx_into {
    position: absolute;
    left: 0;
    top: 20px;
    width: 60px;
    text-align: center;
}

    .yx_into i {
        color: #0b9ddb;
        font-size: 22px;
    }

/*游戏学习*/
.yxxx_mune {
}

    .yxxx_mune li a span {
        width: 80px;
    }

    .yxxx_mune li:nth-child(1) a span, .yxxx_mune li:nth-child(2) a span, .yxxx_mune li:nth-child(3) a span {
        width: 80px;
    }

    .yxxx_mune a i.icon-xuexi {
        font-size: 34px;
    }

    .yxxx_mune a:hover i.icon-xuexi {
        font-size: 42px;
    }

.tl_lb .yx_lb .xl_nr_con h1 {
    padding-left: 55px;
}

.tl_lb .yx_lb .yx_into {
    top: 22px;
}

    .tl_lb .yx_lb .yx_into i {
        color: #0b9ddb;
        font-size: 28px;
    }

/*学-生作业管理*/
.a_hs {
}

    .a_hs a {
        color: #a0a0a0;
    }

/*游戏学习-详情*/
.yxxx_xq {
    border: 1px solid #ddd;
    margin-top: 20px;
    background-color: #f1fcff;
    height: 600px;
    overflow: hidden;
    position: relative;
    padding: 50px 60px 50px 340px;
    overflow: hidden;
}

.yxxx_xq_left {
    position: absolute;
    width: 280px;
    left: 0;
    top: 0;
    height: 100%;
    border-right: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0 2px 8px #ccc;
}

.yxxx_phb {
    line-height: 50px;
    text-align: center;
    background-color: #2d7abb;
    color: #fff;
    font-size: 18px;
}

.yxxx_name {
    padding: 20px 15px;
}

    .yxxx_name ul {
    }

        .yxxx_name ul li:nth-of-type(odd) {
            background-color: #f1fcff;
        }

        .yxxx_name ul li {
            position: relative;
            height: 50px;
            line-height: 16px;
            color: #474747;
            font-size: 14px;
        }

.y_ph {
    position: absolute;
    left: 0;
    top: 15px;
    width: 25px;
    text-align: center;
}

    .y_ph img {
        width: 100%;
    }

.y_img {
    width: 42px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 2px #ccc;
    position: absolute;
    left: 30px;
    top: 4px;
}

    .y_img img {
        width: 100%;
        border-radius: 50%;
    }

.y_name {
    padding-left: 90px;
    padding-right: 70px;
    line-height: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.y_fs {
    position: absolute;
    right: 0;
    width: 70px;
    text-align: center;
    top: 0;
    line-height: 50px;
}

.yx_more {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 15px;
    width: 100%;
    background-color: #fff;
}

    .yx_more a {
        display: block;
        background-color: #f2994b;
        border-radius: 3px;
        color: #fff;
        line-height: 40px;
        font-size: 15px;
        text-align: center;
    }

        .yx_more a:hover {
            background-color: #e88936;
        }

.yxxx_xq_right {
    background-color: #fff;
    height: 100%;
}

/*训练-听力*/
.tl_section {
    width: 100%;
    position: relative;
    padding-left: 290px;
    top: -2px;
    left: 0px;
}

.wrapper {
    position: relative;
}

.tl_section_l {
    background-color: #fff;
    position: absolute;
    left: 0;
    width: 290px;
    height: 100%;
    margin: 0 !important;
}

    .tl_section_l ul {
        padding: 20px 15px;
    }

        .tl_section_l ul li {
            line-height: 50px;
            color: #fff;
            font-size: 16px;
            padding: 8px 0;
            text-align: center;
        }

            .tl_section_l ul li a {
                display: block;
                color: #fff;
                background-color: #65c3df;
                border-radius: 3px;
            }

                .tl_section_l ul li a:hover {
                    background-color: #08a7d7;
                }

            .tl_section_l ul li.active a {
                background-color: #ff4c4c;
                font-size: 18px;
            }


.tl_section_r {
    padding-left: 15px;
}

.tl_section_r_div {
    padding: 10px 5px;
}

.tl_section_r_title {
    border-bottom: 1px dotted #e2e2e2;
    padding-bottom: 10px;
}

    .tl_section_r_title h1 {
        font-size: 18px;
        padding-top: 10px;
        padding-bottom: 5px;
        line-height: 25px;
    }

    .tl_section_r_title p {
        font-size: 16px;
        padding-top: 3px;
    }


.UnitPG_Tit {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    font-weight: bold;
}

.UnitPG_Tit1 {
    font-weight: initial;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 20px;
    border-radius: 10px;
}

.UnitPG_TitS div, .UnitPG_TitS textarea {
    font-size: 16px !important;
}

.UnitPG_Tit2 {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 16px;
    font-weight: bold
}

.UnitPG_video {
    text-align: center;
    width: 60%
}
    .UnitPG_video .UnitPG_video_hint {
        font-size: 14px;
        text-align: left;
        padding-top: 5px;
        color: #303030;
        font-weight: normal;
    }

.UnitPG_img {
    max-width: 70%;
    margin-bottom: 20px;
}

.UnitPG .tl_section_r_title {
    font-size: 22px !important;
}

.UnitPG #storyTips {
    width: 100% !important;
}

.UnitPG .UnitPG_dt1 {
    overflow: auto;
}

    .UnitPG .UnitPG_dt1 table {
        min-width: 900px;
    }

@media (max-width:990px) {
    .tl_section {
        padding-left: 0;
    }

    .tl_section_l {
        width: 100%;
        height: auto;
        left: 0;
    }

    .tl_section_r {
        width: 100%;
        float: left;
        /* margin-top: 170px; */
        padding-left: 0;
    }

    .UnitPG .tl_section_r {
        margin-top: 0;
    }

    .UnitPG_video {
        text-align: center;
        width: 100%
    }

    .UnitPG_img {
        max-width: 100%;
        margin-bottom: 20px;
    }

    .UnitPG .UnitPG_imgClose {
        position: absolute;
        top: 10px;
        left: 10px;
    }

    .UnitPG .UnitPG_dt {
        padding: 50px 20px 0 20px !important;
    }

    .unitTCTimg {
        min-width: 250px;
    }

    .tuweng p {
        font-size: 16px !important;
    }

    .tl_subjectX .section50 {
        display: flex;
        flex-wrap: wrap;
    }

        .tl_subjectX .section50 section {
            width: 100% !important;
        }

    .unitCentBD section {
        width: 50% !important;
    }
}

@media (max-width:600px) {
    .unitCentBD section {
        width: 100% !important;
    }
}



.tl_subject {
    padding: 10px 5px;
}

    .tl_subject section h1, .tl_subject section h2 {
        font-size: 16px;
        line-height: 25px;
        padding: 3px 0;
        color: #000;
    }

        .tl_subject section h1 span {
            float: left;
            margin-right: 10px;
        }

.tl_play {
    float: left;
    width: 30px;
    height: 25px;
}

    .tl_play i {
        display: block;
        background: url(../images/into_05.png) no-repeat;
        width: 100%;
        height: 100%;
    }

.tl_subject ul {
    padding: 5px 0 0 0;
    font-size: 16px;
    position: relative;
    margin: 10px 0;
}

    .tl_subject ul label {
        font-weight: normal;
        color: #474747;
    }

    .tl_subject ul li {
        padding-bottom: 5px;
    }

.tl_mask {
    background-color: #f6f6f7;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.tl_subject ul li:last-child {
    border: none;
}

.tl_proof {
}

    .tl_proof label {
        position: relative;
        padding-left: 30px;
    }

        .tl_proof label:before {
            position: absolute;
            top: 0;
            left: 0;
            display: inline-block;
            content: '';
            width: 22px;
            height: 22px;
            background: url(../images/into_06_1.png) left center no-repeat;
        }

        .tl_proof label.tl_yes:before {
            background: url(../images/into_06_4.png) left center no-repeat;
        }

        .tl_proof label.tl_no:before {
            background: url(../images/into_06_3.png) left center no-repeat;
        }

.magic-radio + label:before {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 22px;
    height: 22px;
    content: '';
    background: url(../images/into_06_1.png) left center no-repeat;
}

.magic-radio:checked + label:before {
    background: url(../images/into_06_2.png) left center no-repeat;
}

.magic-radio + label {
    position: relative;
    display: block;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

.magic-radio {
    position: absolute;
    display: none;
}

.tl_check {
    padding: 0 15px 30px 15px;
}

    .tl_check div {
        display: block;
        width: 100%;
        font-size: 18px;
        color: #fff;
        line-height: 55px;
        border: 0;
        border-radius: 3px;
        background-color: #37b5f8;
        text-align: center;
        cursor: pointer
    }

        .tl_check div:hover {
            background-color: #0a9cea;
        }

.tl_subject_1 {
    display: inline-flex;
}

.tl_subject_s {
    display: inline-flex;
}

.tl2_subject {
    border-bottom: 1px dotted #e2e2e2;
    margin-bottom: 10px;
}

    .tl2_subject h1 {
        font-size: 18px;
        line-height: 28px;
        padding: 3px 0;
        color: #000;
    }

        .tl2_subject h1 span {
            float: left;
            margin-right: 10px;
        }

.tl2_play {
    float: left;
    width: 30px;
    height: 28px;
}

    .tl2_play i {
        display: block;
        background: url(../images/into_07.png) no-repeat;
        width: 100%;
        height: 100%;
    }

.tl2_subject li {
    display: table;
    content: " ";
    margin-bottom: 5px;
}

.tl2_subject_name {
    float: left;
    line-height: 37px;
    margin-right: 15px;
}

.tl2_subject_nr {
    float: left;
    background-color: #e1f5fe;
    line-height: 25px;
    padding: 6px 15px;
    border-radius: 5px;
    position: relative;
}

.tl_subject ul li:nth-child(even) .tl2_subject_nr {
    background-color: #feeae1;
}

.tl2_subject_nr i {
    position: absolute;
    left: -10px;
    top: 20px;
    width: 10px;
    height: 10px;
    background: url(../images/into_09.png) no-repeat;
}

.tl_subject ul li:nth-child(even) .tl2_subject_nr i {
    background: url(../images/into_10.png) no-repeat;
}

.tlx_play {
    float: left;
    width: 30px;
    height: 28px;
}

    .tlx_play i {
        display: block;
        background: url(../images/into_07.png) no-repeat;
        width: 100%;
        height: 100%;
    }

.t3_subject {
    padding: 10px 15px;
}

.tl3_video {
    border-bottom: 1px dotted #e2e2e2;
    padding: 10px 0 15px 0;
}

    .tl3_video video {
        background-color: #e2e2e2;
    }

.t3_subject ul {
    padding: 10px 0 10px 0;
}

.t3_subject li {
    line-height: 25px;
    padding: 10px 10px 10px 30px;
    position: relative;
    font-size: 16px;
    display: table;
    content: " ";
    width: 100%;
}

    .t3_subject li:nth-child(even) {
        background-color: #f9f9f9;
    }

    .t3_subject li b {
        position: absolute;
        left: 10px;
        top: 20px;
        width: 7px;
        height: 7px;
        border: 2px solid #30c4e9;
    }

    .t3_subject li span {
        float: left;
        margin-right: 10px;
    }

    .t3_subject li .tl2_play i {
        background: url(../images/into_08.png) no-repeat;
    }

/*训练-口语*/
.ky_dialogues_div {
    background-color: #fff;
    padding: 10px 10px;
}

.ky_dialogues {
}

    .ky_dialogues li {
        padding: 10px 15px;
        line-height: 28px;
        font-size: 16px;
        width: 100%;
        display: table;
        content: " ";
    }

        .ky_dialogues li:nth-child(even) {
            background-color: #f9f9f9;
        }

.tl_subject_a {
    display: inline-flex;
}

    .tl_subject_a a {
        width: 30px;
        height: 28px;
        margin-right: 10px;
    }

        .tl_subject_a a.ky_tape i {
            background: url(../images/into_08.png) no-repeat;
        }

        .tl_subject_a a.ky_play i {
            background: url(../images/into_11.png) no-repeat;
        }

        .tl_subject_a a.ky_play1 i {
            background: url(../images/into_12.png) no-repeat;
        }

    .tl_subject_a i {
        display: block;
        width: 100%;
        height: 100%;
    }

.ky_dialogues .tl_subject_s, .ky_dialogues .tl_subject_1, .ky_dialogues .tl_subject_a {
    float: left;
}

.ky_dialogues .tl_subject_1 {
    margin-right: 10px;
}

/*训练-评估*/
.pg_mune {
    position: relative;
    width: 100%;
    height: 50px;
    padding: 0 3%;
    max-width: 1400px;
    margin: auto;
}

    .pg_mune li {
        display: block;
        float: left;
        height: 50px;
        line-height: 50px;
    }

    .pg_mune a {
        position: relative;
        display: inline-block;
        background: none;
        color: #8e959f;
        padding: 0px 10px 7px 10px;
        margin: 0;
        font-size: 18px;
        line-height: 40px;
        border-bottom: 3px solid #fff;
        border-radius: 0;
    }

    .pg_mune li.active a {
        color: #000;
        border-bottom: 3px solid #15a5fe;
    }

    .pg_mune a:hover {
        background-color: #fff;
        border-bottom: 3px solid #ccc;
    }

    .pg_mune ul {
        max-width: 1300px;
        margin: auto;
    }

.pg_dycs {
    position: relative;
    padding-left: 290px;
}

    .pg_dycs ul.nav-tabs {
        position: absolute;
        left: 0;
        top: 20px;
        width: 290px;
        border: 0;
    }

        .pg_dycs ul.nav-tabs li {
            width: 100%;
            margin: 9px 0;
        }

        .pg_dycs ul.nav-tabs > li.active > a, .pg_dycs ul.nav-tabs > li.active > a:focus, .pg_dycs ul.nav-tabs > li.active > a:hover {
            border: 0;
            background-color: #ff4c4c;
            color: #fff;
            font-size: 18px;
        }

        .pg_dycs ul.nav-tabs a {
            color: #fff;
            text-align: center;
            font-size: 16px;
            line-height: 36px;
            background-color: #65c3df;
            border-top-left-radius: 3px;
            border-bottom-left-radius: 3px;
            margin: 0;
        }

            .pg_dycs ul.nav-tabs a:hover {
                background-color: #16afdd;
            }

.pg_dycs_tlks {
}

.pg_subject {
    padding: 10px 15px;
}

    .pg_subject .tl3_video {
        padding: 10px 0px;
    }

.pg_check {
    padding: 30px 15px 30px 15px;
}

.pg_dialogues {
    padding: 0 15px;
}

    .pg_dialogues h1 {
        font-size: 18px;
        padding: 0 0 10px 10px;
        line-height: 35px;
    }

    .pg_dialogues li {
        padding: 10px 15px;
        line-height: 28px;
        font-size: 16px;
        width: 100%;
        display: table;
        content: " ";
    }

        .pg_dialogues li:nth-child(odd) {
            background-color: #f9f9f9;
        }

    .pg_dialogues .tl_subject_s, .pg_dialogues .tl_subject_1, .pg_dialogues .tl_subject_a {
        float: left;
    }

    .pg_dialogues .tl_subject_1 {
        margin-right: 10px;
    }

/*训练-阅读*/
.ydxl_mune {
}

    .ydxl_mune li {
        padding-right: 18px;
    }

        .ydxl_mune li a {
            background-color: #fff;
            border-radius: 3px;
            box-shadow: 1px 1px 1px #919191;
            -webkit-box-shadow: 1px 1px 1px #919191;
            -o-box-shadow: 1px 1px 1px #919191;
            -ms-box-shadow: 1px 1px 1px #919191;
            font-size: 16px;
            padding: 5px 30px;
            line-height: 25px;
            margin-top: 5px;
        }

    .ydxl_mune .nav-tabs > li.active > a, .ydxl_mune .nav-tabs > li.active > a:focus, .ydxl_mune .nav-tabs > li.active > a:hover {
        border-bottom: 0;
        font-size: 17px;
        background-color: #3981c1;
        color: #fff;
        line-height: 35px;
        margin-top: 0;
    }

    .ydxl_mune .nav-tabs {
        border: 0;
    }

.ydxl_div {
    margin-top: 15px;
}

.yd_article {
    border-bottom: 1px dotted #e2e2e2;
    padding: 15px 10px;
}

    .yd_article p {
        font-size: 16px;
        text-indent: 1.6rem;
        line-height: 30px;
    }

    .yd_article img {
        max-width: 100%;
    }

/*口语训练-文化演讲*/
.ky_whyj {
    color: #474747;
    padding: 10px 10px;
}

    .ky_whyj h1 {
        font-size: 16px;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .ky_whyj h2 {
        font-size: 16px;
        line-height: 30px;
    }

.tl_section_r_title h1.ky_h1 {
    font-size: 16px;
}

.ky_whyj_a {
    padding-top: 15px;
}

    .ky_whyj_a a {
        display: inline-block;
        background-color: #e3e8ef;
        color: #1d2737;
        height: 42px;
        line-height: 42px;
        width: 150px;
        border-radius: 3px;
        text-align: center;
        margin-right: 10px;
    }

        .ky_whyj_a a:hover {
            background-color: #d4dbe6;
        }

        .ky_whyj_a a span {
            display: inline-block;
            position: relative;
            padding-left: 30px;
        }

            .ky_whyj_a a span i {
                width: 30px;
                height: 30px;
                position: absolute;
                display: block;
                left: -5px;
                top: 7px;
            }

        .ky_whyj_a a.ky_whyj_ly {
            background-color: #37b5f8;
            color: #fff;
        }

            .ky_whyj_a a.ky_whyj_ly:hover {
                background-color: #0799e7;
            }

            .ky_whyj_a a.ky_whyj_ly span i {
                background: url(../images/into_08_1.png) no-repeat;
            }

        .ky_whyj_a a.ky_whyj_bf span i {
            background: url(../images/into_11_1.png) no-repeat;
        }

/*评估-小考*/
.pg_xk {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-top: 10px;
    padding: 0 3%;
    font-size: 16px;
}

.pg_xk_title {
    padding: 25px 150px;
    position: relative;
}

    .pg_xk_title h1 {
        line-height: 35px;
        color: #066bb3;
        font-size: 22px;
        text-align: center;
    }

.pg_xk_fraction {
    position: absolute;
    right: 0;
    top: 30px;
    width: 140px;
    font-size: 17px;
}

    .pg_xk_fraction span {
        display: inline-block;
        line-height: 25px;
        color: red;
        float: left;
    }

    .pg_xk_fraction .pg_xk_line {
        display: inline-block;
        width: 40px;
        line-height: 25px;
        height: 25px;
        border: 0;
        border-bottom: 1px red solid;
        outline: 0;
        text-align: center;
        float: left;
        margin-right: 5px;
    }

.pg_xk_text {
    line-height: 25px;
    padding: 10px 15px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    font-weight: bold
}

.pg_xk_dc {
    line-height: 30px;
}

.pg_xk_one {
    padding: 5px 10px;
}

    .pg_xk_one li {
        width: 25%;
        float: left;
        padding: 0 5px 5px 5px;
    }

.pg_xk_hb {
    width: 100%;
    height: 0;
    padding-bottom: 55%;
    position: relative;
}

.pg_xk_hb1 {
    position: absolute;
    width: 100%;
    height: 100%;
}

.pg_xk_two {
    padding: 5px 15px;
}

    .pg_xk_two ul {
        max-width: 550px;
        padding: 10px 0 20px 0;
    }

    .pg_xk_two li {
        display: table;
        content: "";
        width: 100%;
        padding-top: 15px;
    }

        .pg_xk_two li i {
            position: absolute;
            display: block;
            width: 7px;
            height: 7px;
            left: 6px;
            top: 12px;
            border: 2px solid #30c4e9;
        }

.pg_xk_two_l {
    float: left;
    position: relative;
    padding: 0px 10px 0 30px;
    line-height: 30px;
}

    .pg_xk_two_l b {
        border-bottom: 2px solid #fff;
        position: absolute;
        bottom: -2px;
        left: 0;
        display: block;
        width: 100%;
    }

.pg_xk_two_r {
    float: left;
    width: 50%;
    line-height: 30px;
    min-width: 300px;
}

    .pg_xk_two_r input {
        border: 0;
        outline: 0;
        width: 100%;
        padding: 0;
    }

.pg_xk_three {
    padding: 5px 15px 15px 15px;
}

    .pg_xk_three h1 {
        font-size: 18px;
    }

    .pg_xk_three h2 {
        font-size: 16px;
        color: red;
        padding-top: 10px;
        padding-bottom: 8px;
    }

    .pg_xk_three ul {
        max-width: 920px;
    }

    .pg_xk_three li {
        border-bottom: 2px solid #000;
        padding-top: 10px;
        margin-bottom: 10px;
    }

.pg_xk_three_te {
    position: relative;
}

    .pg_xk_three_te .textarea {
        width: 100%;
        min-height: 20px;
        max-height: 300px;
        _height: 120px;
        margin-left: auto;
        margin-right: auto;
        padding: 3px;
        outline: 0;
        border: 1px solid #a0b3d6;
        font-size: 16px;
        line-height: 24px;
        padding: 2px;
        word-wrap: break-word;
        overflow-x: hidden;
        overflow-y: auto;
        border: 0;
    }

.pg_xk_four .pg_xk_two_l {
    padding-left: 0;
}

.pg_xk_four, .pg_xk_four ul {
    padding-top: 0;
}

/*训练-写作*/
.xl_xz {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    margin-top: 10px;
    padding: 3%;
    font-size: 16px;
}

    .xl_xz h1 {
        font-size: 18px;
        color: #1e7bcb;
        font-weight: normal;
        line-height: 35px;
    }

    .xl_xz h2 {
        font-size: 16px;
        line-height: 20px;
    }

.xl_xz_img {
    width: 100%;
    height: 0;
    padding-bottom: 42%;
    margin: 15px 0;
}

    .xl_xz_img span {
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: #f4f9fe;
        text-align: center;
    }

.xl_xz_img1 {
    text-align: center;
    width: 100%;
    height: 100%;
    display: table;
}

    .xl_xz_img1 div {
        display: table-cell;
    }

        .xl_xz_img1 div img {
            display: inline-block;
            max-width: 100%;
        }

.xl_xz_img_new {
    width: 100%;
    background-color: #f4f9fe;
}

/*.xl_xz_text{ padding:0 10px; }*/
.xl_xz_text div.textarea {
    outline: 0;
    line-height: 50px;
    font-size: 16px;
}

.xl_xz_text_bj {
    background: url(../images/into_14.png) repeat;
    min-height: 300px;
}

.xl_xz_a {
    text-align: center;
    padding: 0px 0 15px 0;
}

    .xl_xz_a a {
        display: inline-block;
        width: 125px;
        line-height: 40px;
        border-radius: 3px;
        color: #fff;
        margin: 0 5px;
    }

        .xl_xz_a a.xl_xz_a_yell {
            background-color: #e9672d;
        }

            .xl_xz_a a.xl_xz_a_yell:hover {
                background-color: #d24100;
            }

        .xl_xz_a a.xl_xz_a_keep {
            background-color: #1e7bc9;
            text-align: center;
        }

            .xl_xz_a a.xl_xz_a_keep:hover {
                background-color: #0365b7;
            }

/*生词*/
.zkw_right {
    padding: 10px;
}

    .zkw_right div {
        padding: 5px 0;
    }

    .zkw_right a {
        color: #fff;
        font-size: 16px;
        display: block;
        line-height: 50px;
        text-align: center;
        border-radius: 3px;
    }

    .zkw_right .kw_sc a {
        background-color: #22b6dd;
    }

        .zkw_right .kw_sc a:hover {
            background-color: #1ea7cb;
        }

    .zkw_right .kw_dh a {
        background-color: #1d81d8;
    }

        .zkw_right .kw_dh a:hover {
            background-color: #1b73be;
        }

/*副课文*/
.dcdh_text {
    text-align: left;
    padding: 1% 3.5%;
    font-size: 1vw;
    line-height: 2vw;
    position: relative;
    z-index: 1;
}

    .dcdh_text h1 {
        font-size: 1vw;
        line-height: 2vw;
    }

    .dcdh_text ul {
        display: table;
        content: "";
        width: 100%;
    }

.dcdh_name {
    display: block;
    float: left;
    width: 12%;
}

.dcdh_dialogue {
    display: block;
    float: left;
    width: 88%;
}

.dcdh_name .kong {
    color: #fff;
}

.dcdh_img {
    text-align: right;
}

    .dcdh_img img {
        width: 75%;
        margin-top: -15%;
    }

/*弹出框*/
.zsw_tx {
    display: block;
}

.zsw_tx_div .modal-dialog {
    max-width: 480px;
    padding: 0 10px;
    margin: auto;
    height: 100%;
    position: relative;
    z-index: 9999;
}

    .zsw_tx_div .modal-dialog .modal-content {
        top: 50%;
        margin-top: -100px;
        overflow: hidden;
    }

.zsw_tx_div .modal-content .modal-header h1 {
    background-color: #00a8e8;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    letter-spacing: 0.05rem;
}

.zsw_tx_div .modal-dialog .modal-content .modal-header {
    padding: 0;
    position: relative;
}

    .zsw_tx_div .modal-dialog .modal-content .modal-header .close {
        right: 15px;
        top: 15px;
        position: absolute;
        color: #fff;
        opacity: 1;
        font-weight: normal;
        text-shadow: none;
    }

.zsw_tx_div .modal-body {
    position: relative;
    padding: 20px;
}

.tx_left {
    position: relative;
    float: left;
    color: #5e5e5e;
    font-size: 18px;
    line-height: 30px;
    padding-top: 6px;
    padding-bottom: 10px;
}

.tx_right {
    float: right;
    width: 190px;
    height: 45px;
    background-color: #ff5e75;
    border-radius: 3px;
    color: #fff;
}

    .tx_right h1 {
        font-size: 18px;
        line-height: 45px;
        padding-left: 10px;
        position: relative;
    }

        .tx_right h1 b {
            position: absolute;
            width: 45px;
            height: 45px;
            background: url(../../images/2018/into_sc.PNG) no-repeat center;
        }

    .tx_right input {
        display: block;
        opacity: 0;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        cursor: pointer;
        z-index: 2;
        position: absolute;
    }

    .tx_right:hover {
        background-color: #ed475e;
    }

.zsw_tx_div .modal-footer {
    background-color: #ebebeb;
    border: 0;
    text-align: center;
}

    .zsw_tx_div .modal-footer button {
        display: inline-block;
        line-height: 45px;
        background-color: #fff;
        border-radius: 3px;
        border: 0;
        font-size: 18px;
        color: #474747;
        width: 120px;
        box-shadow: 1px 1px 3px #919191;
        margin: 0 5px;
    }

        .zsw_tx_div .modal-footer button.tx_cancel {
        }

            .zsw_tx_div .modal-footer button.tx_cancel:hover {
                background-color: #f6f6f6;
            }

        .zsw_tx_div .modal-footer button.tx_upload {
            background-color: #dcdcdc;
        }

            .zsw_tx_div .modal-footer button.tx_upload:hover {
                background-color: #d4d4d4;
            }

.modal-body li {
    width: 100%;
    line-height: 35px;
    font-size: 18px;
    cursor: pointer
}

    .modal-body li span:hover {
        color: #ff6a00;
        padding-left: 5px;
    }

    .modal-body li img {
        width: 20px;
        height: 20px;
        cursor: pointer;
        float: right;
        margin-top: 5px;
    }
/*隐藏下载视频按钮*/

video::-internal-media-controls-download-button {
    display: none;
}

video::-webkit-media-controls {
    overflow: hidden !important;
}

video::-webkit-media-controls-enclosure {
    width: calc(100% + 32px);
    margin-left: auto;
}


/*字宝宝*/
.zbady {
    padding: 0 3%;
}

    .zbady ul {
        margin: auto;
        padding-left: 10px;
    }

    .zbady li {
        float: left;
        width: 20%;
        padding: 0px;
        margin: -1px;
    }

        .zbady li a {
            display: block;
            width: 100%;
            padding-bottom: 100%;
            height: 0;
            background: url(../images/zbady/zk.PNG) no-repeat center;
            position: relative;
            transition: all 0.2s linear;
            -moz-transition: all 0.2s linear;
            -o-transition: all 0.2s linear;
            -webkit-transition: all 0.2s linear;
        }

            .zbady li a:hover {
                transform: scale(1.1,1.1);
                -webkit-transform: scale(1.1,1.1);
                -moz-transform: scale(1.1,1.1);
                -o-transform: scale(1.1,1.1);
                z-index: 1;
                box-shadow: 0 0 3px rgba(0,0,0,0.2);
                background: url(../images/zbady/zk1.PNG) no-repeat center;
            }

                .zbady li a:hover span {
                    border-color: #ff8b8b;
                }

            .zbady li a span {
                display: block;
                height: 100%;
                width: 100%;
                position: absolute;
                border: 2px solid #ababab;
            }

            .zbady li a img {
                width: 100%;
                height: 100%;
            }

.zjm_con3 {
    max-width: 1400px;
    margin: auto;
    margin-top: 180px;
}

.zjm_con2 {
    max-width: 1400px;
    margin: auto;
    margin-top: 100px;
}

.headline2 {
    padding-top: 50px;
}


@media (max-width:1480px) {
    .zym_fh a {
        right: 0;
        margin-right: 50px;
    }
}
/**首页修改样式 **/
@media (max-width:1023px) {
    .zjm_con {
        padding: 0 0px;
        margin-top: 110px;
    }

    .pg_mune li {
        width: 30%;
    }
}

@media (max-width:768px) {
    .kw_nr .col-sm-3 {
        padding: 10px 14px;
        width: 33.333%
    }

    .pg_mune li {
        width: 100%;
        padding-right: 60px;
        display: flex;
        justify-content: center;
    }

    .headline2 {
        padding-top: 170px;
    }

    .pg_mune {
        margin-top: 0px;
    }

        .pg_mune ul li a {
            padding: 0;
            width: 100%;
            display: flex !important;
            justify-content: center;
            align-items: center;
        }

        .pg_mune li.active a {
            border: 3px solid #15a5fe;
        }

        .pg_mune li a {
            border: 1px solid #750d0d;
        }
}

@media (max-width:767px) {
    .j_top_yh {
        display: none;
    }

    .j_top_line {
        display: none
    }
}

@media (max-width:414px) {
    .jszym_top_right {
        float: left;
        width: 100%
    }

    .kw_nr .col-sm-3 {
        padding: 10px 14px;
        width: 50%
    }

    .jszym_top p {
        display: none
    }

    .j_top_yh {
        display: block;
        float: left;
        position: relative;
        padding-left: 53px;
        padding-top: 7px;
        padding-right: 15px;
        left: 0px;
    }

    .j_top_line {
        display: block
    }

    .z_zygl_top section {
        float: left;
        padding-top: 0px;
        padding-right: 0px;
        margin-top: 20px;
        width: 100%;
        background-color: #fff
    }

        .z_zygl_top section a {
            float: left;
            height: 35px;
            line-height: 35px;
            color: #fff;
            font-size: 14px;
            border-radius: 3px;
            display: inline-block;
            background-color: #1d2737;
            margin: 0 8px;
            padding: 0 10px;
            margin-bottom: 5px;
            margin-top: 5px;
        }

            .z_zygl_top section a:nth-child(1) {
                background-color: #e9662c;
            }

            .z_zygl_top section a:nth-child(2) {
                background-color: #f2994b;
            }

            .z_zygl_top section a:nth-child(3) {
                background-color: #5bc0de;
            }

            .z_zygl_top section a:nth-child(1):hover {
                background-color: #e04c0b;
            }

            .z_zygl_top section a:nth-child(2):hover {
                background-color: #eb7f21;
            }

            .z_zygl_top section a:nth-child(3):hover {
                background-color: #2eb0d6;
            }
}

@media (max-width:320px) {
    .kw_nr .col-sm-3 {
        padding: 10px 14px;
        width: 100%
    }
}

/**主课文修改样式**/
@media (max-width:1023px) {
    .ny_xq {
        position: relative;
        padding-left: 0px;
        padding-right: 0px;
    }

    .ny_xq_main {
        width: 100%;
        border: 1px solid #ccc;
        background-color: #fff;
        min-height: 630px;
        padding: 60px 0;
        padding-bottom: 0px;
    }

    .ny_xq_left {
        display: none;
        background-color: #fff;
        font-size: 18px;
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0px;
        z-index: 9999
    }

    .CourseType {
        margin-top: -35px !important;
    }

    .ny_xq_left li {
        height: 50px;
        line-height: 48px;
        text-align: center;
        background-color: #fff;
        margin-bottom: 5px;
        color: #fff;
        font-size: 18px;
        position: relative;
    }

        .ny_xq_left li a {
            border-bottom: solid 1px #ccc;
            border-top: solid 1px #ccc;
            border-left: solid 1px #ccc;
            position: relative;
        }

            .ny_xq_left li a span {
                position: relative;
                z-index: 2;
                transition: linear 0.5s;
            }

            .ny_xq_left li a:hover span {
                color: #fff;
            }

            .ny_xq_left li a:before {
                transition: linear 0.3s;
            }

    .ny_xq_right {
        display: none;
        width: 100%;
        height: 100%;
        position: fixed;
        right: 0;
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        background-color: #fff;
        top: 0;
        padding-bottom: 20px;
        z-index: 9999
    }


        .ny_xq_right ul {
            margin: 0 10px;
            border: 1px solid #f1f1f1;
            background-color: #f9f9f9;
            padding: 15px 10px;
        }

            .ny_xq_right ul li {
                line-height: 45px;
                margin-bottom: 15px;
                border-radius: 5px;
                text-align: center;
                font-size: 18px;
            }

    .zgyswh_text {
        text-align: left;
        padding: 1% 3.5%;
        font-size: 20px;
        text-indent: 2em;
        line-height: 35px;
        text-align: justify;
    }

    .zym_fh a {
        position: absolute;
        top: 0px;
        right: 0;
        line-height: 40px;
        background-color: #3aa6e6;
        color: #fff;
        padding-left: 25px;
        padding-right: 20px;
        border-radius: 20px;
        margin-top: 9px;
        font-size: 16px;
        margin-right: 5px;
        display: none
    }

    .zym_fh img {
        position: absolute;
        top: 0px;
        right: 0;
        line-height: 40px;
        color: #fff;
        height: 40px;
        border: #4fb786 1px solid;
        padding: 3px;
        border-radius: 20px;
        margin-top: 9px;
        font-size: 16px;
        margin-right: 5px;
        display: block
    }

    .m1 {
        width: 48px;
        position: absolute;
        ;
        right: 75px;
        display: block;
        z-index: 8;
        border-radius: 24px;
        top: 25px;
        height: 48px;
    }

    .m2 {
        width: 48px;
        position: absolute;
        ;
        right: 20px;
        display: block;
        z-index: 8;
        border-radius: 20px;
        top: 25px;
        height: 48px;
    }

    .closex {
        float: right;
        display: block;
        margin-right: 10px;
    }

    .closeP {
        text-align: right;
        width: 100%;
        height: 40px;
        padding-top: 10px;
        display: block;
        margin-left: 5px;
        margin-bottom: 20px;
    }
    /**副课文**/
    /*副课文*/
    .dcdh_text {
        text-align: left;
        padding: 1% 3.5%;
        font-size: 20px;
        line-height: 35px;
        position: relative;
        z-index: 1;
    }

        .dcdh_text h1 {
            font-size: 20px;
            line-height: 35px;
            margin-bottom: 15px;
        }

        .dcdh_text ul {
            display: table;
            content: "";
            width: 100%;
        }

    .dcdh_name {
        display: block;
        float: left;
        width: 25%;
        max-width: 90px;
    }

    .dcdh_dialogue {
        display: block;
        float: left;
        width: 75%;
    }

    #pcMenu {
        display: none
    }

    #mMenu {
        display: block
    }
}

@media screen and (min-width: 769px) and (max-width: 990px) {
    .ap_con ul li a p {
        height: 70px;
    }
}

@media (max-width: 488px) {
    .ap_con ul li a p {
        height: 70px;
    }
}

@media (max-width: 375px) {
    .ap_con ul li a p {
        height: 80px;
    }
}

.footer_p {
    color: #c6c6c6;
    font-size: 12px;
    line-height: 50px;
    float: left;
    padding-top: 6px;
    width: 100%;
    text-align: left;
}

.footer_main {
    max-width: 1200px;
    margin: auto;
    font-size: 16px;
    padding: 0 15px;
}

.footer_r {
    float: right;
}

    .footer_r a {
        display: inline-block;
        padding: 4px 2px;
        position: relative;
        top: -12px;
    }

@media (max-width: 600px) {

    .footer_r {
        float: left;
    }

    .footer_p span {
        display: block;
    }

    .ny_xq_main {
        border: 0;
    }

    .zgyswh_text {
        background-color: #fff;
        border-left: 1px solid #ddd;
        border-right: 1px solid #ddd;
    }

    .dcdh_img {
        border: 1px solid #ddd;
        border-top: 0;
    }

    .m2 {
        right: 10px;
    }

    .m1 {
        right: 60px;
    }

    .CourseType .active {
        padding: 0 15px !important;
        font-size: 18px !important;
    }

    .CourseType li {
        padding: 0 10px !important;
        font-size: 18px !important;
    }

    .zjm_main {
        padding-top: 15px;
    }

    .fh_titel span {
        padding: 0;
    }

    .jszym_top {
        height: 60px !important;
        line-height: 60px !important;
    }

    .aphead_1 {
        height: 60px !important;
        line-height: 60px !important;
        padding-top: 0 !important;
    }

    .zym_fh {
        top: 61px;
    }
}

@media (max-width: 430px) {

    .footer_c a {
        display: block;
    }
}

.banner_zd, .y_top_mune_m {
    display: none;
}

.footer_p {
    line-height: 20px;
    font-size: 12px;
}

    .footer_p a {
        color: #fff;
    }

.footer_c {
    max-width: 100%;
    text-align: left;
    color: #c6c6c6;
    float: left;
    display: inline-block;
}

.ap_footer div {
    padding-top: 8px;
}

.ap_footer div {
    padding-top: 8px;
}

@media (max-width:600px) {

    .z_zygl_top section {
        width: 100%;
        float: left;
        display: block;
        margin-top: 30px;
    }
}

@media(max-width:460px) {

    .z_zygl_top section a {
        width: 94%;
    }
}

@media (max-width:680px) {
    .zjm_xl .nav-tabs > li {
        width: 100%;
    }

        .zjm_xl .nav-tabs > li.active {
            margin-top: 8px;
        }

    .headline2 .nav-tabs > li {
        width: 50%;
    }
}

.z_zygl_rn_sp section ul li {
    height: 51px;
    width: 100%;
    float: left;
}

    .z_zygl_rn_sp section ul li span {
        background-color: #f9f9f9;
        width: 160px;
        height: 50px;
        padding: 0 15px;
        text-align: right;
        float: left;
        margin-right: 10px;
    }

    .z_zygl_rn_sp section ul li label {
        margin-bottom: 0;
    }

.z_zygl_text {
    border-bottom: 2px solid #dfdfdf;
}

.z_zygl_button {
    width: 100%;
    margin-top: 60px;
    text-align: center;
    line-height: 60px;
    float: left;
    display: block;
}

.sp_chaxun {
    width: 70px;
    line-height: 35px;
    background-color: #00a8e8;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
}

    .sp_chaxun:hover {
        color: #fff;
        opacity: 0.9;
    }

.z_zygl_rn section ul.overflower_sp {
    padding: 0 0 !important;
}

.dati_sp {
    height: 45px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 320px;
    background-color: #ff6a00;
    line-height: 45px;
    border-radius: 8px;
    color: #fff;
    font-size: 22px;
    text-align: center;
    text-align: center;
    cursor: pointer;
    font-family: Arial;
    letter-spacing: 2px;
}

.daan_sp {
    width: 400px;
    line-height: 50px;
    margin-top: 5px;
    text-align: center;
    border-radius: 5px;
    background-color: #4ab7f7;
    color: #fff;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer
}

.biaoti_sp {
    line-height: 60px;
    font-weight: normal;
    font-size: 25px;
}

.z_zygl_text span.abc01 {
    padding: 0;
    margin-left: 0;
    font-size: 25px;
}

@media (max-width:810px) {
    .sp_810 {
        width: 96%;
        overflow-x: scroll;
    }

        .sp_810 table {
            min-width: 810px;
        }

    .z_zygl_rn {
        overflow-x: scroll;
        width: 100%;
    }
}

@media (max-width:880px) {

    .z_zygl_rn {
        overflow-x: scroll;
        width: 100%;
    }

    .zjm_con3 .zjm_zygl .z_zygl_rn {
        overflow: auto;
    }
}

@media (max-width:660px) {
    .overflower_sp {
        padding: 0px;
        width: 100%; /*overflow-x:scroll;*/
    }
}

@media (max-width:600px) {
    .z_zygl_rn_sp section ul li {
        height: auto;
        width: 100%;
    }

        .z_zygl_rn_sp section ul li span {
            width: 100%;
            text-align: left;
            margin: 0;
        }

    #xk04 li {
        padding-right: 0 !important
    }

    .z_zygl_rn_sp section ul li select {
        margin-left: 10px;
    }

    .z_zygl_rn_sp section ul li label, .z_zygl_rn_sp section ul li textarea {
        margin-left: 15px;
    }

    .z_zygl_rn_sp section ul li textarea {
        width: 90% !important;
    }

    .z_zygl_button {
        margin-top: 10px;
    }

    .zjm_con3 .zjm_zygl {
        margin-top: 140px;
    }

        .zjm_con3 .zjm_zygl .z_zygl_rn {
            overflow: auto;
        }
}

@media (max-width:414px) {
    .dati_sp {
        width: 100% !important;
    }

    .daan_sp {
        width: 96%;
        margin: 0 2%;
        font-size: 18px;
    }

    .biaoti_sp {
        font-size: 20px;
        font-weight: bold;
    }
}


.zym_fh_new {
    min-height: 60px;
}

    .zym_fh_new div.pg_mune li a {
        margin-right: 50px;
        padding-top: 9px;
    }

.headline3, .headline4 {
    padding-top: 50px;
}

@media (max-width:1023px) {
    .zym_fh_new div.pg_mune li a {
        padding-top: 0;
    }
}

@media (max-width:768px) {
    .zym_fh_new {
        padding-bottom: 10px;
    }

    .headline3 {
        padding-top: 90px;
    }

    .headline4 {
        padding-top: 150px;
    }
}

@media (max-width:600px) {
    .headline3 {
        padding-top: 130px;
    }

    .headline4 {
        padding-top: 180px;
    }
}

@media (min-width:600px) {
    .zjm_con2 {
        margin-top: 160px;
    }
}

@media (max-width:680px) {
    .xz_anniu2_sp {
        left: 18px;
    }

    .z_zygl_text span.abc01 {
        font-size: 20px;
    }
}

@media (max-width:500px) {
    .z_zygl_text span.abc01 {
        font-size: 18px;
    }
}

.word_jzhong {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 600px;
}

.zjm_con4 {
    margin-top: 10px;
}

.ma_top_new {
    margin-top: 100px;
}

@media (max-width:600px) {
    .zjm_con4 {
        margin-top: 70px;
    }

    .ma_top_new {
        margin-top: 0px;
    }
}


.zjm_con5 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1400px;
    margin-top: 10px;
}

.tl_section_r_div {
    background-color: #fff;
}

@media (max-width:650px) {
    .notauto {
        width: 100%;
        overflow-x: scroll;
    }

        .notauto table {
            width: 700px;
        }
}

/* 作业/考试管理 */
.zygl_Table {
    width: 100%;
    border: 0;
    overflow: auto;
}

    .zygl_Table table {
        width: 100%;
        border: 0;
    }

        .zygl_Table table thead {
            border: 1px solid #2c93e0;
        }

        .zygl_Table table tbody td a.del {
            float: none;
        }

        .zygl_Table table th:nth-child(1) {
            min-width: 40px;
        }

        .zygl_Table table th:nth-child(2) {
            min-width: 250px;
        }

        .zygl_Table table th:nth-child(3),
        .zygl_Table table th:nth-child(4),
        .zygl_Table table th:nth-child(7) {
            min-width: 70px;
        }

        .zygl_Table table th:nth-child(5),
        .zygl_Table table th:nth-child(6) {
            min-width: 160px;
        }

        .zygl_Table table th:nth-child(8) {
            min-width: 50px;
        }

        .zygl_Table table th:nth-child(9) {
            min-width: 80px;
        }

.zygl_Paginator .pagination {
    margin: 20px 0 0 0;
}

    .zygl_Paginator .pagination li {
        cursor: pointer;
    }

.x_zym_top {
    top: 0;
    background-color: #2c93e0;
    color: #fff;
    padding: 0 20px;
    font-size: 18px;
}

.x_zym_top_bt {
    line-height: 60px;
    text-align: left;
    width: 100%;
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    background: url(../images/hw.jpg) no-repeat left center;
    padding-left: 35px;
}

.x_zym_back {
    display: inline-block;
    background: url(../images/returnx.png) left center no-repeat;
    background-size: 30px;
    float: right;
    height: 60px;
    padding-left: 30px;
    cursor: pointer;
}


#limitminutesHint {
    font-size: 20px;
    color: #f21f1f;
    border: 1px dashed darkseagreen;
    padding-left: 10px;
    background-color: darkseagreen;
    font-weight: bold;
    display: none;
    margin: 10px 0;
    line-height: 180%;
}


#assignToClass {
    position: fixed;
    top: 88px;
    right: 0px;
    background-color: green;
    line-height: 32px;
    height: 32px;
    cursor: pointer;
    color: #fff;
    text-align: center;
    display: none;
    z-index: 9999;
}

    #assignToClass i {
        width: 32px;
        display: inline-block;
    }

    #assignToClass span {
        /*display: none;*/
        padding-right: 10px;
    }

.staS_xszs {
    background-color: #e2f5fe;
}

    .staS_xszs:hover {
        background-color: #d8f2ff;
    }

.staS_tdDiv {
    height: 60px;
    position: relative;
}

    .staS_tdDiv span {
        position: absolute;
        left: 10px;
        bottom: 5px;
        display: flex;
        align-items: center;
    }

        .staS_tdDiv span::before {
            content: '';
            display: flex;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            left: 0;
            border: 2px solid #b0b0b0;
            margin-right: 5px;
            opacity: 0.8;
        }

        .staS_tdDiv span.QLate::before {
            border: 2px solid #ff577b;
        }

    .staS_tdDiv a {
        height: 30px;
        width: 30px;
        display: inline-block;
        position: absolute;
        right: 5px;
        top: 0;
    }

        .staS_tdDiv a:nth-child(3) {
            top: auto;
            bottom: 0;
        }

    .staS_tdDiv .scoreCont {
        font-size: 16px;
    }

    .staS_tdDiv a i.iconfont {
        display: flex;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        font-size: 20px;
    }

    .staS_tdDiv a i.blueiIcon {
        color: #2c93e0;
    }

.messageBox {
    text-align: center;
    margin-bottom: 20px;
    border-radius: 10px;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.52);
    padding: 5px;
    border: 0px solid rgba(171, 171, 171, 0.6);
    display: none;
}

.messageBox_main {
    max-width: 500px;
    width: 90%;
    position: fixed;
    left: 50%;
    top: 50%;
    background-color: #fff;
    padding-top: 50px;
    border-radius: 5px;
    transform: translate(-50%,-50%) scale;
    -webkit-transform: translate(-50%,-50%);
}

    .messageBox_main h1 {
        position: absolute;
        top: 15px;
        left: 20px;
        font-size: 18px;
        color: #666;
    }

    .messageBox_main b {
        position: absolute;
        top: 15px;
        right: 20px;
        font-size: 18px;
        color: #666;
        cursor: pointer;
    }

.messageBox_div {
    padding: 20px;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #f0f0f0;
}

    .messageBox_div textarea {
        border: 1px solid #d9d9d9;
        height: 200px;
        width: 100%;
        padding: 10px;
        font-size: 16px;
    }

.messageBox_main footer {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    height: 60px;
    align-items: center;
    padding: 0 10px;
}

    .messageBox_main footer a {
        border: 1px solid #d9d9d9;
        line-height: 30px;
        padding: 5px 20px;
        height: 40px;
        border-radius: 3px;
        font-size: 16px;
        margin-right: 10px;
    }

        .messageBox_main footer a:nth-child(2) {
            border: 1px solid #1890ff;
            background-color: #1890ff;
            color: #fff;
        }

/* 统计 */
.Statistics_Box {
    display: flex;
    margin-top: 10px;
    padding-top: 15px;
    border-top: 1px solid #dfdfdf;
}

.Statistics_left {
    width: 25%;
    min-width: 200px;
    display: flex;
    position: relative;
}

    .Statistics_left::before {
        position: absolute;
        content: '';
        display: block;
        right: -8px;
        top: 0;
        width: 8px;
        height: 100%;
        background: linear-gradient(to right,rgba(0,0,0,0.05),rgba(0,0,0,0));
    }

.Statistics_table tbody tr:hover {
    background: none;
}

.Statistics_table {
    width: 75%;
    overflow: auto;
}

    .Statistics_table table th {
        font-weight: normal;
    }

.ctaT_div {
    width: 50%;
}

.x_dttj .overflower_sp {
    display: flex;
}

.ctaT_name {
    background: #2c93e0;
    color: #fff;
    text-align: center;
    height: 70px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ctaTX_name {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 41px;
    display: flex;
    padding-left: 5px;
    padding-right: 5px;
    justify-content: center;
    align-items: center;
    background: #e2f5fe;
}

.ctaT_div_name li {
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    height: 60px;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/*复选*/

.check_box {
    display: inline-block;
    position: relative;
}

    .check_box input, .radio_box input {
        display: none;
    }

    .check_box label {
        height: 25px;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 30px;
        padding-right: 10px;
        background: #fff;
        cursor: pointer;
        margin: 5px 0;
    }

        .check_box label::before {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            left: 3px;
            background-color: #fff;
            border: 1px solid #dbdbdb;
        }

        .check_box label:after {
            content: '';
            width: 10px;
            height: 5px;
            left: 8px;
            top: 8px;
            position: absolute;
            border: 2px solid #73716e;
            border-top: none;
            border-right: none;
            opacity: 0;
            transform: rotate(-45deg); /*-webkit-transform:rotate(-45deg);*/
        }

        .check_box label:hover::before {
            border: 1px solid #c6c6c6;
        }

    .check_box input:checked + label:after {
        opacity: 1;
        border: 2px solid #73716e;
        border-top: none;
        border-right: none;
    }

.check_boxL {
    display: inline-block;
    position: relative;
}

    .check_boxL input, .radio_box input {
        display: none;
    }

    .check_boxL label {
        height: 25px;
        position: relative;
        display: flex;
        align-items: center;
        padding-left: 30px;
        font-weight: normal;
        padding-right: 10px;
        background: #fff;
        cursor: pointer;
        margin: 5px 0;
    }

        .check_boxL label::before {
            content: '';
            width: 20px;
            height: 20px;
            position: absolute;
            left: 3px;
            background-color: #fff;
            border: 1px solid #dbdbdb;
        }

        .check_boxL label b {
            content: '';
            width: 10px;
            height: 5px;
            left: 8px;
            top: 9px;
            position: absolute;
            border: 2px solid #73716e;
            border-top: none;
            border-right: none;
            opacity: 0;
            transform: rotate(-45deg); /*-webkit-transform:rotate(-45deg);*/
        }

        .check_boxL label:hover::before {
            border: 1px solid #c6c6c6;
        }

    .check_boxL input:checked + b {
        opacity: 1;
        border: 2px solid #73716e;
        border-top: none;
        border-right: none;
    }

.selectS_box {
    height: auto !important;
    min-height: 50px;
}

.selectS_text {
    position: absolute;
    height: 100% !important;
}

.selectS_div {
    padding: 10px 0 10px 160px;
}

.selectS_div1 {
    display: flex;
    flex-wrap: wrap;
}

.z_zygl_rn_sp section ul li .selectS_div span {
    background: none;
    height: auto;
}

.selectS_header {
    width: 100%;
    padding: 3px 0;
    color: #37b8e4;
}

.selectS_div .max_box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-left: 28px;
}

    .selectS_div .max_box span {
        width: 50%;
        margin: 0;
    }

@media (max-width:600px) {
    .selectS_text {
        position: relative;
        height: 50px !important;
    }

    .selectS_div {
        padding: 0;
    }

    .selectS_div1 {
        display: block;
    }

    .selectS_header span {
        padding: 0 !important;
    }

    .selectS_box .selectS_div {
        padding-bottom: 12px;
        padding-top: 5px;
        float: inherit;
    }

    .selectS_div1 .max_box .check_boxL label {
        margin-left: 0px;
    }
}

@media (max-width:560px) {
    .x_dttj .overflower_sp select {
        float: none;
        width: 47%;
        margin-right: 2%;
    }
}

@media (max-width:450px) {
    .selectS_div .max_box span {
        width: 100%;
    }
}



/* Start 提示框 */
.promptBox {
    display: block;
    z-index: 99;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.promptBox_div {
    position: fixed;
    left: 50%;
    top: 50%;
    max-width: 350px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%) scale;
    background-color: #fff;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 10px 25px 10px;
}

    .promptBox_div h1 {
        color: #b33633;
        text-decoration: underline;
        font-size: 24px;
        font-weight: 600;
        padding: 15px 0;
        cursor: pointer;
    }

    .promptBox_div h2 {
        font-size: 18px;
        color: #681e1e;
        text-decoration: underline;
        font-weight: 600;
        cursor: pointer;
        padding-top: 10px;
    }

    .promptBox_div ul {
        width: 100%;
        text-align: center;
        padding-top: 15px;
    }

        .promptBox_div ul span {
            width: 100%;
            font-size: 15px;
            display: block;
        }
/* End 提示框 */



.btnTrainInfo {
    height: 45px;
    width: 320px;
    line-height: 45px;
    border-radius: 8px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    top: 300px;
    cursor: pointer;
    font-family: Arial;
    letter-spacing: 2px;
}

    .btnTrainInfo.btnTest {
        background-color: #ff6a00;
    }

    .btnTrainInfo.btnPractice {
        background-color: #2376d0;
        margin-top: 20px;
    }

    .btnTrainInfo.btnScript {
        background-color: forestgreen;
        display: none;
        margin-top: 20px;
    }


.contentM > .sta_hw_div {
    margin: 15px 0;
    padding: 0;
    width: 100%;
}

#scriptCont {
    display: none;
    color: #303030;
}

    #scriptCont .clearfix {
        font-size: 18px;
        margin: 20px 0 10px;
        font-weight: bold
    }

        #scriptCont .clearfix .tl2_play {
            width: 30px;
            height: 28px;
            display: inline-block;
            float: unset;
            margin-left: 10px;
            display: none;
        }

    #scriptCont .tl_section_r_title {
        border: 1px solid #ccc;
        padding: 10px;
    }



.tab {
    width: 125px;
    color: #333;
    margin-left: 10px;
    float: left;
    line-height: 30px;
    border: 1px solid #ccc;
    border-bottom: 0;
    background: #fff;
    text-align: center;
    margin-top: 5px;
    cursor: pointer
}

    .tab.active {
        width: 160px;
        color: #fff;
        margin-left: 5px;
        float: left;
        line-height: 40px;
        border: 0px solid #ccc;
        border-bottom: 0;
        background: #ff6a00;
        text-align: center;
        margin-top: -3px;
        cursor: pointer;
        font-size: 18px;
    }
    .Bigjob{ display: none;}