.zxxx .list li,
.zcsd .list li {
    width: 100%;
    display: inline-block;
    padding-left: 0 !important;
    margin-left: 0 !important;
}

.zxxx .list li a,
.zcsd .list li a {
    float: left;
    height: 40px;
    line-height: 40px;
}

.zxxx .list li img,
.zcsd .list li img {
    float: left;
    margin: 15px 15px 0 0;
}

/* 老年版 */
.old_type .zxxx .com,
.old_type .zcsd .com {
    height: 72px;
    line-height: 72px;
    font-size: 48px;
    margin: 50px 0px;
    background-size: cover;
}

.old_type .zxxx .list li,
.old_type .zcsd .list li {
    width: 100%;
    line-height: 72px;
    font-size: 32px;
    padding-left: 5px;
    border-bottom: 1px dashed #ccc;
    display: inline-block;
}

.old_type .zxxx .list li a,
.old_type .zcsd .list li a {
    float: left;
    height: 72px;
    line-height: 72px;
    width: 78%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.old_type .zxxx .list li img,
.old_type .zcsd .list li img {
    float: left;
    margin: 28px 20px 0 0;
}

/* 移动版 */

.mobile_type .banner {
    width: 100%;
    min-height: 25vw;
    height: 100%;
}

.mobile_type .wapper {
    width: 100%;
    height: auto;
    margin: 0px auto;
    padding: 0 2vw;
    box-sizing: border-box;
}

body.mobile_type {
    width: 100%;
    background-size: 100%;
}

.mobile_type .zxxx .com,
.mobile_type .zcsd .com {
    height: 6.4vw;
    text-align: center;
    line-height: 6.4vw;
    color: #4da2f5;
    font-size: 4vw;
    font-weight: bold;
    margin: 2vw 0px;
    background-size: cover;
}

.mobile_type .zxxx .list li,
.mobile_type .zcsd .list li {
    width: 100%;
    line-height: 5.3333vw;
    font-size: 2.133vw;
    margin-left: 0 !important;
    padding: 2vw 0;
    padding-left: 0;
    border-bottom: 1px dashed #ccc;
}

.mobile_type .zxxx .list li a,
.mobile_type .zcsd .list li a {
    float: left;
    height: 5.333vw;
    line-height: 5.333vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 65%;
}

.mobile_type .zxxx .list li img,
.mobile_type .zcsd .list li img {
    float: left;
    margin: 2vw 2vw 0 0;
    width: 0.93vw;
    height: 0.93vw;
}