﻿.measure {
    display: flex;
    padding-top: 32px;
}

.measure .cdhang {
    width: 206px;
    height: 869px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    padding-top: 19px;
}

.measure .cdhang li {
    width: 189px;
    height: 56px;
    line-height: 56px;
    padding-left: 17px;
}

.measure .cdhang li a {
    width: 92%;
    height: 100%;
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 18px;
    color: #000000;
    padding-left: 15px;
    display: inline-block;
}

.measure .cdhang li .self {
    background: #fff;
    color: #A92A36;
}

.sjlist {
    padding-left: 62px;
    width: 100%;
    padding-top: 19px;
}

.sjlist li {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    line-height: 52px;
    border-bottom: 1px solid #EFEFEF;
    cursor: pointer;
}
.sjlist .sjcontent {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 16px;
    line-height: 52px;
    border-bottom: 1px solid #EFEFEF;
}
.sjlist .sjcontent p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 250%;
}

.sjlist .sjexpand {
    border-bottom: 0px solid;
}

.sjlist .sjexpand .sjtitle {
    color: #A92A36;
    border-bottom: 1px solid #EFEFEF;
}

.sjlist .sjexpand .sjcontent {
    height: 258px;
    background: #F5F5F5;
    overflow-y: auto;
    padding-left: 28px;
    padding-right: 54px;
    margin-bottom: 15px;
}

.sjlist .sjexpand .sjcontent p {
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 14px;
    color: #000;
    line-height: 250%;
}

::-webkit-scrollbar {
    width: 6px;
    /* 滚动条的宽度 */
}

::-webkit-scrollbar-thumb {
    background: #D9D9D9;
    ;
    /* 滑块颜色 */
    border-radius: 30px;
    /* 滑块圆角 */
}

@media screen and (min-width: 320px) and (max-width: 768px) {
    .sjlist .sjexpand .sjcontent {
        padding-left: 25px !important;
        padding-right: 15px !important;
    }

    .sjlist .sjexpand .sjcontent figure {
        width: 100%;
    }

    .sjlist .sjexpand .sjcontent figure img {
        width: 100%;
    }
    .sjydd .cdhang {
        width: auto;
        height: auto;
        background: #fff;
    }
    .sjydd .cdhang li a {
        padding-left: 0;
    }
    .sjydd .cdhang li .sjlist {
        padding: 0 24px;
        width: auto;
    }

    .sjydd .cdhang li {
        width: auto;
        height: auto;
        padding-left: 0;
        border-bottom: 1px solid #E5E5E5;
    }
    .sjydd .sjlist li {
        line-height: 25px;
        padding: 10px 0;
    }
}