/* =========================================================================================================== */

.values {

    width: 100%;

    min-width: 1200px;

}

.values .class_box {

    width: 65%;

    min-width: 1200px;

    margin: 2% auto;
    padding: 20px;
    background: #fff;
    ;

}

.values .class_box .class_title {

    width: 100%;

    border-bottom: 2px solid #E7E7E7;
    background: #fff;

}

.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 {

    padding: 20px 0px;
    background: #fff;
}

.values .class_box .class_val .item {

    display: none;

}

.values .class_box .class_val .acitvers {

    display: block;

}

.values .class_box .class_val .item .list_box {

    width: 96%;
    margin: 0 auto;

}

.values .class_box .class_val .item .list_box .list_item {

    border-bottom: 1px solid #E7E7E7;

    margin-bottom: 10px;

    padding-bottom: 10px;

}

.values .class_box .class_val .item .list_box .list_item .left,

.values .class_box .class_val .item .list_box .list_item .right {

    display: inline-block;

    vertical-align: top;

}

.values .class_box .class_val .item .list_box .list_item .left {

    width: 100px;
    text-align: left;
    border-right: 1px solid #d2d2d2;

}

.values .class_box .class_val .item .list_box .list_item .left p:nth-child(1) {

    font-size: 30px;
}

.values .class_box .class_val .item .list_box .list_item .left p:nth-child(2) {

    margin-top: 3px;
    font-size: 17px;
    color: #999999;
}

.values .class_box .class_val .item .list_box .list_item .right {

    width: 85%;

    margin-left: 20px;

}

.values .class_box .class_val .item .list_box .list_item .right p {

    font-size: 16px;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    margin-top: 21px;
    line-height: 20px;

}

.values .class_box .class_val .item .list_box .list_item .right p:nth-child(2) {
    font-size: 14px;
    color: #999;
}

.values .class_box .class_val .item .list_box .tpxw .xw_oimg {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    height: 130px;
    overflow: hidden;
}

.values .class_box .class_val .item .list_box .tpxw .xw_oimg img {
    width: 100%;
    height: 100%;
}

.values .class_box .class_val .item .list_box .tpxw .left {
    width: auto;
    padding: 10px 35px;
    margin-top: 20px;
}

.values .class_box .class_val .item .list_box .tpxw .right {
    width: 63%;
    margin-top: 25px;
}


.values .class_box .class_val .item .list_box .list_imglistbox {
    width: 100%;
}

.values .class_box .class_val .item .list_box .list_imglistbox {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    text-align: center;
    margin-top: 30px;
}

.values .class_box .class_val .item .list_box .list_imglistbox div img {
    width: 85%;
}

.pagination .active {
    font-size: 13px;
}

.pagination li {
    font-size: 13px;
}

.juzen_new {
    width: 1200px;
    margin: 0 auto;
}

.juzen_new .juzen_tit,
.juzen_new .juzen_val {
    display: inline-block;
    vertical-align: top;
}

.juzen_new .juzen_tit {
    width: 20%;

}

.juzen_new .juzen_val {
    width: 79%;
}

.juzen_new .juzen_tit p {
    width: 90%;
    margin-bottom: 20px;
}

.juzen_new .juzen_tit p span {
    display: inline-block;
    width: 100%;
    border: 1px solid #d2d2d2;
    padding: 15px 0px;
    font-size: 15px;
    color: #999;
    text-align: center;
}

.juzen_new .juzen_tit .opa span {
    background: #009944;
    color: #fff;
}

.juzen_new .juzen_val div {
    display: none;
    padding: 20px;
    border-left: 1px solid #d2d2d2;
}

.juzen_new .juzen_val img {
    margin-right: 30px;
    margin-bottom: 10px;
}

.juzen_new .juzen_val .actcser {
    display: block;
}

#pdf_box {
    padding: 0px;
    width: 95%;
    display: block;
    border-left: 0px;
}

#pdf_box .itemsero {
    padding: 0px;
    border-left: 0px;
    border-bottom: 1px solid #E7E7E7;
    margin-bottom: 10px;
    padding-bottom: 10px;
    display: block;

}

#pdf_box .itemsero .le {
    padding: 0px;
    width: 100px;
    text-align: left;
    border-right: 1px solid #d2d2d2;
    display: inline-block;
    vertical-align: top;
    border-left: 0px;
}

#pdf_box .itemsero .le p:nth-child(1) {
    font-size: 30px;
}

#pdf_box .itemsero .le p:nth-child(2) {
    font-size: 30px;
    margin-top: 3px;
    font-size: 17px;
    color: #999999;
}

#pdf_box .itemsero .ri {
    padding: 0px;
    width: 85%;
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
    border-left: 0px;
}

#pdf_box .itemsero .ri p {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-left: 20px;
    margin-top: 22px;
}

/* ==================================================================================== */
/*分页样式*/
.pagination {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pagination li {
    margin: 0px 10px;
    border: 1px solid #e6e6e6;
    padding: 3px 8px;
    display: inline-block;
}

.pagination .active {
    background-color: #46A3FF;
    color: #fff;
}

.pagination .disabled {
    color: #aaa;
}

#pdf_box {
    position: relative;
}

#fenye {
    display: block;
    width: 100%;
    position: absolute;
    bottom: -70px;
    border-left: 0px;

}

#fenye p {
    display: inline-block;
    vertical-align: top;
    width: 25px;
    height: 25px;
    background: #ccc;
    font-size: 15px;
    text-align: center;
    margin-right: 10px;
    line-height: 25px;
    cursor: pointer;
    z-index: 600;
}

#fenye .act {
    background: #009944;
    color: #fff;
}

#values .class_box .class_val .item .list_box .list_item .right1 {
    display: inline-block;
    vertical-align: top;
    width: 63%;
    margin-left: 25px;
    margin-top: 25px;
}

#values .class_box .class_val .item .list_box .list_item .right1 p {

    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 21px;
    line-height: 20px;

}

.values .class_box .class_val .item .list_box .list_item:hover {
    background: #f6f6f6;
}

@media screen and (max-width: 800px) {
    #values {
        width: 100%;
        min-width: 350px;
    }

    #values .class_box {
        width: 100%;
        min-width: 350px;
    }

    #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 {
        padding: 10px 0px;
        font-size: 12px;
    }


    #values .class_box .class_val .item .list_box .tpxw .xw_oimg {
        display: inline-block;
        vertical-align: top;
        width: 100px;
        height: 80px;
        overflow: hidden;
    }

    #values .class_box .class_val .item .list_box .tpxw .left {
        width: auto;
        padding: 10px 35px;
        margin-top: 0px;
    }

    #values .class_box .class_val .item .list_box .list_item .right {
        width: 70%;
        margin-left: 5px;
        margin-top: 5px;
    }

    #values .class_box .class_val .item .list_box .list_item .left {
        width: 80px;
    }

    #values .class_box .class_val .item .list_box .list_item .right p {
        margin-top: 12px;
    }

    #values .class_box .class_val .item .list_box .list_item .right1 {
        width: 38%;
        margin-left: 5px;
        margin-top: 5px;
        display: inline-block;
        vertical-align: top;
    }

    #values .class_box .class_val .item .list_box .list_item .right1 p {
        margin-top: 12px;
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 20px;
    }


    #values .class_box .class_val .item .list_box .tpxw .left {
        padding: 10px 5px;
    }

    .juzen_new {
        width: 100%;
        min-width: 350px;
    }

    .juzen_new .juzen_tit p span {
        font-size: 12px;
    }

    .juzen_new .juzen_val div {
        padding: 10px;
    }

    .juzen_new .juzen_val {
        text-align: center;
    }

    .juzen_new .juzen_val img {
        margin-right: 0px;
    }

    #pdf_box .itemsero .ri {
        width: 54%;
        margin-left: 0px;
    }

    #pdf_box .itemsero .ri p {
        margin-top: 10px;
        margin-left: 5px;
    }

    #pdf_box {
        width: 100%;
    }

    #pdf_box .itemsero .le {
        width: 75px;
    }

    .hezder_top .title_box .item:nth-child(3) .oas {
        border: 0px;
        color: #009944;
    }

    .juzen_new .juzen_val {
        width: 76%;
    }
}