.layer-container {
    width: 1280px;
    margin: 0 auto;
}

/* 位置css */
.adress-list li,
.adress-list span {
    float: left;
}
.adress-list span {
    display: inline-block;
    background: url("/statics/ynxcwv2/images/wz_ico.png") no-repeat left center;
    width: 15px;
    height: 18px;
    margin-top: 35px;
}
.adress-list li:nth-of-type(1) {
    margin-left: 20px;
}

.adress-list li:nth-of-type(2) {
    margin-left: 10px;
}

.adress-list li {
    font-size: 18px;
    color: #747474;
}

.adress-list li a {
    font-size: 18px;
    color: #747474;
    line-height: 90px;
}

.layer-adress {
    border-bottom: 1px solid #e2e2e2;
}

.page-list {
    padding-bottom: 15px;
}

.page-list li {
    margin: 20px 0px;
    border-bottom: 1px solid #e2e2e2;
    padding-top: 15px;
    padding-bottom: 20px;
    background: url("/statics/ynxcwv2/images/common/line_yuan.png") no-repeat left 20px;
}

.page-list li span:nth-child(1) a {
    font-size: 16px;
    line-height: 20px;
    color: #3f3f3f;
    padding-left: 20px;
}

.page-list li span:nth-child(1) a:hover {
    text-decoration: none;
    color: #c4061c;
}

.page-list li span:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    float: right;
    margin-right: 50px;
}

/* 翻页 */
#pages {
    padding: 14px 0 10px;
    font-family: SimSun;
    text-align: center;
    margin: 0 auto;
    clear: both;
    line-height: 35px;
}
#pages a {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    padding: 0 10px;
    text-decoration: none;
}
#pages a:hover {
    text-decoration: none;
    color: #095391;
}
#pages a.a1 {
    width: 75px;
    padding: 0;
}
#pages span {
    display: inline-block;
    height: 28px;
    line-height: 27px;
    background: #1492ff;
    border: 1px solid #1492ff;
    color: #fff;
    text-align: center;
    padding: 0 10px;
}

@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
    }
    .layer-container {
        width: 100%;
        /* padding: 5px; */
    }

    .layer-adress {
        padding: 0 5px;
    }
    .adress-list span {
        margin-top: 10px;
    }

    .adress-list li a {
        line-height: 40px;
    }

    .page-list li {
        margin: 0px;
    }
    .list-article {
        padding: 0 5px;
    }

    .page-list li span:nth-child(1) a {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .page-list li span:nth-child(2) {
        display: none;
    }

    .page-list {
        padding-bottom: 10px;
    }
}
