.ldxx {
    position: relative;
}

.ldxx::before {
    content: "";
    position: absolute;
    top: 6px;
    width: 203px;
    height: 41px;
    background: url(../images/ldxx_title.png) no-repeat;
}

.ldxx h2 {
    padding-left: 50px;
    font-size: 36px;
    line-height: 48px;
    margin: 30px 10px;
    background-image: linear-gradient(#488cff, #295de0);
    -webkit-background-clip: text;
    color: transparent;
    font-weight: bold;
    padding-bottom: 10px;
}

.ld-left ul li {
    position: relative;
    width: 310px;
    height: 100px;
    border-radius: 4px;
    background: #ececec;
    font-size: 32px;
    line-height: 100px;
    margin-bottom: 38px;
    transition: .3s all;
}

.ld-left ul li a {
    margin-left: 50px;
}

.ld-left ul li::after {
    content: '';
    position: absolute;
    background: url(../images/ldxx_more_gray.png) no-repeat;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    right: 52px;
}

.ld-left ul li.current {
    background: url(../images/ld-left_background.png) 50% 0 no-repeat;
    height: 100px;
}

.ld-left ul li:hover {
    background: url(../images/ld-left_background.png) 50% 0 no-repeat;
    height: 100px;
}

.ld-left ul li:hover a {
    color: #fff;
}

.ld-left ul li.current a {
    color: #fff;
}

.picture-box {
    text-align: center;
}

.ld-right h3 {
    font-size: 42px;
    font-weight: bold;
    margin: 25px 0;
}

.ld-right .picture-box span {
    font-size: 32px;
}

.ld-right {
    margin-left: 350px;
}

.ld-right .ld-title .ld-titleleft h5 i {
    background: url(../images/ld_title_fg.png) 50% 0 no-repeat;
    width: 29px;
    height: 33px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
}

.ld-right .ld-title {
    border-bottom: 1px solid #ccc;
    width: 100%;
}

.ld-right .ld-title,
.ld-titleleft {
    float: left;
}

.ld-right .ld-title .ld-titleleft h5 {
    font-size: 36px;
    font-weight: bold;
    color: #2b71ed;
    padding-bottom: 25px;
    border-bottom: 2px solid #2b71ed;
}

.info-box {
    margin-top: 50px;
    float: left;
    width: 100%;
}

.ld-titleright {
    float: left;
    background-image: linear-gradient(#8ed5fa, #6584f8);
    border-radius: 30px;
    margin-top: -6px;
    margin-left: 30px;
}

.ld-titleright h5 {
    color: #919191;
    padding: 0px 15px;
    font-size: 30px;
    font-weight: normal;
    height: 53px;
    line-height: 53px;
}

.ld-titleright h5 a {
    color: #fff;
}

.ld-titleright h5 i {
    margin-top: -5px;
    display: inline-block;
    background: url(../images/ld_ld.png) no-repeat;
    width: 31px;
    height: 28px;
    margin-right: 10px;
    vertical-align: middle;
}

.ld-content {
    float: left;
}

.info-box p {
    font-size: 30px;
    line-height: 60px;
    margin-bottom: 30px;
    margin-top: 40px;
    text-indent: 2em;
}

.info-box .list-t {
    float: left;
    width: 100%;
}

.info-box .list-t li {
    border: none;
}

.info-box .list-t li a {
    font-size: 26px;
}

.info-box .list-t li a span {
    float: right;
    color: #d0d0d0;
}

.info-box:last-child {
    margin-bottom: 60px;
}

@media (max-width: 992px) {
    .fl {
        float: none;
    }
    .ld-left li {
        margin: 0 auto 20px!important;
    }
    .ld-right {
        margin-left: 0;
    }
}

@media (max-width: 768px) {
    .info-box .list-t li a span {
        display: none;
    }
}