/* menu section  */
.menu {
    margin-top: 67px;
}

a {
    color: #000000;
}

.menu .hd {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.menu .hd h1 {
    margin-left: 10px;
    font-size: 28px;
    line-height: 70px;
    color: #A20202;
    font-weight: 500;
}

.menu .hd table tbody tr {
    font-size: 14px;
    color: #141414;
    font-weight: 500;
}

.menu .hd table tbody tr .current {
    color: #AC2622;
}

.menu .hd>img:nth-child(3) {
    position: absolute;
    top: 91px;
    left: -12px;
}

.menu .bd {
    border-top: 3px solid #AE2422;
    margin-bottom: 395px;
    padding-top: 16px;
}

.menu .bd li {
    position: relative;
    color: #AE2422;
    font-size: 20px;
    padding-left: 22px;
    border-bottom: 1px solid #AE2422;
}

.menu .bd li p {
    position: relative;
    font-size: 18px;
    line-height: 19px;
    color: #000000;
    padding: 33px 0 25px 0 ;
}

.menu .bd li>span:nth-child(1) {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #B40615;
    top: 36px;
    left: -8px;
}

.menu .bd li p span {
    position: absolute;
    right: 0;
    font-size: 18px;
    line-height: 18px;
}
