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;
}
.bread_link{
    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; */
}
.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;
}
.detail_top{
    position: relative;
    min-height: 129px; 
    padding: 24px;
    border-radius: 8px 8px 0 0;
    border: 2px solid #fe9f5d;
    background: linear-gradient(96deg, #ff9e5a 35.27%, #ffdeb5 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{
    line-height: 40px;
    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 #fe9f5d;
    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--每个月份的信息模块------------- */


 .maxheight{
     height: 120px;
     overflow: hidden;
 }
.more-show{
    display: flex;
    justify-content: center;
    color: #68a4f8;
    line-height: 40px;
    cursor: pointer;
}
.more-show-text{
    line-height: 40px;
    font-size: 15px;
}
.more-show img{
    width: 30px;
    height: 30px;
    margin-top: 5px;
}

ul .info{
    line-height: 40px;
}
.top_back {
    background-image: url(https://imgbdb4.bendibao.com/szbdb/202411/21/20241121174541_98064.jpg)!important;
}
