.school-act {
  width: 100%;
  height: 199px;
  overflow: hidden; }
  .school-act > img {
    display: block;
    margin: 0 auto; }

.page-innermain {
  padding: 38px 0 82px; }

.schoollist-left {
  width: 920px;
  float: left; }
.schoollist-right {
  width: 230px;
  float: right; }
.schoollist-act {
  display: block;
  width: 230px;
  margin-bottom: 18px; }

.searchbox-title {
  height: 36px;
  margin-bottom: 31px;
  line-height: 36px;
  font-size: 14px;
  display: flex;
  position: relative; }
  .searchbox-title-sel {
    display: inline-block;
    width: 120px;
    height: 34px;
    border: 1px solid #d9d9d9;
    color: #333;
    cursor: pointer;
    outline: none;
    margin-right: 25px;
    position: relative;
    transition: all .3s; }
    .searchbox-title-sel:hover {
      border-color: #333; }
    .searchbox-title-sel > span {
      padding-left: 10px;
      cursor: pointer;
      position: absolute;
      top: 0;
      left: 0; }
    .searchbox-title-sel > svg {
      fill: #c7c7c7;
      position: absolute;
      right: 12px;
      top: 12px;
      transition: all .3s; }
    .searchbox-title-sel.active > svg {
      transform: rotate(180deg); }
  .searchbox-title-list {
    width: 120px;
    border: 1px solid #d9d9d9;
    position: absolute;
    top: 37px;
    z-index: 99;
    background-color: #fff;
    display: none; }
    .searchbox-title-list > li > span {
      padding-left: 10px; }
    .searchbox-title-list > li:hover {
      background-color: #f4f4f4; }
  .searchbox-title-inp {
    width: 370px;
    height: 34px;
    border: 1px solid #d9d9d9;
    padding: 0 10px;
    margin-right: 19px;
    transition: all .3s; }
    .searchbox-title-inp::-webkit-input-placeholder {
      color: #7c7c7c; }
    .searchbox-title-inp:hover {
      border-color: #333; }
  .searchbox-title-btn {
    display: inline-block;
    width: 125px;
    height: 34px;
    color: #0592dc;
    text-align: center;
    border: 1px solid #d9d9d9;
    transition: all .3s; }
    .searchbox-title-btn:hover {
      border-color: #333; }

.screen {
  position: relative; }
  .screen-inner {
    border: 1px solid #d9d9d9;
    background-color: #fdfdfd;
    padding: 9px 13px 37px; }
  .screen-item {
    padding: 15px 0;
    border-bottom: 1px dashed #d9d9d9; }
  .screen-title {
    display: block;
    width: 144px;
    height: 36px;
    line-height: 36px;
    float: left;
    color: #333333;
    font-size: 16px;
    position: relative; }
    .screen-title:after {
      content: "";
      display: block;
      width: 6px;
      height: 11px;
      background: url(/uploads/image/sischoollist/drop.png) no-repeat;
      position: absolute;
      top: 50%;
      transform: translatey(-50%);
      right: 55px; }
  .screen-all {
    display: block;
    float: right;
    margin-left: 33px;
    font-size: 14px;
    color: #0878c0; }
	  .screen-xuanze {
    display: block;
    float: left;
    font-size: 14px;
    color: #0878c0; }
  .screen-list {
    float: left;
    max-width: 748px; }
    .screen-list > li {
      float: left;
      padding: 0 22px;
      height: 33px;
      line-height: 33px;
      cursor: pointer;
	  font-size: 14px; }
      .screen-list > li:nth-child(10n) {
        padding: 0 0 0 22px; }
  .screen-btn {
    display: block;
    width: 123px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: -25px;
    color: #666666;
    background: #f3f3f3;
    font-size: 12px;
    padding-left: 16px; }
    .screen-btn > svg {
      position: absolute;
      top: 10px;
      right: 18px;
      transition: all .3s; }
    .screen-btn.active > svg {
      transform: rotate(180deg); }

.result {
  width: 100%;
  height: 920px;
  margin-top: 81px; }
  .result table {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 100%;
    border-collapse: collapse;
    border-spacing: 1;
    border-spacing: 0;
    text-align: center;
    border: 1px solid #d9d9d9;
    border-right: none; }
    .result table thead {
      background: #f4f4f4;
      height: 47px;
      line-height: 47px;
      font-size: 16px;
      color: #55595f; }
    .result table td {
      height: 58px;
      line-height: 58px;
      border-right: 1px solid #d9d9d9;
      border-bottom: 1px solid #d9d9d9; }
      .result table td a {
        color: #0592dc; }
        .result table td a.res-link {
          display: block;
          position: relative;
          padding-left: 60px;
          text-align: left; }
          .result table td a.res-link:before {
            content: "";
            display: block;
            width: 16px;
            height: 14px;
            background: url(/uploads/image/sischoollist/zixun.png) no-repeat;
            position: absolute;
            top: 50%;
            transform: translatey(-50%);
            left: 42px; }
      .result table td:nth-child(1) {
        width: 334px; }
      .result table td:nth-child(2) {
        width: 107px; }
      .result table td:nth-child(3) {
        width: 219px; }
      .result table td:nth-child(4) {
        width: 126px; }

.recommend {
  width: 196px;
  padding: 0 16px 16px;
  border: 1px solid #eaeaea;
  border-top: 2px solid #0592dc;
  font-size: 14px; }
  .recommend-title {
    height: 38px;
    font-size: 16px;
    border-bottom: 1px dashed #eaeaea;
    color: #1890ff;
    line-height: 38px; }
  .recommend-list > li {
    border-bottom: 1px dashed #eaeaea; }
    .recommend-list > li:last-child {
      border: none; }
    .recommend-list > li.active .recommend-list-detail {
      display: block; }
  .recommend-list-name {
    display: block;
    width: 100%;
    color: #333;
    font-weight: bold;
    padding: 5px 0; }
  .recommend-list-detail {
    display: none;
    width: 198px;
    height: 100px;
    border: 1px solid #eaeaea;
    margin-bottom: 6px;
    position: relative; }
    .recommend-list-detail > img {
      display: block;
      width: 80px;
      height: 80px;
      left: 5px;
      position: absolute;
      top: 50%;
      transform: translatey(-50%); }
  .recommend-list-link {
    position: absolute;
    left: 97px;
    top: 7px; }
    .recommend-list-link > li {
      height: 22px;
      line-height: 22px; }
      .recommend-list-link > li > a {
        color: #666; }
        .recommend-list-link > li > a:hover {
          text-decoration: underline; }

.contact {
  width: 196px;
  height: 289px;
  padding: 0 16px;
  border: 1px solid #eaeaea;
  border-top: 2px solid #0592dc;
  font-size: 14px;
  margin-top: 46px; }
  .contact-title {
    height: 38px;
    font-size: 16px;
    border-bottom: 1px dashed #eaeaea;
    color: #1890ff;
    line-height: 38px; }
  .contact-ewm {
    width: 160px;
    height: 160px;
    border: 1px solid #eaeaea;
    margin: 24px auto 10px; }
    .contact-ewm img {
      display: block;
      margin: 3px auto 0; }
  .contact-info {
    text-align: center;
    color: #666;
    line-height: 18px; }

/*# sourcemappingurl=schoollist.css.map */
