.container {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.grayText-99 {
    color: #999999;
}

.gray-99 {
    background: #999999 !important;
}

.redText {
    color: #f4523b;
}

.red {
    background: #f4523b;
}

.TYbutton {
    cursor: pointer;
    display: inline-block;
    box-sizing: border-box;
    margin-right: 15px;
    line-height: 35px;
    border-radius: 4px;
    text-align: center;
    min-width: 100px;
    padding: 0 10px;
    color: white;
    font-size: 14px;
    background: #3062eb;
    vertical-align: middle;
}

    .TYbutton a {
        color: white;
    }

    .TYbutton:last-of-type {
        margin: 0;
    }

.curriculum_banner {
    width: 100%;
}

body {
    min-height: 620px;
    min-width: 1200px;
}
/*登录*/
.TYlogin {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 100;
}

    .TYlogin.active {
        display: block;
    }

        .TYlogin.active .TYlogin_frame {
            top: 50%;
        }

.TYloginNone {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100;
}

.TYlogin_frame {
    z-index: 101;
    transition: all 0.5s;
    width: 500px;
    height: 600px;
    background: white;
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 30%;
}

.TYlogin_frameDel {
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 20px;
}

.TYlogin_frameTitle {
    width: 100%;
    margin-top: 60px;
    color: #333333;
    font-size: 18px;
    text-align: center;
}

.TYlogin_frameCenter {
    box-sizing: border-box;
    padding: 0 70px;
    margin-top: 20px;
}

    .TYlogin_frameCenter > div {
        width: 100%;
        position: relative;
        margin-bottom: 5px;
    }

        .TYlogin_frameCenter > div input {
            padding-left: 40px;
            box-sizing: border-box;
            border: 0;
            outline: none;
            border-bottom: 1px solid #e5e5e5;
            width: 100%;
            line-height: 50px;
            height: 50px;
        }

        .TYlogin_frameCenter > div img {
            position: absolute;
            left: 5px;
            top: 17.5px;
        }

.TYlogin_frameCenter1 {
    box-sizing: border-box;
    padding: 0 70px;
    color: #333333;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 20px;
    margin-top: 10px;
}

    .TYlogin_frameCenter1 input {
        width: 15px;
        height: 15px;
        vertical-align: sub;
        margin-right: 20px;
        margin-left: 5px;
    }

    .TYlogin_frameCenter1 a {
        float: right;
        color: #f4523b;
        font-size: 14px;
        vertical-align: sub;
    }

.TYlogin_frameButton {
    position: absolute;
    bottom: 90px;
    left: 50%;
    margin-left: -180px;
    cursor: pointer;
    width: 360px;
    height: 46px;
    line-height: 46px;
    color: white;
    font-size: 18px;
    text-align: center;
    background: #3062eb;
    border-radius: 4px;
}

    .TYlogin_frameButton input {
        width: 100%;
        height: 100%;
        outline: none;
        background: none;
        border: 0;
        color: white;
        cursor: pointer;
        font-size: 18px
    }

.TYlogin_back {
    position: absolute;
    bottom: 90px;
    left: 10px;
    cursor: pointer;
    border-bottom: 1px solid;
    color: #3062eb;
}

.TYlogin_frameBottom {
    width: 100%;
    text-align: center;
    font-size: 14px;
    position: absolute;
    bottom: 40px
}

    .TYlogin_frameBottom > div > span:first-of-type {
        margin-right: 50px;
    }

    .TYlogin_frameBottom > div > span:last-of-type, .TYlogin_frameBottom > div > span:last-of-type a {
        cursor: pointer;
        color: #3062eb;
    }

.TYregister_frameCenter {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 70px;
    margin-bottom: 50px;
}

    .TYregister_frameCenter > div {
        position: relative;
        width: 100%;
        position: relative;
        margin-bottom: 5px;
        border-bottom: 1px solid #e5e5e5;
    }

        .TYregister_frameCenter > div input {
            padding-left: 40px;
            box-sizing: border-box;
            border: 0;
            outline: none;
            width: 70%;
            line-height: 50px;
            height: 50px;
        }

        .TYregister_frameCenter > div img {
            position: absolute;
            left: 5px;
            top: 17.5px;
        }

    .TYregister_frameCenter div strong, .TYlogin_frameCenter div strong {
        color: #e00
    }

/*头部*/
.TYheader {
    width: 100%;
    height: 60px;
    background: #4475f8;
    color: white;
    min-width: 1200px;
}

    .TYheader a {
        color: white;
    }

.TYheader_logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

    .TYheader_logo img {
        vertical-align: middle;
    }

.TYheader_nav {
    position: absolute;
    left: 50%;
    margin-left: -25%;
    line-height: 60px;
}

    .TYheader_nav > div {
        transition: background 0.5s;
        -moz-transition: background 0.5s;
        -webkit-transition: background 0.5s;
        -o-transition: background 0.5s;
        box-sizing: border-box;
        height: 60px;
        display: inline-block;
        vertical-align: top;
        padding: 0 10px;
        cursor: pointer;
        margin-left: 50px;
    }

        .TYheader_nav > div:hover, .TYheader_nav > div.active {
            background: #3062eb;
            border-top: 4px solid #f8a608;
            line-height: 50px;
        }

.TYheader_login {
    float: right;
    height: 60px;
    line-height: 60px;
}
/*.TYheader_login.active .TYheader_login_wdl{display: none;}*/
.TYheader_login_ydl {
    display: inline-block;
}

.TYheader_login_wdl > div {
    height: 60px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 60px;
}
/*.TYheader_login_ydl{display: none;}*/
.TYheader_login_ydl div {
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.TYheader_login_dl {
    margin-left: 60px;
    border: 1px solid white;
    display: inline-block;
    height: 30px;
    width: 30px;
    overflow: hidden;
    border-radius: 50%;
    line-height: 30px;
    margin-top: 15px;
    margin-right: 20px;
}

    .TYheader_login_dl img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        vertical-align: top !important;
    }

.TYheader_login > div img {
    vertical-align: middle;
}

.TYheader_search {
    vertical-align: top;
    position: relative;
    display: inline-block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

    .TYheader_search input {
        display: none;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .TYheader_search select {
        display: none;
    }

    .TYheader_search.active {
        margin-right: 200px;
    }

.TYheader_login.active .TYheader_search.active {
    margin-right: 240px;
}

.TYheader_login_wdl {
    display: inline-block;
}

.TYheader_search img {
    cursor: pointer;
}

    .TYheader_search img:nth-of-type(2) {
        display: none;
    }

.TYheader_search.active img {
    right: auto;
    position: absolute;
    top: 24px;
}

    .TYheader_search.active img:nth-of-type(2) {
        left: 0;
        right: auto;
        display: block;
        top: 24px;
    }

.TYheader_search.active input {
    color: white;
    display: block;
    width: 350px;
    height: 30px;
    margin-top: 15px;
    background: none;
    border: 0;
    outline: none;
    border-bottom: 1px solid white;
    float: left
}

.TYheader_search.active select {
    color: white;
    display: block;
    width: 100px;
    height: 30px;
    float: left;
    margin: 15px 5px 0 5px;
    background-color: #4475f8;
    border: 0.5px solid #ffffff;
    border-radius: 12px;
}

.TYsection {
    background: #f7f7f7;
    padding-bottom: 30px;
    word-wrap: break-word;
    word-break: break-all;
}

/*尾部*/
.TYfooter {
    width: 100%;
    min-width: 1200px;
}

.TYfooterTop {
    width: 100%;
    background: #495864;
    height: 260px;
    color: white;
}

    .TYfooterTop a {
        color: white;
    }

.TYfooterTop_left {
    float: left;
    padding: 20px 0;
    width: 50%;
    box-sizing: border-box;
}

.TYfooterTop_leftLogo {
    margin-bottom: 20px;
}

.TYfooterTop_leftText {
    line-height: 30px;
}

.TYfooterTop_leftLJ a {
    display: inline-block;
    margin-top: 20px;
    margin-right: 15px;
}

.TYfooterTop_right {
    float: left;
    width: 50%;
}

.TYfooterBottom {
    width: 100%;
    background: #354551;
    text-align: center;
    color: white;
    font-size: 14px;
    line-height: 40px;
}

.footer-quick-nav {
    width: 100%;
    float: left;
    margin-top: 65px;
}

    .footer-quick-nav > ul {
        display: block;
        padding: 0;
        float: right;
    }

        .footer-quick-nav > ul > li {
            width: 100px;
            float: left;
            margin-right: 40px;
        }

            .footer-quick-nav > ul > li:last-of-type {
                margin: 0;
            }

            .footer-quick-nav > ul > li > strong {
                color: #fff;
            }

            .footer-quick-nav > ul > li > a {
                color: #fff;
            }

            .footer-quick-nav > ul > li > dl {
                width: 100%;
                float: left;
                margin: 10px 0 0;
            }

                .footer-quick-nav > ul > li > dl > dd {
                    width: 100%;
                    float: left;
                    margin: 5px 0;
                }

                    .footer-quick-nav > ul > li > dl > dd > a {
                        color: #fff;
                    }

/*报名图*/
.index_baoming {
    width: 360px; /*height: 300px;*/
    margin-left: 20px;
}


/*轮播图*/
.train_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
    max-height: 700px;
}

    .train_banner .banner_images {
        width: 1000%;
    }

        .train_banner .banner_images li {
            float: left;
            width: 10%;
            position: relative;
        }

            .train_banner .banner_images li a {
                display: block;
                width: 100%
            }

                .train_banner .banner_images li a img {
                    display: block;
                    width: 100%;
                    object-fit: cover;
                }

    .train_banner .banner_index {
        position: absolute;
        width: 15px;
        right: 20px;
        height: 100%;
        top: 0;
    }

.banner_index-frame {
    vertical-align: middle;
    display: table-cell;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.train_banner .banner_index li {
    vertical-align: middle;
    transition: all 0.3s;
    float: left;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #FFFFFF;
    margin-bottom: 10px;
}

    .train_banner .banner_index li.current {
        transition: all 0.3s;
        background-color: #1998da;
        border-radius: 5px;
    }

    .train_banner .banner_index li:hover {
        transform: scale(1.5);
    }

    .train_banner .banner_index li.current:hover {
        transform: scale(1);
    }

.train_banner_left {
    cursor: pointer;
    transition: all 0.5s;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 5%;
    text-align: center;
    z-index: 5;
    color: #FFFFFF;
    opacity: 0.3;
    background: -webkit-linear-gradient(left, black, rgba(255,255,255,0)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, black, rgba(255,255,255,0)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, black, rgba(255,255,255,0)); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, black, rgba(255,255,255,0)); /* 标准的语法 */
}

.train_banner_right {
    cursor: pointer;
    transition: all 0.5s;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 5%;
    text-align: center;
    z-index: 5;
    color: #FFFFFF;
    opacity: 0.3;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0),black); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right,rgba(255,255,255,0),black); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right,rgba(255,255,255,0),black); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, rgba(255,255,255,0),black); /* 标准的语法 */
}

    .train_banner_left:hover, .train_banner_right:hover {
        display: block;
        opacity: 0.5;
    }

.train_banner_li {
    position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
}

.banner_imagesText {
    color: white;
    padding-left: 20px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: inherit;
    word-break: break-all;
    height: 50px;
    width: 100%;
    background: rgba(0,0,0,0.4);
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    left: 0;
}

.product_Top {
    width: 100%;
    padding-bottom: 20px;
    background: white;
}

.product_center_top {
    width: 100%;
    line-height: 50px;
}

    .product_center_top a {
        display: block
    }

    .product_center_top div {
        cursor: pointer;
        min-width: 100px;
        padding: 0 25px;
        font-size: 14px;
        color: #666666;
        background: #ebebeb;
        text-align: center;
        display: inline-block;
        float: left;
    }

        .product_center_top div.active {
            background: white;
            color: #f8a608;
        }

/*目录*/
.index_Nav {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
}

.index_NavCenter {
    width: 100%;
    font-size: 14px;
    color: #999999;
}

.index_NavLeft {
    float: left;
    width: 100px;
    font-size: 14px;
    color: #999999;
}

.index_NavRight {
    float: left;
    width: 1100px;
}

    .index_NavRight a {
        display: block;
        height: 100%;
        width: 100%
    }

    .index_NavRight span, .index_NavCenter span {
        display: inline-block;
        margin-right: 44px;
        width: 100px; /*float: left;*/
        color: #333333;
        cursor: pointer;
    }

        .index_NavRight span:hover a {
            color: #f8a608;
        }

        .index_NavRight span.active a, .index_NavCenter span.active {
            color: #f8a608;
        }

.index_NavRight_option img:last-of-type {
    display: none;
}

.index_NavRight_option.active img:last-of-type {
    display: inline-block;
}

.index_NavRight_option.active img:first-of-type {
    display: none;
}

/*分页*/
.index_CenterLeft_fenye {
    display: inline-block;
    padding: 25px 0;
}

    .index_CenterLeft_fenye > div {
        overflow: hidden;
        cursor: pointer;
        background: white;
        display: inline-block;
        border: 1px solid #e5e5e5;
        box-sizing: border-box;
        border-radius: 4px;
        width: 40px;
        height: 40px;
        text-align: center;
        line-height: 38px;
        font-size: 14px;
        color: #999999;
    }

        .index_CenterLeft_fenye > div a {
            display: block
        }

        .index_CenterLeft_fenye > div:hover, .index_CenterLeft_fenye > div.active, .index_CenterLeft_fenye > div.active a, .index_CenterLeft_fenye > div:hover a {
            color: white;
            background: #3062eb;
            border: 1px solid #3062eb;
            color: white;
        }

            .index_CenterLeft_fenye > div:hover img:last-of-type {
                display: inline-block;
            }

            .index_CenterLeft_fenye > div img:last-of-type, .index_CenterLeft_fenye > div:hover img:first-of-type {
                display: none;
            }

    .index_CenterLeft_fenye img {
        vertical-align: sub;
    }

/*滚动条*/
.test-2::-webkit-scrollbar { /*滚动条整体样式*/
    width: 8px; /*高宽分别对应横竖滚动条的尺寸*/
    height: 8px;
}

.test-2::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
    border-radius: 8px;
    background: #D8D8D8;
}

.test-2::-webkit-scrollbar-track { /*滚动条里面轨道*/
    border-radius: 8px;
}


/*内容块*/
.curriculum_center_itemTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    color: #333333;
    line-height: 50px;
    font-weight: 400;
}

.curriculum_center_itemText {
    margin-bottom: 5px;
    font-size: 14px;
    color: #999999;
    padding: 0 20px;
    box-sizing: border-box;
}

    .curriculum_center_itemText span:nth-of-type(2) {
        color: #f4523b;
    }

.curriculum_center_itemText2 {
    line-height: 30px;
    height: 55px;
    font-size: 14px;
    color: #999999;
    padding: 0 20px;
    box-sizing: border-box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

    .curriculum_center_itemText2 span:nth-of-type(2) {
        color: #666666;
    }

.curriculum_center_itemMore {
    cursor: pointer;
    text-align: right;
    padding-right: 20px;
    box-sizing: border-box;
    margin-top: 15px;
    font-size: 14px;
    color: #999999;
}

    .curriculum_center_itemMore a {
        color: #999999;
    }

/*内容页*/
.contentLeft {
    width: 820px;
    margin-right: 20px;
    margin-top: 20px;
    background: white;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
}

.contentLeft_title {
    line-height: 75px;
}

.contentLeft_titleLeft {
    font-size: 18px;
    color: #333333;
    width: 50%;
    float: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.contentLeft_titleRight {
    float: right;
}

.contentLeft_zz {
    line-height: 30px;
    margin-bottom: 10px;
}

    .contentLeft_zz > div {
        display: inline-block;
        margin-right: 20px;
    }

        .contentLeft_zz > div:last-of-type {
            margin-right: 0px;
        }

        .contentLeft_zz > div > div {
            display: inline-block;
            margin-left: 20px;
        }

    .contentLeft_zz img {
        vertical-align: middle;
        margin-right: 10px;
    }

    .contentLeft_zz span, .contentLeft_zz img {
        vertical-align: middle;
    }

.contentLeft_text {
    font-size: 14px;
    line-height: 30px;
}

.contentLeft_img {
    width: 100%;
    line-height: 30px; /*text-align: center;*/
}

    .contentLeft_img img {
        max-width: 100%;
        height: auto;
    }

.contentLeft_more {
    line-height: 30px;
}

    .contentLeft_more a {
        color: #3062eb;
    }

.contentLeft_dzan {
    padding: 25px 0;
    text-align: center;
}

    .contentLeft_dzan div {
        cursor: pointer;
        color: white;
        display: inline-block;
        border-radius: 18px;
        padding: 0 15px;
        line-height: 36px;
        background: #3062eb;
    }

        .contentLeft_dzan div img, .contentLeft_dzan div span {
            vertical-align: baseline
        }

.contentLeft_bottom {
    padding: 20px 0 10px 0;
    border-top: 1px solid #f7f7f7;
    line-height: 30px;
}

    .contentLeft_bottom div {
        display: inline-block;
    }

.contentLeft_bottom_bq {
    display: inline-block;
}

    .contentLeft_bottom_bq div {
        margin-right: 5px;
        margin-bottom: 10px;
        border-radius: 4px;
        padding: 0 10px;
        box-sizing: border-box;
        display: inline-block;
        height: 30px;
        border: 1px solid #e5e5e5;
        font-size: 14px;
        color: #333333;
    }

.contentLeft_bottom > span {
    margin-right: 20px;
}

.contentRight {
    float: left;
    width: 360px;
    margin-top: 20px;
}

.contentRight_chanpin {
    width: 100%;
    background: white;
    margin-top: 20px;
    margin-bottom: 20px;
}

.contentRight_chanpinTitle {
    height: 40px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
    font-size: 18px;
    color: #666666;
    padding: 0 20px;
    box-sizing: border-box;
}

.contentRight_chanpinFrame {
    box-sizing: border-box;
    padding: 10px 20px;
    height: 325px;
    overflow-y: auto;
}

    .contentRight_chanpinFrame div {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        line-height: 30px;
        color: #333333;
    }

.contentRight_jpFrame {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    max-height: 480px;
    overflow-y: auto;
}

.contentRight_jpFrame_line {
    width: 100%;
    padding: 10px 0;
}

.contentRight_jpFrame_lineImg {
    width: 60px;
    height: 60px;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

    .contentRight_jpFrame_lineImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.contentRight_jpFrame_lineText {
    float: left;
    width: calc(100% - 80px);
}

    .contentRight_jpFrame_lineText div:first-of-type {
        line-height: 30px;
        font-size: 14px;
        color: #333333;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .contentRight_jpFrame_lineText div:last-of-type {
        line-height: 30px;
        font-size: 14px;
        color: #999999;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

.contentBottom {
    width: 100%;
    background: white;
    margin-top: 20px;
}

.contentBottom_left {
    width: 820px;
    padding: 20px 0;
}

.contentBottom_left_textarea {
    width: 100%;
    height: 100px;
    position: relative;
    margin-bottom: 10px;
}

    .contentBottom_left_textarea.active .contentBottom_left_textareaPopur {
        display: block;
    }

.contentBottom_left_textareaPopur {
    display: none;
    line-height: 100px;
    font-size: 14px;
    color: #999999;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

    .contentBottom_left_textareaPopur > span:first-of-type {
        font-size: 18px;
        color: #333333;
        margin-right: 5px;
        cursor: pointer;
    }

.contentBottom_left textarea {
    width: 100%;
    height: 100px;
    resize: none;
    outline: none;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.contentBottom_left_pinglunHeader {
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
    color: #666666;
    padding: 0 20px;
    box-sizing: border-box;
}

.contentBottom_left_pinglunItem {
    padding: 20px 20px 20px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #E5E5E5;
}

.contentBottom_left_pinglunItem_img {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
    margin-right: 20px;
}

.contentBottom_left_pinglunItem_right {
    float: right;
    width: calc(100% - 70px);
}

.contentBottom_left_pinglunItem_name {
    color: #333333;
    font-size: 14px;
}

.contentBottom_left_pinglunItem_text {
    font-size: 12px;
    color: #666666;
    margin-top: 10px;
}

.contentBottom_left_pinglunItem_pl {
    margin-top: 10px;
}

    .contentBottom_left_pinglunItem_pl > div {
        margin-right: 20px;
        line-height: 18px;
        display: inline-block;
        color: #999999;
    }

    .contentBottom_left_pinglunItem_pl span, .contentBottom_left_pinglunItem_pl img {
        vertical-align: middle;
        font-size: 12px;
    }

    .contentBottom_left_pinglunItem_pl img {
        margin-right: 5px;
        cursor: pointer;
    }

.contentBottom_left_pinglunbottom {
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    color: #999999;
}

.contentBottom_left_pinglunItem_img > img {
    width: 100%;
    height: 100%;
}


.index_CenterLeft_item {
    position: relative;
    padding: 20px 15px;
    box-sizing: border-box;
    width: 100%;
}

    .index_CenterLeft_item:hover {
        background-color: #eeeeee;
    }

    .index_CenterLeft_item:before {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 610px;
        height: 1px;
        background: #eeeeee;
    }

    .index_CenterLeft_item:last-of-type:before {
        display: none;
    }

.index_CenterLeft_itemImg {
    float: left;
    width: 184px;
    height: 122px;
    margin-right: 15px;
}

    .index_CenterLeft_itemImg img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.index_CenterLeft_itemRight {
    float: left;
    width: 590px;
}

.index_CenterLeft_itemTitle {
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_CenterLeft_itemTitle1 {
    line-height: 20px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333333;
    font-size: 14px;
}

.index_CenterLeft_itemTitle div:first-of-type {
    line-height: 18px;
    vertical-align: top;
    padding: 0 5px;
    font-size: 12px;
    color: #f4523b;
    border-radius: 4px;
    border: 1px solid #f4523b;
    display: inline-block;
}

.index_CenterLeft_itemTitle div:nth-of-type(2) {
    display: inline-block;
    font-size: 18px;
    color: #333333;
}

.index_CenterLeft_itemText {
    margin-top: 5px;
    font-size: 12px;
    color: #999999;
    height: 68px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index_CenterLeft_itemBottom {
    line-height: 20px;
    font-size: 12px;
    color: #999999;
    margin-top: 5px;
}

    .index_CenterLeft_itemBottom img, .index_CenterLeft_itemBottom span {
        vertical-align: middle;
        font-size: 12px;
    }

.index_CenterLeft_itemBottomRight div {
    display: inline-block;
    margin-left: 20px;
}
