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


/* 新闻列表 */
.news{
    padding: 1.2rem 0;
    box-sizing: border-box;
}
.news_body{
    width: 100%;
    margin-top: 0.89rem;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.5rem;
    row-gap: 0.6rem;
}
.news_body .news_item{
    width: calc(33.33% - 0.3334rem);
    height: 5.4rem;
    background: #FFFFFF;
    box-shadow: 0rem 0rem 0.25rem 0.01rem rgba(0,0,0,0.08);
}
.news_body .news_item .news_img{
    width: 100%;
    height: 2.9rem;
    overflow: hidden;
}
.news_body .news_item .news_txt{
    width: 100%;
    height: calc(100% - 2.9rem);
    padding: 0.46rem 0.5rem 0.54rem;
    box-sizing: border-box;
}
.news_body .news_item .news_txt .news_time{
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.22rem;
    color: #BCBCBC;
    margin-bottom: 0.29rem;
}
.news_body .news_item .news_txt .news_title{
    line-height: 1;
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.3rem;
}
.news_body .news_item .news_txt .news_cont{
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    line-height: 1.5;
}
.news_body .news_item:hover{
    background: #D00000;
}
.news_body .news_item:hover .news_img img{
    transform: scale(1.1);
}
.news_body .news_item:hover .news_time,
.news_body .news_item:hover .news_title,
.news_body .news_item:hover .news_cont{
    color: #fff;
}





/* 通知列表 */
.notice{
    padding: 1.2rem 0;
    box-sizing: border-box;
}
.notice_body{
    margin-top: 0.7rem;
}
.notice_body .notice_item{
    width: 100%;
    height: 1.4rem;
    margin-bottom: 0.4rem;
    display: flex;
    justify-content: space-between;
    padding: 0.43rem 0.49rem;
    box-sizing: border-box;
    border-top: 0.01rem solid #EFEFEF;
    border-bottom: 0.01rem solid #EFEFEF;
}
.notice_body .notice_item:last-child{
    margin-bottom: 0;
}
.notice_body .notice_item .notice_time{
    height: fit-content;
    display: flex;
    align-items: center;
    font-family: MiSans-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #BCBCBC;
}
.notice_body .notice_item .notice_time i{
    width: 0.19rem;
    height: 0.19rem;
    display: block;
    background: url(../img/time1.png) center no-repeat;
    background-size: contain;
    margin-right: 0.05rem;
}
.notice_body .notice_item .notice_txt{
    max-width: 11.25rem;
    width: 80%;
}
.notice_body .notice_item .notice_title{
    font-family: SC-Bold;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.17rem;
    line-height: 1;
}
.notice_body .notice_item .notice_cont{
    line-height: 1;
    font-family: SC-Regular;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
}
.notice_body .notice_item .notice_more{
    width: 0.32rem;
    height: 0.32rem;
    border-radius: 0.02rem;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(45deg);
    border: 0.01rem solid #C3C3C3;
    margin-top: 0.1rem;
}
.notice_body .notice_item .notice_more img{
    width: 0.1rem;
    height: 0.1rem;
    transform: rotate(-45deg);
}
.notice_body .notice_item:hover{
    background: linear-gradient( 137deg, #F2F7FF 0%, #FFFFFF 100%);
    box-shadow: 0rem 0rem 0.35rem 0.01rem rgba(0,0,0,0.08);
    border: 0.01rem solid #E7EDF7;
    border-radius: 0.06rem;
}
.notice_body .notice_item:hover .notice_time,
.notice_body .notice_item:hover .notice_title,
.notice_body .notice_item:hover .notice_cont{
    color: #0042B4;
}
.notice_body .notice_item:hover .notice_time i{
    background: url(../img/time2.png) center no-repeat;
    background-size: contain;
}
.notice_body .notice_item:hover .notice_more{
    background: #D00000;
    border: 0.01rem solid #D00000;
}
.notice_body .notice_item:hover .notice_more img{
    filter: brightness(0) invert(1);
}





@media screen and (max-width: 1043px) {
    /*时政要闻*/
    .notice,
    .news{
        padding: 60px 0;
    }
    
    .class_name{
        font-size: 24px;
    }
    .notice_body{
        margin-top: 30px;
    }
    .notice_body .notice_item{
        height: auto;
        padding: 20px 60px 20px 20px;
        margin-bottom: 15px;
        flex-wrap: wrap;
        row-gap: 15px;
        position: relative;
    }
    .notice_body .notice_item .notice_time{
        font-size: 14px;
    }
    .notice_body .notice_item .notice_time i{
        width: 16px;
        height: 16px;
        margin-right: 5px;
    }
    .notice_body .notice_item .notice_txt{
        width: 100%;
        font-size: 16px;
    }
    .notice_body .notice_item .notice_title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .notice_body .notice_item .notice_cont{
        font-size: 14px;
    }
    .notice_body .notice_item .notice_more{
        position: absolute;
        top: 40%;
        transform: translateY(-50%) rotate(45deg);
        right: 20px;
        width: 30px;
        height: 30px;
    }
    .notice_body .notice_item .notice_more img{
        width: 10px;
        height: 10px;
    }
    
    
    
    /*公司新闻*/
    .news_body{
        margin-top: 30px;
        column-gap: 20px;
        row-gap: 30px;
        align-items: stretch;
    }
    .news_body .news_item{
        width: calc(50% - 10px);
        height: auto;
    }
    .news_body .news_item .news_img{
        height: 0;
        padding-bottom: 60%;
        position: relative;
    }
    .news_body .news_item .news_img img{
        position: absolute;
        top: 0;
    }
    .news_body .news_item .news_txt{
        padding: 20px;
        height: auto;
    }
    .news_body .news_item .news_txt .news_time{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .news_body .news_item .news_txt .news_title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .news_body .news_item .news_txt .news_cont{
        font-size: 14px;
    }
    

}



@media screen and (max-width: 769px) {
    .notice_body .notice_item .notice_title{
        margin: 0;
        white-space: normal;
        overflow: visible;
        line-height: 1.4;
    }
    .notice_body .notice_item .notice_cont{
        display: none;
    }
    
    
    
    /*公司新闻*/
    .news_body .news_item{
        width: 100%;
    }
}










