/* 公告详情 */

div.container {
    background: #fff;
}

.detail .detail-title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.detail h1 {
    min-width: 417px;
    height: 24px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #323232;
    text-align: center;
    line-height: 36px;
}

.detail .detail-tag {
    margin-top: 18px;
    margin-bottom: 18px;
    text-align: right;
    font-size: 12px;
    color: #646464;
    text-align: center;
}

.detail .detail-tag span {
    margin-left: 40px;
}

.detail .detail-main {
    padding-top: 23px;
    border-top: 1px solid #E2E2E2;
}

.detail .detail-main h3 {
    font-weight: 500;
    line-height: 51px;
    color: rgb(47, 148, 255);
    font-size: 16px;
    width: 100%;
    height: 51px;
}

.detail .detail-main .table-detail,
.detail .detail-main .table-detail-goodslist {
    border: 1px solid #E2E2E2;
    width: 95%;
    border-collapse: collapse;
}

.detail .detail-main .table-detail tr,
.detail .detail-main .table-detail-goodslist tr {
    height: 45px;
}

.detail .detail-main .table-detail tr td {
    padding: 13px 9.5px 13px 13px;
    text-align: left;
    font-size: 12px;
    color: rgb(50, 50, 50);
    width: 36%;
}

.detail .detail-main .table-detail tr td:nth-child(2n-1) {
    background: rgb(250, 250, 250);
    width: 14%;
    text-align: right;
}

.detail .detail-return {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #DF3325;
    border-radius: 4px;
    float: right;
    margin-top: 20px;
    margin-bottom: 40px;
}

.detail .detail-return a {
    color: #DF3325;
}

.detail .detail-return img {
    display: inline-block;
    width: 13px;
    height: 10px;
    vertical-align: middle;
}

#detail-box {
    min-height: 500px;
}

.table-detail-goodslist th {
    background: rgb(250, 250, 250);
    font-weight: 400;
}

.table-detail-goodslist td {
    text-align: center;
}