.mian_bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 394px;
    text-align: center;
    background: linear-gradient( 0deg, rgba(249,250,251,0) 0%, #FF7003 100%);
}
.main{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 110px;
    position: relative;
    z-index: 2;
}
.mian_bg_img{
    width: 668px;
    height: 352px;
}
.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;
}
.new_title_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 58px 0 38px 0;
}
.new_title_text{
    font-weight: normal;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 49px;
    text-shadow: 0px 3px 6px #AF610F;
}
.new_title_btn{
    width: 155px;
    height: 32px;
    background: #FFF8E2;
    border-radius: 4px;
    border: 1px solid #FFE79A;
    font-weight: 800;
    font-size: 14px;
    color: #F89E00;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}
.new_title_btn:hover{
    color: rgba(248, 158, 0, 0.8);
}
.new_content{
    display: flex;
    gap: 18px;
}
.new_content_left{
    width: 882px;
    flex: 1;
}
.new_filter_box{
    width: 100%;
    box-sizing: border-box;
    padding: 24px 20px;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 16px;
}
.new_filter_item{
    display: flex;
    gap: 20px;
}
.new_filter_item_text{
    font-weight: 500;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    width: 70px;
    flex-shrink: 0;
}
.new_filter_item_arrow{
    display: flex;
    align-items: center;
    gap: 5px;
    flex-wrap: wrap;
}
.new_filter_item_arrow_item{
    padding: 5px 14px;
    background: #F3F3F3;
    border-radius: 15px;
    font-weight: 500;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    cursor: pointer;
}
.new_filter_item_arrow_item:hover{
    background: #FFF1F0;
    color: #FF8503;
}
.new_filter_item_arrow_item_active{
    background: #FFF1F0;
    color: #FF8503;
}
.new_list_box{
    width: 100%;
    background: #FFFFFF;
    border-radius: 10px;
    border: 1px solid #E6E6E6;
}
.new_list_header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 20px;
}
.new_list_header_text{
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 22px;
    position: relative;
}
.new_list_header_text::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    width: 3px;
    height: 17px;
    background: #FF8503;
    border-radius: 2px;
}
.new_list_header_search{
    width: 262px;
    height: 36px;
    background: #F5F5F5;
    border-radius: 4px;
    display: flex;
    overflow: hidden;
}
.new_list_header_search input{
    width: calc(100% - 60px);
    border: none;
    outline: none;
    padding: 7px;
    background: transparent;
}
.new_list_header_search .button{
    padding: 10px 22px;
    flex: 1;
    display: block;
    background: #FF8503;
    cursor: pointer;
}
.new_list_header_search  .button_img{
    width: 16px;
    height: 16px;
}
.new_list_line{
    width: 100%;
    height: 1px;
    background: rgba(0,0,0,0.12);
}
.new_list_content .new_list_content_item{
    width: calc(100% - 40px);
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 20px;
    display: flex;
    gap: 16px;
    cursor: pointer;
    border-bottom: 1px dashed rgba(0,0,0,0.12);
}
.new_list_content_item img{
    width: 126px;
    height: 90px;
    border-radius: 8px;
}
.new_list_content_item_right{
    width: calc(100% - 126px - 16px);
}
.new_list_content_item_title{
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    color: #212121;
    line-height: 25px;
    margin-bottom: 10px;
}
.new_list_content_item_text{
    font-weight: 400;
    font-size: 13px;
    color: #666666;
    line-height: 18px;
    margin-bottom: 14px;
}
.new_list_content_item_time{
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 400;
    font-size: 13px;
    color: #999999;
    line-height: 24px;
}
.new_list_content_item_time img{
    width: 16px;
    height: 16px;
}
.pagination{
    margin-bottom: 20px;
}
.new_right{
    /* flex: 1; */
    width: 300px;
}
.new_right_btn{
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E4E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 18px;
    color: #FF8503;
    cursor: pointer;
    margin-bottom: 16px;
}
.img_hover{
    display: none;
}
.new_right_btn_img{
    width: 34px;
    height: 34px;
    margin-top: 4px;
    margin-right: 6px;
}
.new_right_btn:hover{
    background: #FF8503;
    border-radius: 12px;
    color: #FFFFFF;
    border: 1px solid #FF8503;
    .new_right_btn_img{
        display: none;
    }
    .img_hover{
        display: block;
    }
}

.new_right_dept{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E4E8F0;
}
.new_right_dept_title{
    font-weight: 800;
    font-size: 16px;
    color: #202A38;
    line-height: 22px;
    position: relative;
    margin-left: 9px;
    margin-bottom: 20px;
}
.new_right_dept_title::before{
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    transform: translateY(-40%);
    width: 3px;
    height: 17px;
    background: #FF8503;
    border-radius: 2px;
}
.new_right_dept_content{
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.new_right_dept_content_item{
    width: 100%;
    height: 61px;
    background: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #E6E6E6;
    cursor: pointer;
    display: block;
}
.mobile_new_title_btn{
    display: none;
    align-items: center;
}
.mobile_new_title_btn_text{
    font-weight: 400;
    font-size: 13px;
    color: #FFFFFF;
    line-height: 18px;
}
.mobile_new_title_btn_img{
    width: 16px;
    height: 16px;
}

.mobile_new_btn{
    display: none;
    padding: 0 15px 13px;
    gap: 15px;
}
.mobile_new_btn_item_complaint{
    width: 50%;
    height: 100px;
    background: #FF8503;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.mobile_new_btn_item_other{
    width: 50%;
}
.mobile_new_btn_item_complaint_img{
    width: 24px;
    height: 27px;
    margin-bottom: 6px;
}

.mobile_new_btn_item_complaint_text{
    font-weight: 600;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
}

.mobile_new_btn_other_item{
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 1px solid #E4E8F0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
}
.mobile_new_btn_other_item:last-child{
    margin-bottom: 0;
}
.mobile_new_btn_other_item_img{
    width: 20px;
    height: 20px;
    margin-right: 6px;
}

.mobile_new_btn_other_item_text{
    font-weight: 600;
    font-size: 16px;
    color: #FF8503;
    line-height: 22px;
}

.mobile_filter_box{
    display: none;
    align-items: center;
    justify-content: space-between;
    padding: 15px 10px;
}

.mobile_filter_item{
    padding: 4px 10px;
    font-weight: bold;
    font-size: 14px;
    color: #4B4B4B;
    line-height: 20px;
    background: #F3F3F3;
    border-radius: 14px;
    flex-shrink: 0;
}

.mobile_filter_left{
    display: flex;
    overflow-x: auto;
    gap: 10px;
}

.mobile_filter_item_active{
    background: rgba(252,120,0,0.1);
    color: #FC7800;
}

.mobile_filter_right{
    width: 50px;
    flex-shrink: 0;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient( 90deg, rgba(255,255,255,0) 0%, #FFFFFF 100%);
}

.mobile_filter_right_text{
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}

.mobile_filter_right_img{
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.filter_fixed{
    display: none;
    width: 100vw;
    height: 100vh;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    overflow: hidden;
}

.filter_fixed_body{
    position: relative;
    z-index: 999;
    width: 100%;
    height: 100%;
}

.filter_fixed_mask{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.filter_fixed_content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 0;
    background: #FFFFFF;
    border-radius: 20px 20px 0px 0px;
    transition: all 0.3s ease-in-out;
}

.filter_fixed_content_header{
    width: 100%;
    height: 50px;
    background: linear-gradient( 0deg, #FFFFFF 0%, #CEDDFF 100%);
    border-radius: 20px 20px 0px 0px;
    padding: 12px 0;
}

.filter_fixed_content_header_text{
    font-weight: bold;
    font-size: 17px;
    color: #2C2C2C;
    line-height: 24px;
    text-align: center;
}
.filter_fixed_header_close{
    width: 16px;
    height: 16px;
    position: absolute;
    top: 16px;
    right: 19px;
}
.filter_fixed_label_box{
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: calc(100% - 100px);
    overflow-y: auto;
}
.filter_fixed_label{
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    margin-bottom: 15px;
}
.filter_fixed_item_box{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.filter_fixed_item{
    padding: 5px 12px;
    font-weight: 500;
    font-size: 15px;
    color: #333333;
    line-height: 21px;
    background: #F3F3F3;
    border-radius: 15px;
}
.filter_fixed_item_active{
    background: #FFF1F0;
    color: #FC7800;
}

@media (min-width: 1080px) and (max-width: 1239px) {
    .main{
        padding: 0 30px;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
    .new_content_left{
        width: 782px;
    }
    .new_filter_item_text{
        flex-shrink: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1079px) {
    .main{
        padding: 0 30px;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
    .new_content_left{
        width: 732px;
    }
    .new_filter_item_text{
        flex-shrink: 0;
    }
}

@media (min-width: 960px) and (max-width: 1023px) {
    .main{
        padding: 0 30px;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
    .new_content_left{
        width: 682px;
    }
    .new_filter_item_text{
        flex-shrink: 0;
    }
}

@media (min-width: 876px) and (max-width: 959px) {
    .main{
        padding: 0 30px;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
    .new_content_left{
        width: 600px;
    }
    .new_filter_item_text{
        flex-shrink: 0;
    }
}

@media (min-width: 769px) and (max-width: 875px) {
    .main{
        padding: 0 30px;
    }
    .new_img_text_box{
        padding: 0 30px;
    }
    .new_content_left{
        width: 550px;
    }
    .new_filter_item_text{
        flex-shrink: 0;
    }
}

@media (max-width: 768px) {
    .new_right{
        display: none;
    }
    .new_content_left{
        width: 100%;
    }
    .new_filter_box{
        display: none;
    }
    .new_list_header{
        display: none;
    }
    .new_title_box{
        padding: 22px 15px 13px;
    }
    .new_title_text{
        font-weight: normal;
        font-size: 20px;
        color: #FFFFFF;
        line-height: 25px;
        text-shadow: 0px 3px 6px #AF610F;
    }
    .new_title_btn{
        display: none;
    }
    .mobile_new_title_btn{
        display: flex;
    }
    .mian_bg_img{
        width: 100%;
        height: auto;
    }
    .mobile_new_btn{
        display: flex;
    }
    .new_list_box{
        width: calc(100% - 30px);
        border: none;
        margin: 0 15px;
    }
    .new_list_content_item_text{
        display: none;
    }
    .new_list_content_item img{
        width: 109px;
        height: 76px;
    }
     .new_list_content_item_time img {
        width: 16px;
        height: 16px;
    }
    .new_list_content_item_title{
        font-weight: 400;
        font-size: 15px;
        color: #333333;
        line-height: 23px;
        margin-bottom: 10px;
        white-space: wrap;
        text-overflow: nowrap;
        display: -webkit-box; /* 必须 */
        -webkit-box-orient: vertical; /* 必须 */
        -webkit-line-clamp: 2; /* 限制在一个块元素显示的文本的行数 */
        overflow: hidden; /* 隐藏溢出的内容 */
    }
    .mobile_filter_box{
        display: flex;
    }
}