.main{ width: 100%;  height: 1334px;background: url(bg.jpg) center top no-repeat; overflow: hidden;}
.content{ width: 900px; height: 951px; margin:0 auto; margin-top: 135px; border-radius: 10px; background-color: #fff; padding: 22px; box-sizing: border-box;}
.content ul li{ shape-outside: 46px; line-height: 46px; border-bottom: 1px dashed #eeeeee; background: url(dot.jpg) 0 18px  no-repeat; padding-left: 20px;}
.content ul li span{ font-size: 16px; color: #999999; margin-left: 20px;}

/* 适老化 */
.old_type .main{height: auto;background: url(bg.jpg) center top no-repeat #981f26;}
.old_type .content {width: 1200px;height: auto;}
.old_type .content ul li{line-height: 72px;background: url(dot.jpg) 0 31px no-repeat;background-size: 14px;height: 72px;padding-left: 25px;}
.old_type .content ul li a{display: inline-block;
    width: 79%;
    overflow: hidden;font-size: 36px;
    text-overflow: ellipsis;
    white-space: nowrap;}
.old_type  .content ul li span {
        font-size: 36px; float: right;
}