﻿@charset "utf-8";
/* CSS Document */
* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 14px;
    color: #333;
}

body, dd, dl, h1, h2, h3, h4, h5, h6, p, ul {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    padding: 0;
    margin: 0;
    background: none;
}

    a:hover {
        text-decoration: none;
        border: none;
    }

    a:active, a:hover, a:focus {
        text-decoration: none;
    }

li {
    list-style: none;
}

    li:hover {
        padding: 0;
        margin: 0;
        border: none;
    }

h1, h2, h3, h4 {
    font-weight: bold;
}


@@font-face {
    font-family: SourceHanSansSC-Medium-2;
    src: url("/fonts/SourceHanSansSC-Medium-2.otf");
}

.ct .search .bd input {
    border-left: 1px solid#ff403a;
    border-radius: 4px 0 0 4px
}

.container_tk {
    max-width: 1200px;
    margin: 0 auto;
    ;
}

.con {
    width: 100%;
    float: left;
}

    .con .toutu {
        width: 100%;
        background: url("/content/images/dayi_toutu.png")no-repeat center;
        display: table;
        height: 128px;
    }

        .con .toutu .toutuxk {
            max-width: 1200px;
            margin: 0 auto;
        }

        .con .toutu .zbk_wzjs_right {
            width: 35%;
            float: right;
            padding-top: 50px;
        }

            .con .toutu .zbk_wzjs_right a {
                height: 32px;
                background: linear-gradient(to right,#ff403a,#ff6a49);
                border-radius: 0 6px 6px 0;
                width: 42px;
                float: right;
                line-height: 32px;
                padding-left: 10px;
            }

                .con .toutu .zbk_wzjs_right a img {
                    padding-right: 14px;
                    margin-top: -5px;
                }

            .con .toutu .zbk_wzjs_right input {
                width: calc(100% - 42px);
                height: 32px;
                border: none;
                padding-left: 12px;
                outline: none;
                border-radius: 6px 0 0 6px;
                font-size: 13px;
                letter-spacing: 0.5px;
            }

.bx {
    max-width: 1200px;
    margin: 0 auto;
    clear: both;
}

/*banner*/

.banner {
    width: 100%;
    overflow: hidden;
    background: url(/content/images/banner.png) no-repeat center;
    float: left;
}

    .banner .ban_center {
        max-width: 1200px;
        margin: 0 auto;
    }

        .banner .ban_center img {
            width: 100%;
            float: left;
        }


/**/
.weizhi {
    width: 100%;
    height: 50px;
    line-height: 50px;
}

    .weizhi p {
        width: calc(100% - 100px);
        float: left;
    }

    .weizhi > a {
        width: 100px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        display: block;
        float: right;
        margin-top: 11px;
        color: #fff;
        background: #aaaaaa;
        font-size: 13px;
        border-radius: 40px;
    }

    .weizhi > .fhlb > img {
        vertical-align: text-bottom;
        padding-right: 3px;
    }

    .weizhi p a {
        color: #666;
    }
/*答疑列表*/
.tiku_left {
    width: 910px;
    margin-right: 10px;
    float: left;
    margin-bottom: 30px;
}

    .tiku_left .dyxm {
        width: 100%;
        border: 1px solid #eee;
        height: 60px;
        line-height: 60px;
        background: #fff;
        border-bottom: 1px solid #f2f2f2;
    }

        .tiku_left .dyxm .dyzx {
            width: 100px;
            padding-left: 30px;
            float: left;
            font-size: 15px;
            text-align: left;
            font-weight: 600;
            color: #666;
        }

        .tiku_left .dyxm ul {
            width: 800px;
            float: left;
        }

            .tiku_left .dyxm ul li {
                line-height: 60px;
                float: left;
                font-size: 15px;
            }

                .tiku_left .dyxm ul li a {
                    padding: 4px 20px;
                    margin: 0 8px;
                    border-radius: 24px;
                    color: #333;
                }

        .tiku_left .dyxm .chance a {
            background: #ff4d4d;
            color: #fff;
        }

        .tiku_left .dyxm ul li a:hover {
            background: #ff4d4d;
            color: #fff;
        }

        .tiku_left .dyxm .fhlb {
            float: right;
        }

            .tiku_left .dyxm .fhlb a {
                padding: 0;
                color: #097df2;
            }

                .tiku_left .dyxm .fhlb a:hover {
                    background: none;
                    color: #097df2;
                }


    .tiku_left .xmfl {
        width: 100%;
        height: 60px;
        background: #fff;
        float: left;
        border: 1px solid #eee;
        border-top: none;
    }

        .tiku_left .xmfl .kemu {
            padding-left: 30px;
            width: 100px;
            height: 100%;
            overflow: hidden;
            float: left;
            font-size: 15px;
            color: #666;
            line-height: 60px;
            text-align: left;
            font-weight: 600;
        }

        .tiku_left .xmfl .kmlb {
            width: 758px;
            padding-right: 30px;
            float: left;
        }

            .tiku_left .xmfl .kmlb ul li {
                line-height: 60px;
                float: left;
                font-size: 14px;
            }

                .tiku_left .xmfl .kmlb ul li a {
                    padding: 4px 20px;
                    margin: 0 8px;
                    border-radius: 24px;
                    border: 1px #f9fbfd solid;
                    color: #333;
                }

                    .tiku_left .xmfl .kmlb ul li a:hover {
                        border: 1px #ff4d4d solid;
                        color: #ff4d4d;
                    }

            .tiku_left .xmfl .kmlb .kemu_s a {
                border: 1px #ff4d4d solid;
                color: #ff4d4d;
            }

    .tiku_left .twt {
        width: 100%;
        background: #fff;
        border: 1px solid #eee;
        border-top: none;
        float: left;
    }

        .tiku_left .twt .twtbt {
            width: 100%;
            height: 50px;
            line-height: 50px;
            font-size: 16px;
            padding-right: 25px;
            margin-top: 10px;
        }

            .tiku_left .twt .twtbt .fa {
                margin-left: 30px;
                margin-right: 7px;
                vertical-align: middle;
                margin-bottom: 3px;
                color: #ff7d5a;
                font-size: 20px;
            }

            .tiku_left .twt .twtbt span {
                font-size: 14px;
                color: #666;
                margin-left: 10px;
            }

                .tiku_left .twt .twtbt span a {
                    color: #ff4d4d;
                    text-decoration: underline;
                    padding-left: 10px;
                }

        .tiku_left .twt .srk {
            width: 100%;
            padding: 0px 30px 18px;
        }

            .tiku_left .twt .srk .srk-info {
                border: 1px solid #ccc;
                overflow: hidden;
                height: 120px;
            }

                .tiku_left .twt .srk .srk-info textarea {
                    width: 100%;
                    height: 100%;
                    border-radius: 3px;
                    border: none;
                    padding: 7px 10px;
                    float: left;
                    outline: none;
                    background-color: #f8f8f8;
                }

                .tiku_left .twt .srk .srk-info div {
                    width: 100%;
                    height: 30px;
                    line-height: 30px;
                    padding-left: 10px;
                    background: #f9f9f9;
                    border-top: #f2f2f2 1px solid;
                    float: left;
                }

                    .tiku_left .twt .srk .srk-info div img {
                        margin-right: 19px;
                        vertical-align: middle;
                        margin-bottom: 5px;
                    }

            .tiku_left .twt .srk ul {
                width: 100%;
                margin-top: 12px;
            }

                .tiku_left .twt .srk ul li {
                    float: left;
                    height: 34px;
                    line-height: 34px;
                    margin-right: 20px;
                    font-weight: 600;
                }

                    .tiku_left .twt .srk ul li input {
                        width: 120px;
                        border: 1px solid #ddd;
                        border-radius: 3px;
                        padding: 0 5px;
                        font-weight: normal;
                    }

                    .tiku_left .twt .srk ul li img {
                        margin-left: 6px;
                        vertical-align: middle;
                    }

                    .tiku_left .twt .srk ul li a {
                        padding: 8px 15px;
                        background: #fca00f;
                        margin-left: 5px;
                        border-radius: 4px;
                        color: #fff;
                        font-weight: normal;
                    }

                    .tiku_left .twt .srk ul li .tjwt {
                        width: 88px;
                        height: 34px;
                        padding: 0;
                        display: block;
                        background: #1481eb;
                        float: right;
                        text-align: center;
                    }

.demo-list {
    position: relative;
    color: #555;
    background: #fff;
    overflow: hidden;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

    .demo-list ul {
        float: right;
        white-space: nowrap;
    }

.iradio_flat-blue {
    position: absolute;
    top: 0;
    left: 0;
}

.iradio_square-blue, .iradio_square-blue.static:hover {
    background-position: -120px 0;
}

    .iradio_square-blue.hover, .iradio_square-blue:hover {
        background-position: -144px 0;
    }

    .iradio_square-blue.checked {
        background-position: -168px 0;
    }

.iradio_square-blue {
    display: block;
    margin-top: 8px;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url(/content/images/blue.png) no-repeat;
    border: none;
    cursor: pointer;
    background-position: -120px 0;
}

.tiku_left .twt .demo-list ul li {
    position: relative;
    padding: 0 0 0px 30px;
    margin-right: 25px;
}

    .tiku_left .twt .demo-list ul li:nth-child(8n) {
        margin-right: 0;
    }

.demo-list ul input {
    position: absolute;
    top: 4px;
    left: 0;
}

.demo-list ul .icheckbox_square-blue,
.demo-list ul .iradio_square-blue {
    position: absolute;
    top: -1px;
    left: 5px;
}

label {
    font-weight: normal;
}

.demo-list h4 {
    font-weight: normal;
    font-size: 14px;
    color: #333;
    float: left;
    margin-top: 10px;
    line-height: 34px;
}

.tiku_left .twt .demo-list > ul {
    width: calc(100% - 90px);
    float: left;
}

    .tiku_left .twt .demo-list > ul li label {
        cursor: pointer;
    }

.tiku_left .srk .tjtp {
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
}

    .tiku_left .srk .tjtp .adtp {
        width: 50px;
        height: 50px;
        margin-right: 30px;
        float: left;
    }

    .tiku_left .srk .tjtp .tpqu {
        width: calc(100% - 450px);
        float: left;
    }

        .tiku_left .srk .tjtp .tpqu ul {
            margin: 0;
        }

            .tiku_left .srk .tjtp .tpqu ul li {
                width: 50px;
                height: 50px;
                float: left;
                margin-right: 18px;
                cursor: pointer;
                position: relative;
            }

                .tiku_left .srk .tjtp .tpqu ul li img {
                    width: 100%;
                    height: 100%;
                }

                .tiku_left .srk .tjtp .tpqu ul li .shanchu {
                    width: 14px;
                    height: 14px;
                    background: #ff4d4d;
                    border: 1px solid #ff4d4d;
                    border-radius: 100%;
                    position: absolute;
                    right: -10px;
                    top: -7px;
                    color: #fff;
                    font-size: 6px;
                    line-height: 11px;
                    text-align: center;
                    font-weight: normal;
                }

    .tiku_left .srk .tjtp p {
        width: 200px;
        font-size: 12px;
        color: #999;
        line-height: 50px;
        float: left;
        margin-left: 12px;
    }

    .tiku_left .srk .tjtp .tjwi {
        width: 88px;
        height: 32px;
        float: right;
        display: block;
        background: #ff4d4d;
        font-size: 14px;
        color: #fff;
        border-radius: 4px;
        text-align: center;
        line-height: 32px;
        margin-top: 9px;
    }

.shuru_xx {
    width: 255px;
    float: left;
    position: relative;
    line-height: 50px;
}

    .shuru_xx input {
        width: 120px;
        height: 30px;
        border-radius: 6px;
        border: 1px solid#ddd;
        padding: 0 5px;
    }

input::-webkit-input-placeholder {
    color: #999;
}

.shuru_xx .form-contro {
    margin-right: 10px;
}

.shuru_xx .hqyzm {
    position: absolute;
    right: 0;
    top: 10px;
    background-color: #ffe5e0;
    border: 1px solid#ddd;
    height: 30px;
    line-height: 30px;
    padding: 0 6px;
    border-left: 0px;
    border-radius: 0 6px 6px 0;
}

    .shuru_xx .hqyzm a {
        color: #ff4d4d;
    }

.tiku_left .dy_list {
    width: 100%;
    overflow: hidden;
    float: left;
    background: #fff;
    border: 1px solid #eee;
    margin-top: 10px;
    min-height: 935px;
}

    .tiku_left .dy_list .kby2 {
        padding-top: 160px;
        text-align: center;
        font-size: 14px;
    }

        .tiku_left .dy_list .kby2 img {
            margin-bottom: 30px;
        }

    .tiku_left .dy_list .tj_zx {
        display: flex;
        align-items: center;
        justify-content: space-between;
        border-bottom: 1px solid #eee;
        padding: 0 25px;
    }

        .tiku_left .dy_list .tj_zx .jieda {
            display: flex;
            align-items: center;
        }

            .tiku_left .dy_list .tj_zx .jieda p {
                display: flex;
                align-items: center;
                padding-left: 20px;
            }

                .tiku_left .dy_list .tj_zx .jieda p span {
                    color: #ff6344;
                }

        .tiku_left .dy_list .tj_zx ul {
            height: 66px;
            margin-bottom: 6px;
        }

            .tiku_left .dy_list .tj_zx ul li {
                float: left;
                line-height: 48px;
                font-size: 16px;
                padding-top: 14px;
            }

                .tiku_left .dy_list .tj_zx ul li a {
                    padding: 0;
                    margin-right: 40px;
                    color: #333;
                }

                    .tiku_left .dy_list .tj_zx ul li a:hover, .tiku_left .dy_list ul li a:focus {
                        background: none;
                    }

        .tiku_left .dy_list .tj_zx .active a {
            border-bottom: 3px solid #ff4d4d;
            color: #ff4d4d;
            font-weight: 600;
            padding: 0;
        }

.tiku_left .dy_xxlb {
    width: 100%;
    min-height: 1060px;
}

    .tiku_left .dy_xxlb ul li {
        width: 100%;
        padding: 24px 30px 15px;
        overflow: hidden;
        border-bottom: #eee 1px dashed;
        cursor: pointer;
    }

        .tiku_left .dy_xxlb ul li:hover {
            background: #f9f9f9;
        }

    .tiku_left .dy_xxlb .xytx {
        width: 36px;
        height: 36px;
        border-radius: 1px;
        float: left;
        margin-right: 20px;
        position: relative;
    }

        .tiku_left .dy_xxlb .xytx .xsj {
            width: 6px;
            border-radius: 0;
            position: absolute;
            right: -6px;
            top: 14px;
        }

        .tiku_left .dy_xxlb .xytx img {
            width: 100%;
            border-radius: 50%;
        }

    .tiku_left .dy_xxlb .dy_info {
        width: calc(100% - 56px);
        float: left;
        padding-bottom: 10px;
    }

        .tiku_left .dy_xxlb .dy_info h3 {
            font-size: 16px;
            font-weight: normal;
            padding-bottom: 16px;
            line-height: 25px;
        }

            .tiku_left .dy_xxlb .dy_info h3 span {
                color: #ff674b;
                margin-left: 16px;
                font-size: 12px;
                border: 1px solid#ff674b;
                padding: 0px 8px;
                border-radius: 4px;
            }

        .tiku_left .dy_xxlb .dy_info p {
            width: 100%;
            font-size: 14px;
            line-height: 20px;
            padding-bottom: 10px;
            letter-spacing: 1px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .tiku_left .dy_xxlb .dy_info .time_z_kg {
            display: flow-root;
        }

            .tiku_left .dy_xxlb .dy_info .time_z_kg b {
                font-weight: normal;
                color: #999;
                padding-right: 40px;
                margin-top: 5px;
                clear: both;
                display: inline-block;
            }

                .tiku_left .dy_xxlb .dy_info .time_z_kg b i {
                    width: 22px;
                    height: 22px;
                    background-color: #5c6673;
                    border-radius: 100%;
                    display: inline-block;
                    vertical-align: bottom;
                    margin-right: 10px;
                }

                .tiku_left .dy_xxlb .dy_info .time_z_kg b .fa {
                    padding-right: 6px;
                }

                .tiku_left .dy_xxlb .dy_info .time_z_kg b img {
                    padding-right: 6px;
                }

            .tiku_left .dy_xxlb .dy_info .time_z_kg a {
                float: right;
                font-weight: normal;
                text-decoration: none;
                border: 1px solid#ffd4cc;
                padding: 0 10px;
                background-color: #fff5f3;
                color: #ff674b;
                border-radius: 6px;
                height: 29px;
                line-height: 26px;
            }

    .tiku_left .dy_xxlb .tab-pane .page {
        width: 100%;
        height: 58px;
        line-height: 58px;
        margin-top: 10px;
    }

        .tiku_left .dy_xxlb .tab-pane .page p {
            text-align: center;
            font-weight: normal;
        }

            .tiku_left .dy_xxlb .tab-pane .page p a {
                padding: 3px 7px;
                border: #ddd 1px solid;
                border-radius: 2px;
                background: none;
                color: #333;
                margin: 0 1px;
                font-weight: normal;
            }

                .tiku_left .dy_xxlb .tab-pane .page p a:hover {
                    background: #1481eb;
                    color: #fff;
                    border: 1px solid #1481eb;
                }

            .tiku_left .dy_xxlb .tab-pane .page p input {
                width: 24px;
                height: 24px;
                line-height: 24px;
                border-radius: 2px;
                border: 1px solid #ddd;
                margin-right: 3px;
            }

            .tiku_left .dy_xxlb .tab-pane .page p span {
                margin: 0 5px;
            }

        .tiku_left .dy_xxlb .tab-pane .page .fytz {
            line-height: 24px;
            background: #f9f9f9;
            width: 30px;
        }

            .tiku_left .dy_xxlb .tab-pane .page .fytz:hover {
                background: #1481eb;
                border: 1px solid #1481eb;
                color: #fff;
            }

    .tiku_left .dy_xxlb .kby1 {
        width: 100%;
        text-align: center;
        padding-top: 100px;
        color: #666;
    }

        .tiku_left .dy_xxlb .kby1 img {
            margin-bottom: 30px;
        }

.fenye {
    width: 100%;
    padding: 45px 0;
    background: #fff;
    text-align: center;
    font-size: 15px;
}

    .fenye a {
        padding: 8px 14px;
        background: #fff;
        border: 1px solid #eee !important;
        border-radius: 4px;
        margin: 0 5px;
        color: #666 !important;
        font-weight: normal !important;
    }

        .fenye a span {
            padding: 0 5px;
        }

    .fenye .slct {
        background: #ef2d36;
        border: 1px solid #ef2d36;
        color: #fff !important;
    }

        .fenye .slct:hover {
            background: #ef2d36;
            color: #fff;
        }

    .fenye a:hover {
        background: #f9f9f9;
    }


/*答疑详情页*/
.tiku_left .dyxq {
    width: 100%;
}

    .tiku_left .dyxq p {
        font-size: 14px;
        padding-bottom: 3px;
        color: #666;
    }

        .tiku_left .dyxq p a {
            margin: 0 5px;
            color: #333;
        }

            .tiku_left .dyxq p a:hover {
                color: #097df2;
            }

.tiku_left .wtnr {
    width: 100%;
    background: #fff;
    padding: 22px 24px 36px;
    clear: both;
}

    .tiku_left .wtnr .xyxx3 {
        width: 100%;
        height: 52px;
        margin-bottom: 20px;
    }

        .tiku_left .wtnr .xyxx3 .xytx3 {
            width: 52px;
            height: 52px;
            float: left;
            margin-right: 15px;
            border-radius: 2px;
            overflow: hidden;
        }

            .tiku_left .wtnr .xyxx3 .xytx3 img {
                width: 100%;
                border-radius: 50%;
            }

        .tiku_left .wtnr .xyxx3 .txxx3 {
            line-height: 26px;
        }

            .tiku_left .wtnr .xyxx3 .txxx3 p {
                font-size: 15px;
            }

                .tiku_left .wtnr .xyxx3 .txxx3 p span {
                    color: #999;
                    font-size: 13px;
                }

                    .tiku_left .wtnr .xyxx3 .txxx3 p span img {
                        margin-left: 40px;
                        margin-bottom: 3px;
                        padding-right: 6px;
                    }

                .tiku_left .wtnr .xyxx3 .txxx3 p .suiwu {
                    border: 1px solid#ff674b;
                    color: #ff674b;
                    font-size: 12px;
                    padding: 2px 6px;
                    border-radius: 4px;
                    margin-left: 10px;
                }

.tiku_left .dyxq2 {
    margin-top: 15px;
    background-color: #fff;
    padding-top: 20px;
}

.tiku_left .wtnr .xyxx2 {
    width: 100%;
    margin-bottom: 20px;
    clear: both;
    display: flex;
    align-items: center;
    border-bottom: 1px solid#eee;
    padding-bottom: 10px;
}

.tiku_left .jpdyls {
    background: linear-gradient(to right,#e4cbb6,#fbe8d7);
    width: 160px;
    text-align: center;
    padding: 6px;
    font-size: 14px;
    border-radius: 0px 20px 20px 0px;
}

    .tiku_left .jpdyls p {
        color: #7a502e;
        padding: 0;
    }

.tiku_left .wtnr .xyxx2 .xytx2 {
    float: left;
    margin-right: 15px;
    border-radius: 2px;
    position: relative;
    height: 70px;
}

    .tiku_left .wtnr .xyxx2 .xytx2 .teacher_tx::before {
        content: " ";
        background: rgba(0,0,0,0.4);
        border-radius: 50%;
        display: block;
        width: 56px;
        height: 56px;
        position: absolute;
    }

    .tiku_left .wtnr .xyxx2 .xytx2 .teacher_tx img {
        width: 100%;
        /*background: rgba(0,0,0,0.4);
        border-radius: 50%;*/
    }

.tiku_left .wtnr .xyxx2 .txxx2 {
    line-height: 26px;
    float: left;
}

.tiku_left .wtnr .xyxx2 .gzls a {
    color: #ff333c;
}

.tiku_left .wtnr .xyxx2 .txxx2 p {
    font-size: 15px;
    display: flex;
    align-items: center;
}

    .tiku_left .wtnr .xyxx2 .txxx2 p em {
        font-size: 15px;
        font-family: SourceHanSansSC-Medium-2;
        font-style: normal;
    }

    .tiku_left .wtnr .xyxx2 .txxx2 p .gfdyls {
        margin-left: 10px;
        display: flex;
        align-items: center;
    }

    .tiku_left .wtnr .xyxx2 .txxx2 p .haoping {
        margin-left: 20px;
    }

    .tiku_left .wtnr .xyxx2 .txxx2 p span {
        color: #999;
        font-size: 13px;
    }

    .tiku_left .wtnr .xyxx2 .txxx2 p i {
        color: #ff6600;
        font-size: 13px;
        font-style: normal;
    }

    .tiku_left .wtnr .xyxx2 .txxx2 p b {
        color: #666;
        font-size: 13px;
        font-style: normal;
        font-weight: normal;
    }

    .tiku_left .wtnr .xyxx2 .txxx2 p span img {
        margin-left: 10px;
        margin-bottom: 3px;
    }

.tiku_left .wtnr .huida p {
    color: #333;
}

.tiku_left .wtnr .huida .p1 {
    color: #fff;
    padding-right: 4px;
    float: left;
    background: url("/content/images/icon_huida_bj.png");
    width: 43px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    display: block;
    margin-right: 8px;
}

.tiku_left .wtnr h3 {
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 26px;
    color: #333;
    font-family: SourceHanSansSC-Medium-2;
}

.tiku_left .scfx {
    width: 100%;
    height: 24px;
}

    .tiku_left .scfx ul {
        text-align: center;
        margin-top: 40px;
    }

        .tiku_left .scfx ul li {
            display: inline-block;
            background-color: #eee;
            width: 80px;
            height: 30px;
            line-height: 30px;
            border-radius: 40px;
        }

.tiku_left .share {
    margin: 0 40px;
}

.tiku_left .scfx .dianzhan a {
    color: #666;
}

    .tiku_left .scfx .dianzhan a .fa {
        padding-right: 6px;
        color: #999;
    }

.tiku_left .scfx .share a {
    width: 100%;
    height: 100%;
    background: url(/content/images/icon_share_n.png) no-repeat center left;
    padding-left: 21px;
    line-height: 22px;
    color: #555;
}

    .tiku_left .scfx .share a:hover {
        color: #ff4d4d;
        background: url(/content/images/icon_share_s.png) no-repeat center left;
    }

.tiku_left .scfx .collect a {
    width: 100%;
    height: 100%;
    background: url(/content/images/icon_collection_n.png) no-repeat left 0 top 4px;
    padding-left: 20px;
    line-height: 22px;
    color: #555;
}

    .tiku_left .scfx .collect a:hover {
        color: #ff4d4d;
        background: url(/content/images/icon_collection_s.png) no-repeat left 0 top 4px;
    }

.tiku_left .wthd {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    padding: 20px 30px;
    margin-top: 10px;
    overflow: hidden;
    min-height: 342px;
}

    .tiku_left .wthd .wbg {
        width: 100%;
        overflow: hidden;
        padding-bottom: 10px;
        border-bottom: 1px dashed #e2e2e2;
        padding-top: 20px;
    }

    .tiku_left .wthd .lstx2, .tiku_left .wthf .lstx2 {
        width: 38px;
        height: 38px;
        border-radius: 2px;
        overflow: hidden;
        float: left;
        margin-right: 14px;
    }

        .tiku_left .wthd .lstx2 img, .tiku_left .wthf .lstx2 img {
            width: 100%;
        }

    .tiku_left .wthd .lstx_info, .tiku_left .wthf .lstx_info {
        width: 92%;
        float: left;
    }

        .tiku_left .wthd .lstx_info h3 {
            font-size: 14px;
        }

        .tiku_left .wthd .lstx_info p {
            font-size: 14px;
            line-height: 26px;
        }


.tiku_left .dyxq p img {
    max-width: 720px;
}

.tiku_left .wthd .lstx_info p span, .tiku_left .wthf .lstx_info p span {
    font-size: 12px;
    color: #999;
}

.tiku_left .wthd .lstx_info ul {
    width: 100%;
    padding-top: 8px;
}

    .tiku_left .wthd .lstx_info ul li {
        float: right;
        color: #999;
        cursor: pointer;
    }

.tiku_left .wthd .lstx_info .zhuijia {
    margin-right: 15px;
}

.tiku_left .wthd .lstx_info ul li img {
    margin-bottom: 3px;
    margin-right: 5px;
}

.tiku_left .srk-info {
    /* border: 1px solid #ccc;
        overflow: hidden;
        height: 140px;
        width: 100%;
        margin-top: 10px;*/
}

    .tiku_left .srk-info textarea {
        width: 100%;
        height: 90px;
        border-radius: 3px;
        border: none;
        padding: 5px 10px;
        float: left;
        outline: none;
    }

    .tiku_left .srk-info div {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding-left: 10px;
        background: #f9f9f9;
        border-top: #f2f2f2 1px solid;
        float: left;
    }

        .tiku_left .srk-info div img {
            margin-right: 19px;
            vertical-align: middle;
            margin-bottom: 5px;
        }

#LoginBox .srk-info .twt .clear h4 {
    margin: 0;
}

#LoginBox .srk-info .twt ul {
    width: calc(100% - 90px);
    float: left;
}

    #LoginBox .srk-info .twt ul li {
        position: relative;
        padding: 0 0 0px 30px;
        margin-right: 25px;
        float: left;
        height: 34px;
        line-height: 34px;
        font-weight: 600;
    }

        #LoginBox .srk-info .twt ul li label {
            font-size: 14px;
            vertical-align: top;
            margin-top: -1px;
        }

#LoginBox .tjtp {
    width: 100%;
    overflow: hidden;
    padding-top: 12px;
}

    #LoginBox .tjtp .adtp {
        margin-bottom: 10px;
    }

    #LoginBox .tjtp .tpqu ul {
        margin: 0;
    }

        #LoginBox .tjtp .tpqu ul li {
            width: 50px;
            height: 50px;
            float: left;
            margin-right: 18px;
            cursor: pointer;
            position: relative;
        }

            #LoginBox .tjtp .tpqu ul li img {
                width: 100%;
                height: 100%;
            }

            #LoginBox .tjtp .tpqu ul li .shanchu {
                width: 14px;
                height: 14px;
                background: #ff4d4d;
                border: 1px solid #ff4d4d;
                border-radius: 100%;
                position: absolute;
                right: -10px;
                top: -7px;
                color: #fff;
                font-size: 6px;
                line-height: 11px;
                text-align: center;
                font-weight: normal;
            }

    #LoginBox .tjtp p {
        font-size: 12px;
        color: #999;
        line-height: 50px;
    }

    #LoginBox .tjtp .dlh_p {
        display: inline;
    }

    #LoginBox .tjtp .tjwi {
        width: 88px;
        height: 32px;
        float: right;
        display: block;
        background: linear-gradient(to right,#ff403a,#ff6a49);
        font-size: 14px;
        color: #fff;
        border-radius: 40px;
        text-align: center;
        line-height: 32px;
        margin-top: 9px;
        box-shadow: 0px 1px 4px #9c2420;
    }

    #LoginBox .tjtp .dlh_tjwi {
        float: right !important;
        margin-right: 0 !important;
    }

    #LoginBox .tjtp .adtp a {
        float: left;
        margin-right: 20px;
    }

.tiku_left .tijiao {
    width: 80px;
    height: 30px;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    display: block;
    float: right;
    color: #fff;
    margin-top: 8px;
    background: linear-gradient(to right,#ff7443,#ff994e);
    margin-right: 16px;
}

.tiku_left .wthf {
    width: 94%;
    margin-left: 6%;
    background: #f8f8f8;
    padding: 0 18px;
    margin-top: 25px;
    padding-top: 20px;
    padding-bottom: 10px;
    display: flow-root;
}

    .tiku_left .wthf .xian {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd;
        padding: 8px 0;
        float: left;
        margin-bottom: 20px;
    }

    .tiku_left .wthf h3 {
        font-size: 14px;
        margin-bottom: 0;
        letter-spacing: 1px;
        line-height: 26px;
        color: #333;
    }

    .tiku_left .wthf p .zuiwen {
        color: #fff !important;
        font-size: 14px !important;
        padding-right: 4px;
        float: left;
        background: url(/content/images/icon_huida_bj2.png);
        width: 43px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        display: block;
        margin-right: 8px;
    }

    .tiku_left .wthf p .huida {
        color: #fff !important;
        font-size: 14px !important;
        padding-right: 4px;
        float: left;
        background: url(/content/images/icon_huida_bj.png);
        width: 43px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        display: block;
        margin-right: 8px;
    }

/*答疑-我的问题*/
.tiku_left .dy_xxlb ul li .dyxgj {
    padding-left: 56px;
    clear: both;
}

    .tiku_left .dy_xxlb ul li .dyxgj span {
        color: #999;
        font-size: 13px;
    }

    .tiku_left .dy_xxlb ul li .dyxgj .sn1 {
        padding-right: 40px;
    }

    .tiku_left .dy_xxlb ul li .dyxgj .sn2 {
        padding-right: 40px;
    }

        .tiku_left .dy_xxlb ul li .dyxgj .sn2 .fa {
            padding-right: 6px;
            font-size: 16px;
        }

    .tiku_left .dy_xxlb ul li .dyxgj .sn3 img {
        padding-right: 4px;
        vertical-align: sub;
    }

.rmkc .jxhd {
    width: 100%;
    padding-bottom: 6px;
}

    .rmkc .jxhd ul li {
        width: 100%;
        padding: 14px 0;
        border-bottom: 1px dashed #ddd;
        cursor: pointer;
        border-right: 0;
    }

        .rmkc .jxhd ul li h4 {
            font-size: 14px;
            font-weight: normal;
            line-height: 24px;
            color: #666;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .rmkc .jxhd ul li p {
            color: #999;
            line-height: 22px;
            font-size: 12px;
        }

            .rmkc .jxhd ul li p span {
                color: #097df2;
            }

        .rmkc .jxhd ul li:hover h4 {
            color: #f53939
        }

.mfst {
    width: 100%;
    background: #fff;
    border-top: 15px solid #f5f5f5;
    float: left;
}

    .mfst h2 {
        width: 100%;
        height: 52px;
        line-height: 56px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        padding: 0 22px;
        font-size: 16px;
        font-weight: normal;
    }

        .mfst h2 img {
            margin-bottom: 3px;
            margin-right: 5px;
        }

    .mfst ul {
        width: 100%;
        overflow: hidden;
        padding: 20px 16px 18px;
    }

        .mfst ul li {
            width: 25%;
            float: left;
            padding: 0 10px;
        }

            .mfst ul li > img {
                width: 100%;
                float: left;
                margin-bottom: 8px;
            }

            .mfst ul li h4 {
                font-size: 14px;
                color: #333;
                font-weight: normal;
                padding-bottom: 10px;
            }

            .mfst ul li p {
                font-size: 12px;
                color: #888;
            }

                .mfst ul li p a {
                    padding: 2px 8px;
                    border-radius: 25px;
                    border: 1px solid #ff4d4d;
                    color: #ff4d4d;
                    float: right;
                }

                    .mfst ul li p a img {
                        margin-bottom: 2px;
                        margin-left: 3px;
                    }
/*评论*/
.pinglun {
    width: 100%;
    background: #fff;
    border-top: 15px solid #f5f5f5;
    float: left;
    padding: 22px;
}

    .pinglun .wx_box h2 {
        line-height: 56px;
        border-bottom: 1px solid #eee;
        font-size: 16px;
        font-weight: normal;
    }

    .pinglun .wtnr_t {
        padding: 40px 0px 0px;
    }

        .pinglun .wtnr_t .xyxx3 {
            padding-bottom: 10px;
            border-bottom: 1px dashed #ddd;
            display: inline-table;
        }

            .pinglun .wtnr_t .xyxx3 .mingchen {
                padding-right: 10px;
            }

            .pinglun .wtnr_t .xyxx3 .dzhan {
                float: right;
                color: #999;
                font-size: 14px;
            }

                .pinglun .wtnr_t .xyxx3 .dzhan .fa {
                    padding-right: 6px;
                }

/*题库列表右侧提问弹窗*/

.mask3 {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

#LoginBox {
    position: fixed;
    left: 33%;
    top: 28%;
    background: url("/content/images/kstw_tc_bj.png")no-repeat center;
    width: 433px;
    height: 532px;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

.row1 {
    padding-left: 20px;
    line-height: 50px;
    height: 50px;
    font-weight: normal;
    color: #666;
    font-size: 14px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid#ff8167;
}

    .row1 .zxtw {
        display: flex;
        align-items: center;
    }

        .row1 .zxtw h4 {
            color: #fff;
            padding-right: 6px;
            letter-spacing: 4px;
        }

        .row1 .zxtw p {
            color: #fff;
        }

            .row1 .zxtw p span {
                color: #fff000;
            }

.row {
    padding: 0px 30px;
    font-family: 华文楷体;
    font-size: x-large;
}

    .row .srk-info1 {
        padding-top: 10px;
    }

        .row .srk-info1 .twt1 {
            background-color: #fff;
            border-radius: 6px;
            padding: 15px;
            box-shadow: 1px 1px 6px #ddd;
        }

            .row .srk-info1 .twt1 p {
                font-size: 15px;
                color: #333;
                line-height: 26px;
            }

    .row .srk-info textarea {
        width: 100%;
        height: 100px;
        font-size: 14px;
        padding: 6px;
        line-height: normal;
        border: 1px solid#ccc;
    }

.close_btn {
    font-family: arial;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #333 !important;
    float: right;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: -16px;
    margin-top: -16px;
}

#LoginBox .srk-info .twt .clear {
    padding: 0;
}

.shuru_xu {
    display: inline-block;
    position: relative;
}

    .shuru_xu input {
        width: 160px;
        font-size: 14px;
        height: 35px;
        border-radius: 6px;
        border: 1px solid#ddd;
        padding-left: 4px;
    }

    .shuru_xu .hqyzm {
        position: absolute;
        right: 149px;
        top: 7px;
        background-color: #ffe5e0;
        border: 1px solid#ddd;
        height: 35px;
        line-height: 25px;
        padding: 0 6px;
        border-left: 0px;
        border-radius: 0 6px 6px 0;
    }

        .shuru_xu .hqyzm a {
            color: #ff4d4d;
            font-size: 14px;
        }

    .shuru_xu .dltw {
        display: inline-block;
        clear: both;
        margin-left: 10px;
    }

        .shuru_xu .dltw a {
            color: #ff4d4d;
            text-decoration: underline;
        }




/*题库列表右侧*/
.tiku_right {
    width: 278px;
    float: left;
}

    .tiku_right .jlq {
        background-color: #fff;
        padding: 20px 15px;
        margin-bottom: 12px;
    }

        .tiku_right .jlq .jlq_bt {
            display: flex;
            align-items: center;
        }

            .tiku_right .jlq .jlq_bt img {
                margin-right: 10px;
            }

            .tiku_right .jlq .jlq_bt .qts h4 {
                font-size: 14px;
                padding-bottom: 4px;
            }

            .tiku_right .jlq .jlq_bt .qts p {
                font-size: 12px;
                color: #e23029;
            }

        .tiku_right .jlq .ewm {
            margin-top: 20px;
            text-align: center;
        }

            .tiku_right .jlq .ewm p {
                padding-top: 16px;
                color: #999;
                font-size: 12px;
            }

    .tiku_right .dysm {
        width: 100%;
        padding: 26px 0 16px;
        background: #fff;
        margin-bottom: 12px;
    }

        .tiku_right .dysm .sm {
            width: 163px;
            height: 163px;
            background: url(/content/images/wx_sm_bk2.png) no-repeat;
            padding: 4.5px;
            margin: 0 auto;
        }

            .tiku_right .dysm .sm img {
                width: 100%;
            }

        .tiku_right .dysm p {
            fot-size: 14px;
            color: #999;
            text-align: center;
        }

    .tiku_right .xx_info {
        min-height: 104px;
        margin-bottom: 1px;
        background: #fff;
        float: left;
        width: 100%
    }

    .tiku_right .xx_info1 {
        background: #fff;
        float: left;
        width: 100%;
        padding-top: 10px;
        margin-bottom: 12px;
    }

    .tiku_right .xx_info .info_left {
        float: left;
        margin: 26px 13px 0 15px;
        width: 58px;
        height: 58px;
        border-radius: 50%;
        overflow: hidden;
    }

    .tiku_right .xx_info .info_left1 {
        float: left;
        margin: 18px 13px 0 15px;
    }

    .tiku_right .xx_info .info_left img {
        width: 58px;
        height: 58px;
        border-radius: 50%;
    }

    .tiku_right .xx_info .info_right {
        float: left;
        padding-top: 15px;
        width: calc(100% - 98px);
    }

    .tiku_right .xx_info .info_right1 {
        float: left;
        padding-top: 22px;
    }

        .tiku_right .xx_info .info_right p, .tiku_right .xx_info .info_right1 p {
            font-size: 14px;
            line-height: 36px;
            color: #999;
            font-weight: normal;
        }

    .tiku_right .xx_info .info_right .dlh {
        color: #333;
    }

    .tiku_right .xx_info .info_right p span {
        font-size: 12px;
        padding: 2px 10px;
        border: 1px solid #f1f1f1;
        border-radius: 20px;
        color: #666;
        margin-right: 10px;
        background-color: #f5f5f5;
    }

    .tiku_right .xx_info .info_right p a {
        color: #ff8330;
    }

    .tiku_right .xx_info .info_right p .xydl {
        color: #fff5e49;
        border: 1px solid#ff5e49;
        padding: 4px 10px;
        border-radius: 20px;
        margin-right: 15px;
    }

    .tiku_right .xx_info .info_right p .zcyl {
        color: #fff;
        background: linear-gradient(to right,#ff515a,#ff7945);
        padding: 4px 10px;
        border-radius: 20px;
    }

    .tiku_right .xx_info .qtw {
        float: right;
        padding: 20px 8px 0 0;
    }

        .tiku_right .xx_info .qtw .tw {
            background: linear-gradient(to right,#ff403a,#ff6a49);
            padding: 4px 12px;
            border-radius: 50px;
            color: #fff;
            font-size: 12px;
        }

    .tiku_right .fldh {
        width: 100%;
        margin-bottom: 12px;
        background: #fff;
        overflow: hidden;
        padding: 10px 0;
    }

        .tiku_right .fldh ul li a {
            color: #222;
            display: block;
            line-height: 52px;
            text-align: center;
        }

        .tiku_right .fldh .active p {
            color: #ff4e4e;
            line-height: 28px;
        }

        .tiku_right .fldh ul {
            width: 100%;
            overflow: hidden;
        }

            .tiku_right .fldh ul li {
                border-right: 1px dashed #eee;
                cursor: pointer;
                overflow: hidden;
                width: 33.3%;
                padding: 0;
                float: left;
                text-align: center;
            }

                .tiku_right .fldh ul li:nth-child(3n) {
                    border-right: 0;
                }

                .tiku_right .fldh ul li img {
                    width: 90px;
                    float: left;
                    margin-right: 8px;
                }

                .tiku_right .fldh ul li:hover, .tiku_right .fldh ul li:focus {
                    color: #ff4e4e;
                    box-shadow: 0 0 10px 0 #eee;
                }

        .tiku_right .fldh .active a {
            color: #ff4e4e;
            font-weight: bold;
        }

        .tiku_right .fldh .sxsy::before {
            content: " ";
            background: url("/content/images/img_wdwt.png") no-repeat center;
            width: 29px;
            height: 29px;
            margin: 0 auto;
            display: block;
        }

        .tiku_right .fldh .zzlx::before {
            content: " ";
            background: url( "/content/images/img_wtsc.png") no-repeat center;
            width: 29px;
            height: 29px;
            margin: 0 auto;
            display: block;
        }

        .tiku_right .fldh .yjwc::before {
            content: " ";
            background: url( "/content/images/img_gzdls.png") no-repeat center;
            width: 29px;
            height: 29px;
            margin: 0 auto;
            display: block;
        }

        .tiku_right .fldh ul li p {
            line-height: 28px;
            color: #666;
            font-size: 12px;
            font-weight: normal;
        }

        .tiku_right .fldh ul li:hover .sxsy::before {
            content: " ";
            background: url( "/content/images/img_wdwt_s.png") no-repeat center;
        }

        .tiku_right .fldh ul li:hover .zzlx::before {
            content: " ";
            background: url( "/content/images/img_wtsc_s.png") no-repeat center;
        }

        .tiku_right .fldh ul li:hover .yjwc::before {
            content: " ";
            background: url(/content/images/img_gzdls_s.png) no-repeat center;
        }

        .tiku_right .fldh .active .sxsy::before {
            content: " ";
            background: url( "/content/images/img_wdwt_s.png") no-repeat center;
            width: 29px;
            height: 29px;
            margin: 0 auto;
            display: block;
        }

        .tiku_right .fldh .active .zzlx::before {
            content: " ";
            background: url( "/content/images/img_wtsc_s.png") no-repeat center;
            width: 29px;
            height: 29px;
            margin: 0 auto;
            display: block;
        }

        .tiku_right .fldh .active .yjwc::before {
            content: " ";
            background: url(/content/images/img_gzdls_s.png) no-repeat center;
            width: 29px;
            height: 29px;
            margin: 0 auto;
            display: block;
        }


    .tiku_right .zngj {
        width: 100%;
        height: 94px;
        background: #fff;
        float: left;
        margin-bottom: 12px;
    }

        .tiku_right .zngj ul li {
            width: 33.3%;
            height: 94px;
            float: left;
            cursor: pointer;
        }

            .tiku_right .zngj ul li p {
                text-align: center;
                font-size: 14px;
                color: #666;
                line-height: 130px;
            }

                .tiku_right .zngj ul li p img {
                    margin-top: 19px;
                    margin-bottom: 8px;
                }

                .tiku_right .zngj ul li p a {
                    color: #333;
                }

            .tiku_right .zngj ul li:hover p a {
                color: #ff4d4d;
            }

    .tiku_right .rmkc {
        width: 100%;
        background: #fff;
        padding: 20px 15px 0;
    }

        .tiku_right .rmkc .rmkcbt {
            height: 30px;
            border-bottom: 1px solid #eee;
            font-size: 16px;
        }

            .tiku_right .rmkc .rmkcbt img {
                margin-right: 8px;
                margin-bottom: 3px;
            }

        .tiku_right .rmkc .kclb {
            width: 100%;
        }

            .tiku_right .rmkc .kclb ul li {
                width: 100%;
                float: left;
                height: 42px;
                line-height: 42px;
            }

                .tiku_right .rmkc .kclb ul li div {
                    width: 24px;
                    height: 24px;
                    border-radius: 100%;
                    overflow: hidden;
                    background: #ccc;
                    float: left;
                    margin-right: 14px;
                    margin-top: 9px;
                    line-height: 24px;
                    text-align: center;
                    font-size: 16px;
                    color: #fff;
                }

                    .tiku_right .rmkc .kclb ul li div img {
                        float: left;
                        width: 100%;
                    }

            .tiku_right .rmkc .kclb .no1 {
                background: url(/content/images/icon_hg.png) no-repeat center;
            }

            .tiku_right .rmkc .kclb .no2 {
                background: #ff8672;
            }

            .tiku_right .rmkc .kclb .no3 {
                background: #fdb5a9;
            }

            .tiku_right .rmkc .kclb ul li p {
                float: left;
                width: 205px;
            }

                .tiku_right .rmkc .kclb ul li p span {
                    float: right;
                    color: #999;
                }




    /**/
    .tiku_right .bc_ct .jc_zzc {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: #000;
        opacity: 0.5;
        z-index: 999;
    }

    .tiku_right .bc_ct .jj_info {
        width: 30%;
        padding-bottom: 20px;
        position: fixed;
        background: #fff;
        z-index: 1000;
        top: 0;
        left: 0;
        margin-left: 35%;
        margin-top: 250px;
        border-radius: 4px;
    }

        .tiku_right .bc_ct .jj_info p {
            padding: 15px 15px 15px 20px;
            border-bottom: 1px solid #eee;
        }

            .tiku_right .bc_ct .jj_info p img {
                float: right;
                cursor: pointer;
            }

        .tiku_right .bc_ct .jj_info h3 {
            padding: 50px 0 35px;
            text-align: center;
            font-size: 18px;
            font-weight: normal;
        }

        .tiku_right .bc_ct .jj_info a {
            padding: 10px 28px;
            background: #f5f5f5;
            border: 1px solid #ddd;
            border-radius: 3px;
            font-size: 14px;
            margin: 0 13px;
        }

        .tiku_right .bc_ct .jj_info .qxbc {
            background: #1481eb;
            border: 1px solid #1481eb;
            color: #fff;
        }


/*相关问题*/
.tiku_left .wthd {
    margin-top: 0px;
    border-top: none;
    padding-top: 10px;
}

.tiku_left .hdrs {
    width: 100%;
    height: 42px;
    background: #fbfbfb;
    margin-top: 10px;
    border: 1px solid #eee;
    border-bottom: none;
}

    .tiku_left .hdrs p {
        padding-left: 30px;
        line-height: 42px;
        font-size: 14px;
        color: #666;
    }

.qthd {
    width: 100%;
    padding-top: 50px;
}

    .qthd p {
        text-align: center;
        padding-bottom: 25px;
        font-size: 16px;
        color: #999;
        letter-spacing: 1px;
    }

        .qthd p span {
            margin: 0 9px;
        }

            .qthd p span img {
                width: 38px;
                height: 38px;
                border-radius: 4px;
            }

    .qthd a, .qthd1 a {
        width: 335px;
        height: 56px;
        background: linear-gradient(to left,#ff403a,#ff6a49);
        border-radius: 56px;
        display: block;
        font-size: 17px;
        color: #fff;
        text-align: center;
        line-height: 56px;
        margin-left: 258px;
        margin-top: 30px;
    }

.banner2 {
    background: #fff;
}

.qtwt {
    width: 100%;
    padding: 20px 30px;
    background: #fff;
    margin-top: 15px;
    display: flow-root;
}

    .qtwt .kj_xgwd {
        font-size: 16px;
        padding-bottom: 20px;
        font-weight: 600;
        border-bottom: 1px solid #eee;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .qtwt h3 {
        font-size: 16px;
        font-weight: 600;
    }

    .qtwt .kj_xgwd a {
        font-size: 14px;
        color: #999;
        font-weight: normal;
    }

    .qtwt ul li {
        line-height: 46px;
        border-bottom: 1px dashed #eee;
        padding: 10px 0;
    }

        .qtwt ul li .wen span {
            background-color: #d2d2d2;
            color: #fff;
            padding: 6px 8.2px;
            border-radius: 50%;
            margin-right: 10px;
        }

        .qtwt ul li .da span {
            background-color: #ff8666;
            color: #fff;
            padding: 6px 8.2px;
            border-radius: 50%;
            margin-right: 10px;
        }

        .qtwt ul li .da a {
            color: #999;
        }

        .qtwt ul li a {
            color: #333;
        }

            .qtwt ul li a:hover {
                color: #ff4d4d;
            }

.banner {
    margin-bottom: 10px;
}

/*免费试听*/
.mfst {
    width: 100%;
    background: #fff;
    border-top: 15px solid #f5f5f5;
    float: left;
    padding-bottom: 20px;
}

    .mfst h2 {
        width: 100%;
        height: 52px;
        line-height: 56px;
        border-bottom: 1px solid #eee;
        overflow: hidden;
        margin: 0 22px;
        font-size: 16px;
        font-weight: normal;
        padding: 0;
    }

        .mfst h2 img {
            margin-bottom: 3px;
            margin-right: 5px;
        }

    .mfst ul {
        width: 100%;
        overflow: hidden;
        padding: 15px 16px 0;
    }

        .mfst ul li {
            width: 25%;
            float: left;
            padding: 0 10px;
            cursor: pointer;
        }

            .mfst ul li > img {
                width: 100%;
                float: left;
                margin-bottom: 8px;
            }

            .mfst ul li h4 {
                font-size: 14px;
                color: #333;
                font-weight: normal;
                padding-bottom: 10px;
            }

            .mfst ul li p {
                font-size: 12px;
                color: #888;
            }

                .mfst ul li p span {
                    border-radius: 25px;
                    color: #ff4d4d;
                    float: right;
                    font-size: 16px;
                    line-height: 14px;
                    padding-right: 3px;
                }

                .mfst ul li p span {
                    margin-bottom: 2px;
                    margin-left: 3px;
                }

            .mfst ul li h4:hover {
                color: #ff4d4d
            }
/*悬浮*/
.xuanfu {
    width: 50px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    background-color: #fff;
    box-shadow: -1px 1px 4px #e8e8e8;
    padding-top: 120px;
    padding-bottom: 140px;
}

    .xuanfu > div {
        margin-bottom: 2px;
        padding: 0 10px;
        text-align: center;
    }

        .xuanfu > div > a > img {
            padding-top: 4px;
        }

        .xuanfu > div > a > p {
            padding: 4px 0;
            line-height: 18px;
            font-size: 12px;
            color: #666;
        }

    .xuanfu ul {
        idth: 50px;
        margin: 0 auto;
    }

        .xuanfu ul li {
            width: 100%;
            height: 74px;
            border-top: 1px solid #e2e2e2;
            text-align: center;
            position: relative;
        }

            .xuanfu ul li a {
                width: 100%;
                height: 100%;
                display: block;
                padding: 32px 10px 0;
                color: #666;
                font-size: 12px;
            }

            .xuanfu ul li .qqdd {
                padding: 42px 10px 0;
            }

            .xuanfu ul li:hover a {
                color: #fff;
            }

    .xuanfu .zxkf {
        text-align: center;
        background: url(/content/images/icon_kefu.png) no-repeat center top 6px;
    }

        .xuanfu .zxkf:hover {
            background: url(/content/images/icon_kefu2.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .qiandao {
        background: url(/content/images/icon_qiandao.png) no-repeat center top 12px #fff;
    }

        .xuanfu .qiandao:hover {
            background: url(/content/images/icon_qiandao2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .zhuanqian {
        background: url(/content/images/icon_zhuanqian.png) no-repeat center top 12px #fff;
    }

        .xuanfu .zhuanqian:hover {
            background: url(/content/images/icon_zhuanqian2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .tieba {
        background: url(/content/images/icon_tieba.png) no-repeat center top 12px #fff;
    }

        .xuanfu .tieba:hover {
            background: url(/content/images/icon_tieba2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .fankui {
        background: url(/content/images/icon_fankui.png) no-repeat center top 12px #fff;
    }

        .xuanfu .fankui:hover {
            background: url(/content/images/icon_fankui2.png) no-repeat center top 12px #ff4d4d;
        }

    .xuanfu .apxz {
        background: url(/content/images/icon_app2.png) no-repeat center top 6px #fff;
    }

        .xuanfu .apxz:hover {
            background: url(/content/images/icon_app2_s.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .gzh2 {
        background: url(/content/images/icon_gzh2.png) no-repeat center top 6px #fff;
    }

        .xuanfu .gzh2:hover {
            background: url(/content/images/icon_gzh2_s.png) no-repeat center top 6px #ff4d4d;
        }

    .xuanfu .apxz .appm {
        width: 270px;
        height: 155px;
        background: url(../images/wem_bg2.png) no-repeat;
        left: -270px;
        top: -35px;
        position: absolute;
        padding-right: 16px;
        padding-left: 5px;
        display: none;
    }

    .xuanfu .apxz:hover .appm {
        display: block;
    }

    .xuanfu .apxz .appm div {
        width: 50%;
        float: left;
        padding: 14px 10px;
        color: #555;
    }

        .xuanfu .apxz .appm div img {
            width: 100%;
            margin-bottom: 4px;
        }

    .xuanfu .gzh2 .gzhm {
        width: 130px;
        height: 120px;
        position: absolute;
        top: -25px;
        left: -130px;
        padding: 6px;
        background: url(/content/images/wem_bg.png) no-repeat;
        padding-right: 16px;
        display: none;
    }

    .xuanfu .gzh2:hover .gzhm {
        display: block;
    }

    .xuanfu .gzh2 .gzhm img {
        width: 100%;
        margin-bottom: 4px;
    }


/*无数据*/
.wsj {
    width: 100%;
    text-align: center;
    margin-top: 100px;
}

    .wsj p {
        text-align: center;
        padding-top: 30px;
        font-size: 15px;
        color: #666;
    }

/*问老师页面*/
.bx .dy_wls {
    padding: 20px 0;
    margin-bottom: 30px;
}

    .bx .dy_wls .dylstd {
        clear: both;
        background: url(/content/images/dylstd_bj.png) no-repeat center;
        height: 58px;
    }

    .bx .dy_wls h2 {
        text-align: center;
        line-height: 60px;
    }

        .bx .dy_wls h2::after {
            content: " ";
            border-bottom: 3px solid#333;
            width: 50px;
            display: block;
            margin: 0 auto;
            padding-top: 10px;
        }

.bx .laoshi_td {
    background-color: #fff;
    padding: 30px 0;
    border-radius: 8px;
    box-shadow: 1px 1px 6px #ddd;
    display: inline-block;
    margin-bottom: 30px;
}

    .bx .laoshi_td .teacher {
        width: 20%;
        float: left;
    }

        .bx .laoshi_td .teacher .laoshi1 {
            width: 100%;
            text-align: center;
            border-right: 1px solid#eee;
        }

            .bx .laoshi_td .teacher .laoshi1 img {
                width: 116px;
            }

            .bx .laoshi_td .teacher .laoshi1 p {
                font-size: 16px;
                font-weight: bold;
                line-height: 36px;
                color: #333;
            }

            .bx .laoshi_td .teacher .laoshi1 span {
                font-size: 14px;
                color: #888;
            }

    .bx .laoshi_td .jainjie {
        width: 60%;
        padding: 0 30px;
        display: inline-block;
        border-right: 1px solid#eee;
    }

        .bx .laoshi_td .jainjie h4 {
            font-size: 16px;
            color: #333;
            padding: 10px 0;
        }

            .bx .laoshi_td .jainjie h4 a {
                background-color: #fff4ed;
                color: #eb907b;
                padding: 4px 16px;
                border-radius: 20px;
                margin-right: 20px;
                font-size: 13px;
                font-weight: normal;
            }

            .bx .laoshi_td .jainjie h4 .a1 {
                margin-left: 40px;
            }

        .bx .laoshi_td .jainjie p {
            font-size: 13px;
            color: #666;
            line-height: 26px;
            text-align: justify;
        }

    .bx .laoshi_td .xttw {
        width: 20%;
        float: right;
        text-align: center;
    }

        .bx .laoshi_td .xttw p {
            font-size: 14px;
            color: #999;
            padding: 20px 0;
        }

            .bx .laoshi_td .xttw p span {
                font-size: 14px;
                color: #ff4d4d;
            }

        .bx .laoshi_td .xttw .tw {
            margin: 10px 0 20px;
            ;
            display: inline-flex;
        }

            .bx .laoshi_td .xttw .tw a {
                background: linear-gradient(to left,#ff403a,#ff6a49);
                padding: 6px 20px;
                border-radius: 20px;
                color: #fff;
            }

        .bx .laoshi_td .xttw a img {
            padding-right: 6px;
        }

        .bx .laoshi_td .xttw .ckzy a {
            border: 1px solid#ff4d4d;
            padding: 6px 20px;
            border-radius: 20px;
            color: #ff4d4d;
        }

            .bx .laoshi_td .xttw .ckzy a img {
                vertical-align: top;
            }

/*师资详情*/
.con .toutu2 {
    width: 100%;
    background: url("/content/images/szxq_bj.png")no-repeat center;
    display: table;
    height: 273px;
    position: relative;
}

    .con .toutu2 .conner {
        max-width: 1200px;
        margin: 0 auto;
    }

        .con .toutu2 .conner .bx-tt {
            padding-top: 30px;
            display: flow-root;
        }

            .con .toutu2 .conner .bx-tt .daohang {
                color: #fff;
                float: left;
                line-height: 39px;
            }

            .con .toutu2 .conner .bx-tt p a {
                color: #fff;
            }

        .con .toutu2 .conner .bx .bx-r {
            float: right;
        }

            .con .toutu2 .conner .bx .bx-r a {
                float: left;
                padding: 0 20px;
                border-right: 1px solid#637498;
                text-align: center;
            }

                .con .toutu2 .conner .bx .bx-r a:last-child {
                    border-right: 0;
                }

                .con .toutu2 .conner .bx .bx-r a h4 {
                    color: #fff;
                }

                .con .toutu2 .conner .bx .bx-r a p {
                    color: #fff;
                }

                    .con .toutu2 .conner .bx .bx-r a p .fa {
                        padding-right: 4px;
                    }

    .con .toutu2 .laoshi_zl {
        background-color: #fff;
        padding: 30px 0;
        border-radius: 10px;
        clear: both;
        margin-top: 20px;
    }

.box .laoshi_td {
    background-color: #fff;
    padding: 60px 0;
    border-radius: 8px;
    box-shadow: 1px 1px 6px #ddd;
    display: inline-block;
    margin-bottom: 30px;
    position: absolute;
    max-width: 1200px;
    top: 100px;
}

    .box .laoshi_td .teacher {
        width: 20%;
        float: left;
    }

        .box .laoshi_td .teacher .laoshi1 {
            width: 100%;
            text-align: center;
        }

            .box .laoshi_td .teacher .laoshi1 img {
                width: 160px;
            }

    .box .laoshi_td .jainjie {
        width: 80%;
        padding-right: 38px;
        display: inline-block;
    }

        .box .laoshi_td .jainjie h4 {
            font-size: 26px;
            color: #333;
        }

            .box .laoshi_td .jainjie h4 span {
                font-size: 16px;
                color: #666;
                padding-left: 14px;
                font-weight: normal;
            }

            .box .laoshi_td .jainjie h4 .a1 {
                background-color: #fff4ed;
                color: #eb907b;
                padding: 4px 16px;
                border-radius: 20px;
                margin-left: 40px;
                font-size: 13px;
                font-weight: normal;
            }

            .box .laoshi_td .jainjie h4 .aa {
                background: linear-gradient(to left,#ff403a,#ff6a49);
                padding: 6px 20px;
                border-radius: 20px;
                color: #fff;
                float: right;
                font-size: 14px;
                font-weight: normal;
            }

                .box .laoshi_td .jainjie h4 .aa img {
                    padding-right: 6px;
                }

        .box .laoshi_td .jainjie p {
            font-size: 14px;
            color: #666;
            line-height: 26px;
            text-align: justify;
            padding: 20px 0;
        }

        .box .laoshi_td .jainjie .scly {
            font-size: 16px;
        }

.con .kc_dy {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 140px;
    clear: both;
    display: flow-root;
}

    .con .kc_dy .tiku_left {
        width: 100%;
        box-shadow: 1px 1px 6px #ddd;
    }

        .con .kc_dy .tiku_left .dy_list {
            margin-top: 0px;
        }

        .con .kc_dy .tiku_left .sxlb1_kj {
            background-color: #fff;
            padding: 20px 18px;
            display: inline-block;
        }

            .con .kc_dy .tiku_left .sxlb1_kj li {
                float: left;
                width: 25%;
                padding: 20px;
            }

                .con .kc_dy .tiku_left .sxlb1_kj li img {
                    width: 100%;
                    border-radius: 8px;
                }

                .con .kc_dy .tiku_left .sxlb1_kj li h4 {
                    font-size: 14px;
                    color: #333;
                    line-height: 40px;
                    font-weight: normal;
                }

                .con .kc_dy .tiku_left .sxlb1_kj li p {
                    font-size: 16px;
                    color: #ff8330;
                }

                    .con .kc_dy .tiku_left .sxlb1_kj li p b {
                        font-size: 12px;
                        color: #999;
                        padding-left: 16px;
                        font-style: normal;
                        text-decoration: line-through;
                        font-weight: normal;
                    }

                    .con .kc_dy .tiku_left .sxlb1_kj li p span {
                        float: right;
                        color: #999;
                        font-size: 14px;
                        padding-top: 2px;
                    }

                        .con .kc_dy .tiku_left .sxlb1_kj li p span .fa {
                            padding-right: 6px;
                            vertical-align: text-top;
                            padding-top: 2px;
                        }

.tiku_left .dy_xxlb .dy_info .nml {
    color: #999;
    font-size: 12px;
}

    .tiku_left .dy_xxlb .dy_info .nml b {
        color: #999;
        padding-left: 20px;
        font-weight: normal;
        font-size: 12px;
    }

.tiku_left .dy_xxlb ul li .dyxgj .huida {
    color: #999;
    font-size: 14px;
}

    .tiku_left .dy_xxlb ul li .dyxgj .huida img {
        width: 27px;
        margin-right: 16px;
    }

/*关注的老师*/
.bx .laoshi_td .jainjie .jjxq {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bx .laoshi_td .teacher1 {
    width: 20%;
    float: left;
}

    .bx .laoshi_td .teacher1 .laoshi1 {
        width: 100%;
        text-align: center;
        border-right: 1px solid#eee;
    }

        .bx .laoshi_td .teacher1 .laoshi1 img {
            width: 80px;
        }

        .bx .laoshi_td .teacher1 .laoshi1 p {
            font-size: 16px;
            font-weight: bold;
            line-height: 36px;
            color: #333;
        }

        .bx .laoshi_td .teacher1 .laoshi1 span {
            font-size: 14px;
            color: #888;
        }

.bx .laoshi_td .jainjie .scly {
    padding-top: 24px;
}

.bx .laoshi_td .xttw .tcwt {
    margin-top: 0px;
}

    .bx .laoshi_td .xttw .tcwt a {
        padding: 4px 20px;
    }

.bx .laoshi_td .xttw .ckzy1 a {
    padding: 4px 20px;
}

.bx .tiku_left .bjys {
    background-color: #fff;
    padding: 20px;
    border: 1px solid #f5f5f5;
    min-height: 1175px;
}

    .bx .tiku_left .bjys .wgzd_ls {
        padding-bottom: 20px;
    }

    /*关注的老师提示*/
    .bx .tiku_left .bjys .wgz_ls {
        text-align: center;
        padding-top: 120px;
    }

        .bx .tiku_left .bjys .wgz_ls p {
            color: #999;
        }

/*话题详情页*/
.tiku_left .wtnr .huati_tw {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0 30px;
}

.tiku_left .dy_xxlb .dy_info .time_z_kg .taolun {
    border: 0;
    background: none;
    color: #666;
    font-size: 12px;
}

    .tiku_left .dy_xxlb .dy_info .time_z_kg .taolun img {
        width: 16px;
        margin-right: 6px;
    }

.tiku_left .dy_xxlb .dy_info .tld_ht {
    line-height: 48px;
    padding-bottom: 0px;
}

.tiku_left .dy_xxlb ul .cyhttl {
    padding: 10px 30px 0px;
}

/*分类问答列表*/
.con .tw_wls_sm {
    max-width: 1200px;
    margin: 0 auto;
    display: flow-root;
    background-color: #fff;
    margin-bottom: 12px;
    border: 1px solid #eee;
    padding: 20px;
}

    .con .tw_wls_sm li {
        width: 33.33%;
        float: left;
        padding: 0 10px;
    }

        .con .tw_wls_sm li .xx_info1 {
            background-color: #fff4ef;
            float: left;
            width: 100%;
            border-radius: 6px;
        }

            .con .tw_wls_sm li .xx_info1 .info_left1 {
                float: left;
                margin: 16px 20px;
                ;
            }

            .con .tw_wls_sm li .xx_info1 .info_right1 {
                float: left;
                padding-top: 16px;
            }

                .con .tw_wls_sm li .xx_info1 .info_right1 p {
                    font-size: 14px;
                    line-height: 36px;
                    color: #999;
                    font-weight: normal;
                }

            .con .tw_wls_sm li .xx_info1 .qtw {
                float: right;
                padding: 16px 8px 0 0;
            }

                .con .tw_wls_sm li .xx_info1 .qtw a {
                    background: linear-gradient(to left,#ff403a,#ff6a49);
                    padding: 4px 12px;
                    border-radius: 50px;
                    color: #fff;
                    font-size: 12px;
                }

        .con .tw_wls_sm li .li3 .info_left1 img {
            width: 65px;
        }

        .con .tw_wls_sm li .li2 {
            background-color: #e8faf6;
        }

            .con .tw_wls_sm li .li2 .qtw a {
                background: linear-gradient(to right,#7dd6a7,#6dbeb9);
            }

        .con .tw_wls_sm li .li3 {
            background-color: #f3ecfc;
        }

            .con .tw_wls_sm li .li3 .info_left1 {
                margin: 5px 10px;
            }

            .con .tw_wls_sm li .li3 .info_right1 h4 {
                color: #9b6bc3;
            }

.tiku_left .dy_list1 {
    margin: 0;
    margin-top: -2px;
}

/*答疑页面修改*/

.tiku_left .wtnr .xyxx3_t {
    width: 100%;
    height: 52px;
    margin-top: 30px;
}

    .tiku_left .wtnr .xyxx3_t .xytx3 {
        width: 52px;
        height: 52px;
        float: left;
        margin-right: 15px;
        border-radius: 2px;
        overflow: hidden;
    }

        .tiku_left .wtnr .xyxx3_t .xytx3 img {
            width: 100%;
            border-radius: 50%;
        }

    .tiku_left .wtnr .xyxx3_t .txxx3 {
        line-height: 26px;
    }

        .tiku_left .wtnr .xyxx3_t .txxx3 p {
            font-size: 15px;
        }

            .tiku_left .wtnr .xyxx3_t .txxx3 p span {
                color: #999;
                font-size: 13px;
                margin-right: 40px;
            }

        .tiku_left .wtnr .xyxx3_t .txxx3 .time_li_xg {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

            .tiku_left .wtnr .xyxx3_t .txxx3 .time_li_xg a {
                display: flex;
                align-items: center;
                font-size: 13px;
                border: 1px solid#ddd;
                padding: 4px 14px;
                border-radius: 40px;
                color: #666;
            }

                .tiku_left .wtnr .xyxx3_t .txxx3 .time_li_xg a img {
                    margin-left: 4px;
                    width: 22px;
                }

        .tiku_left .wtnr .xyxx3_t .txxx3 p .suiwu {
            border: 1px solid#ff674b;
            color: #ff674b;
            font-size: 12px;
            padding: 2px 6px;
            border-radius: 4px;
            margin-left: 10px;
        }

.container_t {
    width: 1160px;
    margin: 50px auto 0
}

.article_content {
    color: #454545;
    padding: 20px 30px 0 30px;
}

.readall_box {
    position: relative;
    z-index: 9999;
    padding: 0 0 25px;
    margin-top: -100px;
    text-align: center;
    background: -webkit-gradient(linear,0 top,0 bottom,from(rgba(255,255,255,0)),to(#fff));
}

    .readall_box .read_more_mask {
        height: 100px;
    }

.read_more_btn {
    cursor: pointer;
    font-size: 16px;
    color: #ffffff;
    border-radius: 40px;
    line-height: 40px;
    background: linear-gradient(to right,#ff403a,#ff6a49);
    width: 200px;
    height: 40px;
    display: inline-block;
}

.tiku_left .tab-content2 {
    margin-top: 12px;
    padding: 30px 25px 10px;
    width: 100%;
    float: left;
    background: #fff;
    margin-bottom: 12px;
}

.tiku_left .ddyl {
    padding-bottom: 16px;
}

    .tiku_left .ddyl h4 {
        color: #333;
        font-size: 16px;
    }

.tiku_left .tab-content .wntj ul {
    overflow: hidden;
    width: 100%;
}

    .tiku_left .tab-content .wntj ul li:first-child {
        margin-left: 0px;
    }

    .tiku_left .tab-content .wntj ul li:last-child {
        margin-right: 0px;
    }

    .tiku_left .tab-content .wntj ul li {
        width: calc(33.3% - 13.1px);
        float: left;
        /*padding: 0 0 10px;*/
        margin: 0 10px 20px;
        cursor: pointer;
        position: relative;
        background-color: #f8f8f8;
    }

        .tiku_left .tab-content .wntj ul li .mf_zbk_bt {
            padding: 14px;
        }

        .tiku_left .tab-content .wntj ul li img {
            width: 100%;
        }

        .tiku_left .tab-content .wntj ul li h3 {
            font-size: 14px;
            font-weight: normal;
            color: #545e64;
            /*padding-bottom: 12px;*/
            letter-spacing: 1px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .tiku_left .tab-content .wntj ul li h3 a {
                color: #545e64;
            }

        .tiku_left .tab-content .wntj ul li p {
            font-size: 14px;
            color: #a87149;
            line-height: 22px;
        }

            .tiku_left .tab-content .wntj ul li p a {
                font-size: 14px;
                color: #ff8330;
                float: right;
                border: 1px solid#ff8330;
                padding: 0 10px;
                border-radius: 6px;
            }

.con .tiku_left .main_bx .tab-content2 {
    margin-top: 12px;
    padding: 30px 25px 10px;
    margin-bottom: 60px;
}

.course-item {
    float: left;
    margin-right: 20px;
    margin-top: 18px;
    width: 224px;
}

    .course-item.last {
        margin-right: 0 !important;
    }

.carousel-control {
    top: 40% !important;
    margin-top: -4px;
    width: 26px !important;
    height: 36px;
    line-height: 36px;
    background-color: #a7a7a7;
    opacity: 0.4;
}

    .carousel-control:hover {
        background-color: #666;
    }

.upg-icons.arrow-left {
    width: 8px;
    height: 15px;
    background-position: -2px -2px;
}

.upg-icons {
    display: inline-block;
    background-image: url(/content/images/upg_icons.png);
}

.carousel-control.right {
    right: 0;
    left: auto;
}

.upg-icons.arrow-right {
    width: 8px;
    height: 15px;
    background-position: -2px -21px;
}

.no_daan_tw {
    background: url("/content/images/dayi_twwt_bj.jpg")no-repeat center;
    height: 76px;
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

    .no_daan_tw h4 {
        color: #3376cd;
        font-family: SourceHanSansSC-Medium-2;
        font-size: 23px;
        font-weight: normal;
    }

    .no_daan_tw a {
        background: linear-gradient(to right,#ff515a,#ff7945);
        font-size: 16px;
        color: #fff;
        width: 140px;
        height: 36px;
        line-height: 36px;
        text-align: center;
        border-radius: 50px;
    }

.tiku_right .fldh_t {
    padding: 15px 0;
}

.tiku_right .dysm_t {
    padding: 10px 0 10px;
    margin-bottom: 0;
}

    .tiku_right .dysm_t p {
        padding-bottom: 15px;
    }

.tiku_right .fldh .sxsy::before {
    content: " ";
    background: url(/content/images/icon4.png) no-repeat center;
}

.tiku_right .fldh ul li:hover .sxsy::before {
    content: " ";
    background: url(/content/images/icon4_t.png) no-repeat center;
}

.tiku_right .fldh .zzlx::before {
    content: " ";
    background: url("/content/images/icon5.png") no-repeat center;
}

.tiku_right .fldh ul li:hover .zzlx::before {
    content: " ";
    background: url(/content/images/icon5_t.png) no-repeat center;
}

.tiku_right .fldh .yjwc::before {
    content: " ";
    background: url("/content/images/icon6.png") no-repeat center;
    vertical-align: top;
}

.tiku_right .fldh ul li:hover .yjwc::before {
    content: " ";
    background: url(/content/images/icon6_t.png) no-repeat center;
}

.tiku_right .xx_info_t {
    float: none;
    margin-bottom: 12px;
}

    .tiku_right .xx_info_t .info_left {
        margin: 23px 13px 0 15px;
    }

.tiku_right .jxhf .rmkcbt p {
    display: flex;
    align-items: center;
}

    .tiku_right .jxhf .rmkcbt p img {
        padding-right: 6px;
    }

.tiku_left .wtnr .xyxx2 .xytx2 .zb_z {
    position: absolute;
    z-index: 1;
}

    .tiku_left .wtnr .xyxx2 .xytx2 .zb_z > div {
        text-align: center;
        padding-top: 16px;
        width: 52px;
        height: 46px;
    }

    .tiku_left .wtnr .xyxx2 .xytx2 .zb_z img {
        width: 30px;
    }

    .tiku_left .wtnr .xyxx2 .xytx2 .zb_z a {
        background: linear-gradient(to right,#ff515a,#ff7945);
        font-size: 12px;
        color: #fff;
        padding: 2px 4px;
        border-radius: 20px;
        display: flow-root;
        height: 22px;
        line-height: 16px;
    }

.tiku_left .wtnr .xyxx2 .xytx2 .teacher_tx {
    width: 56px;
    height: 56px;
    overflow:hidden;
}

.tody_mfzbk {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 12px;
}

    .tody_mfzbk h4 {
        font-size: 16px;
        font-weight: bold;
        margin-bottom: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid#f1f1f1;
    }

    .tody_mfzbk .zxt {
        position: relative;
    }

        .tody_mfzbk .zxt > img {
            width: 100%;
        }

        .tody_mfzbk .zxt .wyt {
            position: absolute;
            background-color: #420810;
            height: 44px;
            bottom: 0;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 16px;
            color: #fff;
        }

            .tody_mfzbk .zxt .wyt img {
                margin-right: 10px;
            }

.row .srk-info1 .xyxx2 {
    width: 100%;
    margin-bottom: 10px;
    clear: both;
    display: flex;
    align-items: center;
    padding-bottom: 10px;
}

    .row .srk-info1 .xyxx2 .xytx2 .teacher_tx {
        width: 56px;
        height: 56px;
    }

        .row .srk-info1 .xyxx2 .xytx2 .teacher_tx img {
            width: 100%;
            border-radius: 50%;
        }

    .row .srk-info1 .xyxx2 .txxx2 {
        line-height: 26px;
        margin-left: 10px;
    }

        .row .srk-info1 .xyxx2 .txxx2 p {
            font-size: 14px;
            display: flex;
            align-items: center;
            padding-bottom: 3px;
            color: #fff;
        }

            .row .srk-info1 .xyxx2 .txxx2 p .gfdyls {
                margin-left: 10px;
                display: flex;
                align-items: center;
                color: #fff;
                font-size: 13px;
            }

            .row .srk-info1 .xyxx2 .txxx2 p em {
                font-size: 14px;
                font-family: SourceHanSansSC-Medium-2;
                font-style: normal;
            }

            .row .srk-info1 .xyxx2 .txxx2 p span {
                color: #fff;
                font-size: 13px;
            }

            .row .srk-info1 .xyxx2 .txxx2 p i {
                font-style: normal;
            }

            .row .srk-info1 .xyxx2 .txxx2 p b {
                color: #fff;
                font-size: 13px;
                font-style: normal;
                font-weight: normal;
            }

            .row .srk-info1 .xyxx2 .txxx2 p span img {
                margin-left: 10px;
            }

.row .srk-info1 .ewm {
    text-align: center;
    margin-top: 15px;
}

    .row .srk-info1 .ewm h4 {
        font-size: 16px;
        padding: 10px 0 6px;
        color: #333;
        font-weight: normal;
    }

    .row .srk-info1 .ewm p {
        color: #e13b29;
        font-size: 16px;
    }

.mask2 {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.close_btn2 {
    font-family: arial;
    font-size: 20px;
    background-color: #fff;
    border-radius: 50%;
    color: #333 !important;
    float: right;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    margin-right: -22px;
    margin-top: -22px;
}

    .close_btn2:hover {
        background-color: #fff;
        margin-right: -22px;
        margin-top: -22px;
    }

.tj_fl {
    padding: 24px 30px 15px;
}

    .tj_fl a {
        width: 80px;
        height: 30px;
        border: 1px solid#e2e2e2;
        color: #666;
        border-radius: 4px;
        display: inline-block;
        line-height: 30px;
        text-align: center;
        margin-right: 11.8px;
        margin-bottom: 10px;
    }

        .tj_fl a:nth-child(9n) {
            margin-right: 0;
        }

        .tj_fl a.hit {
            border: 1px solid#ffac9c;
            background-color: #fff4ee;
            color: #ff4633;
        }

/*改*/

#LoginBox2 .row_t img {
    width: 120px;
    padding-top: 10px;
}

#LoginBox2 .row_t {
    height: 178px;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px 6px #ddd;
}

    #LoginBox2 .row_t p {
        font-size: 15px;
        padding-top: 10px;
        font-family: SourceHanSansSC-Medium-2;
    }

#LoginBox2 {
    position: absolute;
    left: 60px;
    top: 0px;
    width: 154px;
    height: 178px;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

.tiku_left .wtnr .xyxx2 .xytx2 {
    float: left;
    margin-right: 15px;
    border-radius: 2px;
    position: relative;
    height: 70px;
}

.qtwt ul li .wen span {
    background-color: #ff8666;
    color: #fff;
    padding: 6px 8.2px;
    border-radius: 50%;
    margin-right: 10px;
}

.con .bx .tiku_left .wxts {
    background: url("/content/images/dayi_twwt_bj1.jpg")no-repeat center;
    height: 70px;
    margin-top: 15px;
    display: flex;
    align-items: center;
    padding: 0 40px;
    justify-content: space-between;
}

    .con .bx .tiku_left .wxts .wxts_tb img {
        margin-right: 6px;
    }

    .con .bx .tiku_left .wxts a {
        background: linear-gradient(to right,#ff515a,#ff7945);
        color: #fff;
        padding: 4px 14px;
        border-radius: 40px;
    }

.no_daan_tw h4 {
    color: #fff;
    font-family: SourceHanSansSC-Medium-2;
    font-size: 23px;
    font-weight: normal;
}

.no_daan_tw {
    background: url("/content/images/question/dayi_twwt_bj2.jpg")no-repeat center;
    height: 76px;
    width: 100%;
    margin-top: 15px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.tiku_right .dysm_t {
    padding: 10px 0 20px;
    margin-bottom: 0;
}

.tody_mfzbk .zxt ul li {
    padding: 10px 0;
    border-bottom: 1px dotted#ddd;
}

.tody_mfzbk .zxt p {
    color: #a87149;
    font-size: 14px;
}

.tody_mfzbk .zxt h3 {
    font-weight: normal;
    font-size: 15px;
    color: #333;
    padding: 10px 0;
    display: flex;
    align-items: center;
}

    .tody_mfzbk .zxt h3 img {
        margin-right: 6px;
    }

.tody_mfzbk .zxt .zj {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

    .tody_mfzbk .zxt .zj span {
        color: #999;
        font-size: 12px;
    }

    .tody_mfzbk .zxt .zj a {
        background: linear-gradient(to right,#ff515a,#ff7945);
        color: #fff;
        padding: 4px 10px;
        border-radius: 40px;
        font-size: 12px;
    }

    .tody_mfzbk .zxt .zj:hover .LoginBox3 {
        display: block;
    }

.LoginBox3 .row_t img {
    width: 120px;
    padding-top: 10px;
}

.LoginBox3 .row_t {
    height: 178px;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px 6px #ddd;
}

    .LoginBox3 .row_t p {
        font-size: 15px;
        padding-top: 10px;
        font-family: SourceHanSansSC-Medium-2;
    }

.LoginBox3 {
    position: absolute;
    left: 20px;
    top: 0px;
    width: 154px;
    height: 178px;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

.tiku_left .wtnr .xyxx2 .xytx2 {
    float: left;
    margin-right: 15px;
    border-radius: 2px;
    position: relative;
    height: 70px;
}

    .tiku_left .wtnr .xyxx2 .xytx2:hover #LoginBox2 {
        display: block;
    }

.rmkc .jxhd ul li h4 {
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #666;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.rmkc .jxhd ul li {
    width: 100%;
    padding: 14px 0;
    border-bottom: 1px dashed #ddd;
    cursor: pointer;
    border-right: 0;
    display: flex;
    align-items: center;
}

    .rmkc .jxhd ul li img {
        margin-right: 10px;
    }

.tiku_left .tab-content .wntj ul li img {
    width: 273px;
    height: 165px;
}

.rmkc .jxhd .ckgd {
    background-color: #e8f0fa;
    display: block;
    text-align: center;
    padding: 10px 0;
    color: #3274d7;
}

.rmkc .jxhd {
    width: 100%;
    padding-bottom: 20px;
}

/* 登录遮罩masking */
.masking {
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.LoginBox_t {
    position: fixed;
    left: 33%;
    top: 28%;
    background: white;
    width: 650px;
    height: 382px;
    border-radius: 7px;
    z-index: 10000;
    display: none;
}

    .LoginBox_t .row1 {
        background: #f7f7f7;
        padding: 0px 20px;
        line-height: 50px;
        height: 50px;
        font-weight: normal;
        color: #666;
        font-size: 14px;
        border-radius: 6px;
        border: 0;
    }

    .LoginBox_t .row {
        padding: 0px 30px;
        font-family: 华文楷体;
        font-size: x-large;
    }

        .LoginBox_t .row .srk-info {
            padding-top: 10px;
        }

            .LoginBox_t .row .srk-info textarea {
                width: 100%;
                height: 100px;
                font-size: 14px;
                padding: 6px;
                line-height: normal;
                border: 1px solid#ccc;
            }

    .LoginBox_t .close_btn {
        font-family: arial;
        font-size: 20px;
        background-color: #dddddd;
        border-radius: 50%;
        color: #fff !important;
        float: right;
        width: 20px;
        height: 20px;
        line-height: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .LoginBox_t .srk-info .twt .clear {
        padding: 0;
    }

        .LoginBox_t .srk-info .twt .clear h4 {
            margin: 0;
        }

    .LoginBox_t .srk-info .twt ul {
        width: calc(100% - 90px);
        float: left;
    }

        .LoginBox_t .srk-info .twt ul li {
            position: relative;
            padding: 0 0 0px 30px;
            margin-right: 25px;
            float: left;
            height: 34px;
            line-height: 34px;
            font-weight: 600;
        }

            .LoginBox_t .srk-info .twt ul li label {
                font-size: 14px;
                vertical-align: top;
                margin-top: -1px;
            }

    .LoginBox_t .tjtp {
        width: 100%;
        overflow: hidden;
        padding: 12px 6px 10px 0;
    }

        .LoginBox_t .tjtp .adtp {
            margin-bottom: 10px;
            display: inline;
        }

        .LoginBox_t .tjtp .tpqu ul {
            margin: 0;
        }

            .LoginBox_t .tjtp .tpqu ul li {
                width: 50px;
                height: 50px;
                float: left;
                margin-right: 18px;
                cursor: pointer;
                position: relative;
            }

                .LoginBox_t .tjtp .tpqu ul li img {
                    width: 100%;
                    height: 100%;
                }

                .LoginBox_t .tjtp .tpqu ul li .shanchu {
                    width: 14px;
                    height: 14px;
                    background: #ff4d4d;
                    border: 1px solid #ff4d4d;
                    border-radius: 100%;
                    position: absolute;
                    right: -10px;
                    top: -7px;
                    color: #fff;
                    font-size: 6px;
                    line-height: 11px;
                    text-align: center;
                    font-weight: normal;
                    font-family: emoji;
                }

        .LoginBox_t .tjtp p {
            font-size: 12px;
            color: #999;
            line-height: 50px;
        }

        .LoginBox_t .tjtp .dlh_p {
            display: inline;
        }

        .LoginBox_t .tjtp .tjwi {
            width: 88px;
            height: 32px;
            float: right;
            display: block;
            background: linear-gradient(to right,#ff403a,#ff6a49);
            font-size: 14px;
            color: #fff;
            border-radius: 40px;
            text-align: center;
            line-height: 32px;
            margin-top: 9px;
            box-shadow: 0px 1px 4px #9c2420;
        }

        .LoginBox_t .tjtp .dlh_tjwi {
            float: right !important;
            margin-right: 0 !important;
        }

        .LoginBox_t .tjtp .adtp a {
            float: left;
            margin-right: 20px;
        }

    .LoginBox_t .close_btn2 {
        background-color: #cecece;
        margin-right: -12px;
        margin-top: 7px;
    }
