
/* =========================================================================================================== */

.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 ;
    height: 60px;

}

.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: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: 20px;
    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(1) .act {

    background-color:#f6f6f6;


}

