.ldxx {
    width: 1200px;
}
.ldxx_content {
    margin-top: 20px;
}
.ldxx-t-left {
    width: 300px;
}
.ldxx-t-left li {
    width: 298px;
    line-height: 58px;
    border: 1px solid #d5dcee;
    font-size: 20px;
    margin-bottom: 10px;
    position: relative;
}
.ldxx-t-left li a {
    display: block;
    padding-left: 30px;      
}
.ldxx-t-left li img {
    /* display: none; */
    width: 0;
    line-height: 0px;
    max-width: 100%;
    position: absolute;
    bottom: 0px;
}
.ldxx-t-left li img.active {
    width: 100%;
    transition: all 0.5s;
}
.ldxx-t-left li a b {
    display: block;
    width: 166px;
    font-size: 18px;
    font-weight: 500;
    padding-left: 40px;
    text-align: left;
    color: #b6b6b6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float:right;
}
.ldxx-t-right {
    width: 870px;
    border: 1px solid #d5dcee;
    padding-bottom: 80px;
}

.ldxx-t-right-1floor {
    width: 100%;
    padding-top: 42px;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.ldxx-t-right-1floor img {
    width: 142px;
    max-width: 142px;
}

.ldxx-t-right-1floor span {
    display: block;
    font-size: 20px;
    width: 20px;
    height: 60px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 90px;
    left: 424px;
}

.ldxx-t-ss {
    margin: 0 auto;
    width: 820px;
    margin-bottom: 30px;
}

.ldxx_content .ldxx-nav {
    border-bottom: 1px solid #ccc;
    margin-bottom: 14px;
}

.ldxx-t-ss .ldxx-nav .ldxx-fox {
    width: 162px;
}

.ldxx-t-ss .ldxx-nav .ldxx-fox div {
    width: 30px;
    background-color: black;
    margin-top: 15px;
    margin-left: 18px;
}

.ldxx-t-ss .ldxx-nav .ldxx-fox span {
    width: 112px;
}

.ldxx-t-ss .ldxx-nav .ldxx-fox span a {
    display: block;
    line-height: 45px;
    width: 112px;
    font-size: 18px;
    color: #0078b4;
}

.fox-section {
    width: 100%;
    line-height: 28px;
}

.fox-section p {
    font-size: 14px;
    word-wrap: break-word;
}


@media screen and (max-width: 1200px) {
    .common-box {
      width: calc(100% - .6rem);
    }
    .ldxx {
        width: 100%;
    }
    .ldxx_content {
        margin-top: 0.2rem;
    }
    .ldxx-t-left {
        width: 100%;
    }
    .ldxx-t-left li {
        width: 48%;
        line-height: 1rem;
        border: 0.01rem solid #d5dcee;
        font-size: 0.26rem;
        margin-bottom: 0.2rem;
        float: left;
        position: relative;
    }
    .ldxx-t-left li:nth-child(2n) {
        float: right;
    }
    .ldxx-t-left li a {
        display: block;
        padding-left: 0.3rem;      
    }
    .ldxx-t-left li img {
        display: none;
        width: 100%;
        max-width: 100%;
        position: absolute;
        bottom: 0px;
    }
    .ldxx-t-left .active img {
        display: block;
    }
    .ldxx-t-left li a b {
        display: block;
        width: 64%;
        font-size: 0.24rem;
        font-weight: 500;
        padding-left:0.3rem;
        text-align: left;
        color: #b6b6b6;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        float:right;
    }
    .ldxx-t-right {
        width: 100%;
        border: 0.01rem solid #d5dcee;
        padding-bottom: 0.3rem;
    }
    
    .ldxx-t-right-1floor {
        width: 100%;
        padding-top: 0.3rem;
        padding-bottom: 0.3rem;
        text-align: center;
        position: relative;
        overflow: hidden;
    }
    
    .ldxx-t-right-1floor img {
        width: 2.4rem;
        max-width: 2.4rem;
    }
    
    .ldxx-t-right-1floor span {
        display: block;
        font-size: 0.24rem;
        width: 0.4rem;
        color: #fff;
        text-align: center;
        position: absolute;
        top: 90px;
        left: 424px;
    }
    
    .ldxx-t-ss {
        margin: 0 auto;
        width: 90%;
    }
    
    .ldxx_content .ldxx-nav {
        border-bottom: 0.01rem solid #ccc;
        margin-bottom: 0.2rem;
    }
    
    .ldxx-t-ss .ldxx-nav .ldxx-fox {
        width: 1.4rem;
    }
    
    .ldxx-t-ss .ldxx-nav .ldxx-fox div {
        width: 1.4rem;
        background-color: black;
        margin-top: 0.2rem;
        margin-left: 0.2rem;
    }
    
    .ldxx-t-ss .ldxx-nav .ldxx-fox span {
        width: 1rem;
    }
    
    .ldxx-t-ss .ldxx-nav .ldxx-fox span a {
        display: block;
        line-height: 0.5rem;
        width: 1rem;
        font-size: 0.24rem;
        color: #0078b4;
    }
    
    .fox-section {
        width: 100%;
        line-height: 0.6rem;
    }
    
    .fox-section p {
        font-size: 0.22rem;
        word-wrap: break-word;
    }
}