<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">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;
}



.crumbs{
    width: 1200px;
    margin:auto;
    margin-top: 20px;
    color: #444;
    cursor: pointer;
    font-size: 12px;
    position: relative;
    display: flex;
    align-items: center;
}
.crumbs a{
    color: #444;
} 
.crumbs a:hover{
    color: #68a4f8;
} 

/* 絲取��劽唱�丈･�桁� */
.crumbs a[href="/job/zhaokao/"]{
    margin-left: auto;
    background-color: #f5f8ff;
    color: #6895FF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 340px;
    transition: all 0.3s;
}
.crumbs a[href="/job/kgkb/"]{
    margin-left: auto;
    background-color: #f5f8ff;
    color: #6895FF;
    border-radius: 4px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 160px;
    transition: all 0.3s;
}

.crumbs a[href="/job/zhaokao/"]:hover,
.crumbs a[href="/job/kgkb/"]:hover{
    background-color: #e0e9ff;
    color: #4e7aef;
}

.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;
 
   
}



/* 罸鋇���篁順��篆≧��─�� */
.month_info_box{
    min-height: 200px;
    background-color: rgb(255, 255, 255);
    margin-bottom: 37px;
    border-radius: 8px;
    padding-bottom: 6px;
}

.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;
    margin-bottom: -1px;
    /* margin-left: 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;
}


/* end--罸鋇���篁順��篆≧��─��------------- */






/* ���活捷 */
.main_part .right_content{
    width: 300px;
    /* background-color: skyblue; */
}















.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;
}
.all_city_month_kaoshi{
    max-height: 180px;
    overflow: hidden;
    position: relative; 
}
.all_city_month_kaoshi_more{ 
    background: white;
    text-align: center;
    font-size: 14px;
    padding-bottom: 8px;
    padding-top: 8px;
    position: absolute;
    bottom: 0rem;
    left: 0;
    width: 100%;
    cursor: pointer;
}
.all_city_month_kaoshi_more:hover{
    color: #6895FF;
}</pre></body></html>