.column{
    width: 1200px;
    margin: 0 auto;
}

.column-top{
    width: 100%;
    border-bottom: 4px solid rgba(213, 214, 215, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
}

.column-top-box{
    width: auto;
    height: 45px;
    font-weight: bold;
    font-size: 30px;
    color: #8c0000;
    line-height: 45px;
    letter-spacing: 12px;
    text-indent: 12px;
    text-align: center;
    margin: 0 auto;
    font-style: normal;
    position: relative;
}

.column-top-box>div{
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: -4px;
    background-color: #8c0000;
}

.column-list-box{
    width: 100%;
    height: 260px;
    box-sizing: border-box;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(216, 216, 216, 1);
}

.column-list-box-item{
    width: 100%;
    height: 24px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    font-family: '微软雅黑 Regular';
}

.column-list-box-item>div:nth-child(1){
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    display: flex;
    align-items: center;
}

.column-list-box-item>div:nth-child(1)>div{
    width: 1061px;
    height: 100%;
}

.column-list-box-item>div:nth-child(1)>span{
    display: block;
    width: 3px;
    height: 3px;
    background: #8A0100;
    margin-right: 8px;
}
