@charset "UTF-8";
/* newslist.html start */
.news-left-box, .news-right-box {
  float: left;
}

.news-left-box {
  width: 70%;
}

.news-right-box {
  width: 28.4%;
  margin: 0 0 3% 1.6%;
}

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

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

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

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

.newslist-box ul li {
  position: relative;
  display: flex;
  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: 180px;
  border-radius: 2px;
  overflow: hidden;
}

.newslist-box ul li .newslist-wrapper {
  display: flex;
  width: calc(100% - 100px);
  flex: 1;
  flex-wrap: wrap;
  align-items: center;
}

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

.newslist-box ul li .newslist-description {
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  color: #999999;
  margin-bottom: 5px;
}

.newslist-box ul li .newslist-title {
  display: block;
  font-size: 18px;
  color: #444;
  font-weight: bold;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 5px;
  overflow: hidden;
}

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

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

/* newslist.html end */
.news-right-box .right-ad-box{
  text-align: center;
  padding: 0 !important;
}
.news-right-cnt {
  position: relative;
}
.news-right-cnt .more-rules-btn{
  text-align:center;
  margin-top:14px;
  white-space:nowrap
}
.news-right-cnt .more-rules-btn a{
  display:inline-block;
  font-size:14px;
  color:#fff;
  width:148px;
  line-height:24px;
  border-radius:4px;
  background:#d67c55;
  border:1px solid #d67c55;
  padding:3px 0;
  margin:0 3px
}
.news-right-cnt .more-rules-btn a:hover {
  background:#da8966 !important
}
.news-right-cnt .more-rules-btn a.sl-btn{
  background: #283e7e;
  border:1px solid #283e7e;
}
.news-right-cnt .more-rules-btn a.sl-btn:hover {
  background:#3d518b !important
}

.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 #d67c55;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  left: 0;
  top: 6px;
}

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

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

.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: -14px;
  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: #d67c55;
}

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

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

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

.review-tabs {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
  border: none;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 10px;
}

.review-tabs li {
  width: 50%;
}

.review-tabs li a {
  font-size: 14px;
  line-height: 15px;
  color: #333;
  font-weight: bold;
  padding: 5px 0;
  margin: 0;
  text-align: center;
  border-color: #fff;
  border-bottom: 1px solid #d67c55 !important;
  background: #fff !important;
}

.review-tabs li.active a {
  color: #fff !important;
  background: #d67c55 !important;
  border-color: #d67c55 !important;
}

.review-tabs li.active::before {
  display: block;
  content: '';
  position: absolute;
  width: 15px;
  height: 100%;
  background: url(../images/tab-before-bg.png) no-repeat center top !important;
  right: -13px;
  top: 0;
  z-index: 1;
}

.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 dl dt, .school-box dl dt {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 10px;
}

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

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

.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 #458bbe;
  text-align: center;
  color: #458bbe;
}

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

.school-box .list-item-cost a.look-rules {
  color: #e38944;
  border-color: #e38944;
}

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

.school-box .list-item-cost a.look-faq {
  color: #4a5aa6;
  border-color: #4a5aa6;
}

.school-box .list-item-cost a.look-faq:hover {
  color: #fff;
  background: #4a5aa6;
  border-color: #4a5aa6;
}

.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 .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: #d67c55 !important;
  border: 1px solid #d67c55;
  border-radius: 3px;
}

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

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

.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: 18px;
  font-weight: bold;
  color: #333;
  padding: 7px 0;
  /* white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; */
  margin-bottom: 6px;
}

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

.no-br {
  border: none !important;
  padding-bottom: 0 !important;
}

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

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

.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;
  color: #283e7e;
  line-height: 32px;
  border: 1px solid #aebada;
  background: #f5f7fb;
  padding-left: 11px;
  border-radius: 4px;
}

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

.news-right-cnt {
  border-radius: 4px;
}

.news-right-cnt, .recommend-main {
  padding: 20px 14px 15px;
  background-color: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.news-right-cnt .news-right-tit, .news-right-cnt .main-title, .recommend-main .news-right-tit, .recommend-main .main-title {
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 15px;
}

.news-right-cnt .news-right-tit h3, .news-right-cnt .main-title h3, .recommend-main .news-right-tit h3, .recommend-main .main-title h3 {
  float: left;
  font-size: 16px;
}

.news-right-cnt .news-right-tit p, .news-right-cnt .main-title p, .recommend-main .news-right-tit p, .recommend-main .main-title p {
  display: inline-block;
  height: 30px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #d67c55;
}

.news-right-cnt .news-right-tit p span, .news-right-cnt .main-title p span, .recommend-main .news-right-tit p span, .recommend-main .main-title p span {
  color: #d67c55;
}

.news-right-cnt .news-right-tit .more, .news-right-cnt .main-title .more, .recommend-main .news-right-tit .more, .recommend-main .main-title .more {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 20px;
}

.news-right-cnt .news-right-tit .more:hover, .news-right-cnt .main-title .more:hover, .recommend-main .news-right-tit .more:hover, .recommend-main .main-title .more:hover {
  color: #d67c55;
}

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

.news-right-cnt .news-list li, .recommend-main .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, .recommend-main .news-list li a {
  display: block;
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}



.news-right-cnt .news-list li a:hover, .recommend-main .news-list li a:hover {
  color: #d67c55;
}

.news-right-cnt .tab-content .news-list, .recommend-main .tab-content .news-list {
  margin-top: 0;
}

.news-right-cnt .zhinan-box, .recommend-main .zhinan-box {
  margin-top: 10px;
  padding: 10px 0 0;
  border-top: 1px dashed #e8e8e8;
}

.school-right-list dl {
  padding: 0 0 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e8e8e8;
}

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

.school-right-list dl dt a, .school-right-list dl dd a {
  color: #333;
  font-weight: bold;
}

.school-right-list dl dt a:hover, .school-right-list dl dd a:hover {
  color: #d67c55;
}

.school-right-list dl dt {
  float: left;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}

.school-right-list dl dd {
  display: flex;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}

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

.info {
  font-size: 12px;
  color: #999;
  margin-bottom: 13px;
}

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

.info a {
  color: #999;
}

.info a:hover {
  color: #d67c55;
}

.news-tit {
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 20px;
}

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

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

.news-tit h1 .original-icon, .news-tit h1 .original-icon, .news-tit h2 .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 .news-tit-box {
  margin-bottom: 2px;
  border-bottom: 1px solid #283e7e;
  padding-bottom: 0;
}

.news-tit.double-border {
  border-bottom: 2px solid #283e7e;
  margin: 0 40px 20px;
}

.news-tit.double-border h1, .news-tit.double-border h2 {
  padding: 20px 0 10px;
  font-size: 40px;
  line-height: 1.4;
  text-align: center;
  color: #333;
}

.news-tit.double-border .info {
  margin-bottom: 10px;
}

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

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

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

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

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

.news-recommend li {
  float: left;
  width: 48%;
  margin: 0 1%;
  font-size: 14px;
  color: #555;
  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: #555;
}

.news-recommend li:hover {
  color: #d67c55;
}

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

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

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

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

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

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

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

.news-cnt img {
  border-radius: 10px;
  overflow: hidden;
}

.news-flex-box .form-main {
  margin: 0 -10px;
}

.news-flex-box .form-main textarea.form-control {
  width: 88% !important;
  height: 50px !important;
}

.news-flex-box .form-main .submit-group input, .news-flex-box .form-main .submit-group button {
  max-width: 130px;
  font-size: 14px;
  background: #283e7e;
  border-radius: 3px;
}

.news-flex-box .form-main .select-search {
  padding: 0;
}

.news-flex-box .form-main .select-search .school-option {
  width: 200px;
}

.form-main .select-search {
  height: 34px;
  position: relative;
  z-index: 4;
}

.form-main .select-search .school-option {
  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);
}

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

.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 .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 select {
  width: 100%;
  height: 200px;
  overflow-y: auto;
  line-height: 30px;
  margin-bottom: 0 !important;
  border: none !important;
}

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

.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 .schoolName-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-main .submit-group input, .form-main .submit-group button {
  max-width: 179px;
  font-size: 14px;
  background: #006e9f;
  border-radius: 3px;
}

.form-main .form-control, .form-main .selects-box select {
  border-color: #e5e5e5;
}

.main-inside-form .form-box {
  margin: 0 auto;
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
  padding: 0 20px 10px;
}

.main-inside-form .form-box.school-form {
  padding: 0 20px 10px;
}

.main-inside-form .form-box.school-form .form-main {
  margin: 0 -5px;
}

.main-inside-form .form-box.school-form .form-inline .form-group {
  padding: 0 5px;
}

.main-inside-form .form-box.school-form .form-main .form-control {
  font-size: 12px;
  width: 54%;
}

.main-inside-form .form-box .moudle-title {
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #333;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

.main-inside-form .form-box .form-inline .form-group {
  padding: 0 10px;
}

/* share bds start */
.share-box {
  width: 250px;
  margin: 0 auto;
}

.bdshare-button-style0-24 a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}

.bdshare-button-style0-24 .bds_title {
  font-size: 16px;
  margin-right: 10px;
  background: none;
}

.bdshare-button-style0-24 a, .bdshare-button-style0-24 .bds_more {
  margin-bottom: 0 !important;
}

.bdshare-button-style0-24 .bds_sqq {
  background: url(http://www.yuloo.com/slschool/images/news/bds-qq.png) no-repeat center !important;
  background-size: cover !important;
}

.bdshare-button-style0-24 .bds_qzone {
  background: url(http://www.yuloo.com/slschool/images/news/bds-qzone.png) no-repeat center !important;
  background-size: cover !important;
}

.bdshare-button-style0-24 .bds_tsina {
  background: url(http://www.yuloo.com/slschool/images/news/bds-sina.png) no-repeat center !important;
  background-size: cover !important;
}

.bdshare-button-style0-24 .bds_weixin {
  background: url(http://www.yuloo.com/slschool/images/news/bds-weixin.png) no-repeat center !important;
  background-size: cover !important;
}

.bdshare-button-style0-24 .bds_more {
  background: url(http://www.yuloo.com/slschool/images/news/bds-more.png) no-repeat center !important;
  background-size: cover !important;
}

/* share bds end */
.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;
}

.abstract-box {
  margin-top: 28px;
  margin-bottom: 15px;
  padding: 15px;
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.abstract-box span {
  float: left;
  width: 54px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}

.abstract-box p {
  float: left;
  width: 92%;
  width: calc(100% - 54px);
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin-bottom: 0 !important;
}

.recommend-main {
  padding: 20px 20px 0;
  background-color: #fff;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  margin-bottom: 30px;
}

.recommend-main .main-title {
  border-bottom: 2px solid #eee;
  margin-bottom: 18px;
}

.recommend-main .main-title span {
  padding-bottom: 6px;
  border-bottom: 2px solid #1c3c86;
}

.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 {
  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: 30px;
  margin-bottom: 5px;
}

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

.recommend-main .recommend-cnt dl dd {
  width: 84%;
  width: calc(100% - 66px);
  float: left;
}

.recommend-main .recommend-cnt dl dd a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  color: #333333;
  margin-bottom: 8px;
  height: 20px;
  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;
}

/* page start */
.page {
  width: 100%;
  text-align: center;
}

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

.page > ul > li.active {
  background-color: #1c3c86;
  border: 1px solid #1c3c86;
  color: #fff;
}

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

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

.page > a:hover, .page > b:hover {
  background-color: #1c3c86;
  border: 1px solid #1c3c86;
  color: #fff;
}

.page > b {
  background-color: #1c3c86;
  border: 1px solid #1c3c86;
  color: #fff;
}

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

/* page end */
.zixun-box {
  background-color: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

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

.zixun-main {
  padding: 30px;
  background: #fff;
}

.zixun-main .zixun-item {
  margin-bottom: 5%;
}

.zixun-main .zixun-item .zixun-tit {
  font-size: 18px;
  line-height: 1;
  height: 28px;
  font-weight: bold;
  color: #333;
  border-bottom: 1px solid #eee;
  margin-bottom: 11px;
}

.zixun-main .zixun-item .zixun-tit a {
  float: right;
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 18px;
}

.zixun-main .zixun-item .zixun-tit a:hover {
  color: #d67c55;
}

.zixun-main .zixun-item .zixun-tit b {
  padding-left: 25px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d67c55;
  background: url(../images/zixun-tit-bg.png) no-repeat left top 3px;
}

.zixun-main .zixun-item .zixun-tit.zixun-tit1 b {
  background: url(../images/zixun-tit-bg1.png) no-repeat left top 3px;
}

.zixun-main .zixun-item .zixun-tit.zixun-tit2 b {
  background: url(../images/zixun-tit-bg2.png) no-repeat left top 3px;
}

.zixun-main .zixun-item ul {
  float: left;
  width: 48%;
  padding: 0 !important;
  margin: 0 1%;
}

.zixun-main .zixun-item ul li {
  line-height: 20px;
  padding: 6px 0 6px 10px;
  background: url(../images/li-bg.jpg) no-repeat left center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border: none !important;
}

.zixun-main .zixun-item ul li a {
  float: left;
  width: 90%;
  width: calc(100% - 40px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.zixun-main .zixun-item ul li span {
  float: right;
  width: 40px;
}

.zixun-main .zixun-item ul li a:hover {
  color: #d67c55;
}

.zixun-main .zixun-item:last-child {
  margin-bottom: 0 !important;
}

/* link start */
.link-box {
  background: #fff;
}

.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 */
/* 二级关键词新闻适配 */
.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%;
  table-layout: auto;
  margin-bottom: 10px;
}

/* 二级关键词新闻适配 */
.faqnews-list {
  margin-top: -8px;
}
.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: #d67c55;
}

.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;
}
@media only screen and (max-width: 1200px) {
  .news-flex-box {
    padding: 0 5%;
  }
}

@media only screen and (max-width: 1024px) {
  .recommend-rules-main .ruleslist-item {
    width: 98%;
  }
  .news-left-box, .news-right-box {
    width: 100%;
  }
  .news-right-box {
    margin-left: 0;
  }
  .special-news li {
    width: 18%;
  }
  .main-inside-form .form-box .moudle-title {
    line-height: 1.4;
  }
  .page {
    padding-top: 2%;
  }
  .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;
  }
  .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: 767px) {
  .news-right-box .right-ad-box{
    background: none !important;
    box-shadow: none !important;
  }
  .news-recommend {
    padding: 0 5%;
  }
  .news-recommend li {
    width: 98%;
    text-align: left !important;
  }
  .newslist-box ul, .newslist-box ul li:hover::before {
    padding: 0 10px;
    margin-bottom: 3%;
  }
  .newslist-box ul li .newslist-title {
    font-size: 16px;
    margin-bottom: 0;
  }
  .newslist-box ul li .newslist-description, .over-title {
    margin-bottom: 2%;
  }
  .newslist-box {
    padding-bottom: 5%;
    margin-bottom: 5%;
  }
  .news-tit.double-border {
    margin: 0 5% 2%;
  }
  .news-tit.double-border h1, .news-tit.double-border h2, .moudle-title, .news-tit h1, .news-tit h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .double-border h1, .double-border h2 {
    margin-bottom: 2%;
    padding-top: 2%;
  }
  .info, .news-tit.double-border .info label {
    font-size: 14px;
  }
  .moudle-title {
    padding: 5% 0 3%;
  }
  .news-main {
    padding-top: 5%;
    margin-bottom: 20px;
  }
  .rules-flow-box .rules-flow-main {
    font-size: 14px;
    line-height: 30px;
  }
  .main-inside-form .form-main .input-group-span, .main-inside-form .form-inline .input-group-span {
    width: 65px;
  }
  .main-inside-form .form-box.school-form .form-inline .submit-group {
    width: 100%;
  }
  .main-inside-form .form-box.school-form .form-main .form-control {
    width: calc(100% - 85px) !important;
  }
  .main-inside-form .form-box {
    padding: 0 2% 2%;
  }
  .news-flex-box .form-main .form-group {
    display: flex !important;
    justify-content: center;
  }
  .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;
  }
  .news-flex-box .form-main .select-search .school-option{
    width: 100%;
  }
  .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;
  }
  .zixun-main {
    padding: 3%;
  }
  .news-left-box, .news-right-box {
    width: 100%;
  }
  .news-right-box {
    margin-left: 0;
  }
  .special-news li {
    width: 31.333%;
  }
  .school-box dl {
    width: 98%;
    padding-bottom: 2%;
  }
  .zt-list {
    width: 31.333%;
  }

  .news-tit .news-tit-box{
    padding-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;
  }
}

@media only screen and (max-width: 680px) {
  .recommend-rules-main .ruleslist-item .rules-cnt {
    flex-wrap: wrap;
  }
  .recommend-rules-main .ruleslist-item, .zixun-main .zixun-item ul {
    width: 98%;
  }
  .recommend-rules-main .ruleslist .rules-logo {
    display: none !important;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0 auto 2%;
  }
  .recommend-rules-main .ruleslist .rules-type {
    width: 100%;
  }
  .news-tit.double-border .info label, .news-tit.double-border .info label + label + label {
    float: left;
    width: 50%;
    text-align: left;
    padding-left: 2%;
    margin-right: 0;
  }
  .newslist-box ul li {
    padding-top: 60px;
  }
  .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;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .recommend-main .recommend-cnt dl {
    width: 98%;
  }
  .recommend-main .recommend-cnt dl dd {
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 425px) {
  .zixun-main {
    padding: 5%;
  }
  .special-news li {
    width: 48%;
  }
  .school-box dl {
    width: 98%;
    padding-bottom: 3%;
    padding-top: 1%;
  }
  .zt-list {
    width: 48%;
  }

  .recommend-main .recommend-cnt ul li{
    width: 98%;
    margin-bottom: 8px;
    padding-bottom: 8px;
  }
}

@media only screen and (max-width: 320px) {
  .main01-cnt li {
    width: 48%;
  }
  .recommend-rules-main .ruleslist .rules-type-list {
    width: 100%;
  }
}
