  .no_result {
    text-align: center;
    width: 100%;
    padding: 20px;
    font-size: 26px;
    color: #CACACA;
  }

  .cate_school_item a:hover {
    text-decoration: none;
    color: #F65742;
  }

  .cate_school_screen {
    width: 100%;
    border-bottom: 1px solid #E2E2E2;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .cate_main {
    padding: 16px 20px;
  }

  .cate_school_main {
    padding: 24px 35px;
    border: 1px solid #E8E8E8;
    margin-top: 16px;
  }

  .cate_school_item h2 {
    margin: 20px 0;
  }

  .cate_school_item_btn a {
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-decoration: none;
    font-size: 14px;
    background: #FFFFFF;
    display: inline-block;
    color: #F65742;
    border: 1px solid #F65742;
    border-radius: 4px;
  }

  .cate_school_item_btn a:first-child {
    color: #FFFFFF;
    background: #F65742;
  }

  .school_level {
    display: initial;
    padding: 2px 10px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #CB2222;
    border-radius: 4px;
    font-size: 14px;
    color: #D01717;
    line-height: 24px;
  }

  .school_type {
    font-size: 12px;
    color: #666666;
    line-height: 24px;
    position: relative;
    margin: 20px 0 10px;
    padding-top: 10px;
  }

  .school_type::before {
    content: "";
    width: 205px;
    height: 1px;
    background: #EEEEEE;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .cate_school_item_btn {
    display: flex;
    justify-content: space-between;
  }

  .cate_school_item {
    text-align: center;
    width: 205px;
    margin-right: 34px;
    height: 280px;
    padding: 20px;
    margin-bottom: 27px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
  }

  .cate_school_item img {
    width: 80px;
    height: 80px;
  }


  .cate_school_list> :nth-child(4n) {
    margin-right: 0;

  }

  .cate_school_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1090px;
  }

  .cate_school_screen li {
    line-height: 40px;
    display: flex;
  }

  .cate_school_box span {
    color: #222222;
    margin-right: 20px;
    cursor: pointer;
  }

  span.school_screen_active {
    color: #fff;
    background: #F65742;
    border-radius: 2px;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
    margin-left: -5px;
  }

  .cate_school_title {
    font-size: 20px;
    margin-right: 20px;
    display: inline-block;
    font-weight: bold;
    color: #333333;
    position: relative;
    width: 90px;
    flex: 0 0 auto;
  }

  .school_level_orange {
    color: #F0B457;
    border: 1px solid #F0B457;
  }


  .cate_school_title::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: #000;
    position: absolute;
    margin-left: 10px;
    line-height: 40px;
    margin-top: 12px;
  }

  .pages {
    text-align: center;
  }

  .pagination {
    display: inline-block;
    padding-left: 0;
    border-radius: 4px;
    margin: 20px 0;
  }

  .pagination>li {
    display: inline
  }

  .pagination>li>a,
  .pagination>li>span {
    position: relative;
    float: left;
    margin-left: -1px;
    color: #F65742;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 30px;
    width: 31px;
    line-height: 30px;
    text-align: center;
  }

  .pagination>li:first-child>a,
  .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }

  .pagination>li:last-child>a,
  .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .pagination>li>a:focus,
  .pagination>li>a:hover,
  .pagination>li>span:focus,
  .pagination>li>span:hover {
    z-index: 2;
    color: #0c68f1;
    background-color: #eee;
    border-color: #ddd;
  }

  .pagination>.active>a,
  .pagination>.active>a:focus,
  .pagination>.active>a:hover,
  .pagination>.active>span,
  .pagination>.active>span:focus,
  .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #F65742;
    border-color: #F65742;
  }
