/* pc样式 */
@media screen and (min-width: 1024px) {
    .content-box {
        padding: 80px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .xrld-box {
        width: 100%;
        margin-bottom: 60px;
    }

    .xrld-box-title {
        width: 100%;
        height: 90px;
        background-color: var(--zt_color--);
        background-image: url(../icon/xrld_title_bj.png);
        background-repeat: no-repeat;
        background-position: right bottom;
    }

    .xrld-box-content {
        background-image: url(../icon/xrld_content_bj.png);
        background-repeat: no-repeat;
        background-position: right 0;
        padding: 30px;
        box-shadow: 0px 0px 27px 0px rgba(210, 11, 23, 0.3);
    }

    .xrld-box-content>ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .xrld-box-content>ul>li {
        min-height: 70px;
        display: flex;
    }

    .xrld-box>.xrld-box-content>ul>li {
        width: 46%;
    }

    .xrld-box-content>ul>li>h2 {
        min-width: 120px;
        line-height: 70px;
        font-size: 24px;
        color: var(--zt_color--);
    }

    .xrld-box-content>ul>li>span {
        margin: 20px 40px;
        display: block;
        width: 1px;
        height: 30px;
        line-height: 70px;
        background-color: #dcd1d1;
    }

    .xrld-box-content>ul>li>ul {
        display: flex;
        flex-wrap: wrap;
    }

    .xrld-box-content>ul>li>ul>li {
       text-align: center;
        min-width: 60px;
       line-height: 70px;
       font-size: 22px;
       margin: 0 50px 0px 0;height:70px
    }


.xrld-box-content>ul>li>ul>li a{display:block;font-size: 18px;color: #333333;text-align:justify;
text-justify:distribute-all-lines;/*ie6-8*text-align-last:justify;/* ie9*/-moz-text-align-last:justify;/*ff*/-webkit-text-align-last:justify;/*chrome 20+*/}
.xrld-box-content>ul>li>ul>li a::after{content: '';display:inline-block;width:100%;overflow: hidden;height: 0;}


    .xrld-box-content>ul>li>ul>li:nth-child(4n) {
        margin: 0 0 0px 0;
    }

    .xrld-box2 {
        width: 48%;
    }

    .xrld-box2>.xrld-box-content>ul>li {
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {

    .content-box {
        padding: 40px 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .xrld-box {
        width: 100%;
        margin-bottom: 60px;
    }

    .xrld-box-title {
        width: 100%;
        height: 70px;
        background-color: var(--zt_color--);
        background-image: url(../icon/xrld_title_bj.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-size: auto 60px;
    }

    .xrld-box-content {
        background-image: url(../icon/xrld_content_bj.png);
        background-repeat: no-repeat;
        background-position: right 0;
        padding: 30px;
        box-shadow: 0px 0px 27px 0px rgba(210, 11, 23, 0.3);
    }

    .xrld-box-content>ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .xrld-box-content>ul>li {
        min-height: 70px;
        display: flex;
    }

    .xrld-box>.xrld-box-content>ul>li {
        width: 46%;
    }

    .xrld-box-content>ul>li>h2 {
        min-width: 120px;
        line-height: 70px;
        font-size: 20px;
        color: var(--zt_color--);
    }

    .xrld-box-content>ul>li>span {
        margin: 20px 30px;
        display: block;
        width: 1px;
        height: 30px;
        line-height: 70px;
        background-color: #dcd1d1;
    }

    .xrld-box-content>ul>li>ul {
        display: flex;
        flex-wrap: wrap;
    }

    .xrld-box-content>ul>li>ul>li {
        text-align: center;
        line-height: 70px;
        font-size: 18px;
        margin: 0 40px 0px 0;
    }

    .xrld-box-content>ul>li>ul>li:nth-child(2n) {
        margin: 0 0 0px 0;
    }

    .xrld-box2 {
        width: 48%;
    }

    .xrld-box2>.xrld-box-content>ul>li {
        width: 100%;
        border-bottom: 1px solid #d8d8d8;
    }


}

@media screen and (max-width: 800px) {
    .xrld-box {
        margin-bottom: 40px;
    }
    
    .xrld-box-title {
        height: 50px;
        background-size: auto 40px;
    }

    .xrld-box-content {
        padding: 20px;
        background-position: right bottom;
        background-size: auto 150px;
    }

    .xrld-box-content>ul>li>h2 {
        font-size: 16px;
    }

    .xrld-box-content>ul>li {
        min-height: 50px;
    }

    .xrld-box-content>ul>li>h2 {
        min-width: 90px;
        line-height: 50px;
    }

    .xrld-box-content>ul>li>span {
        margin: 15px 20px;
        height: 20px;
    }

    .xrld-box-content>ul>li>ul {
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .xrld-box-content>ul>li>ul>li {
        font-size: 14px;
        line-height: 50px;
        margin: 0;
        padding: 0 20px;
    }

    .xrld-box>.xrld-box-content>ul>li {
        width: 100%;
    }

    .xrld-box2 {
        margin-bottom: 40px;
        width: 100%;
    }
}

@media screen and (max-width: 700px) {}

@media screen and (max-width: 600px) {}

@media screen and (max-width: 500px) {}

@media screen and (max-width: 400px) {}
