/* =========================================================================================================== */

.values {

    width: 100%;

    min-width: 1200px;

}

.values .class_box {

    width: 65%;

    min-width: 1200px;

    margin: 2% auto;

    background: #fff;
    padding: 20px;

}

.values .class_box .class_title {

    width: 100%;

    border-bottom: 2px solid #E7E7E7;

}

.values .class_box .class_title .item {

    display: inline-block;

    vertical-align: top;

    width: 10%;

    text-align: center;

    cursor: pointer;

}

.values .class_box .class_title .item span {

    display: inline-block;

    padding: 15px 0px;

    font-size: 16px;

}

.values .class_box .class_title .acitver {

    border-bottom: 5px solid #009944;

}

.values .class_box .class_val {
    width: 96%;
    margin: 20px auto;
}

.values .class_box .class_val .item {

    display: none;

}

.values .class_box .class_val .acitvers {

    display: block;

}

.values .class_box .class_val .item:nth-child(1) .dtitem {

    border-bottom: 1px solid #E7E7E7;

    padding: 10px 0px;

}

.values .class_box .class_val .item:nth-child(1) .dtitem div {

    display: inline-block;

    vertical-align: top;

}

.values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(1) {

    width: 100px;
    text-align: left;
    border-right: 1px solid #d2d2d2;
}

.values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(1) p:nth-child(1) {
    font-size: 30px;
}

.values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(1) p:nth-child(2) {
    font-size: 17px;
    margin-top: 3px;
    color: #999;
}

.values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(1) img {

    width: 100%;

}

.values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(2) {

    width: 86%;

    margin-left: 20px;

}

.values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(2) h2 {

    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 24px;
    line-height: 20px;

}

.values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(2) span {

    display: inline-block;
    font-size: 14px;
    color: #999;
    margin-top: 10px;

}

.values .class_box .class_val .item:nth-child(2) .dtitem {

    border-bottom: 1px solid #E7E7E7;

    padding: 20px 0px;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div {

    display: inline-block;

    vertical-align: top;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(1) {

    width: 30%;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(1) img {

    width: 100%;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(2) {

    width: 65%;

    margin-left: 20px;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(2) h2 {

    font-size: 30px;

}

.values .class_box .class_val .item:nth-child(2) .dtitem div:nth-child(2) p {

    font-size: 16px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    margin: 25px 0px;

}

.values .class_box .class_val .item:nth-child(3) {
    /* margin-top:20px; */
    height: 400px;
}

.values .class_box .class_val .item:nth-child(3) div {
    /* margin-bottom:20px; */
}

.values .class_box .class_val .item:nth-child(3) div span {
    display: inline-block;
    margin: 20px auto 0px;
    line-height: 24px;
    font-size: 14px;
    color: #333;
}

/* ==================================================================================== */

.values .class_box .class_val .item:nth-child(1) .dtitem:hover {
    background: #f6f6f6;
}

@media screen and (max-width: 800px) {
    #values {
        width: 100%;
        min-width: 350px;
    }

    #values .class_box {
        width: 100%;
        min-width: 350px;
        padding: 10px;
    }

    #titdaoh {
        display: none;
    }

    #values .class_box .class_title {
        text-align: left;
    }

    #values .class_box .class_title .item {
        width: 25%;
    }

    #values .class_box .class_title .item span {
        font-size: 12px;
        padding: 5px 0px;
    }

    #values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(2) {
        width: 60%;
    }

    #values .class_box .class_val .item:nth-child(1) .dtitem div:nth-child(2) h2 {
        margin-top: 10px;
    }

    .hezder_top .title_box .item:nth-child(8) .oas {
        border: 0px;
        color: #009944;
    }
}