.position .main{
    justify-content: left;
}



.class_name{
    text-align: center;
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.45rem;
    color: #000000;
}


/* 定期公告 */
.list{
    padding: 1.2rem 0;
    box-sizing: border-box;
}
.list .list_body{
    margin-top: 1.39rem;
    margin-bottom: 0.74rem;
    position: relative;
}
.list .list_body .body_txt{
    display: flex;
    align-items: center;
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.2rem;
    color: #5C5C5C;
    margin-bottom: 0.3rem;
}
.list .list_body .body_txt:last-child{
    margin-bottom: 0;
}
.list .list_body .body_txt img{
    width: 0.2rem;
    height: 0.2rem;
    object-fit: contain;
    margin-right: 0.08rem;
}
.list .list_body .body_txt span{
    color: #000000;
}
.list .list_body .body_bg{
    position: absolute;
    width: 6.73rem;
    height: 4.25rem;
    bottom: -1.83rem;
    right: -0.75rem;
}






@media screen and (max-width: 1043px) {
     .class_name{
        font-size: 24px;
    }
    
    
    /*纪检监察*/
    .list{
        padding: 60px 0;
    }
    .list .list_body{
        margin-top: 40px;
        margin-bottom: 30px;
    }
    .list .list_body .body_txt{
        font-size: 16px;
        margin-bottom: 20px;
        align-items: baseline;
    }
    .list .list_body .body_txt img{
        width: 20px;
        height: 20px;
        margin-right: 8px;
        position: relative;
        top: 4px;
    }
    .list .list_body .body_txt span{
        display: block;
        max-width: calc(100% - 110px);
    }
}

@media screen and (max-width: 769px) {
    .list .list_body .body_txt{
        font-size: 14px;
    }
}

