
body {
  background: #f6f6f6;
}

.area-main01 {
  background: #fff;
  margin-bottom: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.area-main01 h1 {
  padding: 20px 0 30px;
  font-size: 33px;
  font-weight: bold;
  color: #333;
  text-align: center;
  border-bottom: 1px solid #e8e8e8;
}

.area-main01 h1 span {
  padding-left: 44px;
  background: url(/images/alone-h1-bg.png) no-repeat left center;
}

.area-main01 ul {
  padding: 25px 0;
  margin: 0 -0.75%;
}

.area-main01 ul li {
  float: left;
  min-width: 180px;
  margin: 10px 0.75%;
}

.area-main01 ul li a {
  display: block;
  font-size: 16px;
  line-height: 38px;
  color: #333;
  width: 100%;
  padding: 0 10px;
  border: 1px solid #c99c59;
  text-align: center;
  border-radius: 4px;

}

.area-main01 ul li a span {
  color: #c99c59;
}

.area-main01 ul li a:hover {
  color: #fff;
  background: #c99c59;
}

.area-main01 ul li a:hover span {
  color: #fff;
}

.area-news,
.school-form {
  padding: 14px 20px 5px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.area-news .news-list.dynamic {
  float: left;
  width: 49%;
}

.area-news .news-list.dynamic li {
  width: 100%;
}

.area-news .nav-tabs {
  margin-bottom: 4px;
}

.area-news .nav-tabs > li > a {
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  padding: 0 15px !important;
  background: none;
  color: #333;
  background: #fff;
  border-color: #fff;
  border-bottom-color: #ddd;
}

.area-news .nav-tabs > li.active > a, .area-news .nav-tabs > li.active > a:focus, .area-news .nav-tabs > li.active > a:hover {
  color: #c99c59;
  background: #f9f6f2;
  border-color: #c99c59;
  border-bottom-color: transparent !important;
}

.area-news .tab-content {
  margin-bottom: 3px;
}

.area-news .tab-content ul {
  float: left;
}

.area-news .tab-content ul li {
  height: 28px;
  line-height: 28px;
  background: url(/images/hot-li-bg.png) no-repeat left center;
}

.area-news .tab-content ul li a {
  float: left;
  font-size: 14px;
  line-height: 28px;
  width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.area-news .tab-content ul li span {
  float: right;
  width: 40px;
  text-align: right;
}

.area-news .tab-content .more {
  float: left;
  width: 100%;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: url(/images/dashed-bg.png) repeat-x center left;
}

.area-news .tab-content .more:hover span {
  color: #c99c59;
}

.area-news .tab-content .more span {
  padding: 0 10px;
  background-color: #fff;
  color: #a5aab0;
  font-size: 14px;
}

.area-main02 {
  margin: 20px auto;
}

.area-main02-left,
.area-main02-right {
  float: left;
}

.area-main02-left {
  width: 70%;
}

.area-main02-right, .major-main01-right {
  width: 28.5%;
  margin-left: 1.5%;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.area-main02-right .news-tit {
  text-align: center;
}

.area-main02-right .news-tit span {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding: 10px 60px;
  line-height: 20px;
  background: #fff url(/images/main01-new-tit-bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.area-main02-right .news-tit span em {
  color: #ffe1b6;
}

.news-title {
  line-height: 20px;
  height: 27px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 5px;
}

.news-title h3 {
  float: left;
  padding-left: 12px;
  padding-bottom: 8px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
  background: url(/images/news-tit-bg.png) no-repeat left top 2px;
  border-bottom: 1px solid #c99c59;
}

.news-title h3 span {
  color: #c99c59;
}

.news-title a {
  float: right;
  font-size: 12px;
  color: #b1b1b1;
  padding-right: 14px;
  background: url(/images/more.png) no-repeat right center;
}

.news-title a:hover {
  color: #c99c59;
}

.news-list li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 10px;
}

.news-list li a {
  color: #555;
}

.news-list li a:hover {
  color: #c99c59;
}

.news-list li > span {
  float: right;
  width: 40px;
  font-size: 12px;
  color: #aaa;
}

.news-list li:hover {
  color: #c99c59;
}

.news-list.dynamic li {
  width: 98%;
  height: 30px;
  line-height: 30px;
  background: none !important;
  padding-left: 0 !important;
}

.news-list.dynamic li a {
  float: left;
  width: 72%;
  width: calc(100% - 130px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.news-list.dynamic li a:first-child {
  width: 90px !important;
}

.news-list.dynamic li a:hover {
  color: #c99c59;
}

.news-list.dynamic li a > span {
  float: left;
  width: 60px;
  color: #555;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.news-list.dynamic li a > span:hover {
  color: #c99c59;
}

.news-list.dynamic li a > em {
  float: left;
}

.news-list.dynamic li span {
  float: right;
  width: 40px;
  font-size: 14px;
  color: #aaa;
}

.school-form-tit .icon {
  padding: 1px 10px;
  background: url(/images/icon2.png) no-repeat;
}

.school-form, .major-form {
  margin-bottom: 0px;
}

.school-form .school-form-tit, .major-form .school-form-tit {
  font-size: 18px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dbdbdb;
}

.school-form .school-form-tit span, .major-form .school-form-tit span {
  color: #c99c59;
}

.school-form .school-form-tit .icon, .major-form .school-form-tit .icon {
  padding: 1px 13px;
  background-position: -130px -115px;
}

.school-form .form-main, .major-form .form-main {
  max-width: none;
  margin: 0 -10px;
}

.school-form .form-inline .form-group, .major-form .form-inline .form-group {
  width: 33.333%;
  padding: 0 10px;
  margin: 0 auto 3px;
}

.school-form .form-inline .form-group .input-group-span, .major-form .form-inline .form-group .input-group-span {
  width: 70px;
  font-size: 14px;
}

.school-form .form-inline .form-group.col-lg-12, .major-form .form-inline .form-group.col-lg-12 {
  width: 100%;
}

.school-form .form-inline .form-group textarea.form-control, .major-form .form-inline .form-group textarea.form-control {
  width: 87%;
  width: calc(100% - 102px);
}

.school-form .form-inline .form-group .form-control, .major-form .form-inline .form-group .form-control {
  width: 60%;
  height: 32px;
  line-height: 28px;
}

.school-form .form-inline .form-group.submit-group, .major-form .form-inline .form-group.submit-group {
  width: 100%;
  height: 32px;
}

.school-form .form-inline .form-group.submit-group input, .major-form .form-inline .form-group.submit-group input {
  margin-left: 72px;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  background: #c99c59;
  border-color: #c99c59;
}

.xm-news {
  padding: 18px 15px;
}

.xm-newslist {
  padding-bottom: 6px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e8e8e8;
}

.xm-newslist:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border: none !important;
}

.xm-newslist .xm-news-tit {
  display: inline-block;
  padding: 0 8px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
  color: #fff;
  border-radius: 6px 0 6px 0;
}

.xm-newslist .xm-news-tit.xm-bg1 {
  background: #7181a7;
}

.xm-newslist .xm-news-tit.xm-bg2 {
  background: #7191a7;
}

.xm-newslist .xm-news-tit.xm-bg3 {
  background: #968665;
}

.xm-newslist .xm-news-tit.xm-bg4 {
  background: #6e98a0;
}

.xm-newslist .xm-news-tit.xm-bg5 {
  background: #8c7fa4;
}

.more-btn {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  margin: 20px 0 0;
  text-align: center;
  color: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 3px;
}

.more-btn:hover {
  color: #fff;
  background: #c99c59;
}

.more-btn:hover a {
  color: #fff;
}

.more-btn a {
  color: #c99c59;
}

.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/btn-icon.png) no-repeat center center;
}

.moudle-title {
  height: 42px;
  padding-bottom: 11px;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 10px;
}

.moudle-title.moudle-title-center {
  border-bottom: 2px solid #e8e8e8;
  text-align: center;
}

.moudle-title.moudle-title-center h2 {
  border-bottom: 2px solid #c99c59;
  padding-bottom: 11px;
}

.moudle-title.moudle-title-center h2::before {
  background: url(/images/tabs-bg.png) no-repeat center center;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -6px;
}

.moudle-title h2 {
  position: relative;
  display: inline-block;
  font-size: 26px;
  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;
  margin-right: 8px;
  background: url(/images/icon2.png) no-repeat;
}

.moudle-title h2 .h2-icon.h2-icon1 {
  background-position: -87px 5px;
}

.moudle-title h2 .h2-icon.h2-icon2 {
  background-position: -87px -55px;
}

.moudle-title h2 .h2-icon.h2-icon3 {
  background-position: -87px -115px;
}

.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/more1.png) no-repeat right 7px center;
  border-radius: 2px;
}

.moudle-title .more:hover {
  color: #fff;
  background: #c99c59 url(/images/more21.png) no-repeat right 7px center;
}

.area-main03 {
  padding: 30px 0;
  background: #fff;
}

.area-main03 .area-main03-cnt {
  margin-bottom: 35px;
}

.school-box {
  margin: 0 -0.75%;
}

.school-box dl {
  float: left;
  width: 23.5%;
  margin: 10px 0.75%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.school-box dl .school-logo {
  float: left;
  position: relative;
  width: 70px;
  height: 70px;
  margin-right: 10px;
}

.school-box dl .school-logo img {
  position: absolute;
  width: 70px;
  height: 70px;
}

.school-box dl .school-name {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #333;
  padding-bottom: 20px;
  flex: 1;
}

.school-box dl .school-name:hover {
  color: #c99c59;
}

.school-box dl dt {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
  border-radius: 4px;
  background: #fff;
}

.school-box dl dd {
  padding: 7px 14px;
  background: #f7f7f7;
}

.school-box dl dd li {
  font-size: 14px;
  height: 27px;
  line-height: 27px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.school-box dl dd li a:hover {
  color: #c99c59;
}

.school-box dl .school-news li {
  padding-left: 10px;
  background: url(/images/li-bg.jpg) no-repeat left center;
}

.a-group {
  position: absolute;
  margin-top: 4px;
  display: table;
  word-spacing: -1em;
  /*ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½ï¿½*/
  bottom: 10px;
  left: 90px;
}

.a-group a {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  font-weight: normal;
  line-height: 16px;
  color: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 18px;
  margin-right: 8px;
}

.a-group a:last-child {
  margin-right: 0;
}

.a-group a:hover {
  color: #fff;
  background: #c99c59;
}

.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;
}

.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/address1.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/more21.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;
}

.major-main01 {
  margin-bottom: 20px;
}

.major-main01-left, .major-main01-right {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.major-main01-left {
  padding: 20px;
  margin-bottom: 20px;
}

.major-main01-box {
  float: left;
  width: 64.5%;
}

.major-main01-box .title {
  padding-left: 20px;
  background: url(/images/school-jianjie-tit.png) no-repeat left center;
  font-size: 28px;
  line-height: 30px;
  margin-left: -20px;
  margin-bottom: 25px;
  color: #333;
  font-weight: bold;
}

.major-main01-box .title span {
  color: #c99c59;
}

.major-main01-box .cnt-box .cnt-list {
  margin-bottom: 13px;
}

.major-main01-box .cnt-box .cnt-list b {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

.major-main01-box .cnt-box .cnt-list p {
  font-size: 14px;
  line-height: 26px;
  color: #555;
  max-height: 78px;
  overflow: hidden;
}

.major-main01-box .cnt-box .cnt-list p a {
  color: #c99c59;
}

.major-main01-box .major-type b {
  font-size: 16px;
  padding-left: 20px;
  background: url(/images/major-type-bg.png) no-repeat left center;
}

.major-main01-right {
  float: left;
  width: 33.833%;
  margin-left: 1.666%;
  overflow: hidden;
}

.major-main01-right .nav-tabs {
  margin-bottom: 14px;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
}

.major-main01-right .nav-tabs .flex1 {
  flex: 1;
}

.major-main01-right .nav-tabs > li {
  width: 50% \9;
  text-align: center;
}

.major-main01-right .nav-tabs > li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: bold;
  color: #283e7e;
  margin: 0 auto;
  border: none;
  border-radius: 0;
}

.major-main01-right .nav-tabs > li > a:hover {
  border: none;
  color: #fff;
  background: #283e7e;
}

.major-main01-right .nav-tabs > li.active > a, .major-main01-right .nav-tabs > li.active > a:focus, .major-main01-right .nav-tabs > li.active > a:hover {
  border: none;
  color: #fff;
  background: #283e7e;
}

.major-main01-right .nav-tabs > li.active::after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 5px;
  background: url(/images/major-main01-right-tabs-bg.png) no-repeat top center;
  left: 0;
  bottom: -5px;
}

.major-main01-right .nav-tabs .minwidth {
  min-width: 50%;
  max-width: calc(100% - 142px);
}

.major-main01-right .news-main li {
  line-height: 29.5px;
}

.major-main01-right .news-main li a {
  float: left;
  width: 85%;
  width: calc(100% - 50px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
  background: url(/images/hot-li-bg.png) no-repeat left center;
}

.major-main01-right .news-main li span {
  float: right;
  width: 40px;
  font-size: 14px;
  color: #999;
}

.major-main01-right .news-main .more {
  margin-bottom: 9px !important;
}

.major-main01-right .hot-major-main {
  margin-top: 2px;
}

.major-main01-right .hot-major-main .hot-major-tit h3 {
  float: left;
  padding-left: 15px;
  font-size: 18px;
  background: url(/images/hot-tit-bg.png) no-repeat left center;
  font-weight: bold;
  color: #333;
}

.major-main01-right .hot-major-main .hot-major-tit h3 a {
  color: #333;
}

.major-main01-right .hot-major-main .hot-major-tit .more {
  float: right;
  font-size: 14px;
  color: #999;
  margin-right: 15px;
}

.major-main01-right .hot-major-main ul {
  padding: 11px 15px;
  margin: 0 -5px;
}

.major-main01-right .hot-major-main ul li {
  float: left;
  width: 33.333%;
}

.major-main01-right .hot-major-main ul li:hover a {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.major-main01-right .hot-major-main ul li a {
  display: block;
  padding: 0 15px;
  margin: 5px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  text-align: center;
  background: #f3f6fd;
  border: 1px solid #d8dce8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.pzy-item {
  position: relative;
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 22px;
  color: #fff !important;
  background: #7491c0;
  border-radius: 0;
}

.pzy-item.pzy-item1 {
  border-radius: 3px;
}

.pzy-item.pzy-item1::after, .pzy-item.pzy-item1::before {
  display: none !important;
}

.pzy-item a {
  color: #fff !important;
}

.pzy-item a:hover {
  color: #ffe29d !important;
}

.pzy-item:after {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  width: 14px;
  height: 100%;
  left: -11px;
  background: url(/images/pzy-item-l.jpg) 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;
}

.news-main {
  padding: 4px 16px 16px;
}

.news-main li {
  font-size: 14px;
  color: #555;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-main li a:hover {
  color: #c99c59;
}

.news-main .more {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #c99c59;
  border: 1px solid #c99c59;
  text-align: center;
  border-radius: 3px;
  margin: 8px 0 15px;
}

.news-main .more:hover {
  color: #fff;
  background: #c99c59;
}

.major-form {
  padding: 12px 0 10px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.major-form .school-form-tit {
  padding-left: 15px;
  background: url(/images/hot-tit-bg.png) no-repeat left center;
  padding-bottom: 0 !important;
  margin-bottom: 9px;
  border: none !important;
}

.major-form .school-form-tit span {
  color: #c99c59;
}

.major-form .form-main {
  padding-left: 15px;
}

.major-form .select-search .select-search-btn {
  display: block;
  color: #999;
  line-height: 24px !important;
}

.major-form .form-inline .form-group {
  margin-bottom: 5px;
}

.major-form .form-inline .form-group .input-group-span {
  font-size: 14px;
  line-height: 24px;
}

.major-form .form-inline .form-group .form-control {
  font-size: 12px;
  height: 26px;
  line-height: 24px;
}

.major-form .form-inline .form-group textarea.form-control {
  width: 60%;
}

.major-form .form-inline .form-group.submit-group {
  width: 33.333% !important;
  height: 26px;
  line-height: 24px;
  text-align: left;
}

.major-form .form-inline .form-group.submit-group input {
  margin-left: 0;
  width: 126px;
  max-width: none !important;
  height: 26px;
  font-size: 12px;
  line-height: 26px;
  border-radius: 2px;
}

.padding-right0.select-require::after {
  left: 20px;
}

@media only screen and (max-width: 1200px) {
  .area-main01 ul li a {
    font-size: 14px;
    line-height: 28px;
  }
  .add-more,
  .add-more:focus,
  .no-more,
  .no-more:focus {
    margin: 0 2.5%;
  }
}

@media only screen and (max-width: 1024px) {
  .area-main01 h1 span {
    background-size: contain;
  }
  .area-main01 h1 {
    font-size: 28px;
  }
  .major-main01-box, .area-main02-left, .area-main02-right {
    width: 100%;
  }
  .area-main02-right {
    margin-left: 0;
  }
  .area-news, .school-form {
    margin-bottom: 20px;
  }
  .school-form {
    padding-bottom: 2%;
  }
  .xm-newslist {
    float: left;
    width: 48%;
    margin: 1%;
  }
  .school-box dl {
    width: 31.333%;
  }
  .rules-box .school-type-list {
    width: 48% !important;
  }
  .rules-box {
    padding-top: 0;
  }
  .school-btn .detail-btn {
    min-width: 96px;
  }
  .major-main01-left, .major-main01-right {
    width: 100%;
  }
  .major-main01-left {
    margin-top: 1%;
  }
  .major-main01-right {
    margin: 3% auto 0;
  }
  .major-main01-left .cnt-box .cnt-list p {
    min-height: auto;
  }
  .news-main .more {
    margin: 1.5% auto 3%;
  }
  .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;
  }
}

@media only screen and (max-width: 767px) {
  .major-main01-right .nav-tabs > li a {
    font-size: 15px;
  }
  .major-form .form-main {
    max-width: 600px;
    margin: 0 auto;
  }
  .major-form .form-inline .form-group.submit-group {
    width: 100%  !important;
    margin-bottom: 10px !important;
  }
  .major-form .form-inline .form-group {
    display: flex;
    width: 48%;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
  }
  .major-form .form-inline .form-group .form-control, .major-form .form-inline .form-group textarea.form-control {
    width: calc(100% - 100px);
    height: 32px;
    margin-left: 10px;
  }
  .form-main .layui-input + .input-group-addon {
    height: 30px;
  }
  .major-form .form-inline .select-search .school-option.hidden, .major-form .form-inline .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0 !important;
    border: none;
  }
  .major-form .form-inline .select-search .school-option {
    width: auto;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border-radius: 3px;
    overflow: hidden;
  }
  .major-form .form-inline .select-search {
    margin-left: 10px !important;
    margin-right: 0px !important;
    padding-right: 0 !important;
  }
  .major-form .form-inline .school-option select {
    padding-left: 0 !important;
  }
  .major-form .form-inline .school-option select, .major-form .form-inline .school-option select option {
    width: 100%;
    font-size: 14px;
  }
  .major-form .form-inline .school-option select, .major-form .form-inline .school-option select option, .major-form .form-inline .schoolName-box {
    height: 30px;
    line-height: 30px;
    border: none !important;
  }
  .major-form .form-inline .schoolName-box, .major-form .form-inline .school-option select option {
    padding: 0 !important;
  }
  .major-form .form-inline .select-search button, .major-form .form-inline .select-search .school-option input {
    display: none !important;
  }
  .moudle-title h2 .h2-icon {
    display: none;
  }
  .moudle-title h2 {
    height: 42px;
  }
  .area-main01 h1 {
    padding: 3% 0;
  }
  .area-main01 h1, .moudle-title h2, .major-main01-left .title {
    font-size: 22px;
  }
  .area-main01 ul {
    padding: 2% 0;
  }
  .area-main01 ul li {
    width: 31.333%;
    min-width: auto;
    margin: 1%;
  }
  .school-form .form-inline .form-group, .school-form .form-inline .form-group.submit-group {
    display: flex;
  }
  .school-form .form-inline .form-group.submit-group {
    justify-content: center;
    flex-wrap: wrap;
    height: auto;
  }
  .school-form .form-inline .form-group.submit-group input {
    margin-left: auto;
  }
  .school-form .form-inline .form-group .form-control {
    width: calc(100% - 80px) !important;
    margin-left: 10px;
  }
  .school-form .select-search, .school-form .schoolName-box, .school-form .school-option select option {
    padding: 0 !important;
  }
  .school-form .form-control, .school-form .selects-box select {
    border-color: #ccc !important;
  }
  .school-form .select-search .school-option.hidden, .school-form .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0 !important;
  }
  .school-form .select-search .school-option {
    width: auto;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }
  .school-form .select-search {
    height: 32px !important;
  }
  .school-form .select-search .school-option select {
    margin: 0 !important;
    height: 28px !important;
  }
  .school-form .school-option select {
    border: none !important;
  }
  .school-form .school-option select, .school-form .school-option select option {
    width: 100%;
  }
  .school-form .select-search button, .school-form .select-search .school-option input {
    display: none;
  }
  .area-main03-cnt .rules-box .schoollist-item {
    padding-top: 0 !important;
  }
  .area-main03 .area-main03-cnt {
    margin-bottom: 3%;
  }
  .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 {
    line-height: 22px;
  }
  .school-btn .detail-btn {
    margin: 0 auto;
    line-height: 30px;
    max-width: 120px;
  }
  select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    line-height: 30px;
    color: #999 !important;
    padding-left: 15px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    background: url(/images/select-icon.png) no-repeat right 5px center !important;
  }
  select[disabled] {
    /* opacity: .2 !important */
    background-color: #eee !important;
  }
  .rules-box, .school-box {
    padding: 0 2%;
  }
  .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%;
  }
}

@media only screen and (max-width: 680px) {
  .major-form .school-form-tit {
    margin-bottom: 3%;
  }
  .major-form .form-inline .form-group {
    width: 98%;
  }
  .school-form .form-inline .form-group.col-lg-12 {
    width: 98%;
  }
  .school-form .form-inline .form-group {
    width: 48%;
    margin: 0 1% 3%;
  }
  .school-box dl {
    width: 98%;
  }
  .a-group {
    display: block;
    white-space: nowrap;
    word-spacing: normal;
  }
  .moudle-title {
    padding-bottom: 0;
    border-bottom: 1px solid #e8e8e8;
  }
  .major-main01-left .title {
    margin-bottom: 3%;
  }
  .area-main01 h1, .moudle-title h2, .moudle-title {
    height: auto;
    min-height: 42px;
  }
}

@media only screen and (max-width: 425px) {
  .area-main01 h1 {
    padding: 5% 0;
  }
  .area-main01 ul li {
    width: 48%;
  }
  .school-form .form-inline .form-group, .news-list.dynamic li, .xm-newslist, .school-box dl, .area-news .news-list.dynamic {
    width: 98%;
  }
  .area-main03 .area-main03-cnt {
    margin-bottom: 5%;
  }
  .rules-box .school-type-list {
    width: auto !important;
    margin-right: 15px;
  }
}

@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.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;
  }
  .moudle-title .more {
    float: none;
    display: block;
    width: 105px;
    margin: 3% auto;
  }
}
