.layer-container,
.layer-container2 {
    width: 1280px;
    margin: 0 auto;
}
.layer-adress {
    border-bottom: 1px solid #e4e4e4;
}
.adress-list {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
}

.adress-list li {
    float: left;
}

.adress-list li a {
    font-size: 20px;
    color: #333;
}

.artic-title {
    font-size: 30px;
    color: #232323;
    margin-top: 60px;
    text-align: center;
    line-height: 50px;
}

.title-source {
    margin-top: 55px;
    text-align: center;
}

.title-source span {
    color: #666;
}

.source {
    margin-right: 50px;
}

.lyrqzt {
    margin-left: 60px;
}

.show-detail {
    margin: 20px auto;
    border-top: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 75px;
}

.show-detail p {
    color: #333;
    line-height: 34px;
    font-size: 18px;
    text-align: left;
}

.show-detail p img {
    max-width: 815px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

.show-detail p a {
    cursor: pointer;
    color: #666;
    padding-left: 5px;
    padding-right: 5px;
    text-decoration: none;
}

.show-detail p a:hover {
    text-decoration: none;
    color: #095391;
}

.show-detail table {
    margin: 0 auto;
}

.show-detail table tbody tr td {
    border: 1px solid #666;
    text-align: center;
}

.list-content-attach {
    background: #ebebeb;
    color: #666;
    margin: 30px auto 0 auto;
    box-sizing: border-box;
    text-align: right;
    padding: 15px 50px 4px 0;
}

.social-share {
    margin-top: -11px;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    text-align: center;
}

@media screen and (max-width: 750px) {
    body {
        max-width: 750px;
        width: 100%;
        margin: 0 auto;
        text-align: center;
        background: #fff;
    }

    .layer-container2 {
        width: 100%;
    }

    .show-detail p img {
        width: 100%;
        height: auto;
    }
    .adress-list {
        padding-left: 0;
        margin-left: 10px;
    }
    .artic-title {
        margin: 20px 10px 0;
        line-height: 30px;
        font-size: 20px;
    }
    .show-detail {
        margin: 10px 10px;
    }
    .show-detail {
        padding-bottom: 5px;
    }
    .lyrqzt {
        line-height: 30px;
    }

    .title-source{
        margin-top: 20px;
    }
}
