@charset "UTF-8";
body {
  background: #f6f6f6;
}

.main01-left {
  float: left;
  width: 68%;
}

.main01-left.yuloo-renmindaxue-1 {
  width: 100%;
}

.main01-left.yuloo-renmindaxue-1 .adv-cnt ul {
  float: none;
  display: inline-block;
}

.main01-right {
  float: left;
  width: 30%;
  background: #fff;
  margin-left: 2%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.moudle-bg {
  padding: 30px 0;
  background: #fff;
}

.moudle-title {
  height: 42px;
  padding-bottom: 11px;
  border-bottom: 3px solid #e8e8e8;
  margin-bottom: 10px;
}

.moudle-title h2 {
  position: relative;
  float: left;
  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/icon.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 h2 .h2-icon.h2-icon4 {
  background-position: -87px -175px;
}

.moudle-title .more {
  float: right;
  font-size: 14px;
  line-height: 30px;
  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;
}

.main01 {
  padding-bottom: 20px;
}

.school-jianjie {
  padding: 21px 20px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.school-jianjie .school-jianjie-tit {
  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: 20px;
  color: #333;
  font-weight: bold;
}

.school-jianjie .school-jianjie-tit span {
  color: #c99c59;
}

.introduce-cnt {
  padding: 8px;
  background-color: #f2f2f2;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  margin-bottom: 16px;
}

.introduce-cnt li {
  float: left;
  width: 48%;
  margin: 0 1%;
  line-height: 28px;
  color: #666;
}

.introduce-cnt li b {
  color: #333;
  font-weight: normal;
}

.introduce-cnt li .price {
  font-size: 16px;
  font-weight: bold;
  color: #c99c59;
}

.detail-cnt b, .adv-cnt b {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.detail-cnt .icon, .adv-cnt .icon, .school-form-tit .icon {
  padding: 1px 10px;
  background: url(../images/icon.png) no-repeat;
}

.detail-cnt .icon {
  background-position: -132px  5px;
}

.adv-cnt .icon {
  background-position: -132px -55px;
}

.detail-cnt {
  margin-bottom: 25px;
}

.detail-cnt span {
  font-size: 16px;
  line-height: 26px;
  color: #666;
}

.detail-cnt a {
  font-size: 16px;
  color: #c99c59;
}

.detail-cnt a:hover {
  color: #c99c59;
}

.adv-cnt {
  line-height: 22px;
}

.adv-cnt ul {
  float: right;
  width: 88%;
  max-width: 676px;
  width: calc(100% - 100px);
  display: table;
  word-spacing: -1em;
  /*兼容其他浏览器*/
}

.adv-cnt ul li {
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
  margin-right: 9px;
  margin-bottom: 9px;
}

.adv-cnt ul li a {
  color: #555;
  border: 1px solid #d8dce8;
  border-radius: 2px;
  padding: 1px 15px;
  background: #f3f6fd;
}

.adv-cnt ul li a:hover {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.adv-cnt ul li:last-child {
  margin-right: 0 !important;
}

.school-form {
  padding: 14px 20px 5px;
  background: #fff;
  margin-bottom: 10px;
  border-radius: 4px;
}

.school-form .school-form-tit {
  font-size: 20px;
  line-height: 25px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 11px;
  border-bottom: 1px solid #dbdbdb;
}

.school-form .school-form-tit span {
  color: #c99c59;
}

.school-form .school-form-tit .icon {
  padding: 1px 13px;
  background-position: -130px -115px;
}

.school-form .form-main {
  max-width: none;
  margin: 0 -10px;
  overflow: hidden;
}

.school-form .form-inline .form-group {
  width: 100%;
  text-align: center;
  padding: 0 10px;
  margin: 0 auto 11px;
}

.school-form .form-inline .form-group .input-group-span {
  width: 70px;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 0;
}

.school-form .form-inline .form-group .form-control {
  width: 60%;
  height: 30px;
}

.school-form .form-inline .form-group textarea.form-control {
  height: 46px;
}

.school-form .form-inline .form-group.submit-group {
  width: 100%;
  height: 30px;
  padding-left: 93px;
}

.school-form .form-inline .form-group.submit-group input {
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  background: #c99c59;
  border-color: #c99c59;
  width: 130px;
  border-radius: 4px;
}

.main01-r-tit {
  max-height: 44px;
  overflow: hidden;
  text-align: center;
}

.main01-r-tit span {
  display: inline-block;
  width: 230px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 0 60px;
  line-height: 44px;
  background: url(../images/school/main01-r-tit-bg.png) no-repeat top center;
  background-size: 100% 100%;
}

.main01-right-main {
  padding: 15px 15px 5px;
}

.main01-right-main .news-list {
  margin-top: -6px;
}

.main01-right-main .news-list li {
  font-size: 14px;
  line-height: 28px;
  padding-left: 9px;
  background: url(../images/li-bg.jpg) no-repeat left center;
}

.main01-right-main .news-list li a {
  display: block;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.main01-right-main .news-list li a:hover {
  color: #c99c59;
}

.main01-right-main .more {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 32px;
  border: 1px solid #c99c59;
  color: #c99c59;
  border-radius: 3px;
  margin-top: 10px;
}

.special-news {
  margin: 0 -1% 10px;
  overflow: hidden;
}

.special-news li {
  float: left;
  width: 23%;
  margin: 8px 1%;
}

.special-news li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  border: 1px solid #d8dce8;
  background: #f3f6fd;
  text-align: center;
  border-radius: 2px;
}

.special-news li a:hover {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.main02 {
  margin-bottom: 30px;
}

.rules-box .more-btn {
  display: block;
  width: 96%;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  margin: 20px 2% 0;
  text-align: center;
  color: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 3px;
  max-width: 1140px;
}

.rules-box .more-btn:hover {
  color: #fff;
  background: #c99c59;
}

.rules-table {
  margin-top: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

.rules-table[data-type='school-rules'] {
  margin-top: 0 !important;
  background: #fff;
}

.rules-table .more-btn {
  display: block;
  width: 96%;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 0;
  margin: 20px 2% 0;
  text-align: center;
  color: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 3px;
  max-width: 1140px;
}

.rules-table .more-btn:hover {
  color: #fff;
  background: #c99c59;
}

.rules-table table {
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.rules-table td, .rules-table th {
  font-size: 14px;
  line-height: 20px;
}

.rules-table th {
  padding: 10px;
  font-weight: bold;
  color: #555;
  background: #e8e8e8;
  text-align: center;
}

.rules-table th.certificate-th {
  width: 170px;
}

.rules-table th.project-th {
  width: 250px;
}

.rules-table th.major-th {
  width: 230px;
}

.rules-table th.type-name-th {
  width: 160px;
}

.rules-table th.btn-th {
  width: 152px;
}

.rules-table th.price-th {
  width: 80px;
}

.rules-table th.area-th, .rules-table th.time-th {
  width: 60px;
}

.rules-table thead tr {
  border: none !important;
}

.rules-table tr {
  border-bottom: 1px dashed #e8e8e8;
}

.rules-table td {
  padding: 12px 10px;
  color: #333;
}

.rules-table td.project-td, .rules-table td.price-td {
  font-size: 16px;
  font-weight: bold;
}

.rules-table td.price-td {
  color: #e26161;
  padding-left: 0;
  padding-right: 0;
}

.rules-table td.major-td {
  text-align: left;
}

.rules-table td.major-td a {
  display: inline-block;
  text-align: left;
}

.rules-table td a {
  color: #333;
}

.rules-table td a:hover {
  color: #c99c59;
}

.rules-table .btn-td a {
  display: block;
  width: 90%;
  max-width: 94px;
  margin: 0 auto;
  color: #fff;
  line-height: 26px;
  background: #c99c59;
  border-radius: 3px;
}

.rules-table .btn-td a:hover {
  background: #283e7e;
}

.rules-table .btn-td a span {
  color: #fff;
  padding-right: 15px;
  background: url(../images/school/search.png) no-repeat right center;
}

.rules-table .tag, .rules-table .zs-tag {
  padding: 0 5px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 6px 0 6px 0;
}

.rules-table .zs-tag {
  color: #fff;
}

.rules-table .zs-tag:last-child {
  margin-right: 0 !important;
}

.rules-table .tag1 {
  color: #567dac;
  border: 1px solid #567dac;
}

.rules-table .tag2 {
  color: #d38c30;
  border: 1px solid #d38c30;
}

.rules-table .tag3 {
  color: #5dab98;
  border: 1px solid #5dab98;
}

.rules-table .tag4 {
  color: #984871;
  border: 1px solid #984871;
}

.rules-table .tag5 {
  color: #d75d49;
  border: 1px solid #d75d49;
}

.rules-table .tag6 {
  color: #b2673d;
  border: 1px solid #b2673d;
}

.rules-table .tag7 {
  color: #ac7171;
  border: 1px solid #ac7171;
}

.rules-table .tag8 {
  color: #567dac;
  border: 1px solid #567dac;
}

.rules-table .zs-tag1 {
  background: #749eb6;
}

.rules-table .zs-tag2 {
  background: #c99c59;
}

.rules-table .zs-tag3 {
  background: #808eb5;
}

.rules-table .zs-tag4 {
  background: #cf8888;
}

.rules-table .zs-tag5 {
  background: #8e75af;
}

/* ruleslist start */
.ruleslist {
  padding: 20px 30px 0;
}

.ruleslist-item {
  padding: 20px 0px 20px 20px;
  margin-top: 30px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.ruleslist-item dl {
  display: flex;
  flex-wrap: wrap;
}

.ruleslist-item .tag, .ruleslist-item .zs-tag {
  padding: 0 5px;
  margin-right: 5px;
  font-size: 12px;
  line-height: 18px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
}

.ruleslist-item .zs-tag {
  color: #fff;
}

.ruleslist-item .zs-tag:last-child {
  margin-right: 0 !important;
}

.ruleslist-item .tag1 {
  color: #567dac;
  border: 1px solid #567dac;
}

.ruleslist-item .tag2 {
  color: #d38c30;
  border: 1px solid #d38c30;
}

.ruleslist-item .tag3 {
  color: #5dab98;
  border: 1px solid #5dab98;
}

.ruleslist-item .tag4 {
  color: #984871;
  border: 1px solid #984871;
}

.ruleslist-item .tag5 {
  color: #d75d49;
  border: 1px solid #d75d49;
}

.ruleslist-item .tag6 {
  color: #b2673d;
  border: 1px solid #b2673d;
}

.ruleslist-item .tag7 {
  color: #ac7171;
  border: 1px solid #ac7171;
}

.ruleslist-item .tag8 {
  color: #567dac;
  border: 1px solid #567dac;
}

.ruleslist-item .zs-tag1 {
  background: #749eb6;
}

.ruleslist-item .zs-tag2 {
  background: #c99c59;
}

.ruleslist-item .zs-tag3 {
  background: #808eb5;
}

.ruleslist-item .zs-tag4 {
  background: #cf8888;
}

.ruleslist-item .zs-tag5 {
  background: #8e75af;
}

.rules-list .rules-logo {
  float: left;
  width: 190px;
  height: 128px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.rules-list .rules-cnt {
  float: left;
  width: 82.5%;
  width: calc(64% - 1px);
  padding-right: 2%;
  margin: 0 2%;
  border-right: 1px dashed #e2e2e2;
}

.rules-list .rules-cnt .rules-tit {
  display: block;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rules-list .rules-cnt .rules-tit:hover {
  color: #c99c59;
}

.rules-list .rules-btn {
  float: right;
  padding: 15px 0;
  width: 14%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.rules-list .rules-btn a {
  display: block;
  width: 80%;
  max-width: 120px;
  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;
}

.rules-list .rules-btn a .more2-icon {
  padding: 0 10px;
  background: url(../images/public/more2.png) no-repeat right top 4px;
}

.rules-list .rules-btn .detail-btn {
  color: #fff;
  background-color: #283e7e;
}

.rules-list .rules-btn .detail-btn:hover {
  background: #c99c59;
}

.rules-list .rules-btn .order-btn {
  line-height: 34px;
  color: #c99c59;
  border: 1px solid #c99c59;
}

.rules-list .rules-type-list {
  float: left;
  width: 48%;
  margin-right: 2%;
  font-size: 14px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rules-list .rules-type-list b {
  font-weight: normal;
  color: #333;
}

.rules-list .rules-type-list span {
  color: #666;
}

.rules-list .rules-type-price span {
  color: #c99c59;
  font-weight: bold;
  font-size: 16px;
}

.rules-list .rules-type-price span em {
  font-size: 12px;
  color: #666;
  font-weight: normal;
}

/* rules-onley start */
.rules-onley {
  padding-top: 20px;
}

.rules-onley .container-title {
  margin-bottom: 30px;
}

.rules-onley .rules-nav {
  margin-left: -11px;
  margin-right: -11px;
}

.rules-onley .rules-nav .container {
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

.rules-onley .rules-nav li {
  float: left;
  /* width: 10.8333%; */
  min-width: 104px;
  margin: 0 0.8335% 1.667%;
}

.rules-onley .rules-nav li::before {
  display: none !important;
}

.rules-onley .rules-nav li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #222;
  padding: 8px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 2px;
}

.rules-onley .rules-nav li:hover a, .rules-onley .rules-nav li.active a {
  color: #fff;
  background: #283e7e;
  border-color: #283e7e;
}

.rules-onley .rules-item-tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 25px;
}

.rules-onley .rules-item-tit em {
  color: #c99c59;
}

.rules-onley span.sub-tit-num {
  position: relative;
  font-size: 16px;
  color: #fff;
  padding: 2px 0 3px 6px;
  border: 1px solid #c99c59;
  border-radius: 2px;
  z-index: 1;
  overflow: hidden;
  margin-right: 10px;
  top: -2px;
}

.rules-onley span.sub-tit-num .dom-before {
  display: block;
  position: absolute;
  height: 20px;
  width: 22px;
  background: #c99c59;
  border-radius: 2px 0 0 2px;
  right: 0;
  top: 3px;
  z-index: -1;
}

.rules-onley .rules-item {
  padding: 30px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.rules-onley .rules-xq {
  display: none;
  height: 36px;
  line-height: 36px;
  margin-top: 26px;
}

.rules-onley .rules-xq a {
  color: #c99c59;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 30px;
  border: 1px solid #c99c59;
  border-radius: 2px;
}

.rules-onley .rules-xq i {
  padding: 0 10px;
  margin-left: 5px;
  background: url(../images/xq-icon.png) no-repeat center center;
}

.rules-onley .rules-cnt {
  overflow: hidden;
}

.rules-onley .rules-cnt > p {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}

.rules-onley .rules-cnt > p img {
  border-radius: 2px;
  margin: 0 auto;
}

.rules-onley .rules-cnt > p:first-child {
  margin-top: 0;
}

.rules-onley .rules-cnt > img {
  margin: 0 auto;
}

.rules-onley .rules-flow-box {
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  margin: 30px auto;
}

.rules-onley .rules-flow-box .rules-flow-title {
  float: left;
  width: 50px;
  font-size: 16px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 17px;
  background: #c99c59;
  background-size: cover;
}

.rules-onley .rules-flow-box .rules-flow-main {
  margin-left: 70px;
  font-weight: bold;
  color: #333;
  font-size: 16px;
  padding-top: 12px;
}

.rules-onley .rules-flow-box .rules-flow-main > div {
  height: 36px;
  line-height: 36px;
}

.rules-onley .rules-flow-box .rules-flow-main a {
  color: #333;
}

.rules-onley .rules-flow-box .rules-flow-main a:hover {
  color: #c99c59;
}

.rules-onley .rules-flow-box .rules-flow-main b {
  max-width: 100px;
  text-align: right;
  padding: 0;
}

.rules-onley .rules-flow-box .rules-flow-main span {
  display: inline-block;
  position: relative;
  padding-right: 60px;
}

.rules-onley .rules-flow-box .rules-flow-main span:last-child {
  padding: 0;
}

.rules-onley .rules-flow-box .rules-flow-main span:last-child::after {
  display: none !important;
}

.rules-onley .rules-flow-box .rules-flow-main span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  width: 42px;
  height: 36px;
  background: url(../images/news/flow-r.png) no-repeat center center;
}

.rules-onley .flow-icon {
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #fff;
  padding: 0 9px;
  background: url(../images/news/flow-icon.png) no-repeat center center;
}

.rules-onley .form-main {
  margin: 0 -10px;
}

.rules-onley .form-main .select-search {
  height: 34px;
  position: relative;
  z-index: 4;
  padding: 0;
}

.rules-onley .form-main .select-search .school-option {
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  width: 200px;
  max-height: none;
  top: 32px;
  left: 0;
  padding: 0 15px;
  overflow-y: auto;
  z-index: 99;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.rules-onley .form-main .select-search .school-option.hidden {
  display: none;
}

.rules-onley .form-main .select-search .school-option ul {
  margin: 0 auto 10px;
}

.rules-onley .form-main .select-search .school-option li {
  font-size: 14px;
  color: #555;
  text-align: left;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.rules-onley .form-main .select-search .school-option input {
  box-sizing: border-box;
  margin: 10px auto 5px;
  height: 30px;
  line-height: 18px \9;
  border: 1px solid #ccc;
  width: 100%;
}

.rules-onley .form-main .select-search .school-option select {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  line-height: 30px;
  margin-bottom: 0 !important;
  border: none !important;
}

.rules-onley .form-main .select-search .school-option select option {
  padding: 8px 12px;
  line-height: 30px;
  border: none !important;
}

.rules-onley .form-main .select-search button {
  display: block;
  text-align: left;
  width: 100%;
  height: 100%;
  padding-left: 12px;
  font-size: 14px;
  line-height: 1.42857143;
  margin: 0;
  border: none !important;
  white-space: nowrap;
  overflow: hidden;
  color: #999;
}

.rules-onley .form-main .schoolName-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.rules-onley .form-main .submit-group input, .rules-onley .form-main .submit-group button {
  max-width: 110px;
  font-size: 14px;
  line-height: 26px;
  background: #283e7e;
  border-radius: 3px;
}

.rules-onley .form-main textarea.form-control {
  width: 88% !important;
  height: 50px !important;
}

.rules-onley .form-main .form-control, .rules-onley .form-main .selects-box select {
  border-color: #e5e5e5;
}

.rules-onley .rules-onley-form {
  padding: 0 30px 10px;
  margin: 30px auto 0;
  background: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.rules-onley .rules-onley-form .form-main {
  margin: 0 auto;
  max-width: 1000px;
}

.rules-onley .rules-onley-form .form-inline .form-group {
  padding: 0 5px;
}

.rules-onley .rules-onley-form .form-main .form-control {
  font-size: 12px;
  width: 65.5%;
}

.rules-onley .rules-onley-form .moudle-title {
  height: auto;
  font-size: 24px;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 20px;
}

.rules-onley .rules-onley-form .moudle-title span {
  color: #c99c59;
}

.rules-onley .rules-onley-form .form-inline .form-group {
  padding: 0 10px;
}

.rules-onley .rules-onley-form .input-group-span {
  font-size: 14px;
}

.rules-onley .rules-item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

.positionTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0 !important;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.positionTop .container {
  margin: 0  auto !important;
}

/* rules end */
.anchor {
  position: relative;
}

.yuloo-renmindaxue, .yuloo-renmindaxuezs-tag1 {
  display: none !important;
}

.figurelist {
  padding-top: 10px;
  margin: 0 -1%;
}

.figurelist li {
  float: left;
  width: 23%;
  padding: 8px 8px 0;
  margin: 0 1% 2%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.figurelist .figure-img {
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.figurelist .figure-cnt {
  padding: 10px 0px 13px;
  background-color: #fff;
  border-top: 0;
}

.figurelist .figure-name {
  font-size: 14px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.figurelist .figure-text {
  font-size: 12px;
  height: 40px;
  line-height: 20px;
  color: #818991;
  overflow: hidden;
}

.figurelist .figure-text.name-center {
  text-align: center;
  height: 20px;
}

.teacher .figurelist .figure-cnt {
  background-color: #ecedf1;
}

.teacher .figure-img {
  border: 1px solid #ebedf0;
}

.photo-box .figurelist li {
  margin-bottom: 1%;
  margin-top: 0;
}

.hot-content {
  margin-top: 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 {
  float: right;
  width: 32%;
  padding-bottom: 10px !important;
}

.hot-shcool, .hot-news {
  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-school-main2 ul {
  width: 100%;
}

.hot-school-main2 ul li {
  float: left;
  width: 33.333%;
}

.link-bg {
  padding: 30px 0;
}

.link {
  overflow: hidden;
}

.link .link-tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.link .link-cnt {
  margin: 0 -10px;
}

.link .link-cnt a {
  font-size: 14px;
  color: #999;
  display: inline-block;
  padding: 10px 10px 0;
}

.link .link-cnt a:hover {
  color: #c99c59;
}

@media only screen and (max-width: 1000px) {
  .major-th, .major-td, .type-name-th, .type-name-td, .area-th, .area-td {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .main01-left, .main01-right {
    width: 100%;
  }
  .main01-right {
    margin-left: 0;
  }
  .adv-cnt ul {
    max-width: none;
  }
  .rules-table th {
    width: 17%;
  }
  .rules-onley .rules-flow-box .rules-flow-main {
    margin: 0 5%;
    padding: 17px 0;
  }
  .rules-onley .rules-flow-box .rules-flow-title {
    float: none;
    width: auto;
  }
  .rules-list .rules-cnt {
    width: calc(80% - 191px);
  }
}

@media only screen and (max-width: 767px) {
  .main01-right.style-alone {
    display: none !important;
  }
  .school-jianjie .school-jianjie-tit {
    font-size: 22px;
  }
  .detail-cnt span {
    font-size: 14px;
  }
  .moudle-title h2 {
    font-size: 22px;
    height: 42px;
  }
  .moudle-title h2 .h2-icon {
    display: none !important;
  }
  .rules-table .btn-td a span {
    font-size: 12px;
    padding: 0;
    background: none;
  }
  .rules-table th.time-th {
    width: 60px;
  }
  .rules-table td.project-td, .rules-table td.price-td {
    font-size: 14px;
  }
  .school-form {
    padding-bottom: 3%;
  }
  .school-form .form-main {
    margin: 0 auto;
    text-align: center;
  }
  .school-form .form-inline .form-group.submit-group {
    height: auto;
  }
  .school-form .form-inline .form-group {
    width: 48%;
    margin-bottom: 10px;
  }
  .rules-onley .rules-flow-box .rules-flow-main {
    font-size: 14px;
    line-height: 30px;
  }
  .rules-nav-box .navbar-nav {
    margin: 0;
  }
  .rules-onley .rules-item-tit, .container-title h2, .container-title p {
    font-size: 18px;
  }
  .rules-nav-box {
    margin-bottom: 1%;
  }
  .rules-onley {
    padding-top: 2%;
  }
  .rules-onley .rules-nav {
    margin: 0 auto 0;
  }
  .positionTop {
    padding: 10px 0 0 !important;
  }
  .rules-onley .rules-nav.positionTop .container {
    width: 100%;
  }
  .rules-onley .rules-nav.positionTop .navbar-nav, .rules-onley .rules-nav.positionTop .container {
    margin: 0 auto;
  }
  .rules-onley .rules-xq {
    margin-top: 3%;
  }
  .rules-onley .rules-xq a, .rules-onley .rules-nav li a {
    font-size: 14px;
  }
  .rules-onley .rules-nav li a {
    line-height: 1;
    padding: 8px 0;
  }
  .rules-onley .rules-nav li {
    width: 23%;
    min-width: auto;
  }
  .rules-onley .rules-item-tit {
    line-height: 28px;
    margin-bottom: 3%;
  }
  .rules-onley .rules-item {
    padding-bottom: 3%;
    padding-top: 2%;
  }
  .rules-onley .rules-onley-form {
    padding: 0 2% 2%;
  }
  .rules-onley-form .form-main .form-group.submit-group {
    display: block !important;
  }
  .rules-onley-form .form-main .form-group {
    display: flex !important;
    justify-content: center;
  }
  .rules-onley-form .form-main .input-group-span, .rules-onley-form .form-inline .input-group-span {
    width: 65px;
    margin-right: 10px;
  }
  .rules-onley .rules-onley-form .moudle-title {
    font-size: 22px;
  }
  .form-main .select-search, .form-main .schoolName-box, .form-main .school-option select option {
    padding: 0 !important;
  }
  .form-main .form-control, .form-main .selects-box select {
    border-color: #ccc !important;
  }
  .form-main .select-search .school-option.hidden, .form-main .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0 !important;
  }
  .form-main .select-search .school-option {
    width: auto;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }
  .form-main .select-search, .form-main .select-search .school-option select {
    margin: 0 !important;
    height: 32px !important;
  }
  .form-main .school-option select {
    padding-left: 7px;
  }
  .form-main .school-option select, .form-main .school-option select option {
    width: 100%;
  }
  .form-main .school-option select, .form-main .school-option select option, .form-main .schoolName-box {
    height: 32px;
    line-height: 30px;
  }
  .form-main .select-search button, .form-main .select-search .school-option input {
    display: none;
  }
  .rules-list .rules-btn {
    width: 100%;
  }
  .rules-list .rules-cnt {
    width: calc(96% - 190px);
    border: none;
  }
  .rules-list .rules-cnt .rules-tit {
    font-size: 16px;
  }
  .rules-onley .rules-main {
    padding: 0 2%;
  }
  .ruleslist-item {
    padding: 2%;
  }
  .hot-content {
    margin-top: 3%;
  }
  .hot-shcool, .hot-news {
    width: 100%;
    margin: 0 auto 3%;
  }
}

@media only screen and (max-width: 680px) {
  .rules-onley-form .form-main .form-group {
    width: 98%;
    margin-bottom: 3%;
  }
  .submit-group.s-btn > a, .submit-group > a {
    display: block !important;
  }
  .figurelist li {
    width: 31.333%;
    margin: 1%;
  }
  .school-form .form-inline .form-group {
    width: 98%;
  }
  .rules-list .rules-logo {
    margin: 0 auto 3%;
  }
  .rules-list .rules-cnt {
    width: 100%;
  }
  .school-form .form-inline .form-group.submit-group {
    padding-left: 0;
  }
}

@media only screen and (max-width: 650px) {
  .certificate-th, .certificate-td {
    display: none;
  }
  .moudle-title h2 {
    font-size: 19px;
  }
  .moudle-title .more {
    font-size: 12px;
  }
}

@media only screen and (max-width: 428px) {
  .rules-box .moudle-title .more {
    display: none;
  }
  .introduce-cnt li {
    width: 100%;
  }
  .adv-cnt ul {
    padding-top: 10px;
    width: 100%;
  }
  .rules-table th {
    width: auto;
  }
  .rules-table th.btn-th {
    width: auto;
  }
  .rules-table th.project-th {
    width: 130px;
  }
  .figurelist li {
    width: 48%;
  }
  .rules-onley .rules-nav li {
    width: 31.333%;
  }
  .rules-onley .rules-item {
    padding-bottom: 5%;
  }
  .rules-list .rules-type-list {
    width: 100%;
    margin: 0 auto;
  }
  .rules-onley .rules-flow-box .rules-flow-main span {
    padding-right: 20px;
  }
  .rules-onley .rules-flow-box .rules-flow-main span::after {
    display: none;
  }
  .hot-school-main2 ul li {
    width: 50%;
    border-bottom: 1px dashed #e8e8e8;
  }
}

@media only screen and (max-width: 320px) {
  .rules-table .btn-td a {
    line-height: 18px;
  }
  .rules-box .moudle-title {
    position: relative;
    margin-bottom: 60px;
  }
  .moudle-title .more {
    position: absolute;
    right: 0;
    bottom: -45px;
  }
}
