@charset "UTF-8";
/* page start */
.page {
  width: 100%;
  text-align: center;
}

.page > ul > li {
  float: left;
}

.page .pagezong:hover {
  background-color: #fff;
  color: #000000;
}

.page > a, .page > b {
  width: 10%;
  background-color: #fff;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  padding: 8px 12px;
  margin-right: 10px;
  border: 1px solid #eee;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
}

.page > a:hover, .page > ul > li > .active, .page > b {
  background-color: #334D72;
  border: 1px solid #334D72;
  color: #fff;
}

.fst-page a, .last-page a {
  padding-left: 5px;
  padding-right: 5px;
}

/* page end */
body {
  line-height: 24px;
}

/* newslist.html start */
.news-right-box .right-ad-box {
  text-align: center;
  padding: 0 !important;
}

.news-left-box, .news-right-box {
  float: left;
}

.news-left-box {
  width: 69.8333%;
  width: calc(100% - 355px);
}

.news-right-box {
  width: 340px;
  margin: 0 0 3% 15px;
}

.newslist-box {
  padding: 0 0 40px;
  margin-bottom: 40px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.newslist-box .moudle-title {
  padding: 40px 0 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #0e2644;
  border-bottom: 2px solid #eee;
}

.newslist-box .moudle-title span {
  color: #B58E4B;
}

.newslist-box ul {
  margin-bottom: 30px;
  padding: 0 30px;
  overflow: hidden;
}

.newslist-box ul li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #eff0f1;
  z-index: 1;
}

.newslist-box ul li:hover {
  border-color: #f5f5f5;
}

.newslist-box ul li:hover::before {
  position: absolute;
  display: block;
  content: '';
  width: 200%;
  height: 100%;
  padding: 0 30px;
  top: 0;
  left: -30px;
  background-color: #f5f5f5;
  z-index: -1;
}

.newslist-box ul li .newslist-img {
  margin-right: 2%;
  width: 24%;
  max-width: 210px;
}

.newslist-box ul li p {
  font-size: 14px;
}

.newslist-box ul li .newslist-description {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  color: #999999;
  margin-bottom: 15px;
}

.newslist-box ul li .newslist-title {
  display: block;
  font-size: 18px;
  color: #444;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newslist-box ul li .newslist-title:hover {
  color: #B58E4B;
}

.newslist-box ul li .newslist-time {
  color: #c9ccd0;
  font-size: 12px;
}

/* newslist.html end */
/* news-right-box start */
.news-right-cnt .news-right-tit {
  margin-bottom: 5px;
}

.news-right-box .news-right-cnt {
  padding: 20px 18px;
  background-color: #fff;
  margin-bottom: 16px;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.news-right-tit, .main-title {
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.news-right-tit span, .main-title span {
  display: inline-block;
  height: 30px;
  padding-bottom: 8px;
  border-bottom: 2px solid #334d72;
}

.order-list-box {
  background: #f5f7f9;
  margin: 0 -18px;
}

.order-list-box dl {
  display: flex;
  background: #fff;
  padding: 15px 18px;
  margin-bottom: 8px;
  /* border-bottom: 1px dashed #e3e3e8; */
  align-items: center;
}

.order-list-box dl:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.order-list-box dl:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}

.order-list-box dl dt, .order-list-box dl dd, .order-list-box dl .order-cnt {
  float: left;
}

.order-list-box dl dt {
  width: 60px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.order-list-box dl dd {
  width: 80%;
  margin-left: 10px;
  width: calc(100% - 70px);
}

.order-list-box dl dt .time-m {
  font-size: 12px;
  color: #fff;
  background-color: #7292c0;
}

.order-list-box dl dt .time-day {
  font-size: 20px;
  font-weight: normal;
  color: #333;
  background-color: #ebeef0;
}

.order-list-box .tag-list {
  color: #666;
}

.order-list-box .tag-list span {
  font-size: 12px;
}

.order-list-box dl .order-cnt {
  width: 100%;
  margin-bottom: 8px;
}

.order-list-box dl .order-btn {
  width: 100%;
  line-height: 20px;
  padding-top: 8px;
  padding: 0;
  display: none !important;
}

.order-list-box dl .order-btn a {
  display: inline-block;
  width: 80px;
  color: #b58e4b;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border: 1px solid #b58e4b;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.order-list-box dl .order-btn a:hover {
  color: #fff;
  background-color: #b58e4b;
}

.order-list-box dl .order-cnt a {
  display: block;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.order-list-box dl .order-cnt a:hover {
  color: #b58e4b;
}

.order-list-box dl .order-cnt p {
  font-size: 12px;
  line-height: 26px;
  color: #838c94;
}

.order-list-box dl .order-cnt i {
  margin-right: 0;
  background-position: -7px -330px;
}

.news-right-box .open-day ul li {
  float: left;
  font-size: 14px;
  line-height: 28px;
  margin: 6px 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-right-box .open-day ul li a {
  display: block;
  border-radius: 28px;
  padding: 0 14px;
}

.news-right-box .open-day ul li:hover a {
  color: #fff !important;
}

.open-day .news-right-tit {
  margin-bottom: 13px;
}

.order-cnt .tag {
  margin: 3px !important;
}

.open-day .li-bg1 a {
  background: #e5e8f2;
  color: #556498;
}

.open-day .li-bg2 a {
  background: #e4eff8;
  color: #5389b2;
}

.open-day .li-bg3 a {
  background: #f5eae5;
  color: #b27b5d;
}

.open-day .li-bg4 a {
  background: #e1f0f0;
  color: #5ca3a4;
}

.open-day .li-bg5 a {
  background: #e9e2f1;
  color: #8b68b0;
}

.open-day .li-bg6 a {
  background: #e0e9f2;
  color: #5c87b4;
}

.open-day .li-bg7 a {
  background: #e7efe3;
  color: #7ea368;
}

.open-day .li-bg8 a {
  background: #f6ecd9;
  color: #b28d44;
}

.open-day .li-bg9 a {
  background: #e0e7f2;
  color: #5b79ad;
}

.open-day .li-bg10 a {
  background: #f3e7e7;
  color: #ae6a6c;
}

.open-day .li-bg1:hover a {
  background: #556498;
}

.open-day .li-bg2:hover a {
  background: #5389b2;
}

.open-day .li-bg3:hover a {
  background: #b27b5d;
}

.open-day .li-bg4:hover a {
  background: #5ca3a4;
}

.open-day .li-bg5:hover a {
  background: #8b68b0;
}

.open-day .li-bg6:hover a {
  background: #5c87b4;
}

.open-day .li-bg7:hover a {
  background: #7ea368;
}

.open-day .li-bg8:hover a {
  background: #b28d44;
}

.open-day .li-bg9:hover a {
  background: #5389b2;
}

.open-day .li-bg10:hover a {
  background: #ae6a6c;
}

/* 22.1.13 */
.news-right-cnt-box {
  border-radius: 4px;
  margin-bottom: 16px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-right-cnt-box .news-right-cnt {
  padding-bottom: 0;
  margin-bottom: 0 !important;
  box-shadow: none;
  border-radius: 0;
}

.news-right-cnt {
  position: relative;
}

.news-right-cnt .school-news-list {
  margin-top: -6px;
}

.news-right-cnt .school-news-list.zw-school-news-list li {
  width: 100%;
}

.news-right-cnt .school-news-list li {
  position: relative;
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 18px;
  padding-left: 9px;
  margin-bottom: 8px;
}

.news-right-cnt .school-news-list li::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #b58e4b;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  left: 0;
  top: 4px;
}

.news-right-cnt .school-news-list li a {
  display: block;
  color: #333;
}

.news-right-cnt .school-news-list li a:hover {
  color: #b58e4b;
}

.news-right-tit2 {
  position: relative;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 12px;
  margin-bottom: 20px;
}

.news-right-tit2::before {
  position: absolute;
  display: block;
  content: '';
  left: -18px;
  top: 0;
  height: 15px;
  width: 4px;
  background: url(../images/news-right-tit2-img.jpg) no-repeat left center;
}

.news-right-tit2 .tit {
  float: left;
  font-size: 16px;
  line-height: 1;
  font-weight: bold;
}

.news-right-tit2 .tit a {
  color: #333;
}

.news-right-tit2 .tit span {
  color: #b58e4b;
}

.news-right-tit2 .more {
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 16px;
}

.news-right-tit2 .more:hover {
  color: #b58e4b;
}

.news-right-tit3 {
  height: 25px;
}

.news-right-tit3 .tit {
  position: absolute;
  width: 100%;
  height: 35px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  top: 0;
  left: 0;
  text-align: center;
  background: url(../images/news-right-tit3-bg.png) no-repeat top center;
  border-top: 2px solid #334d72;
}

.zt-box {
  margin: -2% -2% 0;
}

.zt-list {
  float: left;
  width: 46%;
  margin: 2% 2% 0;
}

.zt-list .zt-img {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.zt-list p {
  font-size: 14px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.zt-list:hover p {
  color: #b58e4b;
}

.p5 {
  padding-bottom: 5px !important;
}

.p12 {
  padding-bottom: 12px !important;
}

.news-right-cnt .news-list {
  margin-top: -9px;
}

.news-right-cnt .news-list li {
  font-size: 14px;
  line-height: 30px;
  padding-left: 9px;
  background: url(../images/li-bg.jpg) no-repeat left center;
}

.news-right-cnt .news-list li a {
  display: block;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-right-cnt .news-list li a:hover {
  color: #c99c59;
}

.school-box {
  margin-top: -7px;
}

.school-box dl {
  /* height: 73px; */
  padding-top: 5px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e8e8e8;
}

.school-box dl:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.news-right-cnt2 {
  padding-bottom: 0 !important;
  box-shadow: 0 -5px 10px -5px rgba(0, 0, 0, 0.1) !important;
}

.rules-box {
  margin: -20px -18px 0;
  background: #f5f7f9;
}

.rules-box dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
  padding: 10px 15px;
  margin-bottom: 10px;
}

.rules-box dl:last-child {
  margin-bottom: 0 !important;
}

.rules-box dl dt, .school-box dl dt {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 10px;
}

.school-name {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 14px;
}

.rules-box dl dd, .school-box dl dd {
  float: left;
  width: 80%;
  width: calc(100% - 50px);
}

.school-box .list-item-cost a {
  float: left;
  width: 31.333%;
  margin: 0 1%;
  font-size: 12px;
  line-height: 17px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #677c9b;
  text-align: center;
  color: #677c9b;
}

.school-box .list-item-cost a:hover {
  color: #fff;
  background: #b58e4b;
  border-color: #b58e4b;
}

.rules-box .list-item-cost {
  font-size: 14px;
}

.rules-box .list-item-cost span em {
  color: #cc5151;
  font-weight: bold;
}

.rules-box .look-rules {
  float: right;
  font-size: 12px;
  line-height: 19px;
  padding: 0 12px;
  color: #b58e4b !important;
  border: 1px solid #b58e4b;
  border-radius: 3px;
}

.rules-box .look-rules:hover {
  color: #fff !important;
  background: #b58e4b;
}

.rules-box .school-name {
  margin-bottom: 10px;
}

.special-news {
  margin: -10px -1.75% 0;
  overflow: hidden;
}

.special-news li {
  float: left;
  width: 46.5%;
  margin: 10px 1.75% 0;
}

.special-news li a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  color: #334d72;
  border: 1px solid #c7d3e4;
  background: #f1f4f9;
  border-radius: 4px;
  padding-left: 11px;
}

.special-news .more-li a {
  text-align: center;
  padding-left: 0;
}

.special-news li a:hover {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

/* 22.1.13 end */
/* news-right-box end */
/* newsdetail.html start */
/* share bds start */
.share-box {
  width: 250px;
  margin: 0 auto;
}

.social-share a {
  float: left;
  position: relative;
  text-decoration: none;
  /* margin: 4px; */
  display: inline-block;
  outline: none;
}

#bsBox, #bsBox * {
  box-sizing: content-box !important;
}

.social-share .icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  z-index: 9;
  top: -205px;
  left: -84px;
  width: 200px;
  height: 192px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 2px 10px #aaa;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
  width: 105px;
  margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
  font-weight: normal;
  line-height: 16px;
  padding: 0;
  margin: 0;
}

.social-share .icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
  display: block;
}

/* share bds end */
.news-main {
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-main .main-inside-form .form-box {
  padding: 0 10px 20px;
  margin-left: 0;
  margin-right: 0;
  background-color: #eee;
  text-align: center;
}

.news-main .form-box .moudle-title {
  color: #183049;
}

.over-box {
  text-align: center;
  padding-bottom: 30px;
}

.over-box p {
  font-size: 14px;
  color: #999;
}

.over-title {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 20px;
  background: url(http://www.yuloo.com/slschool/images/news/over-bg.jpg) repeat-x center;
}

.over-title span {
  padding: 0 30px;
  background-color: #fff;
}

.news-main {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.news-tit {
  text-align: center;
  border-bottom: 2px solid #e5e5e5;
  margin-bottom: 20px;
  top: -20px;
  transition: all .5s;
}

.photolist .moudle-title {
  padding: 40px 0 30px;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  color: #0e2644;
  border-bottom: 2px solid #eee;
}

.news-tit.on-top {
  position: fixed;
  width: 100%;
  height: 60px;
  text-align: left;
  background-color: #fff;
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
  opacity: 1;
  z-index: 99;
  transition: all .5s;
}

.news-tit h1, .news-tit h2 {
  font-size: 28px;
  line-height: 40px;
  margin-bottom: 15px;
}

.news-tit.on-top h1 {
  float: left;
  width: 40%;
  margin-right: 2%;
  font-size: 18px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 0 2% 0 0;
}

.news-tit.on-top .info {
  float: left;
  width: 38%;
  margin: 0 auto;
  line-height: 60px;
}

.news-tit.on-top .share-box {
  float: right;
  width: 20%;
  margin: 0 auto;
}

.news-tit.on-top h1 .original-icon, .news-tit.on-top h2 .original-icon {
  width: 40px;
  height: 40px;
  top: 10px;
  right: 20px;
}

.news-tit.on-top .share-box {
  margin-top: 10px;
}

.news-tit h1 span, .news-tit h2 span {
  position: relative;
  color: #0b254a;
  font-weight: 900;
}

.news-tit h1 .original-icon, .news-tit h2 .original-icon {
  position: absolute;
  display: block;
  width: 81px;
  height: 81px;
  background: url(http://www.yuloo.com/slschool/images/news/original-icon.png) no-repeat center;
  background-size: contain;
  right: 20px;
  top: 5px;
}

.news-tit.double-border {
  border-color: #0b254a;
  margin: 0 60px 20px;
}

.news-tit-box {
  padding-bottom: 15px;
}

.double-border h2, .double-border h1 {
  padding: 20px 0 10px;
  font-size: 40px;
  text-align: center;
  color: #0b254a;
}

.news-tit.double-border .news-tit-box {
  margin-bottom: 2px;
  border-bottom: 2px solid #0b254a;
  padding-bottom: 0;
}

.news-tit.double-border .info label {
  font-size: 16px;
  font-weight: normal;
  color: #0b254a;
  margin-right: 5%;
}

.news-tit.double-border .info span {
  color: #B58E4B;
}

.info {
  font-size: 14px;
  color: #888;
  margin-bottom: 10px;
}

.info span {
  margin-right: 10px;
}

.news-cnt p {
  line-height: 38px;
  margin-bottom: 10px;
  font-size: 16px;
}

.news-cnt table, .news-cnt td {
  border: 1px #999 solid;
  table-layout: auto;
}

.news-cnt table h3 {
  border: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.news-cnt table p {
  margin-bottom: 0;
}

.news-cnt td {
  font-size: 14px;
}

/* 二级关键词新闻适配 */
.news-cnt h3 {
  line-height: 38px;
  margin-bottom: 0;
  font-size: 16px;
}

.news-cnt hr {
  display: none;
}

.news-cnt th {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}

.news-cnt td p, .news-cnt td {
  text-align: center;
  line-height: 30px !important;
}

.news-cnt table {
  width: 100%;
  margin-bottom: 10px;
}

/* 二级关键词新闻适配 */
.rules-flow-box {
  background-color: #f4f5f7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  margin-top: 30px;
}

.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: url(http://www.yuloo.com/slschool/images/news/rules-flow-title-bg.jpg) no-repeat center center;
  background-size: cover;
}

.rules-flow-main {
  margin-left: 70px;
  font-weight: bold;
  color: #0b254a;
  font-size: 16px;
  padding-top: 12px;
}

.rules-flow-main > div {
  height: 36px;
  line-height: 36px;
}

.rules-flow-main b {
  max-width: 100px;
  text-align: right;
  padding: 0;
}

.rules-flow-main span {
  display: inline-block;
  position: relative;
  padding-right: 60px;
}

.rules-flow-main span:last-child {
  padding: 0;
}

.rules-flow-main span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 14px;
  width: 42px;
  height: 36px;
  background: url(http://www.yuloo.com/slschool/images/news/flow-r.png) no-repeat center center;
}

.rules-flow-main span:last-child::after {
  display: none;
}

.flow-icon {
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #fff;
  padding: 0 9px;
  background: url(http://www.yuloo.com/slschool/images/news/flow-icon.png) no-repeat center center;
}

.news-flex-box .news-cnt {
  margin-bottom: 20px;
}

.news-flex-box, .news-recommend {
  padding: 0 40px;
}

.news-flex-box .praise {
  margin-top: 30px;
}

.news-flex-box .praise .end-title {
  text-align: center;
  margin-bottom: 20px;
  background: url(http://www.yuloo.com/slschool/images/news/praise-bg.jpg) repeat-x center center;
}

.news-flex-box .end-title span {
  background-color: #fff;
  color: #333333;
  font-size: 18px;
  padding: 0 15px;
}

.news-flex-box .state {
  margin-bottom: 20px;
}

.news-flex-box .state p {
  color: #666;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  margin-bottom: 0;
}

.follow-wxbox {
  margin-bottom: 20px;
}

.follow-title {
  border-top: 1px dashed #eaeaea;
  padding-top: 30px;
  font-size: 26px;
  color: #0e2644;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.follow-wx {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.follow-wx dl {
  text-align: center;
  float: left;
  width: 30%;
  margin-left: 20%;
  padding: 0 2%;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  border: 1px solid #eaeaea;
}

.follow-wx dl:nth-child(2) {
  margin-left: 5%;
  margin-right: 15%;
}

.follow-wx dl dt {
  float: left;
  margin-right: 10px;
  padding: 10px 0;
}

.follow-wx dl dd {
  float: left;
  flex: 1;
  text-align: left;
  margin-left: 40px;
  line-height: 38px;
  margin-top: 15% \9;
}

.follow-wx dl dd p {
  font-size: 18px;
  font-weight: bold;
  color: #000;
  margin-bottom: 0;
}

.follow-wx dl dd span {
  font-size: 16px;
  color: #192d76;
  line-height: 1;
}

.news-recommend {
  margin-bottom: 10px;
}

.news-recommend li {
  float: left;
  width: 48%;
  margin: 0 1%;
  font-size: 16px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.news-recommend li b {
  font-weight: normal;
}

.news-recommend li:last-child {
  text-align: right;
}

.news-recommend li a {
  color: #333333;
}

.news-recommend li:hover a, .news-recommend li:hover {
  color: #d5b98a;
}

.recommend-main {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  margin-bottom: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.recommend-main .moudle-title {
  padding: 30px 0;
  font-size: 28px;
  text-align: center;
  margin-bottom: 10px;
  color: #0e2644;
  border-bottom: 2px solid #eee;
}

.recommend-main .recommend-cnt ul {
  padding: 0 0 10px;
  margin: -5px -2% 0;
}

.recommend-main .recommend-cnt ul li {
  float: left;
  width: 46%;
  margin: 0 2% 1%;
  padding: 0 0 1%;
  border-bottom: 1px dashed #dbdbdb;
}

.recommend-main .recommend-cnt ul li:hover::before {
  display: none;
}

.recommend-main .recommend-cnt ul li a {
  display: block;
  word-break: break-all;
  font-size: 14px;
  line-height: 20px;
  padding-left: 10px;
  background: url(http://www.yuloo.com/slschool/images/li-img1.jpg) no-repeat left top 8px;
}

.recommend-main .recommend-cnt ul li a:hover {
  background: url(http://www.yuloo.com/slschool/images/li-img1.jpg) no-repeat left top 8px;
}

.recommend-main .recommend-cnt ul li a span {
  display: inline-block;
  font-size: 12px;
  color: #aaaaaa;
}

.recommend-main .recommend-cnt ul li .newslist-img {
  margin-right: 2%;
  width: 24%;
  max-width: 110px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  overflow: hidden;
}

.recommend-main .recommend-cnt ul li p {
  font-size: 14px;
}

.recommend-main .recommend-cnt ul li .newslist-description {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  color: #999999;
  margin-bottom: 0 !important;
}

.recommend-main .recommend-cnt ul li .newslist-title {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
  height: 20px;
  margin-bottom: 6px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.recommend-main .recommend-cnt ul li .newslist-title:hover, .recommend-main .recommend-cnt ul li a:hover, .recommend-main .recommend-cnt ul li a:hover span {
  color: #d5b98a;
}

.recommend-main .recommend-cnt dl {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  margin: 0 3% 20px 0;
  padding: 0;
}

.recommend-main .recommend-cnt dl dt {
  float: left;
  /* width: 14%; */
  width: 56px !important;
  color: #bbbbbb;
  font-weight: normal;
  padding-right: 10px;
  border-right: 1px solid #dddddd;
  margin-right: 10px;
  text-align: center;
}

.recommend-main .recommend-cnt dl dt .t-day {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 0;
}

.recommend-main .recommend-cnt dl dt .t-time {
  font-size: 12px;
  margin: 0 auto;
}

.recommend-main .recommend-cnt dl dd {
  width: 84%;
  float: left;
}

.recommend-main .recommend-cnt dl dd a {
  display: block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 900;
  color: #333333;
  margin-bottom: 8px;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend-main .recommend-cnt dl dd a:hover {
  color: #d5b98a;
}

.recommend-main .recommend-cnt dl dd p {
  font-size: 14px;
  color: #999999;
  margin: 0 auto;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
}

.rec-school .rec-school-list {
  float: left;
  width: 31.333%;
  margin: 0 1% 20px;
  border: 1px solid #eff0f1;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  padding: 10px;
}

.rec-school dl {
  margin-bottom: 10px;
}

.rec-school dl dt, .rec-school dl dd {
  float: left;
}

.rec-school dl dt {
  width: 50px;
  height: 50px;
  text-align: center;
}

.rec-school dl dd {
  width: 80%;
  margin-left: 10px;
  width: calc(100% - 60px);
}

.rec-school dl dd a {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  color: #0b244b;
  overflow: hidden;
  display: flex;
  height: 40px;
  margin: 4px 0;
  float: left;
  width: 66%;
  width: calc(100% - 5px);
  align-items: center;
}

.rec-school dl dd a:hover {
  color: #b58e4b;
}

.rec-school .tag-list {
  border-top: 1px dashed #e3e3e8;
  padding-top: 11px;
  height: 37px;
  line-height: 24px;
  overflow: hidden;
}

.rec-school .tag-list span {
  font-size: 12px;
}

.tag {
  font-size: 12px;
  color: #fff;
  line-height: 1;
  padding: 3px 5px;
  margin: 0 3px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  display: inline-block;
}

.tag:last-child {
  margin-right: 0;
}

.tag-color1 {
  background-color: #98b984;
}

.tag-color6 {
  background-color: #9197d6;
}

.tag-color2 {
  background-color: #6f90c6;
}

.tag-color3 {
  background-color: #f4ab6f;
}

.tag-color4 {
  background-color: #c58686;
}

.tag-color5 {
  background-color: #cfa589;
}

/* newsdetail.html end */
/* 20191223 */
.form-main .select-search {
  height: 34px;
  position: relative;
  z-index: 4;
  padding: 0;
  /* margin-bottom: 20px */
}

.form-main .select-search .school-option.hidden {
  display: none;
}

.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;
  /* border: 1px solid #ccc; */
}

.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%;
}

.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);
}

.form-main .select-search .school-option ul {
  margin: 0 auto 10px;
}

.form-main .select-search .school-option li {
  font-size: 14px;
  color: #555;
  text-align: left;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.form-main .schoolName-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-main .school-option select {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  line-height: 30px;
  margin-bottom: 0 !important;
  border: none !important;
}

.form-main .school-option select option {
  padding: 8px 12px;
  line-height: 30px;
  border: none !important;
}

.form-main .select-search .school-option ul {
  margin: 0 auto 10px;
}

.form-main .select-search .school-option li {
  font-size: 14px;
  color: #555;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

/* 20191223 end */
/* link start */
.link {
  padding-top: 2%;
}

.link .link-title {
  width: 100%;
  text-align: left;
  font-size: 24px;
  height: 26px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  margin: 0 auto 25px;
  position: relative;
  padding-left: 20px;
}

.link .link-title::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  background: #373c77;
  width: 6px;
  height: 26px;
  border-radius: 0 3px 3px 0;
}

.link .module-title {
  margin-bottom: 20px;
}

.link a {
  padding: 0 10px 10px;
  display: block;
  float: left;
  font-size: 14px;
  color: #666;
}

.link a:hover {
  color: #b49277;
}

/* link end */
.faqnews-list li {
  padding: 0 0 11px;
  margin-bottom: 11px;
  border-bottom: 1px dashed #e0e0e0;
}

.faqnews-list li .faqnews-tit, .faqnews-list li p {
  position: relative;
  padding-left: 22px;
}

.faqnews-list li .faqnews-tit em, .faqnews-list li p em {
  display: block;
  width: 16px;
  line-height: 16px;
  font-size: 12px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 4px;
  text-align: center;
  border-radius: 2px;
}

.faqnews-list li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.faqnews-list li .faqnews-tit {
  margin-bottom: 6px;
}

.faqnews-list li .faqnews-tit a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
}

.faqnews-list li .faqnews-tit em {
  background: #21a45e;
}

.faqnews-list li .faqnews-tit:hover a {
  color: #b49277;
}

.faqnews-list li p {
  font-size: 12px;
  color: #999;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
}

.faqnews-list li p em {
  background: #fd783e;
  top: 2px;
}

.yuloo-form-box {
  background: #d8eaf6;
  border-radius: 10px;
  padding: 24px 16px 16px;
}

.yuloo-form-box .yuloo-form-cont {
  line-height: 20px;
  margin-bottom: 28px;
}

.yuloo-form-box .yuloo-form-cont p {
  position: relative;
  float: left;
  max-width: calc(100% - 180px);
  font-weight: bold;
  color: #0f629d;
  font-size: 19px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 15px;
}

.yuloo-form-box .yuloo-form-cont p::before {
  position: absolute;
  display: block;
  content: '';
  left: 0;
  top: 0;
  width: 14px;
  height: 14px;
  background: url(../images/yuloo-form-cont-icon.png) no-repeat center center;
}

.yuloo-form-box .yuloo-form-cont span {
  float: left;
  width: 180px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
}

.yuloo-form-box .moudle-title {
  position: relative;
  padding: 0;
  height: 30px;
  z-index: 0;
  background: none;
}

.yuloo-form-box .moudle-title span {
  position: relative;
  float: left;
  background: #0f629d;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 15px 15px;
}

.yuloo-form-box .moudle-title span::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 30px solid #0f629d;
  border-top: 30px solid transparent;
  border-right: 5px solid transparent;
  right: -5px;
  top: -25px;
}

.yuloo-form-box .yuloo-form-main {
  position: relative;
  background: #fff;
  border-radius: 8px;
  z-index: 1;
}

.yuloo-form-box .form-inline {
  width: 102%;
  padding: 20px;
  margin: 0 -1%;
}

.yuloo-form-box .form-inline > p {
  position: absolute;
  right: 20px;
  top: -30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}

.yuloo-form-box .form-inline > p span {
  color: #f05409;
  font-weight: bold;
}

.yuloo-form-box .inline-box {
  float: left;
  width: 100%;
}

.yuloo-form-box .form-group {
  float: left;
  width: 31.333%;
  margin: 0 1% 10px;
  position: relative;
  background: #f7f7f7;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding-left: 12px;
}

.yuloo-form-box .form-group .form-control {
  width: calc(100% - 70px);
}

.yuloo-form-box .form-group .form-control, .yuloo-form-box .form-group .select-search-btn {
  border: none;
  background: none;
  box-shadow: none;
  color: #999;
}

.yuloo-form-box .form-group.submit-group {
  float: right;
  width: 230px;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.yuloo-form-box .form-group.form-school-group {
  width: 64.666%;
}

.yuloo-form-box .form-group .test-btn {
  width: 165px;
  padding: 10px 0;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  color: #fff;
  background: #f05409;
  border-radius: 21px;
  border: none !important;
}

.yuloo-form-box .input-group-span {
  float: left;
  width: 70px;
  font-size: 14px;
  line-height: 34px;
  color: #333;
  font-weight: normal;
  margin: 0 auto;
}

.yuloo-form-box .input-group-span em {
  color: #c04b4b;
}

.yuloo-form-box .form-msg {
  float: left;
  max-width: calc(100% - 244px);
  font-size: 12px;
  line-height: 20px;
  background: #fff4ef url(../images/form-msg-icon.png) no-repeat left 14px center;
  padding: 6px 9px 6px 14px;
  padding-left: 50px;
  border-radius: 12px;
}

.yuloo-form-box .form-msg p {
  font-size: 14px;
  font-weight: bold;
  color: #f03e00;
}

.yuloo-form-box .form-msg span {
  color: #333;
}

.yuloo-form-box.yuloo-form-box2 {
  position: relative;
  padding-top: 38px;
  background: linear-gradient(#ffe4ba, #ffc675);
  border-radius: 2px;
}

.yuloo-form-box.yuloo-form-box2 .moudle-title {
  position: absolute;
  left: 0;
  top: 0;
}

.yuloo-form-box.yuloo-form-box2 .moudle-title span {
  flex: 1;
  position: relative;
  display: inline-block;
  padding: 9px 30px;
  background: url(../images/main01-form-title-bg.png) no-repeat right bottom;
  background-size: 264px;
  border-radius: 2px 0 0 0;
}

.yuloo-form-box.yuloo-form-box2 .moudle-title span::before {
  position: absolute;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/main01-form-title-icon.png) no-repeat center center;
  left: 8px;
  top: 12px !important;
  border: none !important;
}

.yuloo-form-box.yuloo-form-box2 .main01-form-cnt {
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
}

.yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left {
  margin-right: 20px;
}

.yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left p {
  display: inline-block;
  font-size: 24px;
  line-height: 1px;
  font-family: 'AlibabaPuHuiTiB';
  color: #7d3a0b;
  font-weight: bold;
  font-style: italic;
}

.yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left .p1 {
  margin-left: 10px;
}

.yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left .p1 span {
  font-size: 50px;
  font-weight: bold;
  line-height: 36px;
  font-family: 'Source Han Serif SC,SourceHanSerifSC';
  color: #fe5f2c;
  font-style: italic;
}

.yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left .p1 span em {
  font-size: 24px;
  font-family: Arial;
}

.yuloo-form-box.yuloo-form-box2 .form-cnt-adv {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  margin-top: -22px;
}

.yuloo-form-box.yuloo-form-box2 .form-cnt-adv p {
  width: 50%;
  font-size: 12px;
  line-height: 22px;
  color: #7d3a0b;
  font-weight: bold;
  white-space: nowrap;
}

.yuloo-form-box.yuloo-form-box2 .form-cnt-adv p em {
  color: #f03e00;
}

.yuloo-form-box.yuloo-form-box2 .form-group .test-btn {
  margin: 0 auto;
}

.yuloo-form-box.yuloo-form-box2 .form-group.submit-group {
  position: relative;
  width: 100%;
  text-align: center;
}

.yuloo-form-box.yuloo-form-box2 .must-box2 {
  position: absolute;
  left: 50%;
  margin-left: 100px;
}

.yuloo-form-box .select-search {
  padding: 0;
  height: 34px;
  position: relative;
  z-index: 4;
}

.yuloo-form-box .select-search .school-option {
  width: 200px;
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  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);
}

.yuloo-form-box .select-search .school-option.hidden {
  display: none;
}

.yuloo-form-box .select-search .school-option ul {
  margin: 0 auto 10px;
}

.yuloo-form-box .select-search .school-option li {
  font-size: 14px;
  color: #555;
  text-align: left;
  height: 30px;
  line-height: 30px;
  cursor: pointer;
}

.yuloo-form-box .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%;
}

.yuloo-form-box .select-search .school-option select {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  line-height: 30px;
  margin-bottom: 0 !important;
  border: none !important;
}

.yuloo-form-box .select-search .school-option select option {
  padding: 8px 12px;
  line-height: 30px;
  border: none !important;
}

.yuloo-form-box .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;
}

.yuloo-form-box .schoolName-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.news-left-box > .yuloo-form-box {
  margin-bottom: 30px;
}

.news-left-box > .yuloo-form-box .form-inline > p {
  top: -33px;
}

.news-left-box > .yuloo-form-box .moudle-title {
  height: 38px;
}

.news-left-box > .yuloo-form-box .moudle-title span {
  font-size: 18px;
  padding-top: 10px;
}

.news-left-box > .yuloo-form-box .moudle-title span::before {
  border-bottom: 38px solid #0f629d;
  border-top: 38px solid transparent;
  border-right: 5px solid transparent;
  right: -5px;
  top: -33px;
}

.right-form-box {
  padding: 0 !important;
  background: linear-gradient(#ffe4ba, #ffc675);
}

.right-form-box .main01-form {
  position: relative;
  padding: 16px 10px 10px;
  background: url(../images/main01-form-bg.png) no-repeat left center;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
}

.right-form-box .main01-form .main01-form-title {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  margin-top: -16px;
  margin-left: -10px;
}

.right-form-box .main01-form .main01-form-title span {
  position: relative;
  display: inline-block;
  padding: 0 30px;
  background: url(../images/main01-form-title-bg.png) no-repeat right bottom;
}

.right-form-box .main01-form .main01-form-title span::before {
  position: absolute;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/main01-form-title-icon.png) no-repeat center center;
  left: 10px;
  top: 6px;
}

.right-form-box .main01-form .main01-form-cnt {
  padding-top: 23px;
  margin-bottom: 4px;
}

.right-form-box .main01-form .main01-form-cnt p {
  font-size: 24px;
  line-height: 1px;
  font-family: 'AlibabaPuHuiTiB';
  color: #7d3a0b;
  font-weight: bold;
  font-style: italic;
}

.right-form-box .main01-form .main01-form-cnt .p1 {
  margin-left: 10px;
}

.right-form-box .main01-form .main01-form-cnt .p1 span {
  font-size: 50px;
  font-weight: bold;
  line-height: 36px;
  font-family: 'Source Han Serif SC,SourceHanSerifSC';
  color: #ff762e;
  font-style: italic;
}

.right-form-box .main01-form .main01-form-cnt .p1 span em {
  font-size: 24px;
  font-family: Arial;
}

.right-form-box .main01-form .main01-form-cnt .p2 {
  margin-left: 158px;
}

.right-form-box .main01-form .zhu-form {
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  background: linear-gradient(90deg, #d06637, transparent);
  border-radius: 4px;
  padding-bottom: 16px;
  margin-bottom: -12px;
}

.right-form-box .main01-form .main01-form-bg {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}

.right-form-box .main01-form .form-time {
  font-size: 15px;
  line-height: 25px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 100px;
  background: url(../images/form-time-bg.jpg) no-repeat left center;
  background-size: contain;
}

.right-form-box .main01-form .form-group {
  width: 100%;
  margin: 0 auto 0 0;
  max-width: 190px;
}

.right-form-box .main01-form .form-control {
  font-size: 12px;
  line-height: 32px;
  border: none !important;
  box-shadow: none;
  background: #f2f2f2;
  border-radius: 6px;
  margin-bottom: 6px;
}

.right-form-box .main01-form .textarea-group {
  max-width: none;
}

.right-form-box .main01-form .textarea-group textarea {
  height: 52px;
  line-height: 18px;
  max-height: 50px;
  min-height: 52px;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}

.right-form-box .main01-form .submit-group {
  max-width: none;
  margin-top: 3px;
}

.right-form-box .main01-form .submit-group input {
  width: 100%;
  font-size: 18px;
  line-height: 42px;
  font-weight: bold;
  color: #fee8be;
  border: none;
  border-radius: 42px;
  text-align: center;
  background: linear-gradient(-90deg, #f0580a, #f03e00);
}

.right-form-box .main01-form .submit-group input:hover {
  opacity: 0.9;
}

.right-form-box .main01-form .form-horizontal {
  position: relative;
}

.right-form-box .main01-form .must-box, .right-form-box .main01-form .must-box2 {
  position: absolute;
  right: -5px;
  top: 5px;
}

.right-form-box2 {
  padding: 0 !important;
  background: linear-gradient(#fff1d9, #fff1d9, #ffc675);
}

.right-form-box2 .main01-form {
  position: relative;
  padding: 16px 10px 10px;
  border-radius: 8px;
  overflow: hidden;
  background-size: cover;
}

.right-form-box2 .main01-form .main01-form-title {
  display: flex;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-top: -16px;
  margin-left: -10px;
  margin-right: -10px;
  background: linear-gradient(-90deg, #ffe2b5, transparent, transparent);
}

.right-form-box2 .main01-form .main01-form-title p {
  width: 147px;
  padding: 9px 15px 9px 0;
  font-size: 13px;
  line-height: 16px;
  font-weight: bold;
  color: #ca3e00;
  text-align: center;
}

.right-form-box2 .main01-form .main01-form-title p em {
  display: inline-block;
}

.right-form-box2 .main01-form .main01-form-title span {
  flex: 1;
  position: relative;
  display: inline-block;
  padding: 9px 30px;
  background: url(../images/main01-form-title-bg.png) no-repeat right bottom;
}

.right-form-box2 .main01-form .main01-form-title span::before {
  position: absolute;
  display: block;
  content: '';
  width: 18px;
  height: 18px;
  background: url(../images/main01-form-title-icon.png) no-repeat center center;
  left: 10px;
  top: 15px;
}

.right-form-box2 .main01-form .main01-form-cnt {
  padding-top: 23px;
  margin-bottom: 4px;
}

.right-form-box2 .main01-form .main01-form-cnt p {
  font-size: 24px;
  line-height: 1px;
  font-family: 'AlibabaPuHuiTiB';
  color: #7d3a0b;
  font-weight: bold;
  font-style: italic;
}

.right-form-box2 .main01-form .main01-form-cnt .p1 {
  margin-left: 10px;
}

.right-form-box2 .main01-form .main01-form-cnt .p1 span {
  font-size: 50px;
  font-weight: bold;
  line-height: 36px;
  font-family: 'Source Han Serif SC,SourceHanSerifSC';
  color: #ff762e;
  font-style: italic;
}

.right-form-box2 .main01-form .main01-form-cnt .p1 span em {
  font-size: 24px;
  font-family: Arial;
}

.right-form-box2 .main01-form .main01-form-cnt .p2 {
  margin-left: 158px;
}

.right-form-box2 .main01-form .zhu-form {
  padding: 0 8px;
  font-size: 12px;
  line-height: 24px;
  color: #fff;
  background: linear-gradient(90deg, #d06637, transparent);
  border-radius: 4px;
  padding-bottom: 16px;
  margin-bottom: -12px;
}

.right-form-box2 .main01-form .main01-form-bg {
  padding: 10px;
  background: #fff;
  border-radius: 8px;
}

.right-form-box2 .main01-form .form-adv {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  line-height: 22px;
  color: #824114;
  padding: 10px 0;
}

.right-form-box2 .main01-form .form-adv p {
  width: 50%;
  padding-left: 15px;
}

.right-form-box2 .main01-form .form-adv p span {
  font-weight: bold;
}

.right-form-box2 .main01-form .form-time {
  font-size: 15px;
  line-height: 25px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  padding-left: 100px;
  background: url(../images/form-time-bg.jpg) no-repeat left center;
  background-size: contain;
}

.right-form-box2 .main01-form .form-num {
  font-size: 12px;
  text-align: center;
  color: #7d3a0b;
}

.right-form-box2 .main01-form .form-num span {
  color: #f04a04;
}

.right-form-box2 .main01-form .form-group {
  float: left;
  width: 50%;
  width: calc(50% - 10px);
  margin: 0 5px;
  max-width: 190px;
}

.right-form-box2 .main01-form .select-require .form-control {
  padding-left: 18px;
}

.right-form-box2 .main01-form .form-control {
  font-size: 12px;
  line-height: 32px;
  border: none !important;
  box-shadow: none;
  background: #f2f2f2;
  border-radius: 6px;
  margin-bottom: 6px;
}

.right-form-box2 .main01-form .textarea-group {
  width: 100%;
  width: calc(100% - 10px);
  max-width: none;
}

.right-form-box2 .main01-form .textarea-group textarea {
  height: 52px;
  line-height: 18px;
  max-height: 50px;
  min-height: 52px;
  max-width: 100%;
  min-width: 100%;
  resize: none;
}

.right-form-box2 .main01-form .submit-group {
  width: 100%;
  position: relative;
  max-width: none;
  margin-top: 3px;
  text-align: center;
}

.right-form-box2 .main01-form .submit-group input {
  width: 120px;
  margin: 0 auto;
  font-size: 18px;
  line-height: 38px;
  font-weight: bold;
  color: #fee8be;
  border: none;
  border-radius: 38px;
  text-align: center;
  background: linear-gradient(-90deg, #f0580a, #f03e00);
}

.right-form-box2 .main01-form .submit-group input:hover {
  opacity: 0.9;
}

.right-form-box2 .main01-form .form-horizontal {
  position: relative;
}

.right-form-box2 .main01-form .must-box, .right-form-box2 .main01-form .must-box2 {
  position: absolute;
  right: -5px;
  top: 5px;
}

.right-form-box2 .select-require {
  position: relative;
}

.right-form-box2 .select-require::after {
  display: block !important;
  content: '*' !important;
  line-height: 40px;
  color: #f04001;
  position: absolute;
  left: 10px;
  top: 0;
}

.form-scroll-box {
  text-align: center;
  font-size: 12px;
  color: #888;
  margin-top: 10px;
  height: 20px;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .recommend-main .recommend-cnt dl {
    width: 48%;
    margin: 0 1% 20px;
    margin-bottom: 20px;
    padding: 0;
  }
  .recommend-main .recommend-cnt dl .detail-btn {
    padding: 0 4%;
  }
}

@media only screen and (max-width: 1024px) {
  .order-list-box {
    background: none;
  }
  .newslist-box ul li .newslist-img {
    width: 30%;
  }
  .newslist-box {
    padding-bottom: 3%;
    margin-bottom: 3%;
  }
  .newslist-box ul, .news-right-box .news-right-cnt {
    margin-bottom: 3%;
  }
  .newslist-box .moudle-title {
    padding: 4% 0;
  }
  .news-right-box, .news-left-box {
    width: 100%;
  }
  .news-right-box {
    margin-left: 0;
  }
  .order-list-box {
    margin: 0 auto;
  }
  .order-list-box dl {
    float: left;
    width: 48%;
    margin: 1%;
    border: 1px solid #eee;
  }
  .order-list-box dl:last-child {
    padding-bottom: 15px;
    border: 1px solid #eee;
  }
  .news-right-box .open-day ul li {
    margin: 1%;
  }
  .news-flex-box, .news-recommend {
    padding: 0 2%;
  }
  .recommend-main {
    padding-left: 2%;
    padding-right: 2%;
  }
  .recommend-main .recommend-cnt dl, .recommend-main .recommend-cnt dl.rules-list-cnt {
    width: 98%;
  }
  .recommend-main .recommend-cnt dl dd {
    width: calc(100% - 66px);
  }
  .recommend-main .recommend-cnt dl.rules-list-cnt {
    margin: 0 1% 3%;
  }
  .recommend-main .recommend-cnt dl dd.rules-cnt {
    width: calc(100% - 239px);
  }
  .recommend-main .recommend-cnt ul li {
    width: 98%;
    margin: 0 1% 1%;
  }
  .recommend-main .recommend-cnt ul li .newslist-img {
    width: 30%;
  }
  .recommend-main .recommend-cnt .moudle-title {
    padding: 4% 0;
  }
  .news-recommend {
    padding: 0;
  }
  .rec-school .rec-school-list {
    width: 48%;
  }
  .rec-school dl dt {
    width: 60px;
    height: 60px;
  }
  .rec-school dl dd {
    width: 77%;
    width: calc(100% - 70px);
  }
  .rec-school dl {
    display: -webkit-box;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .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.pre, .page a.next, .page a.last-page {
    display: inline-block;
  }
  .special-news {
    margin: 0 -1%;
  }
  .special-news li {
    width: 18%;
    margin: 1.5% 1% 0;
  }
  .school-box dl {
    float: left;
    width: 48%;
    margin: 1% 1% 0;
    padding-bottom: 2%;
  }
  .zt-box {
    margin: -2% auto 0;
  }
  .zt-list {
    width: 23%;
    margin: 2% 1% 0;
  }
}

@media only screen and (max-width: 768px) {
  /* 20191223 */
  .news-flex-box .form-main .form-group {
    display: flex !important;
    justify-content: center;
  }
  .form-main .select-search {
    padding: 0 !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 {
    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 .schoolName-box, .form-main .school-option select option {
    padding: 0 !important;
  }
  .form-main .select-search button, .form-main .select-search .school-option input {
    display: none;
  }
  /* 20191223 */
  .main-inside-form .form-box {
    margin-top: 3%;
    margin-bottom: 3%;
  }
  .over-box {
    padding-bottom: 0;
  }
  .news-main {
    padding-top: 5%;
  }
  .news-tit-box {
    padding-bottom: 10px;
  }
  .news-tit h1, .news-tit h2 {
    padding: 0 2%;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .news-tit .info {
    font-size: 12px;
    margin-bottom: 0;
  }
  .news-tit.double-border h1, .news-tit.double-border h2, .news-tit h1, .news-tit h2 {
    position: relative;
    display: inline-block;
  }
  .news-tit h1 span, .news-tit h2 span {
    position: static;
  }
  .news-tit h1 .original-icon, .news-tit h1 .original-icon, .news-tit h2 .original-icon, .news-tit h2 .original-icon {
    position: absolute;
    width: 98%;
    height: 80px;
    background: url(http://www.yuloo.com/slschool/images/news/original-icon.png) no-repeat center right;
    background-size: contain;
    left: 1%;
    top: -5px;
  }
  .newslist-box {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .newslist-box ul, .news-right-box .news-right-cnt {
    margin-bottom: 5%;
  }
  .newslist-box .moudle-title {
    font-size: 22px;
  }
  .newslist-box ul, .newslist-box ul li:hover::before {
    padding: 0 10px;
  }
  .newslist-box ul li .newslist-title {
    margin-bottom: 0%;
  }
  .newslist-box ul li .newslist-description, .over-title {
    margin-bottom: 2%;
  }
  .newslist-box ul li .newslist-title {
    font-size: 16px;
  }
  .news-recommend li {
    width: 98%;
  }
  .news-recommend li:last-child {
    text-align: left;
  }
  .special-news li {
    width: 31.333%;
  }
  .school-box dl {
    width: 98%;
    padding-bottom: 2%;
  }
  .zt-list {
    width: 31.333%;
  }
  .yuloo-form-main .select-search,
  .yuloo-form-main .schoolName-box,
  .yuloo-form-main .school-option select option {
    padding: 0 !important;
  }
  .yuloo-form-main .form-control,
  .yuloo-form-main .selects-box select {
    border-color: #ccc !important;
  }
  .yuloo-form-main .select-search .school-option.hidden,
  .yuloo-form-main .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0 !important;
  }
  .yuloo-form-main .select-search .school-option {
    width: 100%;
    margin-bottom: 0 !important;
    box-shadow: none !important;
    border: none !important;
  }
  .yuloo-form-main .select-search,
  .yuloo-form-main .select-search .school-option select {
    margin: 0 !important;
    height: 32px !important;
  }
  .yuloo-form-main .school-option select {
    padding-left: 7px;
  }
  .yuloo-form-main .school-option select,
  .yuloo-form-main .school-option select option {
    width: 100%;
  }
  .yuloo-form-main .school-option select,
  .yuloo-form-main .school-option select option,
  .yuloo-form-main .schoolName-box {
    height: 32px;
    line-height: 30px;
  }
  .yuloo-form-main .select-search button,
  .yuloo-form-main .select-search .school-option input {
    display: none;
  }
  .right-form-box2 {
    display: none !important;
  }
  .right-form-box {
    display: none !important;
  }
  .yuloo-form-box select {
    line-height: 32px;
    padding-left: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background: #f7f7f7 url(//img.yuloo.com/images/public-img/select-icon.png) no-repeat right 5px center !important;
  }
  .yuloo-form-box .input-group-span {
    width: 80px;
  }
  .yuloo-form-box .form-group .form-control {
    width: calc(100% - 80px);
    padding-left: 0;
    padding-right: 0;
  }
  .yuloo-form-box .form-group .form-control.select-search {
    width: calc(100% - 80px) !important;
    background: none;
    border: none;
  }
  .yuloo-form-box .form-group.submit-group {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
  }
  .yuloo-form-box .form-msg {
    width: 100%;
    margin: 20px auto 0;
    max-width: none;
  }
  .yuloo-form-box .form-inline {
    padding-top: 10px;
  }
  .yuloo-form-box .form-inline > p {
    position: static;
    margin-bottom: 10px;
    line-height: 18px;
  }
  .yuloo-form-box .must-box2 {
    margin-top: 10px;
  }
  .yuloo-form-box.yuloo-form-box2 .form-group.submit-group {
    flex-wrap: wrap;
  }
  .yuloo-form-box.yuloo-form-box2 .must-box2 {
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .yuloo-form-box.yuloo-form-box2 .main01-form-cnt {
    flex-wrap: wrap;
    margin-top: 30px;
  }
  .yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left {
    width: 100%;
    margin: 0 auto;
  }
  .yuloo-form-box.yuloo-form-box2 .form-cnt-adv {
    margin: 0 auto;
  }
  .yuloo-form-box.yuloo-form-box2 .form-cnt-adv p {
    white-space: wrap;
  }
  .news-left-box > .yuloo-form-box {
    padding: 15px 10px;
  }
}

@media only screen and (max-width: 680px) {
  .newslist-wrapper {
    width: 100%;
  }
  .newslist-box ul li {
    padding: 2% 0;
  }
  .newslist-box ul li {
    padding-top: 64px;
  }
  .newslist-box ul li .newslist-wrapper h2 {
    position: absolute;
    display: flex;
    width: 100%;
    height: 44px;
    top: 10px;
    left: 0;
    align-items: center;
  }
  .newslist-box ul li .newslist-title {
    line-height: 22px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .order-list-box dl {
    width: 98%;
  }
  .yuloo-form-box .yuloo-form-cont p {
    max-width: 100%;
    font-size: 16px;
  }
  .yuloo-form-box .form-inline > p {
    margin-bottom: 15px;
  }
  .yuloo-form-box .form-group {
    width: 100% !important;
    display: flex;
    align-items: center;
  }
  .yuloo-form-box .form-group .test-btn {
    width: 100%;
  }
  .yuloo-form-box .form-group.submit-group {
    flex-wrap: wrap;
  }
  .yuloo-form-box .form-msg {
    margin-top: 10px;
  }
  .yuloo-form-main .select-search .school-option.hidden,
  .yuloo-form-main .select-search .school-option {
    display: block !important;
    position: static;
    padding: 0 !important;
    background: none;
    border: none;
    box-shadow: none;
  }
  .yuloo-form-main .select-search .school-option.hidden input,
  .yuloo-form-main .select-search .school-option input {
    display: none;
  }
}

@media only screen and (max-width: 500px) {
  .news-right-box .open-day ul li {
    width: 48%;
    text-align: center;
    margin: 1.5% 1%;
  }
  .order-list-box dl {
    margin: 1.5% 1%;
  }
  .rec-school .rec-school-list {
    width: 98%;
  }
  .recommend-main .recommend-cnt ul li {
    width: 98%;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
  .special-news li {
    width: 48%;
  }
  .school-box dl {
    width: 98%;
    padding-bottom: 3%;
    padding-top: 1%;
  }
  .zt-list {
    width: 48%;
  }
}

@media only screen and (max-width: 428px) {
  .yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left p {
    font-size: 18px;
  }
  .yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left .p1 {
    margin: 0 auto;
  }
  .yuloo-form-box.yuloo-form-box2 .main01-form-cnt .form-cnt-left .p1 span {
    font-size: 30px;
  }
  .yuloo-form-box.yuloo-form-box2 .form-cnt-adv p {
    width: auto;
    margin: 0 1%;
    min-width: 152px;
  }
}

/* newslist.html end */
