
@media screen and (max-width: 960px) {
    .notice-details-body {
        width: 90%;
        overflow: hidden;
        background-color: #ffffff;
        padding: 20px 0;
        min-height: 460px;
        margin: 0 auto;
    }

    .notice-details-content {
        width: 100%;
        margin: 0 auto;
    }
    .notice-details-section p img {
        width: 100% !important;
        height: auto !important;
    }


}

@media screen and (min-width: 960px) {
    .notice-details-body {
        width: 100%;
        overflow: hidden;
        background-color: #ffffff;
        padding: 20px 0;
        min-height: 460px;
    }

    .notice-details-content {
        width: 1066px;
        margin: 0 auto;
    }
}
    .notice-details-header {
        width: 100%;
        overflow: hidden;
        border-bottom: 1px solid #f2f2f2;
        padding-bottom: 20px;
    }

        .notice-details-header > p {
            float: left;
            font-size: 18px;
            font-weight: bold;
            color: #333333;
        }

        .notice-details-header .user-details-return-btn {
            float: right;
            font-size: 12px;
            background-image: url("/zcy/vance/pc/static/img/user-details-btn.png");
            background-position: 10px center;
            background-repeat: no-repeat;
            background-size: 13px;
            padding: 5px 10px;
            cursor: pointer;
            border: 1px solid #8c6f4b;
            text-indent: 22px;
            border-radius: 3px;
        }

    .notice-details-section {
        padding-top: 20px;
        line-height: 30px;
    }