/* 主体页面 */
#content{
    position: relative;
    min-height: 4rem;
    background-color: #FFFFFF;
    display: flex;
}


#content .side-nav{
    width: 2.0572917rem;
    height: 100%;
    min-height: 2.849rem;
    margin-left: 0.703125rem;
    margin-top: .526rem;
    background: #FAFAFA;
    border: 0.015625rem solid #9F6565;
    border-radius: 0.114583rem;
    background: url("/images/hnulogo.png") no-repeat center;
    background-position: center 0.777rem;
    background-size: 1.92rem 1.724rem;
}


#content .side-nav .side-title{
    width: 0.875rem;
    height: 0.265625rem;
    padding: .1146rem .5885rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.21875rem;
    line-height: 0.265625rem;
    color: #9A2F2F;
    border-bottom: 0.015625rem solid #9F6565; /* 设置底部边框 */
}
#content .side-nav .side-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: .2396rem;
}

#content .side-nav .side-container .side-block{
    box-sizing: border-box;
    position: relative;
    width: 1.3697917rem;
    height: 0.33854167rem;
    background: #FAFAFA;
    justify-content: center;
    border: 0.0104167rem solid #9A2F2F;
    border-radius: 0.16927083rem;
    margin-bottom: .0938rem;
}


#content .side-nav .side-container .side-block .small{
    box-sizing: border-box;
    position: relative;
    width: 1.1771rem;
    height: .25rem;
    background: #FAFAFA;
    justify-content: center;
    border: 0.0104167rem solid #9A2F2F;
    border-radius: .1693rem;
    margin-bottom: .0938rem;
}

#content .side-nav .side-container .side-block.active{
    background: #9A2F2F;
}

#content .side-nav .side-container .side-block.active a{
    color: #ffffff;
}

#content .side-nav .side-container .side-block a{
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-40%);
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.177083rem;
    line-height: 0.2135417rem;
    text-decoration: none;
    color: #958F8F;
}


#content .body-page{
    margin-top: .1459rem;
    margin-left: .1198rem;
    margin-bottom: 0.5rem;
    width: 6.151rem;
}

#content .body-page .body-title{
    height: 0.25rem;
    margin: .0833rem 0.125rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.20833rem;
    line-height: 0.25rem;
    color: #9A2F2F;
}

#content .body-page .body-line{
    content: "";
    display: block;
    width: 6.40625rem;
    height: 0;
    border: 0.02rem solid #9C2E2E;
    border-radius: 0.03rem;
    background-color: #9C2E2E;
    margin-left: 0.125rem;
}

#content .body-page .body-content{
    min-height: 4rem;
    padding-bottom: 0.2rem;
    padding-left: 0.125rem;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.15625rem;
    line-height: 0.25rem;
    color: #383737;
}

#content .body-page .body-content .race-list-item{
    display: flex;
    justify-content: space-between;
    width: 5.8385rem;
    padding: .1823rem 0 .099rem .2135rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: .1667rem;
    line-height: .2031rem;

    color: #383737;
    border-bottom: .001rem solid #C4C4C4;
}

#content .body-page .body-content .race-list-item::after {
    content: attr(data-date);
}


#content .body-page .body-content .p-title{
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 0.2rem;
    line-height: 0.24rem;
    /* identical to box height */
    text-align: center;
    margin-bottom: 0.3rem;

    color: #1F1F1F;
}


#content .body-page .body-content .institute-name{
    width: 1.7rem;
    height: 0.5rem;

    background: #9A2F2F;
    border-radius: 0.0521rem;

    margin: 0.2917rem 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.18rem;
    line-height: 0.22rem;
    color: #FFFFFF;
}

#content .body-page .body-content .institute-content{
    width: 100%;
    height: 0.4rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.1667rem;
    line-height: 0.203125rem;

    color: #5F3F22;
}