.yjzjcontent {
    box-sizing: border-box;
    margin: 23px auto 0;
    border: 1px solid #DBE5EE;
    min-height: 300px;
    border-radius: 8px;
    box-shadow: 0 5px 0 #DBE5EE;
    font-family: 微软雅黑, "Microsoft YaHei";
}

.yjzjtitle {
    box-sizing: border-box;
    background-color: #92C0E4;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding: 0 10px;
}

.yjzjtitle .yjzjtitlep {
    color: #ffffff;
    font-size: 18px;
    line-height: 32px;
    text-indent: 18px;
}

.yjzjtitle .yjzjtitlep span {
    font-size: 18px;
    color: #ffffff;
}

.yjzjbody {
    height: 102px;
    background-color: #EAEAEA;
    border-bottom: 1px solid #EAEAEA;
}

.yjzjdetail {
    box-sizing: border-box;
    padding: 46px 28px 0px 28px;
}

.yjzjbody ul li {
    width: 20%;
    height: 102px;
    float: left;
    transition: all 0.3s;
}

.yjzjbody ul li .icon01 {
    display: none;
    margin: 13px auto 9px;
}

.yjzjbody ul li .icon02 {
    display: block;
    margin: 13px auto 9px;
}

.yjzjbody ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.yjzjbody ul li p {
    color: #0068b7;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
}

.yjzjbody ul li.active {
    background-color: #3D93D5;
}

.yjzjbody ul li.active .icon02 {
    display: none;
}

.yjzjbody ul li.active .icon01 {
    display: block;
}

.yjzjbody ul li.active p {
    color: #FFFFFF;
}

.yjzjbody ul li:hover {
    background-color: #3D93D5;
}

.yjzjbody ul li:hover .icon02 {
    display: none;
}

.yjzjbody ul li:hover .icon01 {
    display: block;
}

.yjzjbody ul li:hover p {
    color: #FFFFFF;
}

.mobileTitle {
    display: none;
}

.disable {
    pointer-events: none;
}

table {
    display: table;
    margin: 0 auto;
}

.xw-txt {
    font-size: 14px;
    color: #333333;
    /* text-indent: 30px; */
    margin-bottom: 25px;
    line-height: 26px;
}

.xw-txt p {
    margin-bottom: 26px;
}

.qt-attachments {
    display: none;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    padding-top: 15px;
    border-top: 1px solid #ccc;
}

.qt-attachments.qt-has {
    display: block;
}

.qt-attachments table {
    width: 100%;
}

.qt-attachments table td.first {
    width: 50px;
}

.qt-attachments table td {
    vertical-align: top;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
}

.qt-attachments .qt-attachments-title {
    line-height: 1;
    color: rgb(61, 61, 61);
}

.qt-attachments .qt-attachments-list li {
    padding-left: 14px;
    line-height: 1;
    padding-bottom: 15px;
}

.qt-attachments .qt-attachments-list a,
.qt-attachments .qt-attachments-list a:active,
.qt-attachments .qt-attachments-list a:visited {
    color: rgb(70, 129, 175);
    font-family: 'Microsoft YaHei';
}

.qt-attachments .qt-attachments-list a:hover {
    text-decoration: underline;
    color: #ff4000;
}

@media screen and (max-device-width: 1200px) {
    .yjzjcontent {
        width: 98%;
        margin-bottom: 0.5rem;
    }

    .yjzjdetail p {
        font-size: 0.22rem;
    }

    .yjzjtitle {
        height: auto;
        padding: 0.1rem;
    }

    .yjzjtitle .yjzjtitlep {
        font-size: 0.28rem;
        line-height: 0.4rem;
        text-indent: 0rem;
    }

    .yjzjtitle .yjzjtitlep span {
        font-size: 0.28rem;
    }

    .yjzjbody ul li p {
        font-size: 0.22rem;
    }

    .yjzjdetail {
        padding: 0.2rem;
    }

    .yjzjbody ul li .icon01 {
        display: none;
        margin: 13px auto 0.05rem;
    }

    .yjzjbody ul li .icon02 {
        display: block;
        margin: 13px auto 0.05rem;
    }

    .yjzjbody ul li p {
        /*! display:none; */
    }

    .yjzjbody ul li.active {
        /*! background-color: #EAEAEA; */
    }

    .yjzjbody {
        height: 180px;
    }

    .yjzjbody ul li {
        height: 90px;
        width: 33.3%;
    }

    .mobileTitle {
        /*! display: block; */
        font-size: 0.28rem !important;
        font-weight: bold;
        color: #4094D5;
    }
}
