.w-1000 {
    margin: 20px auto;
    font-size: 16px;
    width: 1380px;
}

.w-640 {
    width: 900px;
}

.w-335 {
    width: 435px;
    border-left: 1px solid #e9e9e9;
}

.m-c-pos {
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    padding-left: 8px;
    border-bottom: 1px solid #e9e9e9;
}

.m-c-pos a {
    color: #0e050a;
}

.m-c-title {
    line-height: 60px;
    font-size: 28px;
    text-align: center;
    margin: 10px 0 0;
}

.m-c-title a {
    color: #0e050a;
}

.m-c-subdoctitle {
    font-size: 22px;
    line-height: 60px;
    text-align: center;
    color: #000000;
}

.m-c-des {
    height: 34px;
    line-height: 34px;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: center;
    color: #333333;
}

.m-c-con p {
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 10px;
    color: #000000;
}

.m-c-con img {
    display: block;
    margin: 10px auto;
    max-width: 100%;
}

.attachments {
    margin-top: 30px;
}

.code {
    margin: 50px auto 30px;
    text-align: center;

}

.code img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.code p {
    margin-top: 16px;
    font-size: 14px;
}

.share {
    text-align: center;
}

.m-content {
    margin: 0 20px 20px 20px;
}

.m-h-news {
    margin-top: 14px;
}

.m-h-n-header {
    position: relative;
    height: 50px;
}

.n-h-tap {
    font-size: 18px;
    color: #0e050a;
    background: url(../images/tap.png) no-repeat center left;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    position: absolute;
    left: 0px;
    top: 0px;
}

.n-h-more {
    position: absolute;
    right: 24px;
    height: 50px;
    line-height: 50px;
    top: 0px;
    background: url(../images/more.png) no-repeat center right;
}

.n-h-more a {
    padding-right: 20px;
    font-size: 14px;
    color: #0e050a;
}

.n-h-more a {
    padding-right: 20px;
    font-size: 14px;
    color: #0e050a;
}

.m-h-n-c-top {
    line-height: 25px;
    padding: 0 8px;
}

.m-h-n-c-top a {
    color: #000;
    font-weight: bold;
}

.m-h-n-item {
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.m-h-n-item a {
    color: #0e050a;
    font-size: 14px;
    padding-left: 18px;
}

.m-h-n-box {
    margin: 4px 0 0 8px;
    float: left;
    width: 150px;
}

.m-h-n-box img {
    width: 150px;
    height: 100px;
}

.m-h-n-b-tit {
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    text-align: center;
}

.m-h-n-b-tit a {
    color: #0e050a;
}

.m-h-n-c-panel {
    padding-top: 14px;
}

.m-h-n-p-pic {
    width: 260px;
    margin: 0 auto;
}

.m-h-n-p-pic img {
    width: 260px;
}

.m-h-n-p-tit {
    line-height: 46px;
    text-align: center;
}

.m-h-n-p-tit a {
    font-size: 14px;
    color: #0e050a;
}

@media (max-width: 375px) {
    .des-long {
        display: none;
    }

    .des-short {
        display: inline;
    }

    .w-xl {
        border: none;
    }
}

@media (max-width: 999px) {
    .header {
        display: none;
    }

    .main > .right {
        display: none;
    }

    .main {
        width: 100%;
    }

    .main > .left {
        width: 100%;
        margin: 0;
    }

    .m-c-pos {
        padding-left: 15px;
        display: inline-block;
    }

    .m-c-title {
        line-height: 38px;
        font-size: 24px;
        padding-left: 8px;
    }

    .m-c-des {
        font-size: 12px;
        padding: 0 15px;
    }

    .m-c-con {
        padding: 0 15px;
    }

    .m-c-con img {
        max-width: 95%;
    }

    .m-c-s-qrcode img {
        max-width: 95%;
    }

    .m-c-s-qrcode {
        width: 156px;
    }

    .qr-item.page-share {
        display: none;
    }

    .qr-item.page-share {
        margin-left: 0px;
    }

    .m-r-n-item {
        overflow: hidden;
    }

    .m-r-footer a {
        width: 300px;
        height: 69px;
        background-size: cover;
        margin-top: 20px;
    }
}