@charset "UTF-8";
body {
  background-color: #f6f6f6;
  position: relative;
}

.optiondom {
  position: absolute;
  left: -99999px;
  z-index: -99;
}

.img-circle {
  width: 36px;
  height: 36px;
  background-color: #c99c59;
}

.loading-box {
  margin: 40px auto 0;
  font-size: 14px;
  color: #ddd;
  text-align: center;
}

.loading {
  margin: 0 auto;
  width: 50px;
  height: 20px;
  text-align: center;
  font-size: 10px;
}

.loading > div {
  background-color: #eee;
  height: 100%;
  width: 3px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}

.loading .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.loading .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.loading .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.loading .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes stretchdelay {
  0%,
  100%,
  40% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}

@keyframes stretchdelay {
  0%,
  100%,
  40% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}

.add-more,
.add-more:focus,
.no-more,
.no-more:focus {
  width: 95%;
  margin: 0 30px;
  padding: 9px 0;
  margin-top: 30px;
  font-size: 16px;
  line-height: 1;
  color: #c99c59;
  text-align: center;
  border: 1px solid #c99c59;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
}

.no-more,
.no-more:focus {
  color: #ddd !important;
  border: none !important;
  padding: 0 !important;
}

.btn-icon {
  padding: 10px;
  margin-left: 10px;
  background: url(../images/public/btn-icon.png) no-repeat center center;
}

.filter {
  background: none;
}

.filter.school-rules {
  margin-bottom: 20px;
}

.filter.school-rules .filter-content {
  margin-bottom: 0 !important;
}

.filter.school-rules .filter-type {
  border-bottom: 1px solid #eee;
}

.filter.school-rules .filter-tools {
  position: static;
  box-shadow: none;
}

.filter.school-rules .filter-box {
  margin-bottom: 20px;
}

.filter .moudle-title {
  padding: 30px 0;
  height: auto;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  color: #333;
  margin-bottom: 0;
  border-bottom: 2px solid #eee;
  background: #fff;
}

.filter .moudle-title span {
  color: #c99c59;
}

.filter .filter-title {
  padding: 10px 0;
  display: none;
  background-color: #fff;
}

.filter .filter-title li {
  font-size: 14px;
  color: #333;
  text-align: center;
  cursor: pointer;
}

.filter .filter-title li .icon {
  padding: 0 4px;
  margin: 0 0 0 3px;
  background-size: contain;
}

.filter .filter-title .down-icon {
  background: url(../images/down.png) no-repeat center center;
}

.filter .filter-title .top-icon {
  background: url(../images/top.png) no-repeat center center;
}

.filter-box {
  background: none;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-bottom: 20px;
}

.filter-box #filter-school > ul li {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.filter-box #filter-school > ul li.select-all {
  width: auto;
}

.filter-box .filter-type[data-fold="true"] > ul {
  width: auto !important;
  float: none !important;
  margin-left: 90px;
  padding-right: 8px;
}

.filter-box .filter-type[data-fold="true"] > ul li.open-btn {
  display: none !important;
}

.filter-box .filter-type > ul li,
.filter-box .tab-content ul li {
  float: left;
  margin-right: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  overflow: hidden;
  margin-bottom: 10px;
  cursor: pointer;
}

.filter-box .filter-type .porject-box {
  max-height: 102px;
  overflow-y: auto;
}

.filter-box .filter-type > ul {
  position: relative;
  margin-left: 90px;
  padding-right: 8px;
}

.filter-box .filter-type > ul li.open-btn {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
}

.filter-box .filter-type > ul li.open-btn a {
  font-weight: 700;
  font-size: 14px;
  color: #c99c59 !important;
  width: 32px !important;
  background: #fff !important;
  padding: 0 !important;
}

.moubile-filter-tit {
  display: none;
}

.filter-content {
  padding: 10px 30px 0;
  background: #fff;
}

#filter-major1,
#filter-major2,
#filter-result {
  display: none;
  height: 55px;
}

#filter-result {
  width: calc(100% - 250px);
  padding-left: 90px;
  position: relative;
}

#filter-result > p {
  position: absolute;
  left: 0;
  top: 0;
  margin-bottom: 10px;
}

#filter-result .filter-result-num {
  display: inline-block;
  font-size: 16px;
  color: #333;
  margin-left: 6px;
}

#filter-result em {
  font-style: normal;
  display: none;
}

.filter-result-num em {
  color: #e55d5d;
}

#filter-area {
  overflow: hidden;
}

.filter-tools {
  position: relative;
  padding: 15px 30px;
  background-color: #fff;
  z-index: 1;
  border-top: 1px solid #eee;
}

.filter-tools .filter-type {
  margin-bottom: 0;
  padding-top: 0;
  height: auto !important;
  border: none !important;
}

.filter-tools .search-box {
  width: 250px;
}

.filter-tools .search-input {
  width: 200px;
  padding-left: 27px;
  background: url(../images/search-bg.png) no-repeat 10px center;
  font-size: 12px;
  height: 30px;
  line-height: 28px;
  border: 1px solid #bbb;
  color: #888;
}

.filter-tools .search-btn,
.filter-tools .search-btn:focus {
  float: right;
  width: 50px;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  background-color: #899aca;
  border-color: #899aca;
}

.filter-type {
  border-bottom: 1px dashed #eee;
  margin-bottom: 6px;
  padding-top: 6px;
}

.filter-type:last-child {
  margin-bottom: 0;
  border: none;
}

.filter-type p {
  float: left;
  width: 90px;
  font-size: 16px;
  line-height: 22px;
  color: #222d35;
}

.filter-type label,
.filter-type .result-item {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px !important;
  margin: 0 auto;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #c99c59 !important;
  border: 1px solid #c99c59;
  border-radius: 2px;
  background: none !important;
  cursor: pointer;
}

.filter-type label .close-icon,
.filter-type .result-item .close-icon {
  padding: 0 5px;
  margin-left: 5px;
  background: url(../images/public/close-icon.png) no-repeat center right;
}

.filter-type .reset-btn {
  margin-left: 20px;
  padding-left: 15px;
  color: #999;
  background: url(../images/lajitong.png) no-repeat left center;
  cursor: pointer;
}

#filter-result.filter-type label,
#filter-result.filter-type .result-item {
  margin-right: 6px;
}

.filter-type[data-fold="true"] {
  height: auto !important;
}

.filter-type[data-fold="true"] p {
  width: 90px;
}

.filter-box .filter-type > ul li a,
.filter-box .filter-type > ul li span,
.filter-box .tab-content ul li a {
  display: inline-block;
  width: 100%;
  padding: 0 13px;
  color: #666;
}

.filter-box .filter-type > ul > li.active > a,
.filter-box .filter-type > ul > li.active > span,
.filter-box .filter-type > ul > li:hover > a,
.filter-box .filter-type > ul > li > ul > li.active > a,
.filter-box .filter-type > ul > li > ul > li:hover > a,
.filter-box .tab-content ul li.active a {
  color: #fff;
  background-color: #283e7e;
}

.filter-tabs-box {
  float: left;
  width: 90%;
  margin-left: 15px;
  margin-top: -5px;
}

.major-box,
.school-box {
  padding-bottom: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.major-box .moudle-title,
.school-box .moudle-title {
  padding: 30px 0;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
  color: #333;
  border-bottom: 2px solid #eee;
}

.schoollist {
  padding: 0 20px 0;
}

.schoollist-item {
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

.school-list-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.school-box .school-logo {
  float: left;
  width: 10%;
  max-width: 80px;
  text-align: center;
}

.school-box .school-logo a {
  display: block;
  width: 100%;
}

.school-box .school-cnt {
  float: left;
  width: 71%;
  width: calc(74% - 1px);
  padding-right: 2%;
  margin: 0 2%;
  border-right: 1px dashed #e2e2e2;
}

.school-tit {
  margin-bottom: 10px;
  line-height: 1.42857143;
}

.school-tit h2, .school-tit .school-name {
  float: left;
  line-height: 30px;
  margin-right: 1%;
}

.school-tit a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.school-tit a > span {
  color: #888;
}

.school-tit a:hover,
.school-tit a:hover > span {
  color: #c99c59;
}

.school-btn {
  float: right;
  width: 12%;
  height: auto !important;
}

.school-btn a {
  display: block;
  width: 80%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 36px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  text-align: center;
  background-color: #283e7e;
  color: #fff;
}

.school-btn .detail-btn {
  margin-right: 0;
  width: 90%;
}

.school-btn .detail-btn:hover {
  color: #fff;
  background-color: #c99c59;
}

.school-btn .detail-btn .search-icon {
  position: static;
  background: url(../images/public/search.png) no-repeat right top 4px;
}

.school-btn .order-btn {
  line-height: 34px;
  color: #fe8848;
  border: 1px solid #fe8848;
}

.address-icon {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  white-space: nowrap;
}

.address-icon i {
  padding: 2px 10px;
  background: url(../images/public/address.png) no-repeat right center;
  margin-right: 5px;
}

.search-icon {
  padding: 0 10px;
  background: url(../images/public/search.png) no-repeat right top 4px;
}

.more2-icon {
  padding: 0 10px;
  background: url(../images/public/more2.png) no-repeat right top 4px;
}

.school-type-list {
  float: left;
  width: 36%;
  margin-right: 2%;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school-type-list:nth-child(odd) {
  width: 60%;
}

.school-type-list .tag {
  margin-left: 0;
  margin-right: 3px;
  padding: 0 3px;
  color: #3a4d82;
  font-size: 12px;
  line-height: 20px;
  border: 1px solid #3a4d82;
  border-radius: 2px;
}

.school-type-list .adv-tag {
  line-height: 26px;
  padding: 0 20px;
  margin: 0 20px 0 0;
}

.school-type-list .adv-tag:hover {
  color: #fff;
  background-color: #e07564;
}

.school-type-list.school-type-list-all {
  width: 100% !important;
  margin-bottom: 0 !important;
}

.school-type-list b {
  font-weight: 400;
  color: #333;
}

.school-type-list a {
  text-decoration: underline !important;
  color: #283e7e;
}

.school-type-list a:hover {
  color: #c99c59;
}

.school-type-list span {
  color: #666;
}

.school-type-list .price {
  font-size: 16px;
  font-weight: bold;
  color: #c99c59;
}

.school-type-list.is_cooperation_hide {
  display: none;
}

.adv-tag {
  display: inline-block;
  font-size: 12px;
  color: #e07564;
  padding: 0 10px;
  margin: 0 10px;
  border: 1px solid #e07564;
  line-height: 1.8;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.major-box .school-logo a,
.rules-box .school-logo a {
  color: #fff;
}

.major-box .school-logo1,
.rules-box .school-logo1 {
  background: #7c8dbf url(../images/poject-bg.png) no-repeat center center;
}

.major-box .school-logo2,
.rules-box .school-logo2 {
  background: #6ea4c8 url(../images/poject-bg.png) no-repeat center center;
}

.major-box .school-logo3,
.rules-box .school-logo3 {
  background: #b4859b url(../images/poject-bg.png) no-repeat center center;
}

.major-box .school-logo4,
.rules-box .school-logo4 {
  background: #79aca1 url(../images/poject-bg.png) no-repeat center center;
}

.major-box .school-logo5,
.rules-box .school-logo5 {
  background: #5f90c5 url(../images/poject-bg.png) no-repeat center center;
}

.major-box .zs-icon,
.rules-box .zs-icon {
  float: left;
  height: 24px;
  padding: 0 30px;
  background: url(../images/zs-img.png) no-repeat center center;
  margin-right: 6px;
}

.major-box .schoollist-item,
.rules-box .schoollist-item {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  border-bottom: 1px solid #eee !important;
}

.major-box .school-cnt {
  width: 84%;
  margin-left: 0;
}

.major-box .school-type-list {
  width: auto;
  max-width: 100%;
  margin-right: 60px;
  margin-bottom: 3px;
}

.major-box .school-type-list .price {
  font-size: 14px;
  color: #e26161;
}

.major-box .school-type-list > a {
  font-size: 14px;
  font-weight: bold;
  color: #c99c59;
  text-decoration: underline !important;
  cursor: default;
}

.major-box .school-logo {
  color: #fff;
  font-size: 20px;
  width: 130px;
  max-width: 130px;
  height: 87px;
  padding: 13px 8px;
}

.major-box .schoollist {
  overflow: hidden;
}

.major-box .school-tit {
  padding-left: 21px;
  background: url(../images/zy-tit-bg.png) no-repeat left center;
}

.rules-box {
  padding-top: 20px;
}

.rules-box .school-cnt {
  width: 79%;
  width: calc(86% - 97px);
  padding-right: 1%;
  margin: 0 1%;
}

.rules-box .school-logo-img + .school-cnt {
  width: 72%;
  width: calc(88% - 130px);
  margin: 0 1% 0 0;
}

.rules-box .school-logo-img {
  float: left;
  min-width: 70px;
  margin-right: 20px;
  margin-left: 10px;
}

.rules-box .school-logo-img a {
  display: block;
}

.rules-box .school-logo-img img,
.rules-box .school-logo-img a {
  width: 70px;
  height: 70px;
}

.rules-box .schoollist-item {
  border: none !important;
  padding: 0 0 20px;
}

.rules-box .schoollist-item dl {
  position: relative;
  padding: 20px 0 20px 40px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.rules-box .school-logo-img .poject-name {
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
}

.rules-box .school-tit h2, .rules-box .school-tit .school-name {
  max-width: 92%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.rules-box .school-tit p {
  float: left;
  font-size: 14px;
  color: #666;
}

.rules-box .school-type-list {
  float: none;
  display: inline-block;
  margin-right: 1%;
  width: 31.333% !important;
}

.rules-box .school-type-list:first-child {
  margin-left: 0;
}

.rules-box .poject-name1 {
  color: #7181a7;
  background: #dfe6f7;
}

.rules-box .poject-name2 {
  color: #7191a7;
  background: #e1ecf3;
}

.rules-box .poject-name3 {
  color: #6e98a0;
  background: #e6f4f6;
}

.rules-box .poject-name4 {
  color: #968665;
  background: #f8f4ed;
}

.rules-box .poject-name5 {
  color: #8c7fa4;
  background: #eeecf7;
}

.rules-box .poject-name6 {
  color: #b2673d;
  background: #f0e1d8;
}

.rules-box .poject-name7 {
  color: #ac7171;
  background: #ece1e1;
}

.rules-box .poject-name8 {
  color: #7181a7;
  background: #dfe6f7;
}

.major-box .school-logo,
.rules-box .school-logo,
.rules-box .school-logo-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  background-size: cover !important;
}

.zs-em {
  font-size: 12px;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 2px;
}

.zs-em.zs-em1 {
  background: #c99c59;
}

.zs-em.zs-em2 {
  background: #808eb5;
}

.zs-em.zs-em3 {
  background: #749eb6;
}

.zs-em.zs-em4 {
  background: #c99172;
}

.zs-em.zs-em5 {
  background: #8e75af;
}

.yuloo-renmindaxuezs-em1 {
  display: none !important;
}

.area-nav {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.area-nav .area-nav-tit {
  float: left;
  width: 221px;
}

.area-nav .area-nav-tit span {
  display: none;
}

.area-nav .area-main {
  float: left;
  width: 80%;
  width: calc(100% - 221px);
  padding: 7px 15px 7px 25px;
  display: table;
  word-spacing: -1em;
  /*兼容其他浏览器*/
  background: url(../images/area-nav-sanjiao.png) no-repeat left center;
}

.area-nav .area-main a {
  display: inline-block;
  width: 60px;
  background: #899aca;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  margin: 5px 6px;
}

.area-nav .area-main a:hover {
  background: #283e7e;
}

.area-nav-box {
  position: relative;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 30px;
}

.area-nav-box .area-list-box {
  padding: 30px;
}

.area-nav-box .area-list {
  position: relative;
  display: table;
  word-spacing: -1em;
  /*兼容其他浏览器*/
  width: 100%;
  position: relative;
  padding: 7px 0 0 83px;
}

.area-nav-box .area-list b {
  position: absolute;
  display: block;
  width: 60px;
  line-height: 24px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #c99c59;
  left: 0;
  border-radius: 3px;
}

.area-nav-box .area-list b::before {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  background: url(../images/sanjiao.png) no-repeat center center;
  top: 0;
  right: -6px;
}

.area-nav-box .area-list ul {
  width: 100%;
}

.area-nav-box .area-list ul li {
  display: inline-block;
  margin-right: 14px;
  margin-bottom: 1%;
}

.area-nav-box .area-list ul li:last-child {
  margin-right: 0 !important;
}

.area-nav-box .area-list ul li a {
  display: block;
  padding: 0 15px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  border: 1px solid #d8dce8;
  background: #fff;
  border-radius: 3px;
}

.area-nav-box .area-list ul li a:hover {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.rem-school-box.school-box {
  background: none;
  padding-top: 0;
}

.rem-school-box .schoollist-item {
  background: #fff;
}

.rem-school-box .school-box-main, .rem-school-box .schoollist {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.rem-school-box .schoollist[data-type="rules-logo"] {
  background: none;
  box-shadow: none;
}

.remlist-tit {
  position: relative;
  padding: 25px 0;
  z-index: 1;
  text-align: center;
}

.remlist-tit::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #e4e5e5;
  left: 0;
  top: 50%;
  margin-top: -1px;
}

.remlist-tit span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #999;
  padding: 0 25px;
  background: #f5f7f9;
  z-index: 1;
}

.page {
  width: 100%;
  text-align: center;
  padding: 40px 0 0;
}

.page > ul > li {
  float: left;
}

.page .pagezong:hover {
  background-color: #fff;
  color: #000;
}

.page > a,
.page > b {
  width: 10%;
  background-color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  padding: 6px 20px;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.page > a:hover,
.page > b,
.page > ul > li > .active {
  background-color: #283e7e;
  border: 1px solid #283e7e;
  color: #fff;
}

.fst-page a,
.last-page a {
  padding-left: 5px;
  padding-right: 5px;
}

#filter-area .major-menu li.js-filter-list {
  min-width: 84px;
}

.major-menu {
  display: none;
  padding: 5px !important;
  background: #f5f5f5;
  border: 1px solid #e4e6ec;
  border-radius: 3px;
  margin-bottom: 10px;
  top: -5px;
}

.major-menu li.js-filter-list {
  margin: 5px 0 !important;
}

.major-menu li {
  line-height: 18px !important;
}

.major-menu li:first-child {
  font-weight: bold;
}

.major-menu li:first-child a {
  color: #283e7e !important;
}

.major-menu li.active a, .major-menu li:hover a {
  color: #283e7e !important;
  background: none !important;
}

.js-filter-major {
  position: relative;
  overflow: visible !important;
  z-index: 2;
}

.js-filter-major:hover {
  color: #fff;
  background: #283e7e;
}

.js-filter-major.active::before {
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 8px;
  background: url(../images/major-li-bg.jpg) no-repeat bottom center;
  bottom: -6px;
  left: 50%;
  margin-left: -10px;
}

.js-filter-major.select-all::before {
  display: none !important;
}

.filter-type .js-filter-list[data-type="major"].select-all a, .filter-type .js-filter-list[data-type="area"].select-all a {
  padding: 0 14px;
}

.filter-type .js-filter-list[data-type="major"].select-all a::before, .filter-type .js-filter-list[data-type="area"].select-all a::before {
  display: none !important;
}

.filter-type .js-filter-list[data-type="major"] a[data-url="false"], .filter-type .js-filter-list[data-type="area"] a[data-url="false"] {
  position: relative;
  padding-right: 22px;
}

.filter-type .js-filter-list[data-type="major"] a[data-url="false"]::before, .filter-type .js-filter-list[data-type="area"] a[data-url="false"]::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #999;
  right: 10px;
  top: 50%;
  margin-top: -2px;
}

.filter-type .js-filter-list[data-type="major"].active a[data-url="false"]::before, .filter-type .js-filter-list[data-type="major"]:hover a[data-url="false"]::before, .filter-type .js-filter-list[data-type="area"].active a[data-url="false"]::before, .filter-type .js-filter-list[data-type="area"]:hover a[data-url="false"]::before {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 4px solid #fff;
}

.hot-content {
  margin-bottom: 30px;
}

.hot-tit {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 5px;
  background: url(../images/hot-tit-bg.png) no-repeat left center;
}

.hot-shcool {
  float: left;
  width: 66.666%;
  padding-right: 15px !important;
}

.hot-news, .hot-major {
  float: right;
  width: 32%;
  padding-bottom: 10px !important;
}

.hot-shcool, .hot-news, .hot-major {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 16px 0 9px;
}

.hot-school-main ul {
  float: left;
  width: 33.333%;
}

.hot-school-main ul li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px;
}

.hot-school-main ul li:last-child a {
  border: none;
}

.hot-school-main ul li:hover a {
  color: #c99c59;
}

.hot-school-main ul li a {
  display: block;
  color: #333;
  border-bottom: 1px dashed #e8e8e8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0;
}

.hot-school-main ul li a em {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background: #cccccc;
  border-radius: 4px 4px 0 4px;
}

.hot-school-main ul li a .hot1 {
  color: #fff;
  background: #e55d5d;
}

.hot-school-main ul li a .hot2 {
  color: #fff;
  background: #ee7b48;
}

.hot-school-main ul li a .hot3 {
  color: #fff;
  background: #fb9825;
}

.hot-news ul {
  padding: 0 15px;
}

.hot-news ul li {
  font-size: 14px;
  line-height: 24px;
  height: 31.5px;
  color: #333;
  overflow: hidden;
}

.hot-news ul li:hover a {
  color: #c99c59;
}

.hot-news ul li a {
  float: left;
  width: 88%;
  padding: 5px 0 5px 8px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../images/hot-li-bg.png) no-repeat left center;
}

.hot-news ul li span {
  float: right;
  padding: 5px 0 5px;
  width: 40px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}

.hot-major ul {
  display: table;
  word-spacing: -1em;
  margin: -5px -5px 0;
  padding: 9px 15px;
}

.hot-major ul li {
  display: inline-block;
  width: 23%;
  padding: 0 9px;
  margin: 1%;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  text-align: center;
}

.hot-major ul .colspan2 {
  width: 48%;
}

.hot-major ul .color1 {
  background: #dfe6f7;
}

.hot-major ul .color1 a {
  color: #6c799b;
}

.hot-major ul .color1:hover {
  background: #6c799b;
}

.hot-major ul .color1:hover a {
  color: #fff;
}

.hot-major ul .color2 {
  background: #f4efe7;
}

.hot-major ul .color2 a {
  color: #968665;
}

.hot-major ul .color2:hover {
  background: #968665;
}

.hot-major ul .color2:hover a {
  color: #fff;
}

.hot-major ul .color3 {
  background: #dceef0;
}

.hot-major ul .color3 a {
  color: #618a8e;
}

.hot-major ul .color3:hover {
  background: #618a8e;
}

.hot-major ul .color3:hover a {
  color: #fff;
}

.hot-major ul .color4 {
  background: #deeaf1;
}

.hot-major ul .color4 a {
  color: #737f9d;
}

.hot-major ul .color4:hover {
  background: #737f9d;
}

.hot-major ul .color4:hover a {
  color: #fff;
}

.hot-major ul .color5 {
  background: #eae8f3;
}

.hot-major ul .color5 a {
  color: #6a8392;
}

.hot-major ul .color5:hover {
  background: #6a8392;
}

.hot-major ul .color5:hover a {
  color: #fff;
}

.hot-major ul .color6 {
  background: #eae8f3;
}

.hot-major ul .color6 a {
  color: #8178a6;
}

.hot-major ul .color6:hover {
  background: #8178a6;
}

.hot-major ul .color6:hover a {
  color: #fff;
}

.hot-major ul .color7 {
  background: #f8e7e7;
}

.hot-major ul .color7 a {
  color: #ac7d7d;
}

.hot-major ul .color7:hover {
  background: #ac7d7d;
}

.hot-major ul .color7:hover a {
  color: #fff;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 98%;
  }
  .filter {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .poject-item {
    width: 48%;
    margin: 1%;
  }
  .add-more,
  .add-more:focus,
  .no-more,
  .no-more:focus {
    margin: 0 2.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .schoollist {
    padding: 0 2%;
  }
  .filter .moudle-title {
    line-height: 1.4;
  }
  .filter .moudle-title,
  .major-box .moudle-title,
  .school-box .moudle-title {
    padding: 3% 0;
  }
  .school-box .school-logo {
    width: 80px;
  }
  .school-box .school-cnt {
    width: 76%;
    width: calc(86% - 80px);
    padding-right: 0;
    margin: 0 0 0 2%;
    border-right: 0;
  }
  .school-type-list {
    line-height: 28px;
  }
  .school-btn {
    width: 12%;
  }
  .school-btn a {
    width: 46%;
    max-width: 120px;
    line-height: 26px;
    margin: 0 1% 10px;
  }
  .schoollist-item {
    padding: 2% 0;
  }
  .school-btn .order-btn {
    line-height: 24px;
  }
  .school-type-list .adv-tag,
  .school-type-list b {
    float: left;
  }
  .school-type-list .adv-tag {
    margin: 0 1% 1%;
    padding: 0 10px;
  }
  .rules-box .school-type-list {
    width: 46% !important;
  }
  .rules-box {
    padding-top: 0;
  }
  .school-btn .detail-btn {
    min-width: 96px;
    margin-bottom: 10px;
  }
  .area-nav {
    margin-top: 10px;
  }
  .area-nav .area-nav-tit {
    width: 100%;
    line-height: 40px;
    text-align: center;
    background: #283e7e;
  }
  .area-nav .area-nav-tit span {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  .area-nav-tit img {
    display: none;
  }
  .area-nav .area-main {
    width: 100%;
    padding: 7px 2%;
    background: none;
  }
  .page {
    padding-top: 5%;
  }
  .page [title],
  .page > .pagezong {
    display: none;
  }
  .page a,
  .page > b {
    max-width: 120px;
    width: 22%;
    margin-right: 1%;
    padding: 0;
    display: inline-block;
  }
  .page a,
  .page > b {
    display: none;
  }
  .page a.fst-page,
  .page a.last-page,
  .page a.next,
  .page a.pre {
    display: inline-block;
  }
  .hot-content {
    margin-top: 5%;
    margin-bottom: 3%;
  }
  .hot-shcool, .hot-news, .hot-major {
    width: 100%;
    margin: 0 auto 3%;
  }
}

@media only screen and (max-width: 768px) {
  .filter-box {
    margin-bottom: 0;
  }
  .form-box .select-search .school-option,
  .form-box .select-search .school-option.hidden {
    display: block !important;
    position: static;
    padding: 0 !important;
  }
  .form-box .select-search .school-option {
    margin-bottom: 0 !important;
    overflow: visible;
    box-shadow: none !important;
    border-radius: 3px;
  }
  .form-box .select-search {
    margin: 0 auto !important;
  }
  .form-box .school-option select {
    padding-left: 12px;
  }
  .form-box .school-option select,
  .form-box .school-option select option {
    width: 100%;
  }
  .form-box .school-option select,
  .form-box .school-option select option,
  .form-box .schoolName-box {
    height: 34px;
    line-height: 30px;
  }
  .form-box .school-option select option,
  .form-box .schoolName-box {
    padding: 0 !important;
  }
  .form-box .select-search .school-option input,
  .form-box .select-search button {
    display: none;
  }
  .poject-item {
    padding: 2%;
  }
  .poject-item dd,
  .poject-item dt {
    width: 100%;
  }
  .poject-tit {
    line-height: 30px;
    margin-bottom: 1%;
  }
  .poject-name {
    font-size: 18px;
    line-height: 1.2;
  }
  .poject-item p {
    height: 44px;
    white-space: normal;
  }
  .poject-tools a {
    padding: 0 15px;
  }
  .major-box,
  .school-box {
    margin-bottom: 3%;
    padding-bottom: 3%;
  }
  .major-box .moudle-title,
  .school-box .moudle-title {
    font-size: 22px;
    line-height: 1.3;
  }
  .schoollist {
    padding: 0;
  }
  .school-tit .school-name, .school-tit h2 {
    float: left;
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto;
  }
  .school-tit a {
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
  }
  .poject-item,
  .schoollist-item {
    float: left;
    width: 98%;
    margin: 1% !important;
    border: 1px solid #ddd;
    padding: 2%;
  }
  .schoollist-item {
    padding: 2% !important;
  }
  .rules-box .schoollist-item {
    padding: 2% 0 !important;
  }
  .school-box .schoollist[data-type="major"] .school-cnt,
  .school-box .schoollist[data-type="rules-logo"] .school-cnt,
  .school-box .schoollist[data-type="rules"] .school-cnt {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .school-box .school-cnt {
    width: calc(98% - 80px);
    margin: 0 0 2% 2%;
  }
  .school-type-list {
    width: 48% !important;
  }
  .schoollist[data-type="school"] .school-type-list .adv-tag {
    margin-right: 100%;
    font-size: 12px;
  }
  .schoollist[data-type="school"] .school-type-list:last-child {
    display: none;
  }
  .school-btn {
    width: 50%;
    height: auto;
    margin: 0 auto !important;
    text-align: center;
    padding-top: 0;
  }
  .school-btn a {
    text-align: center;
  }
  .major-box .school-logo,
  .poject-item dt {
    display: none !important;
  }
  .major-box .school-btn {
    margin: 0 auto !important;
  }
  .major-box .school-btn .detail-btn b {
    font-size: 16px;
  }
  .rules-box .school-tit p {
    width: 50px;
    font-size: 12px;
    white-space: nowrap;
  }
  .rules-box .school-cnt {
    border: none !important;
  }
  .rules-box, .school-box {
    padding: 0 2%;
  }
  .school-box dl .school-name {
    font-size: 16px;
  }
  .rules-box .school-logo-img {
    min-width: auto;
  }
  .rules-box .school-logo-img a, .address-icon {
    display: none;
  }
  .rules-box .school-tit a {
    font-size: 18px;
    line-height: 24px;
    white-space: normal;
  }
  .rules-box .school-cnt {
    width: 100%;
    margin: 0 auto 15px !important;
  }
  .school-btn {
    width: 80%;
    margin: 0 10%;
    padding: 0;
  }
  .rules-box .school-type-list {
    line-height: 26px;
  }
  .school-btn .detail-btn {
    margin: 0 auto;
    line-height: 30px;
    max-width: 120px;
  }
  .add-more,
  .add-more:focus,
  .no-more,
  .no-more:focus {
    line-height: 1.4;
    padding: 1.5% 0;
    margin-top: 3%;
  }
  /* 20200601 start */
  .filter .moudle-title {
    font-size: 24px;
  }
  #filter-result {
    height: auto !important;
    padding-bottom: 2%;
  }
  #filter-result .filter-result-num {
    display: inline-block;
    padding-top: 3px;
  }
  .filter-type {
    margin-bottom: 4px;
    padding-top: 4px;
  }
  .filter-type p {
    position: relative;
    z-index: 2;
    margin-bottom: 10px !important;
  }
  .filter-box .filter-type > ul,
  .filter-type p {
    width: 100%;
    font-size: 14px;
    margin: 0 auto;
  }
  .filter-content {
    padding: 0;
  }
  .filter {
    margin-bottom: 3%;
    background: #fff;
  }
  .filter-tools {
    position: static;
    padding: 1% 2% 3%;
    box-shadow: none;
    flex-wrap: wrap;
  }
  .filter-tools .filter-type p,
  .moubile-filter-box {
    display: none;
  }
  .moubile-filter-tit {
    display: block;
  }
  .moubile-filter-tit li .icon {
    position: absolute;
    width: 10px;
    padding: 0;
    height: 100%;
    top: 0;
    right: -8px;
    background-size: contain;
  }
  .moubile-filter-tit .down-icon {
    margin: 0 auto !important;
    background: url(../images/down.png) no-repeat center center;
  }
  .moubile-filter-tit .top-icon {
    margin: 0 auto !important;
    background: url(../images/top.png) no-repeat center center;
  }
  .moubile-filter-tit ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
  }
  #filter-result .filter-result-num {
    font-size: 14px;
    margin: 0 auto;
  }
  #filter-result em {
    display: inline-block;
    min-width: 20px;
    text-align: center;
    font-style: normal;
    color: #d7762c !important;
  }
  .filter-title li.have-param > span:before,
  .filter-type .reset-btn,
  .filter-type label, .filter-type .result-item {
    display: none !important;
  }
  #filter-result {
    width: 100%;
    text-align: center;
    height: auto !important;
    padding-bottom: 2%;
    padding-left: 0;
  }
  .filter-tools .search-box {
    width: 100% !important;
  }
  .filter-tools .search-input {
    width: calc(100% - 50px);
  }
  .moubile-filter-tit li.have-param > span:before {
    display: none !important;
  }
  .moubile-filter-tit li > span:before {
    right: 0;
  }
  .moubile-filter-box .filter-type {
    display: none;
  }
  .moubile-filter-box .filter-type p,
  .moubile-filter-box .filter-type > ul li.open-btn {
    display: none !important;
  }
  .filter {
    position: relative;
    width: 100%;
  }
  .moubile-filter-tit li[data-state="true"]::after {
    display: block;
    position: absolute;
    content: "";
    width: 100%;
    height: 41px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px 2px 0 0;
    z-index: 0;
    left: -1px;
    top: -1px;
    z-index: -1;
    box-sizing: content-box;
  }
  .moubile-filter-tit li > span {
    position: relative;
    padding-right: 10px;
  }
  .major-filter-title li > span {
    padding-right: 20px;
  }
  .moubile-filter-tit li.have-param {
    color: #d7762c;
    border: 1px solid #d7762c;
    border-radius: 3px;
  }
  .moubile-filter-tit li.have-param::before,
  .moubile-filter-tit li > span::before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: none !important;
    background: url(../images/down.png) no-repeat center center;
    background-size: 8px;
    top: 0;
    right: 5px;
    z-index: 2;
  }
  .moubile-filter-tit li.have-param > span::before {
    display: none !important;
  }
  .moubile-filter-tit li > span::before {
    right: 0;
  }
  .moubile-filter-tit li p {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 2px;
    padding-right: 12px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 12px;
  }
  .filter-box #filter-major > ul,
  .filter-box #filter-college > ul,
  .filter-box #filter-school > ul {
    padding-left: 0;
  }
  .filter-box .filter-type > ul li {
    width: 31.333%;
    margin: 2px 1% !important;
    line-height: 30px !important;
  }
  .filter-box .filter-type > ul li a,
  .filter-box .filter-type > ul li span,
  .filter-box .tab-content ul li a {
    width: auto;
    border-radius: 2px;
  }
  .moubile-filter-tit {
    display: block;
    overflow-x: auto;
    padding: 0 0 5px;
    overflow-y: hidden;
    margin-bottom: -1px;
  }
  .moubile-filter-tit ul {
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: center;
    align-items: center;
    width: 570px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    padding-left: 5px;
    padding-right: 5px;
  }
  .moubile-filter-tit li {
    position: relative;
    float: left;
    margin: 0 5px;
    padding: 0 2%;
    text-align: center;
    font-size: 14px;
    line-height: 28px;
    cursor: pointer;
    width: 104px;
    min-width: 104px;
    background: #f2f2f7;
    border: 1px solid #f2f2f7;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-radius: 2px;
    z-index: 13;
  }
  .filter-box .filter-type > ul > li.active > a,
  .filter-box .filter-type > ul > li.active > span,
  .filter-box .filter-type > ul > li:hover > a,
  .filter-box .filter-type > ul > li > ul > li.active > a,
  .filter-box .filter-type > ul > li > ul > li:hover > a,
  .filter-box .tab-content ul li.active a {
    color: #fff !important;
    background: #283e7e !important;
  }
  .filter-box.open {
    position: relative;
    z-index: 11;
  }
  .filter-box.open .moubile-filter-box {
    display: block !important;
    position: absolute;
    padding-bottom: 5px;
    max-height: 250px !important;
    overflow-y: auto;
    background: #fff;
    width: 100%;
    z-index: 1;
    border-top: 1px solid #eee;
    padding-top: 5px;
  }
  .filter-box.open .moubile-filter-box .open {
    display: block !important;
  }
  .filter-box.open .filter-mark {
    display: block;
  }
  .filter-mark {
    display: none;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
  }
  /* 专业库 start */
  .filter .filter-title {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
  }
  .filter-type[data-fold="true"] p {
    width: 70px;
  }
  .filter-box .filter-type > ul li a {
    padding: 0 5px;
  }
  .filter-box .filter-type > ul li.select-all a {
    padding: 0 15px;
  }
  .filter-box #filter-major > ul li.select-all,
  .filter-box #filter-college > ul li.select-all,
  .filter-box #filter-school > ul li.select-all {
    position: static !important;
    width: 31.333% !important;
  }
  .filter-box #filter-school > ul li,
  .filter-box #filter-school > ul li.select-all {
    width: 48% !important;
    text-align: left;
  }
  .filter-box #filter-major[data-fold="true"] > ul li.select-all {
    position: static !important;
    width: 100% !important;
    margin: 0;
  }
  .filter-box .filter-type[data-fold="true"] > ul li,
  .filter-box .filter-type[data-fold="true"] > ul li a {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .filter-box .filter-type[data-fold="true"] > ul {
    margin-left: 0;
  }
  .major-filter-title li {
    width: 96%;
    line-height: 28px;
    margin: 0 2%;
    border-radius: 3px;
  }
  .filter-title li.have-param,
  .major-filter-title li[data-state="true"] {
    color: #d7762c;
    border: 1px solid #d7762c;
    border-radius: 3px;
  }
  .filter-title li.have-param:before {
    display: block;
    content: "";
    position: absolute;
    width: 10px;
    height: 100%;
    background-color: none !important;
    background: url(../images/down.png) no-repeat center center;
    background-size: 8px;
    top: 0;
    right: 5px;
    z-index: 2;
  }
  .filter-title li p {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    padding-left: 2px;
    padding-right: 9pt;
    font-size: 14px;
    background: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .filter-title [data-target="#filter-major3"] {
    display: none !important;
  }
  .filter-type[data-fold="true"] {
    position: absolute;
    height: 200px !important;
    padding: 0;
    top: 0;
    overflow-y: auto !important;
    background: #fff;
    border: 1px solid #ddd;
  }
  #filter-major1[data-fold="true"] {
    width: 50%;
    left: 50%;
  }
  #filter-major3 p {
    line-height: 50px;
    font-size: 14px;
    width: auto;
    padding-left: 6%;
  }
  .filter-btn {
    display: none;
    border: none;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    border-top: none;
  }
  .filter-btn a {
    float: right;
    width: 50%;
    font-size: 14px;
    line-height: 36px;
    padding: 0 15px;
    color: #283e7e;
    text-align: center;
  }
  .filter-btn .success-btn {
    background: #283e7e;
    color: #fff !important;
  }
  .moubile-filter-box.open .filter-btn {
    display: block;
    border: none;
  }
  .major-box .school-type-list {
    margin-right: 4%;
  }
  .filter-box #filter-major[data-fold=true] > ul li.select-all,
  .filter-box #filter-major[data-tree=true] > ul li.select-all {
    position: static !important;
    width: 100% !important;
    margin: 0;
  }
  .filter-box .filter-type[data-fold=true] > ul li a,
  .filter-box .filter-type[data-tree=true] > ul li a {
    padding: 0 5px !important;
  }
  .filter-box .filter-type[data-fold=true] > ul li,
  .filter-box .filter-type[data-fold=true] > ul li a,
  .filter-box .filter-type[data-tree=true] > ul li,
  .filter-box .filter-type[data-tree=true] > ul li a {
    width: 100% !important;
    margin: 0 !important;
    border-radius: 0;
  }
  .filter-box .filter-type[data-tree=true] > ul {
    border-right: 1px solid #ddd;
  }
  .major-menu {
    border: none;
  }
  .js-filter-major.active::before {
    display: none;
  }
  .filter-box .filter-type[data-fold=true] > ul,
  .filter-box .filter-type[data-tree=true] > ul {
    margin-left: 0;
    overflow-y: scroll;
  }
  .filter-type[data-fold=true], .filter-type[data-tree=true] {
    position: absolute;
    width: 100%;
    height: 100% !important;
    padding: 0;
    top: 0;
    overflow-y: auto !important;
    background: #fff;
    border: 1px solid #ddd;
  }
  .major-menu li:first-child {
    font-weight: normal !important;
  }
  /* 专业库 end */
  /* 20200601 end */
  .area-nav-box .area-list-box {
    padding: 3%;
  }
  .area-nav-box .area-list ul li {
    margin-bottom: 2%;
  }
}

@media only screen and (max-width: 425px) {
  .poject-name {
    font-size: 16px;
  }
  .poject-tools {
    text-align: center;
  }
  .poject-tools span {
    display: block;
    margin-bottom: 1%;
    text-align: left;
  }
  .school-tit a,
  .school-tit .school-name, .school-tit h2 {
    line-height: 30px;
  }
  .major-box .school-type-list,
  .school-type-list b {
    font-size: 14px;
  }
  .school-type-list {
    font-size: 12px;
    line-height: 26px;
  }
  [data-type="major"] .school-type-list {
    width: 46% !important;
  }
  .major-box .school-cnt, .school-type-list, [data-type="major"] .school-type-list-all {
    width: 100% !important;
  }
  .school-btn {
    width: 80%;
  }
  .major-box .school-logo,
  .school-box .school-logo {
    margin-bottom: 5%;
  }
  .add-more,
  .add-more:focus,
  .no-more,
  .no-more:focus {
    font-size: 14px;
    margin-top: 5%;
  }
  .schoollist[data-type="school"] .schoollist-item {
    width: 98%;
    padding: 4% 2%;
  }
  .school-box .schoollist[data-type="school"] .school-logo {
    width: 20%;
    margin: 0 0 3%;
  }
  .school-box .schoollist[data-type="school"] .school-cnt {
    width: 75% !important;
    margin-left: 4%;
    margin-right: 0;
  }
  .schoollist[data-type="school"] .school-btn {
    width: 50%;
    padding-top: 0;
  }
  .price-type {
    width: 98% !important;
  }
  .area-nav-box .area-list {
    padding-left: 0;
  }
  .area-nav-box .area-list b {
    position: relative;
  }
  .area-nav-box .area-list ul {
    margin: 3% 0;
  }
  .rules-box .school-type-list {
    width: auto !important;
    margin-right: 15px;
  }
  .area-nav .area-main a, .area-nav-box .area-list ul li {
    width: 23%;
    margin: 1%;
  }
  .hot-school-main ul {
    width: 100%;
  }
}

@media only screen and (max-width: 375px) {
  .moudle-title {
    position: relative;
    border: none !important;
    border-bottom: 2px solid #c99c59 !important;
    margin-bottom: 5%;
  }
  .moudle-title h2 {
    width: 100%;
    padding-bottom: 0;
    border: none;
    height: auto;
    min-height: auto;
  }
  .moudle-title h2::before {
    display: none;
  }
  .moudle-title .more {
    float: none;
    display: block;
    width: 105px;
    margin: 3% auto;
  }
}
