a.table-tr:hover{
    color:rgb(253,119,30) !important
}
.top_back{ 
    margin: auto;
    background-image: url("https://imgbdb4.bendibao.com/szbdb/202412/06/20241206155633_54862.png");
    background-position: center;
    background-size: 1920px auto;
    /* background-size: 100% 250px ; */
    height: 250px;
    background-repeat: no-repeat;  
    width: 100%;
}

.top_back .top_info{
    width: 1200px;
    margin: auto;
    height: 250px;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}
.top_back .top_info .title .time{
    color: #ffe641;
}
.top_back .top_info .title{
    width: fit-content;
    max-width: 860px;
    margin: 0;
    border: none;
    color: #ffffff;
    text-shadow: 0 4px 8px #085edf99;
    font-family: "Microsoft YaHei";
    font-size: 58px;
    font-style: normal;
    font-weight: Bold;
    line-height: normal;
    letter-spacing: 2.6px;
}

.top_back .top_info .tips{
    width: fit-content;
    height: 40px; 
    line-height: 40px;
    font-size: 16px;
    color: #FF7A02;
    border-radius: 6px;
    background: #FFF;
    padding: 0px 17px;
    margin-top: 12px;
}


.news_box{
    padding: 18px 24px;
    background-color: #fff;
    border-radius: 8px;
    padding-bottom: 12px;
    margin-bottom: 18px;
}
.news_box .news_title{
    font-size: 16px;
    padding-bottom: 12px;
    font-weight: bold;
}
.news_box li{
    display: flex;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
}
.news_box li a{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:  #5a5a5a;
} 
.news_box li a:hover{
    color: #FD8228 !important;
}
.news_box li .dot{
    width: 8px;
    height: 6px;
    margin-right: 5px;
}



/* 城市的 */
.city_kaoshi{
    display: flex;
    flex-wrap: wrap;
}
.city_kaoshi li{
    width: 110px;
    margin-right: 30px;
}
.city_kaoshi li:nth-child(2n){
    margin-right: 0;
}


body{
    margin: 0;
    color: #333;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Microsoft YaHei";
    background-color: #f5f5f5;
    font-size: 14px;
}
*{
    box-sizing: border-box;
}

a:hover{
    color: #68a4f8 !important;
}
.crumbs{
    width: 1200px;
    margin:auto;
    margin-top: 20px;
    color: #444;
    cursor: pointer;
    font-size: 12px;
}
.crumbs a{
    color: #444;
}

.main_part{
    flex: 1; 
    /* background-color: pink; */
    margin: auto;
    margin-top: 20px;
    width: 1200px;
    display: flex;
    justify-content: space-between;
}
/* 左边 */
.main_part .left_content{
    width: 876px; 
}

.main_part .left_content .detail_content_box{
    border-radius: 8px;
    background-color: #fff;
    /* padding-bottom: 24px; */
}
.detail_top{
    position: relative;
    min-height: 129px; 
    padding: 24px;
    border-radius: 8px 8px 0 0;
    border: 2px solid #A0D7FF;
    background: linear-gradient(96deg, #538CFA 35.27%, #9BE5FE 128.07%);
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}
.detail_top img{
    position: absolute;
    width: 80px;
    height: 75px;
    right: 10px;
    top: 0px;
}
.detail_top .name{
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 18px;
}
.detail_top .zuoyong{
    font-size: 16px;
    line-height: normal;
}

.detail_item{
    margin: 0 40px 40px;
    min-height: 100px;  
    padding-bottom: 30px;
    border-bottom: 1px solid #F4F4F4;
}
.detail_content_box .detail_item:last-child{
    margin-bottom: 0;
}
.item_title{
    position: relative; 
    font-size: 18px;
    font-weight: 600;  
    margin-bottom: 24px;
}

.item_title img{
    position: absolute;
    top: -7px;
    left: -7px;
    width: 16px;
    height: 16px; 
}

.detail_item ul li{
    display: flex;
    margin-top: 16px;
    font-size: 16px; 
    line-height: 30px;
}
.detail_item ul li .label{
    max-width: 160px;
    min-width: 65px;
    white-space: nowrap;
    text-align: right;
    margin-right: 20px; 
    color: #333;
}
.detail_item ul li .info{
    color: #333;
    white-space: pre-wrap;
}

.detail_item ul li .info a{
    color: #68a4f8;
}



/* 底部资讯 */
.footer_zixun{
    background-color: #fff;
    border-radius: 8px;
    padding: 30px 40px;
    line-height: normal;
    margin-top: 24px;
}
.footer_zixun .zixun_title{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 14px;
}
.footer_zixun ul li{
    font-size: 16px;
    padding: 10px 0px;
    display: flex;
    align-items: center;

}

.footer_zixun ul li a{
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.footer_zixun ul li a:hover{
    color: #68a4f8;
}
.footer_zixun ul li::before{
    content: "";
    display: block;
    background-color: #538CFA;
    min-width: 6px;
    max-width: 6px;
    height: 6px;
    margin-right: 10px;
    border-radius: 8px;
}






.main_part .right_content{
    width: 300px; 
}





.nav_box{
    background-color: #fff;
    border-radius: 8px;
    padding: 24px;
    padding-bottom: 10px;
    margin-top: 40px;
}
.nav_tilte{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
    border-bottom: 2px solid #68a4f8;
    margin-bottom: 20px;
}

.nav_box_outer{
    /* display: flex; */
    /* flex-wrap: wrap; */
}
.nav_part{
    width: 100%; 
    /* margin-right: 16px; */
    margin-bottom: 16px;
    border-radius: 8px;
    background-color: #f5f5f5;

}
.nav_box_outer .nav_part:nth-child(4n){
    /* margin-right: 0; */
}
.part_title{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
    padding-top: 12px;
}
.nav_part ul{
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    padding-right: 10px;
}
.nav_part ul li{
    margin-left: 12px;
    margin-bottom: 10px;
}
.nav_part ul li a:hover{
    color: #6895FF !important;
}




.daofen {
    background-color: #fff;
    padding: 20px;
    line-height: normal;
    margin-top: 20px;
    border-radius: 8px; 
}
.daofen img{
    width: 258px;
    height: auto;
    margin-top: 15px;
}


/* 每个月份的信息模块 */
.month_info_box{
    min-height: 200px;
    background-color: rgb(255, 255, 255);
    /*margin-bottom: 37px;*/
    border-radius: 8px;
    padding-bottom: 6px;
    margin: 24px 0 11px 0;
}

.month_info_box .month_name{
    color: white;
    position: relative;
    height: 66px;
    background: linear-gradient(90deg,#6CAEFF,#6895FF);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-shadow: 0 6px 6px 0 #699dff59;
    text-align: center;
    font-size: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 26px;

}
.month_info_box .month_name span{
    line-height: 66px;
    font-weight: 600;
}
.month_info_box .month_name .number{
    font-size: 38px;
    margin-bottom: 6px;
    margin-right: 6px;
}
.month_info_box .month_name .label{
    position: absolute;
    width: 22px;
    height: 46px;
}
.month_info_box .month_name .label.circle1{
    top: -11px;
    left: 24px;
}
.month_info_box .month_name .label.circle2{
    top: -11px;
    left: 86px;
}
.month_info_box .month_name .label.circle3{
    top: -11px;
    right: 86px;
}
.month_info_box .month_name .label.circle4{
    top: -11px;
    right: 24px;
}

.month_info_box .table_outer{
    margin-bottom: 20px;
    margin: 0 24px 20px;

    /* background-color: pink; */
}

.month_info_box .table_outer .table_type_name{
    position: relative;
    height: 32px;
    width: 120px;
    font-size: 16px;
    font-weight: Bold;
    color: #fff;
    z-index: 1;
    text-align: center;
    line-height: 32px !important;
    margin-bottom: -1px;
}
.month_info_box .table_outer .table_type_name img{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 32px;
}
.month_info_box .table_outer .table_type_name span{
    z-index: 1;
    position: relative;
}

.month_info_box .table_outer .table_box{
    width: 100%;
    background-color: white;
}

/* 表格 */
.my_table{
    border-color: #fff;
    border-collapse:collapse
}

.my_table td{
    border-color: #E3E3E3;
    white-space: nowrap;
    max-width: 180px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 10px;
}

.my_table tr:hover{
    background-color: #f6f9ff;

}

.my_table tr{
    height: 38px;
    font-size: 14px;
    color: #444;
    border-color: #E3E3E3;
    cursor: default;
}
.my_table tr.table_head{
    background-color: #f7f7f7;
    font-weight: 600;
}

.my_table  td{
    text-align: center;
}

.myblue{
    color: #69a4f9;
}
.my_table tr td a:hover{
    color: #69a4f9;
}
.month_title{
    padding-bottom: 20px;
    background-color: #f8f8f8;
    font-size: 20px;
    font-weight: 600;
}

.month_title a{
    float: right;  font-size: 14px; font-weight: 500; margin-top: 5px;
}

/* end--每个月份的信息模块------------- */
.typewrap{
    width: 100%;
    flex-shrink: 0;
    background: linear-gradient(63deg, #FD751D 26.27%, #FC9E43 58.36%);
    border-radius: 20px;
    padding: 18px 12px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 28px;
}
.typeimg{
    width: 255px;
    height: 76px;
}
.typeimgwrap{
    position: absolute;
    top: 0;
    left: 12px;
   
}
.typeimgwrap .text{
    width: 190px;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.34px;

    text-align: center;
    position: absolute;
    top: 14px;
    left: 0;
}


.contentwrap{
    width: 100%;
    flex-shrink: 0;
    border-radius: 20px;
    background: linear-gradient(180deg, #FFF 0%, #FFF1E1 100%);
    padding: 4px  0 39px 0;
    box-sizing: border-box;
}
.typewrap>div:nth-child(2){
    padding-top: 46px;
}


.contentwrap .tag{
    margin-top: 25px;
    position: relative;
}
.contentwrap .tag img{
    width: 126px;
    height: auto;
}
.contentwrap .tag .text{
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 17.55px;
    font-style: normal;
    font-weight: 700;
    line-height: 23px;
    text-align: center;
    width: 126px;
    margin-top: 6px;
    margin-left: -2px;
    position: absolute;
    top: 0;
    left: 0;
}
.datawrap{
    margin:15px 0 0 24px;
    background: #FFF;
    width: 802px;
    display: flex;
  
    margin-bottom: 3px;


}
.detailwrap{
    margin:0 0 0 24px;
    background: #FFF;
    width: 802px;
    display: flex;
}
.datawrap .table-tr{
    color: #444444;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 47px;
}

.datawrap .table-tr:nth-child(5n-1){
    text-align: center;
    width: 117px;

}
.datawrap .table-tr:nth-child(5n-2){
    text-align: center;
    width: 120px;
    
}
.datawrap .table-tr:nth-child(5n-3){
    text-align: center;
    width: 245px;
    
}
.datawrap .table-tr:nth-child(5n-4){
    text-align: center;
    width: 177px;
    margin-left: 15px;
    
}
.datawrap .table-tr:nth-child(5n){
    text-align: center;
    width: 125px;
    
}



.detailwrap .table-tr:nth-child(5n-1){
    text-align: center;
    width: 117px;

    
    color: #333333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;

}
.detailwrap .table-tr:nth-child(5n-2){
    text-align: center;
    width: 120px;

    
    color: #333333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    
}
.detailwrap .table-tr:nth-child(5n-3){
    text-align: center;
    width: 245px;

    color: #333333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    
}
.detailwrap .table-tr:nth-child(5n-4){
    text-align: center;
    width: 177px;
    margin-left: 15px;

    color: #fd8228;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    
}
.detailwrap .table-tr:nth-child(5n){
    text-align: center;
    width: 125px;

    
    color: #ff862c;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 5px;
    
}
.table-tr .button{
    padding: 5px 13px 5px 12px;
    justify-content: center;
    align-items: center;
    border-radius: 45px;
    background: #FFBE79;

    color: #fffaf3;
    font-family: "Microsoft YaHei";
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    width: fit-content;
    margin: 0 auto;
    margin-top: 12px;
    cursor: pointer;
    transition: all 0.5s;

}
.table-tr .button:hover{
    background: #FF992F;
    color: #fffaf3;

}

.xcx_box_bg{
    background-color: #fff;
    border-radius: 40px;
    width: 440px;
    height: 350px;
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 32px;
    color: #999;
    z-index: 1001;
    box-sizing: content-box;
    padding-top: 40px;
}
.xcx_box_bg .xcx_code_img{
    width: 260px;
    height: 260px;
    margin-bottom: 10px;
    /* margin: 13px 27px 27px 12px; */
}
.xcx_box_bg .xcx_text{
    margin-bottom: 30px;
}

.xcx_wrap{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    z-index: 9;
    overflow-y: auto;
    display: none;
    z-index: 9999;
    box-sizing: content-box;
}
.xcx_box_bg .xcx_text {
    margin-bottom: 30px;
}


.show_img_mask img {
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.bread_link{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 99999;

   
}
.bread_link a{
    color: #444444;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}
.bread_text{
    color: #777777;

    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 1px;
}

.bread_link img{
    display: inline-block;
    width: 7px;
    margin: 0 7px 0 3px;
    height: 12px;
    position: relative;
    top: 0px;
}


.typewrap{
    background: #fff;
}

.typeimg{
    width: calc(100% + 60px);
    height: 64px;
    left: -12px;
    position: absolute;
}
.typeimgwrap{
    z-index: 9;
}

.typewrap  .newtext{
    position: relative;
    /* top: 0; */
    left: -12px;
    color: #ffffff;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-left: 28px;
    margin-top: 10px;
    letter-spacing: 1.98px;

}

.contentwrap .tag{
    margin-top: 19px;
}

.contentwrap{
    margin-left: 11px;
    background: #fff;
    position: relative;
    padding-bottom: 0;
}

.contentwrap .tag::before {
    position: absolute;
    content: "";
    width: 4px;
    height: 21px;
    flex-shrink: 0;
    border-radius: 20px 0;
    background: #FF992F;
    top: 2px;
    left: 0rem;

}

.contentwrap .tag{
    color: #444444;
    font-family: "Microsoft YaHei";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    position: relative;
    padding-left: 20px;
}

.outer-circle {
    position: absolute;
    top: calc(50% - 10px);
    left: 0rem;
    width: 10px;
    height: 10px;
    background-color: #fff;
    border: 2px solid #FF6600;
    border-radius: 50%;
    z-index: 9;

}
.outer-line{
    position: absolute;
    top: calc(50%);
    left: 4px; 
    height: calc(100% - 10px);
    width: 2px;
    background-color: rgb(231,231,231);
    z-index: 8;
}
.detailwrap{
    position: relative;
    align-items: center;
    margin-left: 0;
}
.datawrap{
    margin-left: 0;
}
.datawrap .table-tr:nth-child(5n-4){
    margin-left: 0;
}

.detailwrap .table-tr:nth-child(5n-4){
    color: #444444;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    display: -webkit-box;           /* 设置为弹性盒模型 */
    -webkit-box-orient: vertical;   /* 设置盒子的排列方式为纵向 */
    -webkit-line-clamp: 2;          /* 限制为显示3行 */
    overflow: hidden;               /* 隐藏溢出的内容 */
    text-overflow: ellipsis;  
    white-space: normal;
    margin: 15px 0
}
.detailwrap .table-tr:nth-child(5n-3),.detailwrap .table-tr:nth-child(5n-2),.detailwrap .table-tr:nth-child(5n-1),.detailwrap .table-tr:nth-child(5n){
    color: #333333;
    text-align: center;
    font-family: "Microsoft YaHei";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;

    display: -webkit-box;           /* 设置为弹性盒模型 */
    -webkit-box-orient: vertical;   /* 设置盒子的排列方式为纵向 */
    -webkit-line-clamp: 2;          /* 限制为显示3行 */
    overflow: hidden;               /* 隐藏溢出的内容 */
    text-overflow: ellipsis;  
    white-space: normal;
    margin: 15px 0
}

.detail-a{
        display: flex;
        justify-content: center;
        align-items: center;
        
        color: #ff6600;
        text-align: center;
        font-family: "Microsoft YaHei";
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
        margin-bottom: 25px;
        margin-top: 15px;
    }
    .detail-a img{
        width: 8px;
        position: relative;
        top: -1px;
        height: auto;
        margin-left: 8px;


    }
    .bottom-bg{
        height: 12px;
        flex-shrink: 0;
        background: #F5F5F5;
        width: calc(100% + 24px);
        position: relative;
        left: -12px;
    }

    .typewrap .bottom-bg:last-child{
        display: none;
    }

    .more-wrap{
        display: flex;
        align-items: center;
        position: absolute;
        bottom:4px
    }
 
    .more-wrap img{
        width:10px;
        height: 20px;
        z-index: 999;
        margin-right:12px;
    }
    .more-wrap .text{

        cursor: pointer;
        color: #FF6600;
        text-align: center;
        font-family: "PingFang SC";
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 20px;


    }