/* 公告详情 */

div.container {
    /* background: #fff; */
}
.announcement_crumbs{
    margin: 0;
    box-shadow: none;
    background-color: transparent;
}

.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: right;
}

.detail .detail-tag span {
    margin-left: 40px;
}

.detail .detail-main {
    padding-top: 23px;
    /* border-top: 1px solid #E2E2E2; */
    border-top-style: double;
    border-top-color: #e2e2e2;
    min-height: 200px;
}

.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;
    border: 1px solid #006CD4;
    border-radius: 4px;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail .detail-return a {
    color: #006CD4;
}

.detail .detail-return img {
    width: 14px;
    height: 14px;
}

#detail-box {
    /* min-height: 500px; */
    background: #fff;
    margin-bottom: 40px;
    padding: 20px;
}

.table-detail-goodslist th {
    background: rgb(250, 250, 250);
    font-weight: 400;
}

.table-detail-goodslist td {
    text-align: center;
}