.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%;
    display: flex;
    gap: 20px;
    align-items: start;
}
.news_left_content{
    width: 824px;
    padding: 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E4E8F0;
}
.news_right_content{
    width: calc(100% - 824px - 20px);
    padding: 24px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E4E8F0;
}
.news_content_title{
    font-weight: bold;
    font-size: 40px;
    color: #212121;
    line-height: 56px;
    margin-bottom: 32px;
}
.news_content_tool{
    display: flex;
    justify-content: space-between;
}
.news_tool_tags{
    display: flex;
    gap: 12px;
    align-items: center;
}
.news_tag{
    padding: 1px 8px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #A3010D;
    font-weight: 400;
    font-size: 16px;
    color: #A3010D;
    line-height: 22px;
}
.news_dept{
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 22px;
}
.news_time{
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 22px;
}
.news_tool_share{
    display: flex;
    gap: 12px;
    align-items: center;
}
.news_share_text{
    font-weight: 400;
    font-size: 16px;
    color: #777777;
    line-height: 22px;
}
.news_share_btn{
    display: flex;
    gap: 4px;
    align-items: center;
    padding: 9px 20px;
    background: #2563EB;
    border-radius: 8px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 22px;
    box-sizing: border-box;
    cursor: pointer;
    position: relative;
}
.news_share_btn:hover{
    .news_share_fixed{
        display: block;
    }
}
.news_share_fixed{
    position: absolute;
    top: 40px;
    right: 0;
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border:1px solid #E4E8F0;
    display: none;
    z-index: 100;
}
.news_share_fixed_header{
    width: 100%;
    height: 36px;
    background: rgba(246, 246, 246, 1);
    font-size: 18px;
    font-family: FZLTHK--GBK1-0;
    font-weight: bold;
    color: rgba(0, 0, 0, 1);
    line-height: 36px;
    padding-left: 17px;
    box-sizing: border-box;
}
.shareType {
    background-color: #fff;
    padding-left: 17px;
    box-sizing: border-box;
    font-size: 14px;
    font-family: FZLTHK--GBK1-0;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 30px;
    padding-top: 15px;
    padding-bottom: 21px;
    box-sizing: border-box;
}
.shareXL {
    cursor: pointer;
}
.shareType img {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.ew {
    position: absolute;
    right: 160px;
    top: 38px;
    padding: 11px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-family: HiraginoSansGB-W3;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    z-index: 100;
    display: none;
}
#qrcode{
    width: 138px;
    height: 148px;
}
.shareWeChat {
    margin-top: 10px;
    cursor: pointer;
}
.shareType img {
    margin-right: 10px;
    width: 26px;
    height: 26px;
    vertical-align: middle;
}
.news_share_img{
    width: 16px;
    height: 16px;
}
.news_content_line{
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    margin: 36px 0 42px 0;
}

.detail_header{
    display: none;
    align-items: center;
    padding: 8px 15px;
    justify-content: space-between;
    background: #fff;

}
.detail_header_logo{
    width: 270px;
    height: 28px;
}
.detail_header_btn{
    background: #2563EB;
    border-radius: 8px;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    padding: 6px 10px;
}


@media (min-width: 769px) and (max-width: 1239px) {
    .main{
        padding: 0 30px;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
    .news_right_content{
        display: none;
    }
    .news_left_content{
        width: 100%;
    }
    .follow_box {
        display: none;
    }
    .news_box{
        gap: 0 !important;
    }
}

@media (max-width: 768px) {
    video{
        width: 100% !important;
    }
    img{
        width: 100% !important;
    }
    header{
        display: none;
    }
    .breadcrumb{
        display: none;
    }
    .news_box{
        border: none;
        gap: 0 !important;
    }
    .news_right_content{
        display: none;
    }
    .news_left_content{
        width: 100%;
        border: none;
    }
    .news_tool_share{
        display: none;
    }
    .news_content_title{
        font-weight: bold;
        font-size: 20px;
        color: #212121;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .news_tag{
        font-weight: bold;
        font-size: 13px;
        color: #D81A1A;
        line-height: 18px;
    }
    .news_dept{
        font-weight: 400;
        font-size: 13px;
        color: #A6A6A6;
        line-height: 18px;
    }
    .news_time{
        font-weight: 400;
        font-size: 13px;
        color: #A6A6A6;
        line-height: 18px;
    }
    .news_content_line{
        margin: 17px 0;
    }
    .detail_header{
        display: flex;
    }
    .follow_box {
        display: none;
    }
}