.main{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 110px;
}
.breadcrumb{
    display: flex;
    align-items: center;
    margin: 24px 0;
}
.breadcrumb_item{
    font-weight: 400;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
}
.news_img{
    position: relative;
}
.news_img_bg{
    width: 100%;
    height: 356px;
    background: #E9F1FF;
    /* border-radius: 12px; */
    position: absolute;
    bottom: 0;
}
.news_img_box{
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 43px 60px 17px 32px;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
}
.news_img_box_left{
    width: 564px;
    padding-top: 20px;
}
.news_img_box_left_title{
    font-weight: bold;
    font-size: 40px;
    color: #212121;
    line-height: 56px;
    margin-bottom: 17px;
}
.news_img_box_left_dept{
    font-weight: bold;
    font-size: 20px;
    color: #2563EB;
    line-height: 28px;
    margin-bottom: 20px;
}
.news_img_box_left_desc{
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    line-height: 29px;
    margin-bottom: 24px;
}
.news_img_box_left_btn{
    display: flex;
    gap: 20px;
}
.news_img_box_left_btn_item{
    box-sizing: border-box;
    font-weight: bold;
    font-size: 18px;
    color: #2563EB;
    padding: 10px 22px;
    background: rgba(37, 99, 235, .15);
    border-radius: 8px;
    cursor: pointer;
}
.news_img_box_left_btn_item:hover{
    background: #2563EB;
    color: #FFFFFF;
}
.news_img_box_right{
    position: relative;
}
.news_img_box_right_img{
    width: 334px;
    height: 395px;
}
.news_img_box_right_magazine{
    width: 292px;
    height: 377px;
    position: absolute;
    top: 0;
    left: 0;
}
.breadcrumb_item a{
    font-weight: 400;
    font-size: 14px;
    color: #1D4ED8;
    line-height: 20px;
}
.fixed_ai_box{
    bottom: 300px !important;
}
.new_img_text_box{
    max-width: 1200px;
    margin: 0 auto;
}
.new_img_text{
    font-weight: bold;
    font-size: 44px;
    color: #FFFFFF;
    line-height: 62px;
    margin-bottom: 13px;
    padding-top: 90px;
}
.new_img_desc{
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
}
.follow_header{
    font-weight: 800;
    font-size: 16px;
    color: #202A38;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-bottom: 23px;
}
.follow_header_line{
    width: 3px;
    height: 17px;
    background: #2563EB;
    border-radius: 2px;
    margin-right: 9px;
}
.news_box{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 12px;
    background: #FFFFFF;
    border: 1px solid #E4E8F0;
}

.news_content_item{
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    cursor: pointer;
}
.news_content_item:last-child{
    margin-bottom: 0;
}

.news_content_item_img_box{
    width: 224px;
    height: 126px;
    background: #BFECFD;
    border-radius: 8px;
}
.news_content_item_info{
    width: calc(100% - 224px - 16px);
}
.news_content_item_title{
    font-weight: 500;
    font-size: 18px;
    color: #212121;
    line-height: 28px;
    margin-bottom: 14px;
}
.news_content_item_desc{
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 17px;
    word-break: break-word;
    margin-bottom: 18px;
}
.news_content_item_tags{
    display: flex;
    gap: 11px;
    align-items: center;
}
.news_content_item_tag{
    background: #EFF4FF;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    color: #2563EB;
    line-height: 17px;
    padding: 4px 10px;
}
.news_content_item_time{
    display: flex;
    align-items: center;
    gap: 4px;
}
.news_content_item_time_img{
    width: 16px;
    height: 16px;
}
.news_content_item_time_text{
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    line-height: 24px;
}

.news_content_item_ad_first{
    width: 100%;
    height: 96px;
    background: #BFECFD;
    border-radius: 8px;
    margin-bottom: 40px;
}
.news_content_item_ad_second{
    display: flex;
    gap: 22px;
    margin-bottom: 40px;
}
.news_content_item_ad_second_item{
    width: 180px;
    height: 110px;
    background: #BFECFD;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.news_content_item_ad_second_item_img{
    width: 100%;
    height: 110px;
}
.news_content_item_more{
    height: 45px;
    background: #FFFFFF;
    border: 1px dashed #D1D1D6;
    border-radius: 8px;
    font-weight: 400;
    font-size: 18px;
    color: #A6A6A6;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}
.filter_box{
    display: flex;
    align-items: center;
    margin-bottom: 28px;
}
.filter_label{
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    line-height: 22px;
}
.filter_item_box{
    display: flex;
    gap: 12px;
}
.filter_item{
    background: #F3F3F3;
    border-radius: 18px;
    padding: 7px 16px;
    font-weight: 400;
    font-size: 16px;
    color: #212121;
    line-height: 22px;
    cursor: pointer;
}
.filter_item_active{
    background: #2563EB;
    color: #FFFFFF;
}
.filter_item:hover{
    background: #2563EB;
    color: #FFFFFF;
}
.news_content{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}
.news_item{
    padding: 40px 30px;
    background: #F7F7F7;
    border-radius: 12px;
    display: flex;
    gap: 30px;
    min-width: 0; /* 关键：防止溢出，允许收缩 */
}
.news_item:hover{
    .news_item_img_box_img{
        transform: scale(1.1);
    }
    .news_item_text_title{
        color: #2563EB;
    }
}
.news_item_img_box{
    position: relative;
    height: 204px;
    overflow: hidden;
}
.news_item_img_box_img{
    width: 152px;
    height: 194px;
    transition: all 0.3s ease-in-out;
}
.news_item_img_box_bg{
    width: 152px;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.news_item_text_box{
    width: calc(100% - 152px - 30px);
}
.news_item_text_title{
    font-weight: bold;
    font-size: 24px;
    color: #212121;
    line-height: 33px;
    margin-bottom: 6px;
}
.news_item_text_desc{
    font-weight: bold;
    font-size: 14px;
    color: #212121;
    line-height: 20px;
    margin-bottom: 16px;
}
.news_item_text_list{
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 8px;
}
.news_item_text_list:last-child{
    margin-bottom: 0;
}
.news_item_btn_box{
    display: flex;
    gap: 24px;
    margin-top: 22px;
}
.news_item_btn_item{
    font-weight: bold;
    font-size: 16px;
    color: #2563EB;
    line-height: 22px;
    text-align: left;
    cursor: pointer;
}
.news_item_btn_item:hover{
    color: rgba(25, 99, 227, 0.8);
}
.news_item:hover{
    padding: 38px 28px;
    background: #FFFFFF;
    border: 2px solid #2563EB;
    box-shadow: 0px 12px 16px 0px rgba(47,98,227,0.12);
}
.mask-popup{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.3);
    z-index: 4;
}
.icon-qrcode-wx{
    width: 352px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 4;
}
.icon-qrcode-h5{
    width: 352px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 4;
}

@media (min-width: 769px) and (max-width: 1239px) {
    .main{
        padding: 0 30px;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .news_img{
        display: none;
    }
    .breadcrumb{
        display: none;
    }
    .follow_header{
        display: none;
    }
    .filter_label{
        display: none;
    }
    .news_box{
        border: none;
        border-radius: 0px;
        background: #fff;
    }
    .filter_item_box{
        flex-wrap: nowrap;
        overflow-x: auto;
        width: 100%;
    }
    .filter_item{
        flex-shrink: 0;
    }
    .news_content{
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
    .news_item_img_box{
        height: 125px;
    }
    .news_item_img_box_img{
        width: 90px;
        height: 115px;
    }
    .news_item_img_box_bg{
        width: 90px;
    }
    .news_item{
        gap: 12px;
        padding: 15px 12px;
    }
    .news_item_text_box {
        width: calc(100% - 90px - 12px);
    }
    .news_item_text_title{
        font-weight: bold;
        font-size: 18px;
        color: #212121;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .news_item_text_desc{
        font-weight: bold;
        font-size: 12px;
        color: #212121;
        line-height: 17px;
        margin-bottom: 5px;
    }
    .news_item_text_list{
        font-weight: 400;
        font-size: 14px;
        color: #666666;
        line-height: 17px;
        margin-bottom: 4px;
    }
    .news_item_btn_box{
        margin-top: 10px;
    }
    .news_item_btn_item{
        font-weight: bold;
        font-size: 14px;
        color: #2563EB;
        line-height: 20px;
    }
    .news_item:hover{
        padding: 13px 10px;
    }
}