.box-content {
    padding: 1.5rem 0 2rem 0;
    position: relative;
    width: 70em;
    margin: 0 auto;
}
.title{
    font-size: 1.3rem;
    color: var(--main_color);
    font-weight: 600;
    text-align: center;
    border-bottom: 0.5px solid var(--shallow_grey_color);
    padding: 2rem;
}
.time{
    display: flex;
    font-size: 0.9rem;
    /* margin-bottom: 3rem; */
    margin-top: 1rem;
    flex-direction: row;
}
.summary{
    padding: 1rem;
    line-height: 1.6;
    font-size: 0.8rem;
    border-left: 0.2rem solid var(--main_color);
    background-color: #F5F4F3;
}
.html-content{
    /* margin-top: 1.5rem; */
}
.annex{
    margin-top: 3rem;
}
.annex .annex-title{
    margin-bottom: 1rem;
    font-size: 1rem;
}
.annex .annex-file{
    font-size: 0.8rem;
}
.annex .annex-file div+div{
    margin-top: 0.5rem;
}
.click-title:hover{
    color: var(--main_color);
}

.main-content .list-detail {
    border-radius: 20px;
    padding: 4rem;
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 8%);
}

.main-content .page-title {
    margin-bottom: 3.5rem;
    height: 2rem;
    line-height: 2rem;
    color: #666;
    font-size: 0.8rem;
}


.main-content .list-detail-aside {
    background: #fff;
    border-radius: 1rem;
    margin-bottom: 2rem;
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 8%);
}
.list-detail-aside {
    margin-top: -2rem !important;
    padding: 0.5rem !important;
}

.type-aside {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.type-aside ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.division{
    font-size:14px;
    height:36px;
    line-height:36px;
    clear:both;
    border-top:1px dashed #e5e5e5;
    border-bottom:1px dashed #e5e5e5;
    margin-top:15px;
}
.division span{ padding:0 25px; color:#666;}
.division span a{ color:#666;}