.ldxx-list {
    width: 100%;
    padding: 20px 0;
}
.ldxx-item {
    margin-bottom: 20px;
}
.ld-img {
    width: 110px;
    height: 143px;
}
.ld-img img {
    width: 110px;
    height: 143px;
}
.ld_info {
    width: 830px;
    padding-left: 10px;
}
.ld-name {
    font-size: 20px;
    line-height: 2;
}
.fg-title {
    width: 100%;
    line-height: 2;
    /* border-bottom: 1px solid #005292; */
    font-size: 16px;
}
.ld-summary {
    width: 100%;
    text-align: justify;
    text-indent: 2em;
    line-height: 1.8;
    font-size: 16px;
    margin-top: 10px;
}
.more {
    color: red;
    margin-left: 10px;
}


/* 适老化 */
.oldModel .ld-name {
    font-size: 28px;
}
.oldModel .fg-title {
    font-size: 28px;
}
.oldModel .ld-summary {
    font-size: 28px;
}