@charset "utf-8";
.cb{
    clear: both;
}
.index_notice_new{
    width: 36%;
}
.index_notice_new .title{
    justify-content: space-between;
    height: 1.25rem;
}
.index_notice_new .con{
    padding-top: .25rem;
}
.index_notice_new .con .more a {
    display: inline-block;
    height: 0.58rem;
    background: url(../images/index02.png) left center no-repeat;
    background-size: auto 100%;
    padding-left: 0.2rem;
    color: #1483c4;
    text-decoration: none;
    font-size: 0.18rem;
    line-height: 0.5rem;
}
.index_notice_new .con .more a i {
    font-size: 0.18rem;
}
.index_notice_new .con .item{
    width: 95%;
    height: .8rem;
    margin-right: .2rem;
    border-bottom: 1px dashed #c3c3c3;
}
.index_notice_new .con .item .date{
    padding: .05rem 0 0 .3rem;
    font-size: .14rem;
    line-height: .3rem;
}
.index_notice_new .con .item .date span{
    color: #ff0000;
}
.index_notice_new .con .item a{
    padding: 0 .3rem;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: .18rem;
}
.index_notice_new .con .item:hover{
    background: url(../images/medical_news01.png) right bottom no-repeat #1384c5;
}
.index_notice_new .con .item:hover .date,.index_notice_new .con .item:hover a{
    color: #fff;
}
.index_notice_new .con .more{
    text-align: right;
    padding-top: 15px;
}



@media screen and (max-width: 800px) {
    /* 其他现有样式... */
    
    .index_notice_new .title.dis_flex {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto; /* 如果需要水平滚动 */
    }
    
    .index_notice_new .title.dis_flex span {
        display: flex;
        align-items: center;
        flex-shrink: 0; /* 防止收缩 */
    }
    
    .index_notice_new .title.dis_flex span img {
        flex-shrink: 0;
    }
}