.department-news .news-right{
    width: 100%;
    margin-top: 20px;
}
::-webkit-scrollbar {
    width: 14px;
    border-left: 1px solid rgba(0,0,0,0.1);
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,0.3);
}
.news-box-top{
    display: flex;
    justify-content: space-between;
}


.notice-list{
    display: flex;
    flex-wrap: wrap;
}
.notice-item{
      width: 24%;
    height: 120px;
    opacity: 1;
    background: rgba(255, 255, 255, 1);
    margin-top: 16px;
    margin-right: 1.33%;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.15);
    /*padding: 20px;*/
    /*display: flex;*/
    /*align-items: center;*/
    /*border-bottom: 5px solid rgba(133, 50, 42, 1);*/
}
.notice-item:nth-child(4n){
    margin-right: 0%;
}
.notice-item p{
    font-size: 0.19rem;
    font-weight: 400;
    letter-spacing: 0px;
    color: rgba(51, 51, 51, 1);
    cursor: pointer;
    padding: 10px 20px;
}

@media (width < 1024px){
.notice-item p {
    padding: 0.15rem 0.1rem;
    font-size: 0.3rem;
  }
}
.notice-item p a{
    display: inline-block;
    width:  calc(100% - 62px);
    float: right;
    text-decoration: none;
    color: unset;
   padding-left: 0.1rem;
}
.notice-item:hover p{
    color: #003f88;
}
/*.notice-item p:before{*/
/*    content: "路";*/
/*    font-weight: bold;*/
/*    margin-right: 16px;*/
/*    font-size: 20px;*/
/*}*/
.notice-item:hover p:before{
    color: var(--color-red);
}
.notice-item:after{
    content: "";
    display: block;
    width: 100%;
    height: 5px;
    background-color: var(--color-red);
    /*transition: width 0.5s;*/
}
.notice-item p label{
    /* width: 60px; */
    /* height: 60px; */
    background-color: rgb(227,233,241);
    --tw-ring-color: rgba(59,130,246,.5);
    /* opacity: 0.8; */
    float: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 5px;
}
.notice-item p label span:first-child{
    font-size: 24px;
    color: #003f88;
    line-height: 28px;
}
.notice-item p label span:last-child{
    font-size: 14px;
    color: #003f88;
    line-height: 20px;
}
@media (max-width: 600px) {
    .department-news .news-item{
        padding: 10px 0;
    }
    .notice-item{
        width: 100%;
        height: 70px;
        margin-right: 0;
    }
}