/* 主体页面 */
#content{
    position: relative;
    min-height: 4rem;
    background-color: #FFFFFF;
    display: flex;
}

#content .content-inner{
    height: auto;
}

#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-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-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-block.active{
    background: #9A2F2F;
}

#content .side-nav .side-block.active a{
    color: #ffffff;
}
#content .side-nav .side-block.small.active a{
    color: #ffffff;
}

#content .side-nav .side-block.small 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: .1354rem;
    line-height: .1615rem;
    text-decoration: none;
    color: #958F8F;
}
#content .side-nav .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{
    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 .ranks-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: .2604rem;
    justify-content: space-between;
}

#content .body-page .body-content .ranks-list .ranks-list-item{
    width: 2.55rem;
    height: .901rem;
    margin: .1302rem .0781rem;

    background: #F0E7DE;
    border: .0052rem solid #D5CAC0;
    border-radius: .0521rem;

    display: flex;
    overflow: hidden;
}
#content .body-page .body-content .ranks-list .ranks-list-item img{
    min-width: 1.3542rem;
    height: .901rem;
    flex-basis: 1.3542rem;
}
#content .body-page .body-content .ranks-list .ranks-list-item div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: .1458rem;
    line-height: .1771rem;
    text-align: center;
    padding: 0 .1563rem;

    color: #5F3F22;
}

#content .body-page .body-content .club-list{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: .2604rem;
    justify-content: space-between;
}

#content .body-page .body-content .club-list .club-list-item{
    width: 2.55rem;
    height: .901rem;
    margin: .1302rem .0781rem;

    background: #F0E7DE;
    border: .0052rem solid #D5CAC0;
    border-radius: .0521rem;

    display: flex;
    overflow: hidden;
}
#content .body-page .body-content .club-list .club-list-item div img{
    height: .901rem;
    width: 1.3542rem;
}
#content .body-page .body-content .club-list .club-list-item a{
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: .1458rem;
    line-height: .1771rem;
    text-align: center;

    color: #5F3F22;
    align-items: center;
    padding: 0 0.2rem;
}

#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 .trends-list-item{
    width: 5.8385rem;
    padding: .1823rem 0 .099rem 0;

    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 .trends-list-item a{
    color: #383737;
}

#content .body-page .body-content .trends-list-item .date{
    float: right;
    font-weight: 400;
    font-size: .1667rem;
    line-height: .2031rem;
    color: #383737;
}
#content .body-page .body-content .article-title {
    margin-top: .401rem;
    margin-bottom: .401rem;
    font-weight: 400;
    font-size: .1979rem;
    line-height: .2396rem;
    text-align: center;

    color: #383737;
}
#content .body-page .body-content .article-title-h {
    font-style: normal;
    font-weight: 400;
    font-size: .1875rem;
    line-height: .2292rem;
    color: #9A2F2F;
    margin: .1823rem 0;
}
#content .body-page .body-content .article-line {
    margin-top: .3125rem;
    margin-bottom: .1042rem;
    background: #D9D9D9;
    border: .0052rem solid #C4C4C4;
}
#content .body-page .body-content .article-p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: .1563rem;
    line-height: .2344rem;
    text-indent: .3125rem;
    color: #383737;
}

#content .body-page .body-content .article-table {
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 0.0104rem solid #5F3F22;
}
#content .body-page .body-content .article-table thead th{
    padding: .1042rem .0521rem;
    font-weight: 700;
    font-size: 0.16rem;
    line-height: 0.19rem;
    color: #5F3F22;
    border: 0.0104rem solid #5F3F22;
}
#content .body-page .body-content .article-table tbody td{
    padding: .1042rem .0521rem;
    font-weight: 400;
    font-size: 0.16rem;
    line-height: 0.19rem;
    color: #5F3F22;
    border: 0.0104rem solid #5F3F22;
}