.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;
}

.breadcrumb_item a{
    font-weight: 400;
    font-size: 14px;
    color: #1D4ED8;
    line-height: 20px;
}

.news_img{
    width: 100%;
    height: 300px;
    background: url('../img/news_pic.png') no-repeat;
    background-size: cover;
}
.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;
    border: 1px solid #E4E8F0;
    background: #FFFFFF;
}

.news_content_item{
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    cursor: pointer;
}
.news_content_item:hover{
    .news_content_item_img{
        transform: scale(1.3);
    }
    .news_content_item_title{
        color: #2563EB;
    }
}
.news_content_item:last-child{
    margin-bottom: 0;
}

.news_content_item_img_box{
    width: 224px;
    height: 126px;
    background: #BFECFD;
    border-radius: 8px;
    overflow: hidden;
}
.news_content_item_img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.news_content_item_info{
    width: calc(100% - 224px - 16px);
}
.news_content_item_title{
    font-weight: 800;
    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;
}

.no-data{
    display: none;
    justify-content: center;
    align-items: center;
    height: 300px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
}

@media (min-width: 769px) and (max-width: 1239px) {
    .main{
        padding: 0 30px;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
}

@media (max-width: 768px) {
    .new_img_desc{
        display: none;
    }
    .news_img {
        width: calc(100% - 30px);
        height: 90px;
        background: url(../img/news_pic.png) no-repeat;
        background-size: 100% 100%;
        margin: 15px;
        border-radius: 12px;
    }
    .new_img_text{
        margin: 0;
        font-weight: bold;
        font-size: 18px;
        color: #FFFFFF;
        line-height: 25px;
        padding-top: 33px;
        padding-left: 26px;
    }
    .breadcrumb{
        display: none;
    }
    .news_box{
        border: none;
    }
    .follow_header{
        display: none;
    }
    .news_content_item_img_box{
        width: 110px;
        height: 76px;
    }
    .news_content_item_img{
        width: 100%;
        height: 100%;
    }
    .news_content_item_desc{
        display: none;
    }
    .news_content_item_info{
        width: calc(100% - 110px - 16px);
    }
    .news_content_item_time_text{
        font-size: 14px;
    }
    .news_content_item_tag{
        font-size: 14px;
    }
    .news_content_item_title{
        font-weight: 800;
        font-size: 18px;
        color: #333333;
        line-height: 23px;
        margin-bottom: 8px;
        white-space: wrap;
        text-overflow: nowrap;

        display: -webkit-box; /* 必须 */
        -webkit-box-orient: vertical; /* 必须 */
        -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
        overflow: hidden; /* 隐藏溢出的内容 */
    }
    .news_content_item_tag{
        padding: 0;
        background: transparent;
    }
    .news_content_item_time_img{
        display: none;
    }
}