.none {
  display: none;
}
/* 中间部分css */
.maximum .middlecontent{
    width: 100%;
    background-color: #F5F5F5;
}
.maximum .middlecontent .center{
    width: 1200px;
    margin: auto;
}
/* 面包屑 */
.maximum .middlecontent .center .crumbs{
    height: 46px;
    width: 100%;
    background: #FFFFFF;
    margin-bottom: 10px;
}
.maximum .middlecontent .center .crumbs ul{
    display: flex;
    height: 100%;
    align-items: center;
    margin-left: 10px;
}
.maximum .middlecontent .center .crumbs ul li a,
.maximum .middlecontent .center .crumbs ul a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
.maximum .middlecontent .center .crumbs ul li:last-child{
    color: #F15645;
     font-size: 14px;
    font-weight: 400;
}

/* 学校详情 */
.maximum .middlecontent .school{
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px 10px;
}
.maximum .middlecontent .school .top{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 22px 32px 13px 35px;
    box-sizing: border-box;
    background-image: url('/statics/theme/img/content/bg_bjs.png');
    background-size: cover;
}
.maximum .middlecontent .school .top .left{
    width: 815px;
}
.maximum .middlecontent .school .top .left .zhongxue{
    display: flex;
    margin-bottom: 35px;
}
.maximum .middlecontent .school .top .left .zhongxue .badge img{
    width: 130px;
    height: 130px;
}
.maximum .middlecontent .school .top .left .zhongxue .message{
    margin-left: 20px;
}
.maximum .middlecontent .school .top .left .zhongxue .message .bold{
    display: flex;
}
.maximum .middlecontent .school .top .left .zhongxue .message .bold span{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
}
.maximum .middlecontent .school .top .left .zhongxue .message .bold .open{
    padding: 0 15px 0 25px;
    background-image: url(/statics/theme/img/content/bg_juxing3.png);
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    background-repeat: no-repeat;
    margin: 5px 0 0 15px;
    background-size: cover;
}
.maximum .middlecontent .school .top .left .zhongxue .message .switchover{
    margin-top: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #0060CC;
}
.maximum .middlecontent .school .top .left .zhongxue .message .switchover a{
    font-size: 16px;
    font-weight: 400;
    color: #0060CC;
    text-decoration:underline;
}
.maximum .middlecontent .school .top .left .zhongxue .message .quality{
    display: flex;
    margin: 10px 0 15px 0;
}
.maximum .middlecontent .school .top .left .zhongxue .message .quality span:nth-child(n+2){
    padding: 3px 10px;
    display: block;
    background: #F15645;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 8px;
}
.maximum .middlecontent .school .top .left .zhongxue .message .quality span:first-child{
    padding: 3px 10px;
    display: block;
    margin-right: 8px;
    font-size: 14px;
    font-weight: 400;
   color: #F15645;
    border: 1px solid #F15645;
    border-radius: 4px;
}
.maximum .middlecontent .school .top .left .zhongxue .message ul{
    display: flex;
    flex-wrap: wrap;
   line-height: 22px;
}
.maximum .middlecontent .school .top .left .zhongxue .message ul li{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.maximum .middlecontent .school .top .left .zhongxue .message ul li:nth-child(2n){
    margin: 0 20px;
}
.maximum .middlecontent .school .top .left .zhongxue .message ul li span{
    color: #999999;
    font-size: 14px;
    font-weight: 400;
}
.maximum .middlecontent .school .top .left .xinxi{
    width: 780px;
    display: flex;
    flex-wrap: wrap;
}
.maximum .middlecontent .school .top .left .xinxi .xinxi_more{
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #F15645;
    margin-left: 5px;
}
.maximum .middlecontent .school .top .left .xinxi li{
    width: 50%;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 16px;
}
.maximum .middlecontent .school .top .left .xinxi li img{
    vertical-align: middle;
    margin-right: 8px;
}
.maximum .middlecontent .school .top .right{
    width: 204px;
}
.maximum .middlecontent .school .top .right .program{
    text-align: center;
    margin-top:60%;
}
.maximum .middlecontent .school .top .right .program img{
    width: 150px;
    height: 150px;
}
.maximum .middlecontent .school .top .right .sweep{
    background-image: url(/statics/theme/img/content/bg_sys.png);
    background-repeat: no-repeat;
    height: 54px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #F15645;
}


/* 院校概况 */
.maximum .middlecontent .academy{
    width: 100%;
    background: #FFFFFF;
    box-sizing: border-box;
    padding: 20px 10px 25px;
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
}
.maximum .middlecontent .academy .left{
    width: 770px;
}
.maximum .middlecontent .academy .left .survey{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #E8E8E8;
}
.maximum .middlecontent .academy .points{
    display: flex;
    justify-content: center;
}

.maximum .middlecontent .academy .points p{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.maximum .middlecontent .academy .points p::before{
    content: '';
    display: block;
    width: 4px;
    height: 22px;
    background: #F15645;
    margin-right: 10px;
    
}
.maximum .middlecontent .academy .academy_tab{
    display: flex;
    justify-content: space-between;
}
.maximum .middlecontent .academy .academy_tab li a{
    display: block;
    height: 50px;
    text-align: center;
    line-height: 60px;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    padding: 0 3px;
    margin-left: 40px;
    cursor: pointer;
}
.maximum .middlecontent .academy .academy_tab li .active{
    color: #F15645;
    border-bottom: 2px solid #F15645;
}
.maximum .middlecontent .academy .matter{
    width: 100%;
    display: none;
}
.maximum .middlecontent .academy .block{
    display: block;
}
.maximum .middlecontent .academy .matter .gaikuo{
    width: 100%;
    min-height: 245px;
    background: #F5F5F5;
    padding: 30px 30px 20px 38px;
    box-sizing: border-box;
    margin-top: 20px;
}
.maximum .middlecontent .academy .matter .gaikuo p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;

}
.maximum .middlecontent .academy .matter .gaikuo p.hidden{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    max-height: 176px;
}
.maximum .middlecontent .academy .matter .gaikuo div{
    text-align: center;
}
.maximum .middlecontent .academy .matter .gaikuo div span{
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #F15645;
}
.maximum .middlecontent .academy .right{
    width: 362px;
}
.maximum .middlecontent .academy .right .surroundings{
    width: 362px;
    display: flex;
    align-items: center;
    height: 52px;
    border-bottom: 1px solid #E8E8E8;
}
.maximum .middlecontent .academy .right .surroundings p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    display: flex;
    align-items: center;
}
.maximum .middlecontent .academy .right .surroundings p::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #F15645;
    margin-right: 10px;
}
.swiper{
    --swiper-theme-color: #ff6600;/* 设置Swiper风格 */
    --swiper-navigation-color: #00ff33;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;/* 设置按钮大小 */
  }
.swiper_custom{
    position: relative;
    height: 245px;
    width: 100%;
    overflow: hidden;
    margin-top: 20px;
  }
.swiper_custom .size{
    width: 100%;
    height: 100%;
}
.swiper_custom .button_last{
    height: 62px;
    width: 25px;
    background-image: url(/statics/theme/img/content/bg_left.png);
    background-repeat: initial;
}
.swiper_custom .button_next{
    height: 62px;
    width: 25px;
    background-image: url(/statics/theme/img/content/bg_right.png);
    background-repeat: initial;
}

/* 招生信息 */
.maximum .middlecontent .center .recruit{
    width: 100%;
    background: #FFFFFF;
    padding: 0 10px 10px;
    box-sizing: border-box;
}
.maximum .middlecontent .center .recruit .title{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E8E8E8;
}
.maximum .middlecontent .center .recruit .title p{
    font-size: 24px;
    font-weight: bold;
    color: #333333;
    color: #333333;
    display: flex;
    align-items: center;
}
.maximum .middlecontent .center .recruit .title p::before{
    content: '';
    display: inline-block;
    width: 4px;
    height: 22px;
    background: #F15645;
    margin-right: 10px;
}
.maximum .middlecontent .center .recruit .specialty{
    width: 120px;
    height: 45px;
    background: #F15645;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    line-height: 45px;
    margin: 20px 0 15px;
}
.table-container {
    width: 100%;
    max-height: 541px; /* 调整最大高度根据需要 */
    overflow: auto;
    position: relative;
  }
  
  .scrollable-table {
    border-collapse: collapse;
    width: 100%;
  }
  
  thead {
    background-color: #f2f2f2;
    position: sticky;
    top: 0;
    z-index: 2;
    box-shadow: 0 -1px #ddd;
}
thead tr{
    box-shadow: 0 -1px #ddd;
}
  thead tr:nth-child(1) th {
    position: sticky;
    top: 0;
    z-index: 3;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}
thead tr:nth-child(1) th:nth-child(1),
thead tr:nth-child(1) th:nth-child(5){
    min-width: 177px    ;
}
thead tr:nth-child(1) th:nth-child(2){
    min-width: 157px;
}
thead tr:nth-child(1) th:nth-last-child(-n+2){
    min-width: 105px;
}
thead tr:nth-child(2) th {
    position: sticky;
    top: 30px; /* Height of the first row header */
    z-index: 2;
}
  
  .scrollable-table th, .scrollable-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
    width: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
  }
  
  .scrollable-table th {
    background-color: #f2f2f2;
  }
  .scrollable-table tbody tr td:nth-child(1) a,
  .scrollable-table tbody tr td:nth-child(2),
  .scrollable-table tbody tr td:nth-child(4){
      color: #F15645;
  }
  .scrollable-table tbody tr td:nth-child(1) a:hover{
      text-decoration:underline;
  }
.maximum .middlecontent .center .recruit .comment{
    display: flex;
    margin-top: 30px;
}
.maximum .middlecontent .center .recruit .comment div{
    width: 40px;
    height: 20px;
    background: #FE943F;
    border-radius: 4px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.maximum .middlecontent .center .recruit .comment p{
    font-size: 14px;
    font-weight: 400;
    color: #303030;
    margin-left: 5px;
}
.maximum .middlecontent .center .policy{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.maximum .middlecontent .center .policy .left{
    min-width: 838px;
}

/* 购课 开始 */
.maximum .middlecontent .center .policy .left .left_pay{
    width: 100%;
    background: #fff;
    padding-bottom: 20px;
}
.maximum .middlecontent .center .policy .left_title{
    width: 100%;
    height: 40px;
    background: #F15645;
    display: flex;
    align-items: center;
}
.maximum .middlecontent .center .policy .left_title img{
    margin:0 10px;
}
.maximum .middlecontent .center .policy .left_title span{
    font-size: 16px;
    color: #FFFFFF;
}
.maximum .middlecontent .center .policy .left .left_pay_table_box{
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
}
.maximum .middlecontent .center .policy .left .left_pay_table{
    border-collapse: collapse;
    width: 100%;
    margin-top: 17px;
    min-height: 327px;
}
.maximum .middlecontent .center .policy .left .left_pay_table th, .left_pay_table td {
    border: 1px solid #ddd;
    padding: 12px 10px;
    text-align: center;
    width: 100px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
}
.maximum .middlecontent .center .policy .left .left_pay_table th {
    background-color: #f2f2f2;
}
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(2){
    min-width: 210px;
}
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(2) span{
    display: flex;
}
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(2) a{
    width: 64px;
    height: 20px;
    background: #FEF0EE;
    border-radius: 5px;
    display: inline-block;
    font-size: 12px;
    color: #FE943F;
    text-align: center;
    line-height: 20px;
    margin-left: 4px;
}
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(3) a{
    color: #F15645;
}
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(4) a,
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(5) a{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 50%;
    transform: translateX(-50%);
}
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(4) a{
    width: 130px;
    height: 32px;
    background: #FCF6F6;
    border: 1px solid #DEDEDE;
    border-radius: 16px;
    color: #333333;
}
.maximum .middlecontent .center .policy .left .left_pay_table tbody tr td:nth-child(5) a{
    width: 130px;
    height: 32px;
    background: linear-gradient(-90deg, #EE441F 0%, #F15645 100%);
    border-radius: 16px;
    color: #FFFFFF;
}
.maximum .middlecontent .center .policy .left .left_pay_detail{
    margin-top: 21px;
    margin-left: 10px;
    width: 818px;
    height: 97px;
    background: #FFF1EF;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.maximum .middlecontent .center .policy .left .left_pay_detail>div{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.maximum .middlecontent .center .policy .left .left_pay_detail>div span:nth-child(1){
    font-weight: bold;
    color: #F15645;
    font-size: 16px;
    margin: 0 0 2px 0;
}
.maximum .middlecontent .center .policy .left .left_pay_detail>div span:nth-child(1)~span{
    color: #333;
    font-size: 14px;
}
/* 购课 结束 */

/* 毕业证书 开始 */
.maximum .middlecontent .center .policy .left .left_diploma{
    margin-top: 10px;
    width: 100%;
    background: #FFFFFF;
    padding-bottom: 20px;
}
.maximum .middlecontent .center .policy .left .left_diploma_detail{
    display: flex;
    align-items: center;
    justify-content: space-around;
    margin-top: 20px;
}
.maximum .middlecontent .center .policy .left .left_diploma_detail img{
    width: 250px;
    height: 164px;
}
.maximum .middlecontent .center .policy .left .left_diploma_detail a{
    width: 253px;
    height: 166px;
    background: url(/statics/theme/img/content/bg_diploma.png) no-repeat;
    background-size: 100% 100%;
    line-height: 166px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
}
/* 毕业证书 结束 */

/* 招生简章 院校政策 开始 */
.maximum .middlecontent .center .policy .left .left_pagelist{
    margin-top: 10px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.maximum .middlecontent .center .policy .left .left_enrollPage,
.maximum .middlecontent .center .policy .left .left_schoolPage{
    background: #FFFFFF;
    width: 414px;
    padding-bottom: 20px;
    min-height: 478px;
}
.maximum .middlecontent .center .policy .left .left_enrollPage ul,
.maximum .middlecontent .center .policy .left .left_schoolPage ul{
    width: 100%;
    list-style: none;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 0px 10px;
}
.maximum .middlecontent .center .policy .left .left_enrollPage ul li,
.maximum .middlecontent .center .policy .left .left_schoolPage ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 35px;
}
.maximum .middlecontent .center .policy .left .left_enrollPage ul a,
.maximum .middlecontent .center .policy .left .left_enrollPage ul span,
.maximum .middlecontent .center .policy .left .left_schoolPage ul a,
.maximum .middlecontent .center .policy .left .left_schoolPage ul span{
    font-size: 14px;
    color: #666666;
}
/* 招生简章 院校政策 结束 */

.maximum .middlecontent .center .policy .right{
    width: 352px;
}
/* 院校动态 开始 */
.maximum .middlecontent .center .policy .right .right_schoolPage{
    width: 100%;
    background: #FFFFFF;
}
.maximum .middlecontent .center .policy .right .right_schoolPage ul{
    list-style: none;
    width: 100%;
    box-sizing: border-box;
    padding: 0px 24px 20px;
    display: flex;
    flex-direction: column;
}
.maximum .middlecontent .center .policy .right .right_schoolPage ul li{
    border-bottom: 1px solid #EAEAEA;
    line-height: 50px;
    display: flex;
    align-items: center;
}
.maximum .middlecontent .center .policy .right .right_schoolPage ul span:nth-of-type(1){
    width: 20px;
    height: 24px;
    font-weight: bold;
    color: #FF8F3C;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    border-radius: 2px;
}
.maximum .middlecontent .center .policy .right .right_schoolPage ul span.right_top1{
    background: linear-gradient(180deg, #F85F68, #ED4844);
    color: #FFFFFF;
}
.maximum .middlecontent .center .policy .right .right_schoolPage ul span.right_top2{
    background: linear-gradient(180deg, #FB9404, #FF7E00);
    color: #FFFFFF;
}
.maximum .middlecontent .center .policy .right .right_schoolPage ul span.right_top3{
    background: linear-gradient(180deg, #EFB76F, #E4AC72);
    color: #FFFFFF;
}
.maximum .middlecontent .center .policy .right .right_schoolPage ul li a{
    color: #333333;
    font-size: 14px;
    margin: 0 32px 0 15px;
}
.maximum .middlecontent .center .policy .right .right_schoolPage ul span:nth-of-type(2){
    color: #999999;
    font-size: 14px;
}
.maximum .middlecontent .center .policy .right .right_more{
    width: 178px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #F15645;
    border-radius: 20px;
    font-size: 14px;
    color: #F15645;
    line-height: 40px;
    text-align: center;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 15px;
}
/* 院校动态 结束 */

/* 中职升学院校推荐 开始 */
.maximum .middlecontent .center .policy .right .right_schoolList{
    margin-top: 10px;
    width: 100%;
}
.right_schoolList .domain{
    padding: 10px 10px;
    background: #fff;
}
.right_schoolList .domain .circulation li{
    display: flex;
    align-items: center;
    padding: 0 0 9px 0;
    margin-top: 18px;
}
.right_schoolList .domain .circulation li:not(:last-child){
    border-bottom: 1px solid #EAEAEA;
}
.right_schoolList .domain .circulation li .number{
    margin: 0 10px 0 0;
    font-size: 16px;
    font-weight: 400;
    color: #FF8F3C;
    display: inline-block;
    width: 20px;
    height: 24px;
    text-align: center;
    line-height: 24px;
}
.right_schoolList .domain .circulation li:nth-child(-n+3) .number{
    display: inline-block;
    width: 20px;
    height: 24px;
    background: linear-gradient(180deg, #F85F68, #ED4844);
    border-radius: 2px;
    text-align: center;
    line-height: 24px;
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.right_schoolList .domain .circulation li:nth-child(2) .number{
    background: linear-gradient(180deg, #FB9504, #FF7D00);
}
.right_schoolList .domain .circulation li:nth-child(3) .number{
    background: linear-gradient(180deg, #EFB76F, #E3AB72);
}
.right_schoolList .domain .circulation li a{
    display: flex;
    color: #333;
}
.right_schoolList .domain .circulation li img.school_pic{
     display: block;
    width:48px;
    height:48px;
}
.right_schoolList .domain .circulation li a .school_tj p{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 7px;
}
.right_schoolList .domain .circulation li a .school_tj{
     position: relative;
    top: -3px;
    margin-left: 10px;
}
.right_schoolList .domain .circulation li a .school_tj div span{
    display: inline-block;
    padding: 1px 7px;
    border: 1px solid #D2D2D2;
    font-size: 12px;
    font-weight: 400;
    color: #A9A4A4;
    border-radius: 4px;
}
.right_schoolList .domain .viewmore{
    width: 178px;
    height: 40px;
    display: block;
    background: #FFFFFF;
    border: 1px solid #F15645;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #F15645;
    text-align: center;
    line-height: 40px;
    margin: 13px auto;
}
/* 中职升学院校推荐 结束 */



.maximum .middlecontent .center .recruit .asking{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.maximum .middlecontent .center .recruit .asking .left{
    width: 760px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
}
.maximum .middlecontent .center .recruit .asking .left .more{
    width: 100%;
    height: 45px;
    background: #FE943F;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
    box-sizing: border-box;
}
.maximum .middlecontent .center .recruit .asking .left .more p{
    font-size: 16px;
    font-weight: bold;
    color: #FFFFFF;
}
.maximum .middlecontent .center .recruit .asking .left .more a{
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
}
.maximum .middlecontent .center .recruit .asking .left .article{
    padding: 10px 24px 10px 20px;
}
.maximum .middlecontent .center .recruit .asking .left .article .article_cen{
    width: 100%;
    border-bottom: 1px solid #E8E8E8;
    padding: 12px 0 16px;
}
.maximum .middlecontent .center .recruit .asking .left .article:last-child .article_cen:last-child{
    border: 0;
}
.maximum .middlecontent .center .recruit .asking .left .article .article_cen p{
    display: flex;
    align-items: flex-start;
}
.maximum .middlecontent .center .recruit .asking .left .article .article_cen p a{
    font-size: 14px;
    font-weight: 400;
    color: #333333;
    margin-left: 9px;
}
.maximum .middlecontent .center .recruit .asking .left .article .article_cen .check{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    display: inline-block;
    margin-top: 10px;
    
}
.maximum .middlecontent .center .recruit .asking .left .article .article_cen .check span:last-child{
    color: #F15645;
}

.maximum .middlecontent .center .recruit .asking .right{
    width: 362px;
}
.maximum .middlecontent .center .recruit .asking .right .diploma,
.maximum .middlecontent .center .policy .right .diploma{
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
}
.maximum .middlecontent .center .recruit .asking .right .diploma .top,
.maximum .middlecontent .center .policy .right .diploma .top{
    width: 100%;
    height: 45px;
    background: linear-gradient(0deg, #F8F0F0 0%, #FFFFFF 99%);
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    line-height: 45px;
    border-left: 4px solid #F15645;
    padding-left: 14px;
    box-sizing: border-box;
}
.maximum .middlecontent .center .recruit .asking .right .diploma .buttom,
.maximum .middlecontent .center .policy .right .diploma .buttom{
    display: flex;
    justify-content: space-between;
    padding: 18px 16px;
}
.maximum .middlecontent .center .recruit .asking .right .diploma .buttom img,
.maximum .middlecontent .center .policy .right .diploma .buttom img{
    height: 140px;
    width: 210px;
}
.maximum .middlecontent .center .recruit .asking .right .diploma .buttom a,
.maximum .middlecontent .center .policy .right .diploma .buttom a{
    display: inline-block;
    width: 100px;
    height: 140px;
    background: #F15645;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.maximum .middlecontent .center .recruit .asking .right .margin,
.maximum .middlecontent .center .policy .right .margin{
    margin-top: 20px;
}
.maximum .middlecontent .center .recruit .asking .right .margin .teach,
.maximum .middlecontent .center .policy .right .margin .teach{
    padding: 13px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.maximum .middlecontent .center .recruit .asking .right .margin .teach a,
.maximum .middlecontent .center .policy .right .margin .teach a{
    width: 156px;
}
.maximum .middlecontent .center .recruit .asking .right .margin .teach a img,
.maximum .middlecontent .center .policy .right .margin .teach a img{
    width: 156px;
    height: 90px;
}
.maximum .middlecontent .center .recruit .asking .right .margin .teach a span,
.maximum .middlecontent .center .policy .right .margin .teach a span{
    display:block;
    font-size: 14px;
    font-weight: 400;
    color: #333333;
}
/* 热门工具开始  */
.show_hotTools{
    width: 100%;
    background:#fff;
    box-sizing: border-box;
    padding: 30px 20px;
}
.index_mian_hotTools{
    width: 100%;
    height: 145px;
    background: url(../../img/content/bg_index_NinthBg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    
}
.index_mian_hotTools>p{
    width: 48px;
    height: 60px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    margin-left: 45px;
}
.index_mian_hotTools>div{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 155px;
    margin-top: 28px
}
.index_mian_hotTools>div>div{
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    width: 804px;
    justify-content: space-between;
}
.index_mian_hotTools_toolList{
    display: flex;
    align-items: center;
}
.index_mian_hotTools_toolList>img{
    width: 34px;
    height: 34px;
}
.index_mian_hotTools_toolList>a{
    font-size: 18px;
    font-weight: 400;
    color: #F15645;
    margin-left: 11px;
}
.index_mian_hotTools_toolList>a:hover{
     font-size: 20px;
     transition: all .2s;
     text-decoration: underline;
}
.tool_marginLeft{
    margin-left: -15px;
}
/* 热门工具结束  */