body {
  background-color: #f5f7f9;
}

.breadcrumb, .breadcrumb a {
  background: none !important;
}

.input-group[class*=col-] {
  padding-left: 15px;
  padding-right: 15px;
}

.padding-right0 {
  padding-right: 0 !important;
}

.padding-left0 {
  padding-left: 0 !important;
}

.moudle-title span {
  color: #b59039;
}

.form-horizontal .icon {
  padding: 2px 10px !important;
  background-size: auto !important;
}

.form-horizontal .pen-icon {
  background-position: -53px -164px;
}

.yuloo-form-main .icon.form-icon {
  padding: 2px 12px !important;
  margin-right: 5px !important;
  background: url(../images/school/form-icon-bg.png) no-repeat center center;
}

.form-group label span {
  color: #333;
}

.form-control,
.selects-box select {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #999;
  border: 1px solid #dedede;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 16px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

select.form-control {
  padding: 0 12px;
}

.sec-word-icon {
  padding-left: 20px;
  margin-left: 7px;
  margin-right: 2px;
  background: url(../images/sec-word-major-icon.png) no-repeat;
}

.sec-word-icon1 {
  background-position: 0 2px;
}

.sec-word-icon2 {
  background-position: 0 -48px;
}

.sec-word-icon3 {
  background-position: 0 -98px;
}

.sec-word-icon4 {
  background-position: 0 -148px;
}

.sec-word-icon5 {
  background-position: 0 -198px;
}

.sec-word-icon6 {
  background-position: 0 -248px;
}

.sec-word-icon7 {
  background-position: 0 -298px;
}

.sec-word-icon8 {
  background-position: 0 -348px;
}

.sec-word-icon9 {
  background-position: 0 -398px;
}

.sec-word li a:hover .sec-word-icon1 {
  background-position: -40px 2px;
}

.sec-word li a:hover .sec-word-icon2 {
  background-position: -40px -48px;
}

.sec-word li a:hover .sec-word-icon3 {
  background-position: -40px -98px;
}

.sec-word li a:hover .sec-word-icon4 {
  background-position: -40px -148px;
}

.sec-word li a:hover .sec-word-icon5 {
  background-position: -40px -198px;
}

.sec-word li a:hover .sec-word-icon6 {
  background-position: -40px -248px;
}

.sec-word li a:hover .sec-word-icon7 {
  background-position: -40px -298px;
}

.sec-word li a:hover .sec-word-icon8 {
  background-position: -40px -348px;
}

.sec-word li a:hover .sec-word-icon9 {
  background-position: -40px -398px;
}

.checkbox-item.checked .check-icon, .must-box .icon-check.checked {
  background: url(../../images/public/checked.png) no-repeat center center;
  background-size: auto auto;
}

.moudle-title {
  height: 37px;
  padding-bottom: 11px;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 10px;
}

.moudle-title h2 {
  position: relative;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  border-bottom: 3px solid #c99c59;
  padding-bottom: 10px;
}

.moudle-title h2:before {
  position: absolute;
  display: block;
  content: '';
  width: 12px;
  height: 7px;
  background: url(../images/xiexian.png) no-repeat center center;
  right: -7px;
  bottom: -4px;
}

.moudle-title h2 span {
  color: #c99c59;
}

.moudle-title h2 .h2-icon {
  padding: 0 15px;
  background: url(../images/icon.png) no-repeat;
}

.moudle-title h2 .h2-icon.h2-icon1 {
  background-position: -87px 5px;
}

.moudle-title h2 .h2-icon.h2-icon2 {
  margin-right: 5px;
  background-position: -87px -59px;
}

.moudle-title h2 .h2-icon.h2-icon3 {
  background-position: -87px -119px;
}

.moudle-title h2 .h2-icon.h2-icon4 {
  background-position: -87px -239px;
}

.moudle-title .more {
  float: right;
  font-size: 14px;
  line-height: 22px;
  color: #c99c59;
  border: 1px solid #c99c59;
  padding: 0 26px 0 10px;
  background: url(../images/school/more.png) no-repeat right 7px center;
  border-radius: 2px;
}

.moudle-title .more:hover {
  color: #fff;
  background: #c99c59 url(../images/school/more2.png) no-repeat right 7px center;
}

.faq .faq-main {
  margin-top: 2%;
}

.faq-cnt {
  float: left;
  width: 70%;
}

.faq-form {
  margin-top: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.faq-form .yuloo-form-main {
  padding: 12px 0 0;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

.faq-form .form-title {
  position: relative;
  height: auto;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  text-align: left !important;
  margin-bottom: 0;
  padding-left: 14px;
}

.faq-form .form-title::before {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 18px;
  background: #283e7e;
  border-radius: 0 2px 2px 0;
  left: 0;
  top: 4px;
}

.faq-form .form-title span {
  color: #c99c59;
}

.faq-form form {
  padding: 20px 0;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.faq-form .form-group {
  float: left;
  width: 20%;
  margin: 0;
}

.faq-form .form-group > div {
  padding: 0 10px;
}

.faq-form .submit-group {
  line-height: 0;
}

.faq-form .submit-group button {
  width: 139px !important;
  min-width: auto !important;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  background: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.faq-form .form-horizontal .control-label {
  font-size: 14px;
  padding-top: 3px;
}

.main-inside-form .form-box {
  background-color: #f2f2f2;
}

.main-inside-form .form-box h2 span {
  color: #b59039;
}

.main-inside-form .yuloo-form-main .submit-group input {
  background: #b59039;
  border-color: #b59039;
}

.margin-b0 {
  margin-bottom: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.no-bg {
  background: 0 0 !important;
}

.padding0 {
  padding: 0 !important;
}

.secd-news {
  background: #fff;
  border: 1px solid #293d77;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.secd-news-tit {
  position: relative;
  float: left;
  width: 223px;
  text-align: center;
  line-height: 24px;
  padding: 14px 15px;
  background: #283e7e url(../images/secd-new-bg.png) no-repeat bottom right;
}

.secd-news-tit p {
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #e3c79f;
}

.secd-news-tit span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.secd-news-tit::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-left: 13px solid #293e77;
  border-bottom: 13px solid transparent;
  top: 50%;
  margin-top: -13px;
  right: -13px;
}

.secd-news-cnt {
  float: left;
  width: calc(100% - 223px);
  padding: 7px 10px 7px 20px;
}

.secd-news-cnt li {
  float: left;
  width: 15.166%;
  margin: 4px 0.75%;
}

.secd-news-cnt li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 2px 25px;
  color: #1f285c;
  background: #f2f7ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-radius: 3px;
  border: 1px solid #cbd8e7;
}

.secd-news-cnt li a i {
  padding: 0 9px;
  margin-right: 2px;
  background: url(../images/secd-new-icon.png) no-repeat;
}

.secd-news-cnt li .read-icon33 {
  background-position: 0 3px;
}

.secd-news-cnt li .read-icon43 {
  background-position: 0 -47px;
}

.secd-news-cnt li .read-icon48 {
  background-position: 0 -97px;
}

.secd-news-cnt li .read-icon49 {
  background-position: 0 -147px;
}

.secd-news-cnt li .read-icon51 {
  background-position: 0 -197px;
}

.secd-news-cnt li .read-icon52 {
  background-position: 0 -247px;
}

.secd-news-cnt li .read-icon55 {
  background-position: 0 -297px;
}

.secd-news-cnt li .read-icon58 {
  background-position: 0 -347px;
}

.secd-news-cnt li .read-icon60 {
  background-position: 0 -397px;
}

.secd-news-cnt li .read-icon61 {
  background-position: 0 -447px;
}

.secd-news-cnt li .read-icon62 {
  background-position: 0 -497px;
}

.secd-news-cnt li .read-icon63 {
  background-position: 0 -547px;
}

.secd-news-cnt li .read-icon3 {
  background-position: 0 -597px;
}

.secd-news-cnt li .read-icon53 {
  background-position: 0 -647px;
}

.secd-news-cnt li .read-icon56 {
  background-position: 0 -697px;
}

.secd-news-cnt li .read-icon57 {
  background-position: 0 -747px;
}

.secd-news-cnt li .read-icon59 {
  background-position: 0 -797px;
}

.secd-news-cnt li .read-icon47 {
  background-position: 0 -847px;
}

.secd-news-cnt li:hover a {
  color: #fff;
  background: #293d77;
  border-color: #293d77;
}

.secd-news-cnt li:hover .read-icon33 {
  background-position: -40px 3px;
}

.secd-news-cnt li:hover .read-icon43 {
  background-position: -40px -47px;
}

.secd-news-cnt li:hover .read-icon48 {
  background-position: -40px -97px;
}

.secd-news-cnt li:hover .read-icon49 {
  background-position: -40px -147px;
}

.secd-news-cnt li:hover .read-icon51 {
  background-position: -40px -197px;
}

.secd-news-cnt li:hover .read-icon52 {
  background-position: -40px -247px;
}

.secd-news-cnt li:hover .read-icon55 {
  background-position: -40px -297px;
}

.secd-news-cnt li:hover .read-icon58 {
  background-position: -40px -347px;
}

.secd-news-cnt li:hover .read-icon60 {
  background-position: -40px -397px;
}

.secd-news-cnt li:hover .read-icon61 {
  background-position: -40px -447px;
}

.secd-news-cnt li:hover .read-icon62 {
  background-position: -40px -497px;
}

.secd-news-cnt li:hover .read-icon63 {
  background-position: -40px -547px;
}

.secd-news-cnt li:hover .read-icon3 {
  background-position: -40px -597px;
}

.secd-news-cnt li:hover .read-icon53 {
  background-position: -40px -647px;
}

.secd-news-cnt li:hover .read-icon56 {
  background-position: -40px -697px;
}

.secd-news-cnt li:hover .read-icon57 {
  background-position: -40px -747px;
}

.secd-news-cnt li:hover .read-icon59 {
  background-position: -40px -797px;
}

.secd-news-cnt li:hover .read-icon47 {
  background-position: -40px -847px;
}

.box-shaow {
  box-shadow: 0 2px 5px 2px rgba(57, 77, 130, 0.2);
}

.main01 {
  padding: 0 0 30px;
  background: #f6f6f6;
}

.new-faq-box {
  margin-top: 20px;
  background: #fff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  overflow: hidden;
}

.new-faq-main {
  float: left;
  width: 71.75%;
  padding: 16px 0;
}

.area-news-tab {
  border-bottom: none;
  height: 34px;
  margin-bottom: 4px;
}

.area-news-tab li {
  width: 50%;
  margin: 0 auto;
  padding-top: 2px;
  background: #f0f5ff;
  border-bottom: 1px solid #b6c4e2;
}

.area-news-tab li a {
  font-size: 16px;
  line-height: 32px;
  padding: 0 15px !important;
  background: none !important;
  color: #333;
  background: none !important;
  border-color: #fff;
  text-align: center;
  margin: 0;
  border: none !important;
  border-right: 1px solid #b6c4e2 !important;
}

.area-news-tab li:last-child a {
  border-right: none !important;
}

.area-news-tab li.active, .area-news-tab li.active:hover, .area-news-tab li:hover {
  margin-bottom: -1px;
  background: #293d77;
  border-bottom: 1px solid #fff !important;
}

.area-news-tab li.active a, .area-news-tab li.active:hover a, .area-news-tab li:hover a {
  color: #283e7e;
  font-weight: bold;
  background: #fff !important;
}

.area-news-tab.row3 li {
  width: 23%;
}

.area-news-tab.row3 li:last-child {
  width: 54%;
}

.area-schoolnews-tit {
  position: relative;
  padding: 10px 10px 4px;
  margin: 0 10px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}

.area-schoolnews-tit span {
  color: #ae7d35;
}

.area-schoolnews-tit::before {
  display: block;
  position: absolute;
  content: '';
  width: 4px;
  height: 16px;
  background: #293d77;
  border-radius: 0 2px 2px 0;
  left: 0;
  top: 14px;
}

.area-news {
  float: left;
  width: 76%;
  margin: 0 1.25%;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.area-news #news-aa .news-list {
  min-height: 308px;
}

.area-news .tab-content {
  min-height: 338px;
}

.area-news .news-list {
  padding: 4px 10px;
  min-height: 338px;
}

.area-news .news-list li {
  height: 30px;
  line-height: 24px;
  padding-left: 10px;
  background: url(../images/li-bg.jpg) no-repeat left center;
}

.area-news .news-list li a {
  float: left;
  width: 88%;
  font-size: 14px;
  padding: 3px 0;
  color: #333;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.area-news .news-list li a:hover {
  color: #ae7d35;
}

.area-news .news-list li span {
  float: right;
  font-size: 14px;
  width: 40px;
  text-align: right;
  color: #999;
}

.area-news .news-list li:hover {
  background: url(../images/li-bg2.jpg) no-repeat left center;
}

.area-news .news-list .gallery {
  height: 80px !important;
  overflow: hidden;
  padding-left: 0 !important;
  background: none !important;
}

.area-news .news-list .gallery dl {
  margin-top: 10px;
}

.area-news .news-list .gallery dl dt {
  width: 106px;
  height: 68px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 13px;
}

.area-news .news-list .gallery dl dd a {
  float: none !important;
  display: inline-block;
  width: calc(100% - 120px);
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  color: #444;
  font-weight: bold;
  overflow: hidden;
  white-space: normal;
  margin-bottom: 4px;
}

.area-news .news-list .gallery dl dd a:hover {
  color: #293d77;
}

.area-news .news-list .gallery dl dd a::before {
  display: none !important;
}

.area-news .news-list .gallery dl dd .time {
  font-size: 12px;
  line-height: 14px;
  color: #c0c0c0;
  height: auto;
}

.area-news .more {
  display: block;
  margin: 0 10px 3px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  color: #c99c59;
  background: url(../images/majoy-dashed.png) repeat-x center left;
}

.area-news .more span {
  padding: 0 10px;
  background: #fff;
  color: #c99c59;
  font-size: 14px;
}

.major-pm {
  float: left;
  width: 21.5%;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow: hidden;
}

.major-pm .major-pm-tit {
  font-size: 16px;
  text-align: center;
  color: #905600;
  line-height: 34px;
  background: linear-gradient(90deg, #f2dcbb, #c49a60);
}

.major-pm .major-pm-tit i {
  padding: 0 10px;
  background: url(../images/major-pm-icon.png) no-repeat center left;
}

.major-pm ul {
  padding: 3px 0 8px 15px;
}

.major-pm ul li a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  padding: 5px 0;
}

.major-pm ul li a:hover {
  color: #c99c59;
}

.major-pm ul li a em {
  color: #b4b4b4;
}

.majoy-cnt {
  float: left;
  width: 27%;
  min-height: 415px;
}

.majoy-tit {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

.majoy-tit span {
  display: inline-block;
  max-width: 100%;
  line-height: 24px;
  padding: 5px 30px;
  background: url(../images/majoy-tit.png) no-repeat top center;
  background-size: 100% 100%;
}

.majoy-tit span em {
  display: inline-block;
}

.majoy-main {
  position: relative;
  margin: 15px 20px;
}

.majoy-main::before {
  position: absolute;
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  top: 0;
  left: 5px;
  background: url(../images/majoy-item-bg.png) repeat-y center top;
}

.majoy-main .mark1, .majoy-main .mark2 {
  background: #fff;
}

.majoy-main .majoycnt-item {
  position: relative;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  padding-left: 19px;
  padding-bottom: 16px;
  background: url(../images/circle-icon.png) no-repeat left top 6px;
  z-index: 1;
}

.majoy-main .majoycnt-item b {
  float: left;
  margin-right: 5px;
  color: #333;
}

.majoy-main .majoycnt-item a {
  color: #c99c59;
}

.majoy-main .majoycnt-item a:hover {
  color: #293d77;
}

.majoy-main .majoycnt-item:last-child {
  padding-bottom: 0;
}

.majoy-main .majoycnt-item.lastmajoycnt {
  width: 1200px;
  position: absolute;
  bottom: 0;
}

.majoy-main .mark1 {
  position: absolute;
  width: 2px;
  height: 40px;
  top: -34px;
  left: 5px;
  background: #fff;
  z-index: 1;
}

.majoy-main .mark2 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 16px;
  left: 5px;
  background: #fff;
  z-index: 1;
}

.pzy-item, .zy-item {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 18px;
  color: #fff !important;
  background: #97a4c8;
  border-radius: 3px;
  margin-right: 4px;
  margin-bottom: 5px;
}

.pzy-item.pzy-item1::after {
  display: none !important;
}

.pzy-item a, .zy-item a {
  color: #fff !important;
}

.pzy-item a:hover, .zy-item a:hover {
  color: #ffe29d !important;
}

.pzy-item:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 14px;
  height: 100%;
  left: -10px;
  background: url(../images/pzy-item-l.png) no-repeat center center;
}

.pzy-item:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 8px;
  height: 100%;
  right: -8px;
  background: url(../images/pzy-item-r.png) no-repeat center center;
}

.schoollist-main {
  margin-bottom: 60px;
}

.schoollist-main:last-child {
  margin-bottom: 0;
}

.tag {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  padding: 1px 12px;
  margin-left: 6px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.area-main02 {
  padding: 30px 0;
  background: #fff;
}

.school-box .school-list {
  position: relative;
  float: left;
  width: 23.5%;
  margin: 20px 0.75% 0;
  background: #fff;
  text-align: center;
}

.school-box .school-list dt {
  position: absolute;
  width: 100%;
  height: 90px;
  text-align: center;
  left: 0;
  top: -48px;
  background: url(../images/school-dt-bg.jpg) no-repeat bottom center;
  background-size: auto 56px;
}

.school-box .school-list dt img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  overflow: hidden;
  margin-top: 13px;
}

.school-box .school-list dd {
  padding: 14px 14px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.school-box .school-list .school-name {
  display: block;
  margin-bottom: 10px;
}

.school-box .school-list .school-name img {
  float: left;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.school-box .school-list .school-name p {
  font-size: 18px;
  height: 48px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  text-align: left;
}

.list-item-cost {
  text-align: center;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 0 0;
  margin-top: 5px;
  border-top: 1px dashed #e5e5e5;
  margin-bottom: -6px;
  white-space: nowrap;
}

.list-item-cost a {
  display: inline-block;
  width: 47%;
  max-width: 90px;
  margin: 0 1.5%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 20px;
}

.list-item-cost .look-rules {
  color: #283e7e;
  border: 1px solid #283e7e;
}

.list-item-cost .look-rules:hover {
  color: #fff;
  background: #283e7e;
}

.list-item-cost .look-news {
  color: #c99c59;
  border: 1px solid #c99c59;
}

.list-item-cost .look-news:hover {
  color: #fff;
  background: #c99c59;
}

.list-item-cost .look-faq {
  color: #5daee8;
  border: 1px solid #5daee8;
}

.list-item-cost .look-faq:hover {
  color: #fff;
  background: #5daee8;
}

.schoollist-main .school-cnt2 dl {
  float: left;
  position: relative;
  padding: 20px 14px 14px;
  width: 18.5%;
  margin: 8px 0.75%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-box-shadow: 0 2px 5px 2px rgba(57, 77, 130, 0.2);
  box-shadow: 0 2px 5px 2px rgba(57, 77, 130, 0.2);
}

.schoollist-main .school-cnt2 dl dt,
.schoollist-main .school-cnt2 dl img {
  width: 40px;
  height: 40px;
}

.schoollist-main .school-cnt2 dl dt {
  float: left;
}

.schoollist-main .school-cnt2 dl dd {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 40px;
  width: calc(100% - 50px);
  overflow: hidden;
  margin-left: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.schoollist-main .school-cnt2 dl dd a {
  display: block;
  display: -webkit-box;
  width: 100%;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
  max-height: 40px;
  font-size: 16px;
  color: #333;
  margin-bottom: 0;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.schoollist-main .school-cnt2 dl dd a:hover {
  color: #b59039;
}

.schoollist-main .school-cnt2 dl .tag {
  position: absolute;
  right: -4px;
  top: 0;
  font-size: 12px;
  line-height: 14px;
  width: 40px;
  height: 18px;
  padding: 0 5px 2px 0;
  text-align: right;
  background: url(../images/tag-icon.png) no-repeat top right;
  background-size: 100% 100%;
}

.area-main04 {
  padding: 30px 0;
  background: #fff;
}

.rules-box {
  padding-top: 20px;
}

.rules-box .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;
}

.rules-box .school-cnt {
  padding-right: 1%;
  width: 72%;
  width: calc(88% - 130px);
  margin: 0 1% 0 0;
  border-right: 1px dashed #e2e2e2;
}

.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;
  margin-bottom: 20px;
}

.rules-box .schoollist-item dl {
  position: relative;
  padding: 14px 0 20px 40px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.rules-box .school-logo-img .poject-name {
  position: absolute;
  left: 0;
  top: 0;
  padding: 5px;
  height: 100%;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
  font-weight: normal;
}

.rules-box .school-tit {
  margin-bottom: 10px;
  line-height: 1.42857143;
}

.rules-box .school-tit h2 {
  float: left;
  line-height: 30px;
  margin-right: 1%;
}

.rules-box .school-tit a {
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-indent: -10px;
}

.rules-box .school-tit a > span {
  color: #888;
}

.rules-box .school-tit a:hover,
.rules-box .school-tit a:hover > span {
  color: #c99c59;
}

.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;
}

.school-type-list {
  float: left;
  width: 48%;
  margin-right: 2%;
  font-size: 14px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school-type-list .tag {
  margin-left: 0;
  margin-right: 6px;
  padding: 0 5px;
  color: #3a4d82;
  font-size: 12px;
  line-height: 16px;
  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%;
  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;
}

.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;
}

.school-btn {
  float: right;
  padding-top: 20px;
  width: 12%;
}

.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 a span {
  padding-right: 16px;
  background: url(../images/public/more2.png) no-repeat right top 4px;
}

.school-btn .detail-btn {
  margin-bottom: 26px;
  margin-right: 0;
  width: 90%;
}

.school-btn .detail-btn:hover {
  background: #c99c59;
}

.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;
}

.zs-em.yuloo-renmindaxuezs-em1 {
  display: none !important;
}

.add-more,
.add-more:focus,
.no-more,
.no-more:focus {
  width: 100%;
  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;
}

.add-more:hover {
  color: #b58e4b;
}

.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;
}

.link-bg {
  padding: 10px 0 20px;
  background: #fff;
}

.link-bg .link {
  margin-bottom: 0;
}

.link .link-title {
  text-align: left;
  font-size: 18px;
  height: 22px;
  line-height: 20px;
  font-weight: 700;
  color: #333;
  padding-left: 13px;
  margin-bottom: 15px;
  background: url(../images/link-title-bg.png) no-repeat center left;
}

.link .module-title {
  margin-bottom: 20px;
}

.link a {
  padding: 0 10px 10px;
  display: block;
  float: left;
  font-size: 16px;
  color: #999;
}

.link a:hover {
  color: #b58e4b;
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 96%;
    margin: 0 2%;
  }
  .input-group-span {
    font-size: 14px;
  }
  .yuloo-form-main .select-group .form-control {
    padding-left: 3%;
  }
}

@media only screen and (max-width: 1024px) {
  .majoy-main {
    height: auto !important;
  }
  .majoy-main .majoycnt-item.lastmajoycnt {
    position: relative;
    width: 100%;
  }
  .secd-news-cnt li a {
    padding: 2px 10%;
  }
  .schoollist-main .school-cnt2 dl {
    width: 23.5%;
  }
  .nav-box .navbar-default {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  .school-main {
    padding: 3% 0;
    margin-bottom: 4%;
  }
  .majoy-cnt {
    min-height: auto;
  }
  .majoy-cnt, .faq-cnt {
    width: 100%;
    margin: 0 auto 3%;
  }
  .faq-form .yuloo-form-main {
    width: 100%;
    max-width: none;
  }
  .faq-form form {
    padding-top: 1%;
  }
  .faq-form .form-group {
    float: left;
    width: 25%;
    margin: 10px auto;
  }
  .faq-form,
  .faq-form .must-box,
  .faq-form .submit-group {
    width: 100% !important;
  }
  .faq-form .must-box {
    float: left;
    margin-bottom: 2%;
  }
  .new-faq-main {
    width: 100%;
    margin-bottom: 2%;
    padding: 0;
  }
}

@media only screen and (max-width: 768px) {
  .main01 {
    padding-bottom: 5%;
  }
  .area-main02 {
    padding: 5% 0;
  }
  .rules-box {
    padding: 0 1%;
  }
  .rules-box .schoollist-item {
    padding-top: 0 !important;
  }
  .school-box dl {
    width: 48%;
  }
  .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;
  }
  .school-btn {
    width: 80%;
    margin: 0 10%;
    padding: 0;
  }
  .rules-box .school-type-list {
    width: 48% !important;
    line-height: 22px;
  }
  .school-btn .detail-btn {
    margin: 0 auto;
    line-height: 30px;
    max-width: 120px;
  }
  .rules-box .school-cnt {
    border: none !important;
  }
  .add-more,
  .add-more:focus,
  .no-more,
  .no-more:focus {
    line-height: 1.4;
    padding: 1.5% 0;
    margin-top: 3%;
  }
  .moudle-title, .schoollist-main {
    margin-bottom: 3%;
  }
  .moudle-title h2 .h2-icon {
    display: none;
  }
  .area-main01 h1 {
    padding: 3% 0;
  }
  .area-main01 h1, .moudle-title h2, .major-main01-left .title {
    font-size: 22px;
  }
  .moudle-title .more {
    height: 26px;
  }
  .area-news-tab {
    height: auto;
  }
  .area-news-tab li a {
    font-size: 13px;
    line-height: 18px;
    padding: 6px 0 !important;
  }
  .area-news .news-list, .area-news #news-aa .news-list,
  .area-news .tab-content {
    min-height: auto !important;
  }
  .area-news .news-list li a {
    padding: 0;
    line-height: 30px;
    width: 90%;
  }
  .area-news .news-list li span {
    width: 10%;
    white-space: nowrap;
    font-size: 12px;
    line-height: 30px;
    text-align: right;
  }
  .schoollist-main .school-cnt2 dl, .school-box .school-list {
    width: 31.333%;
    margin: 0 1% 1.5%;
  }
  .school-box .school-list .school-name p {
    height: auto;
    font-size: 16px;
  }
  .faq-cnt dl dd {
    padding: 2%;
  }
  .news-main {
    padding-top: 5% !important;
    margin-bottom: 3% !important;
  }
  .school-main {
    padding: 3% 0 0;
    margin-bottom: 3%;
  }
  .faq-cnt {
    padding: 3% 0;
  }
  .faq-cnt dl {
    width: 98%;
    margin-bottom: 3%;
  }
  .faq-form form {
    padding: 2%;
  }
  .faq-form .form-horizontal .control-label {
    padding-top: 0;
  }
  .faq-form .form-group > div {
    padding-left: 15px !important;
    width: calc(100% - 100px);
  }
  .faq-form .input-group-span {
    width: 90px;
    padding: 0;
    line-height: 32px;
  }
  .form-horizontal .form-group {
    margin-bottom: 10px !important;
  }
  .faq-form .form-group {
    width: 48%;
    margin-bottom: 0 !important;
  }
  .faq-form .textarea-group > div {
    width: 75%;
  }
  .faq-form .textarea-group .input-group-span {
    width: 25%;
    padding-left: 0;
  }
  .secd-news-tit, .secd-news-cnt {
    width: 100%;
  }
  .secd-news-tit {
    padding: 14px 10px;
    text-align: center;
  }
  .secd-news-tit::after {
    display: none;
  }
  .secd-news-tit p, .secd-news-tit span {
    display: inline-block;
  }
  .secd-news-cnt {
    padding: 1%;
  }
  .secd-news-cnt li {
    width: 23%;
    margin: 1%;
  }
  .secd-news-cnt li a {
    padding: 2px 22%;
  }
  .new-faq-main {
    padding: 0 2%;
  }
  .area-news, .major-pm {
    width: 100%;
    margin: 0 auto 3%;
  }
  .area-schoolnews {
    margin-bottom: 0;
  }
  .major-pm ul li {
    float: left;
    width: 50%;
  }
}

@media only screen and (max-width: 680px) {
  .secd-news-cnt li a {
    padding: 2px 6%;
  }
  .major-main01-left .title {
    margin-bottom: 3%;
  }
  .area-main01 h1, .moudle-title h2, .moudle-title {
    height: auto;
    min-height: 42px;
  }
  .school-news ul li {
    width: 100%;
    margin: 0 auto;
  }
  .faq-form .form-group,
  .faq-form .must-box {
    width: 100%;
  }
}

@media only screen and (max-width: 428px) {
  .moudle-title {
    display: flex;
  }
  .moudle-title h2 {
    flex: 1;
  }
  .moudle-title {
    position: relative;
    border: none !important;
    border-bottom: 2px solid #c99c59 !important;
    margin-bottom: 5%;
  }
  .moudle-title.moudle-title-center h2 {
    border: none;
  }
  .moudle-title h2 {
    width: 100%;
    padding-bottom: 0;
    border: none;
    height: auto;
    min-height: auto;
  }
  .moudle-title h2::before {
    display: none;
  }
  .secd-news-cnt {
    padding: 3%;
  }
  .secd-news-cnt li {
    width: 31.333%;
    display: flex;
    align-items: center;
  }
  .secd-news-cnt li a {
    display: flex;
    flex: 1;
    height: 30px;
    align-items: center;
    white-space: normal;
  }
  .secd-news-cnt li a i {
    display: block;
    height: 18px;
  }
  .schoollist-main .school-cnt2 dl, .school-box .school-list {
    width: 47%;
    margin: 0 1.5% 3%;
  }
  .school-box .school-list {
    margin-bottom: 3%;
  }
  .rules-box .school-type-list {
    width: auto !important;
    margin-right: 15px;
  }
  .faq-form .submit-group a {
    line-height: 30px;
  }
}
