.ld-ul {
    
}

.ld-ul li {
    width: calc((100% - .8rem) / 2);
    float: left;
    padding: .3rem 0;
    position: relative;
}

.ld-ul li:first-child {
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    padding-top: .15rem;
}

.ld-ul li:nth-child(2n) {
    margin-right: .8rem;
}

.ld-ul li::after {
    content: '';
    display: block;
    clear: both;
}

.ld-ul li:nth-child(2n)::before {
    content: '';
    display: block;
    left: 0;
    bottom: 0;
    width: 14rem;
    border-bottom: 1px solid #d7d7d7;
    position: absolute;
}

.ld-ul li:last-child::before {
    border-bottom: 0;
}

.ld-ul li .ld-img {
    width: 1.3rem;
    height: 1.82rem;
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
}

.ld-ul li .ld-img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.ld-ul li .ld-con {
    width: calc(100% - 1.3rem - .3rem);
    float: right;
    font-size: 0;
}

.ld-ul li .ld-con .ld-con-tr {
    line-height: .3rem;
    margin-bottom: .15rem;
}

.ld-ul li .ld-con .ld-con-tr:last-child {
    margin-bottom: 0;
}

.ld-ul li .ld-con .ld-con-tr::after {
    content: '';
    display: block;
    clear: both;
}

.ld-ul li .ld-con .ld-tit {
    font-family: 'fzxbs';
    font-size: .2rem;
    display: block;
    float: left;
    width: .65rem;
}

.ld-ul li .ld-con .ld-txt {
    font-size: .18rem;
    display: block;
    float: left;
    width: calc(100% - .65rem);
    text-align: justify;
}

.ld-ul li .ld-con .ld-txt.fg {
    max-height: calc(.3rem * 5);
    line-height: .3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 5;
    word-wrap: break-word;
    word-break: break-all;
}

.ld-ul li .ld-con .ld-txt,
.ld-ul li .ld-con .ld-txt p,
.ld-ul li .ld-con .ld-txt span {
    font-size: .18rem !important;
    text-indent: 0 !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    line-height: .3rem !important;
    text-align: justify !important;
    margin: 0 !important;
}

.ld-content {
    margin-top: .4rem;
}

.ld-content .ld-con-img img {
    width: 2.3rem;
    height: auto;
    display: block;
    margin: 0 auto;
}

.ld-content .ld-con-name {
    font-family: 'fzxbs';
    font-size: .24rem;
    margin-top: .3rem;
    text-align: center;
}

.ld-content .ld-con-zw {
    font-size: .2rem;
    margin-top: .15rem;
    text-align: center;
}

.ld-content .ld-con-line {
    width: 100%;
    height: 1px;
    margin-top: .35rem;
    background-color: #d7d7d7;
}

.ld-content .ld-con-txt {
    margin-top: .3rem;
}

.ld-content .ld-con-txt .txt-tit {
    width: 1.26rem;
    height: .32rem;
    line-height: .32rem;
    background-color: #ca1c1d;
    color: #ffffff;
    font-family: 'fzxbs';
    font-size: .2rem;
    text-align: center;
    transform: skew(-20deg);
}

.ld-content .ld-con-txt .txt-tit span {
    transform: skew(20deg);
    display: block;
}

.ld-content .ld-con-txt .txt-con {
    margin-bottom: .5rem;
}

.ld-content .ld-con-txt .txt-con p {
    line-height: 1.6 !important;
    margin-top: .15rem !important;
    font-size: .18rem !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    letter-spacing: 0 !important;
    text-indent: 2em !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.ld-content .ld-con-txt .txt-con span {
    line-height: 1.6 !important;
    margin-top: .15rem !important;
    font-size: .18rem !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    letter-spacing: 0 !important;
}

@media screen and (max-width: 768px) {
    .ld-ul li {
        width: 100%;
        padding: .15rem 0;
        border-bottom: 1px solid #d7d7d7;
    }
    
    .ld-ul li:first-child {
        padding-top: 0;
    }
    
    .ld-ul li::before {
        display: none !important;
    }
    
    .ld-ul li:last-child {
        border-bottom: 0;
    }
    
    .ld-ul li .ld-img {
        width: 1.1rem;
        height: 1.52rem;
    }
    
    .ld-ul li .ld-con .ld-con-tr {
        margin-bottom: .1rem;
    }
    
    .ld-ul li .ld-con {
        width: calc(100% - 1.1rem - .15rem);
    }
    
    .ld-ul li .ld-con .ld-tit {
        width: .55rem;
    }
    
    .ld-ul li .ld-con .ld-txt {
        line-height: .26rem;
        width: calc(100% - .55rem);
    }
    
    .ld-content .ld-con-img img {
        width: 30%;
    }
    
    .ld-content,
    .ld-content .ld-con-name,
    .ld-content .ld-con-line,
    .ld-content .ld-con-txt {
        margin-top: .15rem;
    }
    
    .ld-content .ld-con-zw {
        margin-top: .1rem;
    }
    
    .ld-content .ld-con-txt .txt-con {
        margin-bottom: .2rem;
    }
    
}