/* 主体页面 */
/* 主体页面 */
#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{
    width: auto;
    min-width: 1.328125rem;
    height: 0.25rem;
    margin-bottom: .0938rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 类似荫马塘片区体育场馆这种很长的块 */
#content .side-nav .side-block.smallspecial{
    width: 1.328125rem;
    height: 0.3646rem;
    margin: .0938rem auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 三级小小块儿 */
#content .side-nav .side-block.smallsmall{
    width: 1.276rem;
    height: 0.25rem;
    margin: 0.0625rem auto;
    border-radius: 0.1693rem;
    border: 0.0104rem solid #B1A6A6;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 小小块儿的特殊块儿 */
#content .side-nav .side-block.smallsmallspecial{
    width: 1.276rem;
    height: 0.4115rem;
    margin: .0938rem auto;
    border-radius: 0.1693rem;
    border: 0.0104rem solid #B1A6A6;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* 向右的箭头 */
#content .side-nav .side-block .smalltriangleright{
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -0.04rem;
    transform: translateX(-50%);
    border: .07rem transparent solid;
    border-left: 0.08rem #9A2F2F solid;
}

/* 特殊的向右箭头 */
#content .side-nav .side-block .specialsmalltriangleright{

}


/* 向下的箭头 */
#content .side-nav .side-block .smalltriangledown{
    display: block;
    content: "";
    position: absolute;
    top: 0.08rem;
    left: 100%;
    transform: translateX(-0.14rem);
    border: .07rem transparent solid;
    border-top: 0.08rem #9A2F2F solid;
}

/* 特殊的向下箭头1 */
#content .side-nav .side-block .specialsmalltriangledown{
    display: block;
    content: "";
    position: absolute;
    top: 0.08rem;
    left: 94%;
    transform: translateX(-50%);
    border: .06rem transparent solid;
    border-top: 0.07rem #9A2F2F solid;
}

/* 特殊的向下箭头2 */
#content .side-nav .side-block .specialsmalltriangledown2{
    display: block;
    content: "";
    position: absolute;
    top: 0.1rem;
    left: 90%;
    transform: translateX(-50%);
    border: .07rem transparent solid;
    border-top: 0.08rem #9A2F2F solid;
}

/* 向下的箭头激活 */
#content .side-nav .side-block .smalltriangledown.active{
    border-top: 0.08rem #FFFFFF solid;
}

#content .side-nav .side-block .specialsmalltriangledown.active{
    border-top: 0.08rem #FFFFFF solid;
}

#content .side-nav .side-block .specialsmalltriangledown2.active{
    border-top: 0.08rem #FFFFFF solid;
}

/* 一级块激活 */
#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.smallspecial.active a{
    color: #ffffff;
}

/* 二号块次激活 */
#content .side-nav .side-block.small.subactive{
    border: 0.0104rem solid #9A2F2F;
}

#content .side-nav .side-block.small.subactive a{
    color: #9A2F2F;
}

#content .side-nav .side-block.smallspecial.subactive{
    border: 0.0104rem solid #9A2F2F;
}

#content .side-nav .side-block.smallspecial.subactive a{
    color: #9A2F2F;
}

/* 三级块激活 */
#content .side-nav .side-block.smallsmall.active a{
    color: #ffffff;
}

#content .side-nav .side-block.smallsmallspecial.active a{
    color: #ffffff;
}

/* 小块儿的链接 */
#content .side-nav .side-block.small a{
    position: relative;
    display: block;
    transform: translateX(-4%) translateY(-40%);
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.1354rem;
    line-height: 0.1615rem;
    margin: 0.0417rem 0.1rem;
    color: #6C6C6C;
}

/* 特殊小块儿的链接 */
#content .side-nav .side-block.smallspecial a{
    position: relative;
    display: block;
    transform: translateX(-3%) translateY(-40%);
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.1354rem;
    line-height: 0.1615rem;
    margin: 0.0417rem 0.15rem;
    color: #6C6C6C;
}

/* 小小块儿的链接 */
#content .side-nav .side-block.smallsmall a{
    position: relative;
    display: block;
    transform: translateY(-40%);
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.1354rem;
    line-height: 0.1615rem;
    color: #6C6C6C;
}

/* 小小块儿的链接 */
#content .side-nav .side-block.smallsmallspecial a{
    position: relative;
    display: block;
    transform: translateY(-40%);
    text-align: center;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.1354rem;
    line-height: 0.1615rem;
    margin: 0.0417rem 0.15rem;
    color: #6C6C6C;
}

#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;
    margin-left: 0.125rem;
    width: 6.40625rem;
    height: 0;
    top: 0.9rem;
    border: 0.02rem solid #9C2E2E;
    border-radius: 0.03rem;
    background-color: #9C2E2E;
}

#content .body-page .body-content{
    width: 6rem;
    left: 3.15625rem;
    top: 1rem;
    padding: 0.2rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.15625rem;
    line-height: 0.25rem;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    color: #383737;
}

#content .body-page .body-content .venue-title{
    height: 0.2396rem;
    margin: 0.15rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 0.1979rem;
    line-height: 0.2396rem;

    text-align: center;

    color: #9A2F2F;
}

#content .body-page .body-content .venue-description{
    margin: 0.1927rem 0.3rem;
    text-indent: 2em;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.015625rem;

    color: #383737;
}

#content .body-page .body-content .venue-book{
    margin: 0.1927rem 0.3rem;

    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.015625rem;

    color: #383737;
}

#content .body-page .body-content .venue-picture{
    width: 4.4427rem;
    height: auto;
    margin: 0.1rem auto;
    object-fit: contain;
}
#content .body-page .body-content img{
    width: 100%;
    height: auto;
    margin: 0.1rem auto;
    object-fit: contain;
}
#content .body-page .body-content .w100{
    width: 100%;
}