.space {
    margin-top: 67px;
    margin-bottom: 123px;
}

.space .hd {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 56px; */
}

.space .hd h1 {
    margin-left: 8px;
    font-size: 28px;
    line-height: 40px;
    color: #A20202;
    font-weight: 500;
    height: 70px;
    line-height: 70px;
}

.space .hd table tbody tr {
    font-size: 14px;
    line-height: 40px;
    color: #141414;
    font-weight: 500;
}

.space .hd table tbody tr .current {
    color: #AC2622;
}

.space .bd {
    min-height: 500px;
    border: 1px solid #DDC8C6;
    border-top: 6px solid #8F1D13;
    box-shadow: 4px 3px 16px 1px #AC2622;
}

.space .bd .title {
    overflow: hidden;
    /* width: 1216px; */
    margin: 0 100px;
}

.space .bd .title h1 {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    color: #8F1D13;
    font-weight: 500;
    margin-bottom: 20px;
    margin-top: 50px;
}

.space .bd .title p {
    text-align: center;
    font-size: 16px;
    line-height: 40px;
    color: #666;
    padding-bottom: 20px;
    /* margin-right: 34px; */
    border-bottom: 2px solid #707070;
}

.space .bd .news {
    /* width: 1027px; */
    margin: 0 100px 0 100px;
    padding-top: 29px;
    padding-right: 2px;
    /* text-indent: 1.1em; */
    padding-bottom: 50px;
}

.space .bd .news p {
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px
}
