.localstatute-wrapper {
    width: 100%;
    background-color: #fff;
}

.localstatute-main {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
}

.localstatute-main_content {
    display: flex;
    align-items: flex-start;
}

.wrapper {
    flex: 1;
}

.wrapper .item-box {
    margin-top: -20px;
    margin-bottom: 30px;
}

.wrapper .item-box a {
    display: flex;
    align-items: center;
    height: 68px;
    border-bottom: 1px solid rgba(53, 53, 55, 0.1);
}

.wrapper .item-box a::before {
    display: inline-block;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #f7b500;
    margin-right: 8px;
}

.wrapper .item-box a:last-child {
    border-bottom: 0;
}

.wrapper .item-box a .text {
    flex: 1;
    font-size: 18px;
    font-weight: 600;
    color: #2d170e;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 20px;
}

.wrapper .item-box a .date {
    font-size: 14px;
    color: rgba(52, 52, 55, .6);
}

.wrapper .item-box a:hover .text {
    color: #be0402;
}