@charset "UTF-8";
body {
  font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
  font-size: 16px;
  background: #f5f7f9;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: #323232;
  text-decoration: none !important;
}

ul, dl {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

h1, h2, h3 {
  padding: 0;
  margin: 0 auto;
}

.container, .container-fluid {
  padding: 0;
}

.course, .news {
  padding: 40px 0;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}

.head > h1 {
  position: absolute;
  left: -9999999px;
  z-index: -99;
}

/* top-bg start */
.top-bg {
  background-color: #eeeeee;
  line-height: 40px;
  font-size: 12px;
  color: #555;
}

/* top-bg end */
/* ad start */
.ad {
  width: 100% !important;
  padding: 10px 0 0;
  background: #fff;
}

.ad > a {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1200px;
}

/* ad end */
/* breadcrumbs start */
.breadcrumbs {
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #999999;
}

.breadcrumbs a {
  color: #999999;
}

/* breadcrumbs end */
.ad-1 {
  display: none;
  width: 100%;
  padding: 0% 1.5% 5%;
  text-align: center;
}

/* 20190521 */
.sort-box ul li em {
  width: 18px;
  height: 18px;
  text-align: center;
  line-height: 18px;
  display: block;
  float: left;
  margin-top: 7px;
  margin-right: 6px;
  font-style: normal;
}

.sort-box ul li em.em1 {
  background: url(http://www.yuloo.com/zzy/images/icon.png) no-repeat;
  background-position: -147px -56px;
}

.sort-box ul li em.em2 {
  background: url(http://www.yuloo.com/zzy/images/icon.png) no-repeat;
  background-position: -147px -106px;
}

.sort-box ul li em.em3 {
  background: url(http://www.yuloo.com/zzy/images/icon.png) no-repeat;
  background-position: -147px -156px;
}

.news-right-box .news-right-cnt {
  padding: 12px 12px 15px;
  background: #fff;
  margin-bottom: 10px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.news-right-box li:hover a, .sort-box ul li:hover em {
  color: #b59039 !important;
}

.news-right-cnt > ul {
  margin: 5% 0;
}

.news-right-box .fire-icon {
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  background: url(../images/news-images/icon_02.png) no-repeat -6px -87px;
}

.news-right-cnt > ul li {
  position: relative;
  padding-left: 20px;
}

.news-right-box .tab-content li, .news-right-cnt > ul li {
  font-size: 14px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-right-box .tab-content li a, .news-right-cnt > ul li a {
  color: #333;
}

.news-right-box .tab-content li b, .news-right-cnt > ul li b {
  font-weight: normal;
}

.sort-box {
  padding: 0 10px 0 0;
  margin-bottom: 5%;
}

.sort-title {
  font-weight: bold;
  font-size: 15px;
  color: #39599f;
  margin-bottom: 3%;
}

.sort-title {
  font-size: 18px;
  color: #39599f;
  height: 38px;
  line-height: 32px;
  padding-bottom: 6px;
  border-bottom: 2px  #dedede solid;
  position: relative;
}

.sort-title::after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  background-color: #39599f;
  position: absolute;
  bottom: -2px;
  left: 0;
}

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

/* news.html start */
.news-left-box {
  float: left;
  width: 70%;
  margin-right: 1%;
}

.news-right-box {
  float: right;
  width: 29%;
}

.news-main, .recommend-main, .interest-main {
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.news-main {
  padding-top: 20px;
}

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

.news-tit .container {
  width: 100%;
}

.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.on-top .container {
  width: 1200px;
}

.news-tit h1 {
  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;
  white-space: nowrap;
}

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

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

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

.news-tit h1 span {
  position: relative;
  font-weight: 900;
}

.news-tit h1 .original-icon {
  position: absolute;
  display: block;
  width: 90px;
  height: 90px;
  background: url(../images/news-images/original-icon.png) no-repeat center;
  background-size: contain;
  right: 20px;
  top: 5px;
}

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

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

.share-box {
  margin-bottom: 20px;
}

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

.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-flex-box .news-cnt {
  margin-bottom: 20px;
  position: relative;
  transition: all 1s;
}

.news-cnt.on::after {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
}

.news-flex-btn.on {
  display: none;
}

.news-flex-box {
  padding: 0 4%;
}

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

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

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

.praise-btn dt {
  width: 60px;
  height: 60px;
  margin: 0 auto 10px;
  background: url(../images/news-images/praise-btn2.png) no-repeat center;
  background-size: contain;
}

.praise-btn.on dt {
  background: url(../images/news-images/praise-btn.png) no-repeat center;
  background-size: contain;
}

.praise-btn dl {
  cursor: pointer;
}

.praise-btn p, .praise-btn dd {
  color: #ff6666;
}

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

.praise-btn {
  text-align: center;
}

.news-flex-btn {
  line-height: 50px;
  border: 1px solid #ffbc9f;
  color: #fe4e00;
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.laquo-bottom {
  padding: 0 6px;
  margin-left: 5px;
  background-size: contain;
}

/* 20191223 */
.form-main .select-search {
  height: 34px;
  position: relative;
  z-index: 4;
  /* 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: 2%;
  font-size: 14px;
  color: #999;
  line-height: 1.42857143;
  margin: 0;
  border: none !important;
  white-space: nowrap;
  overflow: hidden;
  /* border: 1px solid #ccc; */
}

.form-main .select-search .school-option {
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  width: 200px;
  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 input {
  box-sizing: border-box;
  margin: 10px auto 5px;
  height: 30px;
  padding: 6px 12px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 14px;
}

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

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

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

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

/* 20191223 end */
/* 20180802 wx  start */
.follow-title {
  border-top: 1px dashed #eaeaea;
  padding-top: 20px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

.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;
  line-height: 40px;
  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: 14px;
  color: #188cc4;
  line-height: 1;
}

@media only screen and (max-width: 1200px) {
  .news-flex-box {
    padding: 0 5%;
  }
  .follow-wx dl {
    width: 48%;
    margin-left: 2%;
  }
  .follow-wx dl:nth-child(2) {
    margin-left: 5%;
    margin-right: 2%;
  }
}

/* 20190521 */
@media only screen and (max-width: 768px) {
  /* .news-right-box{
        display: none;
    } */
  .ad-1 {
    display: block;
  }
  .follow-wx dl {
    width: 70%;
    min-width: 290px;
    margin: 0 15% 15px !important;
  }
  .follow-wx {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .follow-wx dl dd {
    flex: none;
  }
}

/* 20180802 wx  end */
.form-main .consult-form {
  height: auto !important;
}

.consult-form {
  padding: 18px 2% 20px;
  margin: 0 40px 16px;
  background: #394d82;
  border-radius: 4px;
}

.consult-form h3 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  color: #ffff;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #50669f;
}

.consult-form h3 b {
  color: #f7d588;
}

.consult-form form {
  width: 100%;
  margin: 0 auto;
}

.consult-form form p {
  text-align: center;
  font-size: 12px;
  color: #666666;
}

.consult-form .form-group {
  width: 30.333%;
  height: 28px;
  line-height: 28px;
  margin: 0 1% 15px;
  position: relative;
}

.consult-form .form-group label {
  float: left;
}

.consult-form .form-group .radio-inline-tit {
  width: 35%;
  min-width: 78px;
  padding-left: 0px;
  text-align: right;
}

.consult-form .form-group .radio-inline-cnt {
  width: 60%;
  padding: 0;
  position: absolute;
}

.consult-form .form-group > input, .consult-form .form-group .form-control {
  width: 100%;
  height: 28px;
}

.consult-form .form-group label {
  font-size: 14px;
}

.consult-form .form-group input[type=checkbox], .consult-form .form-group input[type=radio] {
  margin-top: 9px;
}

.consult-form .form-btn {
  display: block;
  height: 28px;
  line-height: 28px;
  margin: 0 auto 10px;
  position: relative;
}

.consult-form .form-btn .sub-btn {
  width: 100%;
  height: 28px;
  line-height: 18px;
  background-color: #39599f;
  color: #fff;
  border: none;
}

.consult-form .form-btn a {
  font-size: 12px;
  position: absolute;
  color: #39599f;
  right: -100px;
  top: 0;
}

.consult-form .form-btn a i {
  padding: 0 5px;
  background: url(../images/news-images/lable-icon.png) no-repeat center;
}

.consult-form .main-color {
  color: #f7d588;
}

.consult-form .course-cnt .school-option select {
  color: #999;
  background: #fff;
}

.consult-form .course-cnt .input-group-span {
  color: #fff;
}

.consult-form .course-cnt .must-box2 a {
  color: #7989b1 !important;
}

.consult-form .course-cnt .must-box .icon-check {
  padding: 0 8px;
  background: url(../images/news-images/lable-icon.png) no-repeat center 8px;
}

.consult-form .course-cnt .form-control {
  padding-top: 0;
  padding-bottom: 0;
  float: left;
  width: 56%;
  padding: 0 10px;
  font-size: 12px !important;
  line-height: 28px !important;
  height: 28px !important;
  border: none;
  box-shadow: none;
}

.consult-form .course-cnt .form-group > input {
  font-size: 12px;
  line-height: 28px !important;
  height: 28px !important;
  border: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.consult-form .course-cnt .submit-group {
  height: auto;
  line-height: 0;
}

.consult-form .course-cnt .submit-group input {
  font-size: 16px;
  color: #394d82;
  background: #f7d588;
  border: none;
  border-radius: 3px;
}

.consult-form .select-search button {
  padding-left: 0;
}

.recommend-main {
  padding: 20px 0 0;
}

.main-title {
  padding-left: 20px;
  border-left: 3px solid #39599f;
  margin-bottom: 20px;
}

.main-title span {
  font-size: 24px;
  line-height: 24px;
}

.interest-main {
  padding: 20px 0;
}

.interest-main .main-title a {
  float: right;
  font-size: 14px;
  line-height: 30px;
  color: #a1abb6;
  margin-right: 15px;
}

.interest-main .special-item {
  padding: 0 15px;
}

.interest-cnt dl, .interest-main .special-item a {
  float: left;
  width: 18.8%;
  margin: 0 0.6%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-align: center;
}

.interest-main .special-item a:hover {
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.18);
}

.interest-cnt dl:hover, .interest-cnt .special-list:hover {
  -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);
}

.interest-cnt dl dd {
  padding: 15px;
}

.interest-cnt dl dd a {
  display: block;
  font-weight: 900;
  font-size: 16px;
  color: #333333;
  height: 40px;
  line-height: 20px;
  margin-bottom: 10px;
}

.interest-cnt dl dd p {
  font-size: 14px;
  color: #666666;
  margin: 0 auto;
}

.interest-cnt dl dd b {
  font-size: 20px;
  color: #fe4e00;
}

/* news.html end */
/* 2021.4.26 start */
.news-right-cnt .interest-main {
  padding: 0;
  border: none;
  margin-bottom: 0 !important;
  box-shadow: none;
}

.main-title {
  height: 31px;
  padding-left: 0;
  margin: 0 20px 20px;
  margin-bottom: 20px;
  border-left: none;
  border-bottom: 2px solid #eee;
}

.main-title span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 16px;
  padding-bottom: 9px;
  border-bottom: 2px solid #36477a;
}

.news-right-cnt .main-title {
  height: 29px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0px;
  border-bottom: 1px solid #eee;
}

.news-right-cnt .main-title span {
  border-bottom: 1px solid #b59039;
}

.news-right-cnt .interest-main .main-title a {
  font-size: 12px;
  line-height: 24px;
  margin-right: 0;
}

.news-right-cnt .interest-main .special-item {
  padding: 0 !important;
}

.news-right-cnt .interest-main .special-item a {
  width: 98%;
  margin: 0 1% 15px;
  box-shadow: none !important;
  border-radius: 0;
  border-bottom: 1px dashed #e8e8e8;
}

.news-right-cnt .interest-main .special-item a img {
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  overflow: hidden;
}

.news-right-cnt .interest-main .special-item a p {
  font-size: 14px;
  line-height: 30px;
  padding: 4px 0;
  text-align: left;
}

.news-right-cnt .interest-main .special-item a:last-child {
  margin-bottom: 0 !important;
  border: none !important;
}

/* 2021.4.26 end */
/* 2022.4.27 start */
.news-right-cnt {
  position: relative;
}

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

.news-right-tit2::before {
  position: absolute;
  display: block;
  content: '';
  left: -12px;
  top: 3px;
  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: 20px;
  font-weight: bold;
}

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

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

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

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

.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 #39599f;
}

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

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

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

.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: 20px;
  font-weight: bold;
  height: 40px;
  margin-top: 4px;
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 6px;
}

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

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

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

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

.special-news {
  margin: -6px -1.75%  14px !important;
  overflow: hidden;
  padding-bottom: 12px;
  border-bottom: 1px dashed #e8e8e8;
}

.special-news li {
  float: left;
  width: 46.5%;
  margin: 10px 1.75% 0;
  padding: 0 !important;
  white-space: normal !important;
}

.special-news li a {
  display: block;
  font-size: 14px;
  color: #394d82 !important;
  line-height: 18px;
  border: 1px solid #abc0ed;
  background: #f5fafe;
  padding: 4px 0 4px 10px;
  border-radius: 4px;
}

.special-news li a p {
  font-size: 14px;
  line-height: 18px;
  color: #666;
}

.special-news li a .word-text {
  display: inline-block !important;
  font-weight: bold;
  color: #2c59b6;
  padding-right: 15px;
  background: url(../images/word-text-bg.png) no-repeat right center;
}

.special-news li a:hover {
  color: #fff !important;
  background: #39599f;
  border-color: #39599f;
}

.special-news li a:hover p {
  color: #fff !important;
}

.special-news li a:hover .word-text {
  background: url(../images/word-text-bg2.png) no-repeat right center;
}

.special-news li.li-space a {
  padding: 4px 0 4px 7px;
}

.special-news li.li-space p {
  display: inline;
  padding: 0 !important;
  background: none !important;
  margin-bottom: 0;
}

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

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

.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: #b58f3a;
}

.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: #b58f3a;
}

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

.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: #b58f3a;
}

.news-right-cnt .btn-more {
  display: block;
  max-width: 300px;
  font-size: 14px;
  line-height: 24px;
  color: #b58f3a;
  text-align: center;
  margin: 5px auto 0;
  border: 1px solid #b58f3a;
  border-radius: 3px;
}

.news-right-cnt .btn-more:hover {
  color: #fff;
  background: #b58f3a;
}

.hot-major {
  display: table;
  word-spacing: -1em;
  margin: -5px -5px 0 !important;
}

.hot-major li {
  display: inline-block;
  padding: 0 9px !important;
  margin: 5px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
  overflow: visible !important;
}

.hot-major li:hover a {
  color: #fff !important;
}

.hot-major li.color1 {
  background: #dfe6f7;
}

.hot-major li.color1 a {
  color: #6c799b;
}

.hot-major li.color1:hover {
  background: #6c799b;
}

.hot-major li.color1:hover a {
  color: #fff;
}

.hot-major li.color2 {
  background: #f4efe7;
}

.hot-major li.color2 a {
  color: #968665;
}

.hot-major li.color2:hover {
  background: #968665;
}

.hot-major li.color2:hover a {
  color: #fff;
}

.hot-major li.color3 {
  background: #dceef0;
}

.hot-major li.color3 a {
  color: #618a8e;
}

.hot-major li.color3:hover {
  background: #618a8e;
}

.hot-major li.color3:hover a {
  color: #fff;
}

.hot-major li.color4 {
  background: #deeaf1;
}

.hot-major li.color4 a {
  color: #6a8392;
}

.hot-major li.color4:hover {
  background: #6a8392;
}

.hot-major li.color4:hover a {
  color: #fff;
}

.hot-major li.color5 {
  background: #eae8f3;
}

.hot-major li.color5 a {
  color: #8178a6;
}

.hot-major li.color5:hover {
  background: #8178a6;
}

.hot-major li.color5:hover a {
  color: #fff;
}

.hot-major li.color6 {
  background: #f8e7e7;
}

.hot-major li.color6 a {
  color: #ac7d7d;
}

.hot-major li.color6:hover {
  background: #ac7d7d;
}

.hot-major li.color6:hover a {
  color: #fff;
}

.hot-major li a {
  font-size: 14px;
}

/* 2022.4.27 end */
/* 2018.0806 start */
.course-cnt {
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.course-cnt > p {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  text-align: center;
  font-size: 12px;
  color: #666666;
  float: left;
  width: 100%;
}

.course-cnt .form-group {
  flex-basis: 31.333%;
  -webkit-flex-basis: 31.333%;
  margin: 0 1% 10px;
  float: left;
  width: 31.333%;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
}

.course-cnt .form-group.submit-group {
  margin-bottom: 0 !important;
}

.course-cnt .submit-group,
.course-cnt .must-box {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  width: 100% !important;
  margin: 0 0% 15px;
  display: block;
  text-align: center;
}

.course-cnt .input-group-span {
  width: 35%;
  margin-right: 10px;
  text-align: right;
  line-height: 28px;
}

.course-cnt .submit-group input {
  width: 35%;
  max-width: 150px;
  height: 28px;
  font-size: 14px;
  line-height: 18px;
  background-color: #39599f;
  color: #fff;
  border: none;
  margin: 0 auto;
}

.must-box a {
  font-size: 12px;
  color: #39599f !important;
}

@media only screen and (max-width: 1200px) {
  .consult-form .course-cnt .form-group, .consult-form .course-cnt .must-box {
    flex-basis: 48%;
    -webkit-flex-basis: 48%;
    margin: 0 1% 15px;
    float: left;
    width: 48%;
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
  }
  .consult-form .course-cnt .must-box, .consult-form .course-cnt {
    justify-content: center;
    -webkit-justify-content: center;
  }
  .consult-form .course-cnt .submit-group {
    flex-wrap: wrap;
    height: auto;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
  .course-cnt .submit-group input {
    width: 50% !important;
    margin: 0 auto;
  }
  .consult-form .course-cnt .must-box span {
    display: block;
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    width: 100%;
    text-align: center;
  }
  .course-cnt .input-group-span {
    width: 80px;
    padding-right: 0;
  }
}

@media only screen and (max-width: 680px) {
  .consult-form .course-cnt .form-group, .consult-form .course-cnt .must-box {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    margin: 0 1% 10px;
    width: 100%;
  }
  .main-inside-form .form-main .course-cnt .form-control {
    width: calc(100% - 90px) !important;
    border: none !important;
  }
  .form-horizontal .form-group.submit-group {
    height: auto;
    margin-top: 10px !important;
  }
  .consult-form .course-cnt .form-group {
    justify-content: center;
  }
}

@media only screen and (max-width: 400px) {
  .course-cnt {
    width: 100%;
  }
}

/* 2018.0806 end */
/* share bds start */
.news-flex-box .share-box {
  width: auto;
}

.bdshare-button-style0-24 .bds_sqq {
  background: url(../images/news-images/bds-qq.png) no-repeat center !important;
}

.bdshare-button-style0-24 .bds_qzone {
  background: url(../images/news-images/bds-qzone.png) no-repeat center !important;
}

.bdshare-button-style0-24 .bds_tsina {
  background: url(../images/news-images/bds-sina.png) no-repeat center !important;
}

.bdshare-button-style0-24 .bds_weixin {
  background: url(../images/news-images/bds-weixin.png) no-repeat center !important;
}

.bdshare-button-style0-24 .bds_more {
  background: url(../images/news-images/bds-more.png) no-repeat center !important;
}

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

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

.bshare-custom #bshare-shareto {
  font-size: 16px;
  font-weight: normal !important;
  margin-right: 0 !important;
}

.bdshare-button-style0-24 a {
  display: inline-block;
  font-size: 18px;
  width: 24px !important;
  line-height: 24px;
  height: 24px !important;
  margin-right: 6px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: none !important;
}

.bdshare-button-style0-24 a::before {
  display: none !important;
}

.bdshare-button-style0-24 .bds_title {
  float: left;
  font-size: 16px;
  color: #333;
  width: auto !important;
  font-size: 16px;
  background: none;
}

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

.bdshare-button-style0-24 .bshare-more-icon.bds_more {
  padding-left: 25px !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 */
/* newslist.html start */
.news-list .news-list-main {
  float: left;
  width: 70%;
  margin-right: 1%;
  /* width: 77%;
    margin-right: 1%; */
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.news-list .news-list-main .news-list-item {
  padding: 20px;
  border-bottom: 1px solid #eff0f1;
}

.news-list .news-list-main .news-list-item:hover {
  background-color: #f5f5f5;
}

.news-list .news-list-main .news-list-item .news-list-img {
  float: left;
  width: 22%;
  margin-right: 2%;
  min-width: 176px;
}

.news-list-flex {
  margin-bottom: 40px;
  overflow: hidden;
}

.news-list-flex .news-list-title {
  line-height: 40px;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dedede;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.news-list-box {
  margin-bottom: 40px;
}

.news-list .news-flex-btn {
  display: none !important;
  border-color: #39599f;
  color: #39599f;
}

.news-list .laquo-bottom {
  background-size: contain;
}

.news-list .news-list-main .news-list-item {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news-list .news-list-main .news-list-item.pure-text .news-list-cnt {
  width: 100%;
}

.news-list .news-list-main .news-list-item .news-list-cnt {
  float: left;
  flex: 1;
  display: inline \9;
  float: inherit \9;
  width: calc(100% - 100px);
}

.news-list .news-list-main .news-list-item .news-list-cnt a {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 900;
  color: #333333;
}

.news-list .news-list-main .news-list-item .news-list-cnt a:hover {
  color: #39599f;
}

.news-list .news-list-main .news-list-item .news-list-cnt > p {
  font-size: 14px;
  line-height: 18px;
  color: #999999;
  margin-bottom: 15px;
  height: auto;
  margin-bottom: 2%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news-list .news-list-main .news-list-item .news-list-cnt .newslist-info span {
  font-size: 14px;
  color: #c0c0c0;
  margin-right: 20px;
}

.news-list .news-list-main .news-list-item .news-list-cnt .newslist-info .newslist-time {
  font-size: 14px;
  float: right;
  color: #c0c0c0;
}

.news-list .news-list-main .news-list-item .news-list-cnt .time {
  font-size: 12px;
  color: #c9ccd0;
}

.news-list-special {
  float: right;
  width: 20%;
}

.news-list-special .news-list-title {
  height: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eff0f1;
}

.news-list-special .news-list-title h2 {
  float: left;
  font-size: 16px;
  margin: 0 auto;
  padding: 0;
}

.news-list-special .news-list-title span {
  font-size: 16px;
  font-weight: 900;
  color: #333333;
  padding-bottom: 10px;
  border-bottom: 1px solid #39599f;
}

.news-list-special .news-list-title a {
  float: right;
  font-size: 12px;
  color: #999999;
}

.news-list-special .news-list-title a:hover {
  color: #39599f;
}

.news-list-special .special-item a {
  display: block;
  margin-bottom: 20px;
  text-align: center;
}

.special-item {
  padding: 0 5%;
}

.special-top {
  position: fixed;
  top: 0;
  right: 0;
  background-color: #fff;
  width: auto;
  padding-top: 20px;
}

/* newslist.html end */
.hot-box {
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.hot-tabs-box {
  margin: -12px -12px 10px;
}

.hot-tabs-box .nav-tabs {
  margin-bottom: 0;
  border-color: #c99c59;
}

.hot-tabs-box .nav-tabs > li {
  position: relative;
  width: 50%;
  text-align: center;
}

.hot-tabs-box .nav-tabs > li.active::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 6px;
  bottom: -6px;
  background: url(../images/tabs-bg.png) no-repeat center center;
}

.hot-tabs-box .nav-tabs > li > h3 > a, .hot-tabs-box .nav-tabs > li > h2 > a {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
  padding: 0 15px !important;
  background: none;
  color: #c99c59;
  background: #fff;
  border: 1PX solid #c99c59;
}

.hot-tabs-box .nav-tabs > li.active > h3 > a, .hot-tabs-box .nav-tabs > li.active > h3 > a:focus, .hot-tabs-box .nav-tabs > li.active > h3 > a:hover,
.hot-tabs-box .nav-tabs > li:hover > h3 > a, .hot-tabs-box .nav-tabs > li:hover > h2 > a,
.hot-tabs-box .nav-tabs > li > h3 > a:hover, .hot-tabs-box .nav-tabs > li > h2 > a:hover,
.hot-tabs-box .nav-tabs > li.active > h2 > a, .hot-tabs-box .nav-tabs > li.active > h2 > a:focus, .hot-tabs-box .nav-tabs > li.active > h2 > a:hover {
  color: #fff !important;
  background: #c99c59;
}

/* news-right-tab end */
/* copyright start */
.copyright {
  display: none;
  padding: 1em 0em 0;
  text-align: center;
  border-top: 2px solid #39599f;
  margin: 1.5em 0 1em;
  background-color: #fff;
}

.copyright p {
  margin-bottom: 0.3em;
  margin: 0 0.3em 0.3em;
  font-size: 12px;
}

.copyright p a {
  margin-right: 5px;
}

.last {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #39599f;
  position: fixed;
  z-index: 99999;
  bottom: 0px;
}

.last ul li {
  float: left;
  width: 33%;
  height: 40px;
  border-right: 1px #fff solid;
  background-color: #39599f;
  text-align: center;
  display: block;
  overflow: hidden;
}

.last ul li a {
  display: inline-block;
  height: 40px;
  width: 99.8%;
  color: #FFF;
  text-align: center;
}

.last ul li a span {
  font-size: 14px;
  font-weight: 600;
}

/* copyright end */
/* gather-word-list */
.gather-word-list, .school-news-list {
  margin-top: -6px !important;
  margin-bottom: 0 !important;
}

.gather-word-list li, .school-news-list li {
  position: relative;
  float: left;
  width: 50%;
  font-size: 14px !important;
  line-height: 18px !important;
  padding-left: 9px !important;
  white-space: normal !important;
  margin-bottom: 8px;
  background: none !important;
}

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

.gather-word-list li a, .school-news-list li a {
  display: block;
  color: #333;
}

.gather-word-list li a:hover, .school-news-list li a:hover {
  color: #ba9748;
}

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

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

.page .pagezong:hover {
  background-color: #f5f5f5;
  color: #444;
}

.page > a, .page > b {
  width: 10%;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  padding: 10px 20px;
  border-radius: 2px;
  margin-right: 10px;
}

.page > b, .page > a:hover {
  background-color: #39599f;
  color: #fff;
}

.page > ul > li > .active {
  color: white;
  background-color: #39599f;
}

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

/* page end */
.praise-btn dl dt {
  position: relative;
}

/* add zan start */
.add-animation.on {
  color: #EB4F38;
  position: absolute;
  top: -15px;
  left: 20px;
  font-size: 15px;
  opacity: 0;
  filter: Alpha(opacity=0);
  -moz-opacity: 0;
  animation: mypraise 0.5s;
  -moz-animation: mypraise 0.5s;
  /* Firefox */
  -webkit-animation: mypraise 0.5s;
  /* Safari 锟�??? Chrome */
  -o-animation: mypraise 0.5s;
  /* Opera */
  font-style: normal;
}

@keyframes mypraise {
  0% {
    top: -15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
  }
}

@-moz-keyframes mypraise /* Firefox */ {
  0% {
    top: -15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
  }
}

@-webkit-keyframes mypraise /* Safari 锟�??? Chrome */ {
  0% {
    top: -15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
  }
}

@-o-keyframes mypraise /* Opera */ {
  0% {
    top: -15px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
  }
  25% {
    top: -20px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  50% {
    top: -25px;
    opacity: 1;
    filter: Alpha(opacity=100);
    -moz-opacity: 1;
  }
  75% {
    top: -30px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -moz-opacity: 0.5;
  }
  100% {
    top: -35px;
    opacity: 0;
    filter: Alpha(opacity=0);
    -moz-opacity: 0;
  }
}

/* add zan end*/
/*  */
.alert-box {
  display: none;
  position: fixed;
  width: 100px;
  margin: 0 auto;
  top: 50%;
  left: 50%;
}

.alert-warning {
  position: absolute;
  width: 200px;
  right: 50%;
  top: -50%;
  background-color: rgba(0, 0, 0, 0.3) !important;
  border: none !important;
  color: #fff;
  text-align: center;
}

/*  */
.container {
  width: 1200px \9;
}

/* link start */
.link-box {
  background: #fff;
  margin-top: 2%;
}

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

/* 浜岀骇鍏抽敭璇嶆柊闂婚€傞厤 */
.news-recommend {
  padding: 0 30px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.news-recommend li {
  font-size: 18px;
  color: #333;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f3f8fd;
  text-align: center;
  margin-bottom: 12px;
  cursor: pointer;
}

.news-recommend li:last-child {
  margin-bottom: 0;
}

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

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

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

.comment {
  margin: 46px 40px 25px;
}

.comment-title {
  height: 30px;
  line-height: 30px;
  margin-bottom: 35px;
}

.comment-title .comment-title-text {
  float: left;
  font-size: 30px;
  line-height: 1;
  font-weight: bold;
}

.comment-title .comment-title-text span {
  color: #ff4f4f;
}

.comment-title .comment-title-span {
  float: left;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}

.comment-user, .comment-left {
  float: left;
  width: 44px;
  height: 44px;
  border-radius: 44px;
  margin-right: 20px;
  margin-top: 10px;
  overflow: hidden;
}

.comment-input {
  float: left;
  width: calc(100% - 64px);
  padding: 0 20px;
  border-radius: 8px;
  border: 1px solid #dedede;
  background: #f6f6f6;
}

.comment-input input {
  font-size: 14px;
  line-height: 62px;
  background: none;
  border: none;
  width: 100%;
}

.comment-info {
  margin-top: 15px;
  height: 40px;
  padding-left: 64px;
  line-height: 38px;
}

.comment-info .comment-num {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #999;
}

.comment-info .comment-submit {
  float: right;
  width: 88px;
  line-height: 38px;
  border-radius: 40px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: #2665da;
  cursor: pointer;
}

.comment-list {
  margin-top: 12px;
}

.comment-right, .comment-reply {
  float: left;
  width: calc(100% - 64px);
}

.comment-right .comment-cnt, .comment-reply .comment-cnt {
  display: inline-block;
  padding: 12px 20px;
  background: #f6f6f6;
  border-radius: 8px;
}

.comment-right .comment-name, .comment-reply .comment-name {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #444;
  margin-bottom: 5px;
}

.comment-right .comment-name > span, .comment-reply .comment-name > span {
  position: relative;
  color: #999;
  font-weight: normal;
  margin: 0 5px;
}

.comment-right .comment-name.yuloo-user > span, .comment-reply .comment-name.yuloo-user > span {
  margin-left: 53px;
}

.comment-right .comment-name.yuloo-user .yuloo-os-tag, .comment-reply .comment-name.yuloo-user .yuloo-os-tag {
  position: absolute;
  display: block;
  left: -48px;
  bottom: 0;
  font-size: 12px;
  color: #2665da;
  background: #dbe6fa;
  border-radius: 3px;
  width: 40px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}

.comment-right .comment-txt, .comment-reply .comment-txt {
  font-size: 15px;
  line-height: 22px;
  color: #555;
  margin-bottom: 8px;
}

.comment-reply {
  float: right;
}

.comment-reply .comment-left {
  width: 34px;
  height: 34px;
  border-radius: 34px;
  margin-right: 10px;
  margin-top: 0;
}

.comment-reply-textarea {
  margin-top: 10px;
}

.comment-reply-textarea .comment-input {
  float: none;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #dedede;
  background: #ffff;
  padding: 0;
}

.comment-reply-textarea .text-area {
  width: 100%;
  padding: 14px 20px;
  resize: none;
  background: none;
  border: none;
  line-height: 20px;
  max-height: 48px;
}

.comment-reply-textarea .comment-info {
  margin-top: 10px;
}

.comment-reply-textarea .comment-info .comment-num {
  float: right;
  font-size: 13px;
  line-height: 30px;
  color: #858585;
  margin-right: 10px;
}

.comment-reply-textarea .comment-info .comment-submit {
  float: right;
  width: 70px;
  line-height: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #2665da;
  cursor: pointer;
}

.comment-tools {
  margin-top: 6px;
}

.comment-time, .comment-span, .comment-reply-btn {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #999;
  margin-right: 15px;
}

.comment-span img {
  float: left;
  margin-top: 3px;
  margin-right: 5px;
}

.comment-reply-btn {
  cursor: pointer;
}

.comment-page {
  padding-top: 18px;
  text-align: center;
}

.comment-page .comment-page-btn {
  width: 152px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
  font-weight: bold;
  color: #2665da;
  padding-right: 23px;
  background: #ecf2fc url(http://img.yuloo.com/images/public-img/comment-more.png) no-repeat right 23px center;
  border-radius: 6px;
  cursor: pointer;
}

/* 2018.0806 end */
.news-buttons-left {
  position: fixed;
  left: 50px;
  top: 280px;
  height: 0;
  opacity: 0;
  transition: opacity 1s;
}

.news-buttons-left .news-toolsli {
  width: 50px;
  margin-top: 14px;
  cursor: pointer;
}

.news-buttons-left .news-toolsli.active .news-tools-icon-box {
  background: #fff2f2;
  border-color: #ffbebc;
}

.news-buttons-left .news-toolsli.active .news-tools-icon1 {
  animation: bounce 0.3s;
  background: url(../images/news-tools-icon1-1.png) no-repeat center;
}

.news-buttons-left .news-toolsli.active .news-tools-icon3 {
  animation: bounce 0.3s;
  background: url(../images/news-tools-icon3-1.png) no-repeat center;
}

.news-buttons-left .news-toolsli.active .news-tools-icon4 {
  animation: bounce 0.3s;
  background: url(../images/news-tools-icon4-1.png) no-repeat center;
}

.news-buttons-left .news-toolsli:hover .news-tools-icon-box {
  background: #f7f8fc;
}

.news-buttons-left .news-tools-icon {
  width: 48px;
  height: 48px;
  border-radius: 48px;
  transform: .5s;
}

.news-buttons-left .news-tools-icon-box {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  background: #fff;
  border: 1px solid #dedede;
  overflow: hidden;
}

.news-buttons-left .news-tools-icon2 {
  background: url(../images/news-tools-icon2.png) no-repeat center;
}

.news-buttons-left .news-tools-icon1 {
  background: url(../images/news-tools-icon1.png) no-repeat center;
}

.news-buttons-left .news-tools-icon3 {
  background: url(../images/news-tools-icon3.png) no-repeat center;
}

.news-buttons-left .news-tools-icon4 {
  background: url(../images/news-tools-icon4.png) no-repeat center;
}

.news-buttons-left.active .news-tools-icon1 {
  animation: bounce 0.3s;
  background: url(../images/news-tools-icon1-1.png) no-repeat center;
}

.news-buttons-left .news-tools-text {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  text-align: center;
}

@keyframes bounce {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.4);
  }
  100% {
    transform: scale(1);
  }
}

.news-buttons {
  text-align: center;
}

.news-buttons button {
  position: relative;
  display: inline-flex;
  width: 100px;
  font-size: 14px;
  line-height: 38px;
  color: #666;
  border: 1px solid #dedede;
  margin: 0 7px;
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}

.news-buttons .like-button {
  border: 2px solid #ea5755;
  color: #ea5755;
}

.news-buttons .collect-button {
  border: 2px solid #e17d18;
  color: #e17d18;
}

.news-buttons .share-button {
  border: 2px solid #54b4b4;
  color: #54b4b4;
}

.news-buttons .news-tools {
  margin-right: 5px;
}

.news-buttons .news-heart {
  width: 20px;
  height: 20px;
  background: url(../images/b-toool-icon1.png) no-repeat center;
  transform: .5s;
}

.news-buttons .news-bookmark {
  width: 20px;
  height: 20px;
  background: url(../images/b-toool-icon2.png) no-repeat center;
}

.news-buttons .news-share-alt {
  width: 20px;
  height: 20px;
  background: url(../images/b-toool-icon3.png) no-repeat center;
}

.news-buttons .active .news-heart {
  animation: bounce 0.3s;
  background: url(../images/b-toool-icon1-1.png) no-repeat center;
}

.news-buttons .active .news-bookmark {
  background: url(../images/b-toool-icon2-2.png) no-repeat center;
}

.news-buttons .active .news-share-alt {
  background: url(../images/b-toool-icon3-3.png) no-repeat center;
}

.news-buttons .share-button:hover .news-share-alt {
  animation: bounce 0.3s;
  background: url(../images/b-toool-icon3-3.png) no-repeat center;
}

.news-tools {
  float: left;
  width: 30px;
  height: 30px;
  background: url(../images/news-tools-icon.png) no-repeat;
}

.news-toolsli {
  position: relative;
  z-index: 99;
}

.news-toolsli:hover .share-op, .news-toolsli.active .share-op {
  display: block;
}

.share-op {
  position: absolute;
  display: none;
  top: 50%;
  left: 0px;
  margin-top: -55px;
  z-index: 99;
  padding-left: 70px;
}

.news-buttons .share-op {
  padding-left: 120px;
}

.news-buttons .share-button:hover .share-op {
  display: block;
}

.share-box {
  position: relative;
  padding: 15px 0 1px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.share-box dl {
  width: 77px;
  margin-bottom: 14px;
  cursor: pointer;
}

.share-box dl dt {
  text-align: center;
}

.share-box dl dt > div, .share-box dl dt > a > div {
  display: block;
  width: 34px;
  height: 34px;
  margin: 0 auto;
}

.share-box dl dt p {
  font-size: 12px;
  line-height: 24px;
  color: #444;
}

.share-box dl dd {
  position: absolute;
  display: none;
  padding: 12px 0 0;
  background: #fff;
  width: 250px;
  height: 230px;
  left: 97px;
  top: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}

.share-box dl dd .wx-share-titile {
  text-align: center;
  font-size: 16px;
  color: #444;
  font-weight: bold;
}

.share-box dl dd p {
  font-size: 12px;
  color: #999;
  text-align: center;
}

.share-box dl:hover dd {
  display: block;
}

.share-box .wx-code {
  width: 150px;
  height: 150px;
  padding: 5px;
  margin: 5px auto;
}

.share-icon-wx {
  background: url(../images/share-wx.png) no-repeat center;
}

.share-icon-sina {
  background: url(../images/share-sina.png) no-repeat center;
}

.share-icon-url {
  background: url(../images/share-url.png) no-repeat center;
}

.recommend-main {
  padding: 20px 0 0;
}

.recommend-main.left-recommend-main {
  padding: 16px 30px;
}

.recommend-main.left-recommend-main .main-title {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.recommend-main .recommend-cnt {
  padding: 0;
}

.recommend-main dl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eff0f1;
}

.recommend-main dl:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
}

.recommend-main dl dt {
  float: right;
  width: 200px;
  min-height: 128px;
  border-radius: 6px;
  overflow: hidden;
}

.recommend-main dl dt img {
  width: 100%;
}

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

.recommend-main dl dd a {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 13px;
}

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

.recommend-main dl dd p {
  font-size: 14px;
  line-height: 20px;
  color: #666;
  height: 40px;
  overflow: hidden;
  margin-bottom: 40px;
}

.recommend-main dl dd .recommend-info {
  height: 18px;
}

.recommend-main dl dd .recommend-info span {
  font-size: 15px;
  line-height: 18px;
  color: #666;
  margin-right: 15px;
}

.recommend-main dl dd .recommend-info span em {
  color: #e07564;
}

.recommend-main dl dd .recommend-info .recommend-time {
  float: right;
  color: #c0c0c0;
  margin-right: 0;
}

@media (min-width: 1440px) {
  .banner .carousel-indicators {
    right: 120px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

@media only screen and (max-width: 1200px) {
  .news-buttons-left {
    display: none;
  }
  .container {
    width: 98%;
  }
  .interest-cnt dl dd a {
    font-size: 15px;
  }
  .consult-form .form-btn {
    margin: 0 auto 2%;
  }
  .laquo-bottom {
    padding: 0 5px;
  }
  .news-tit h1 span {
    display: block;
    line-height: 30px;
  }
  .must-box2 {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .news-left-box, .news-right-box {
    width: 100%;
  }
  .news-right-box {
    margin-left: 0;
  }
  .special-news li {
    width: 16%;
  }
  .school-box dl {
    float: left;
    width: 48%;
    margin: 1%;
  }
  .zt-list {
    width: 16%;
  }
  /* .head .navbar-nav > li > a{
       padding:10px ;

    }
    .head{
        width: 100%;
    } */
  .container .container {
    width: 100%;
  }
  /* .head .navbar-nav>li.nav-tel{display: none;} */
  .interest-cnt {
    padding: 0;
  }
  .interest-cnt dl {
    width: 23%;
    margin: 0 1% 2%;
  }
  .interest-cnt dl:first-child, .interest-cnt dl:last-child {
    margin: 0 1% 2%;
  }
  .interest-cnt dl dd {
    padding: 10px;
  }
  /* .recommend-main dl{
        width: 98%;
    } */
  .recommend-main dl dd a {
    height: auto !important;
  }
  .news-flex-btn {
    line-height: 40px;
    font-size: 14px;
  }
  .consult-form .form-group {
    width: 48%;
    margin: 0 1% 2%;
    float: left;
  }
  .consult-form form p {
    float: left;
    width: 100%;
    margin: 0 auto;
  }
  .consult-form .form-btn {
    margin: 0 26% 2%;
  }
  .news-list .news-list-main .news-list-item .news-list-img {
    width: 28%;
  }
  .news-list .news-list-main .news-list-item .news-list-cnt a {
    font-size: 15px;
    line-height: 20px;
    height: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
  }
  .news-list .news-list-main .news-list-item .news-list-cnt p {
    height: auto;
    margin-bottom: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page [title], .page > .pagezong {
    display: none;
  }
  .page a, .page > b {
    width: 22%;
    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;
  }
}

@media only screen and (max-width: 768px) {
  .news-tit {
    padding-bottom: 10px;
  }
  .news-buttons {
    display: none;
  }
  .comment {
    margin: 0 20px;
  }
  .comment-title {
    height: 20px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .comment-user, .comment-left {
    width: 34px;
    height: 34px;
    margin-right: 10px;
    margin-top: 0;
  }
  .comment-reply .comment-left {
    width: 30px;
    height: 30px;
  }
  .comment-input, .comment-right, .comment-reply {
    width: calc(100% - 44px);
  }
  .comment-right .comment-cnt {
    padding: 10px 12px;
  }
  .comment-info .comment-submit {
    width: 60px;
    font-size: 14px;
    line-height: 32px;
  }
  .comment-title .comment-title-text {
    font-size: 19px;
    margin-right: 5px;
  }
  .comment-title .comment-title-span, .comment-right .comment-txt {
    font-size: 14px;
    line-height: 20px;
  }
  .comment-time, .comment-span {
    font-size: 13px;
  }
  .right-ad {
    display: block;
    text-align: center;
  }
  .recommend-main.left-recommend-main {
    padding: 14px;
  }
  .zt-list {
    width: 31.333%;
    margin: 1%;
  }
  .special-news li {
    width: 31.333%;
    margin: 1%;
  }
  .school-box dl {
    width: 98%;
    padding-bottom: 2%;
  }
  /* 20191223 */
  .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;
  }
  .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: 28px;
    font-size: 12px;
    line-height: 25px;
  }
  .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;
  }
  .consult-form .course-cnt .submit-group > a {
    display: block;
    width: 100%;
    text-align: center;
  }
  /* 20191223 */
  .news-left-box {
    width: 100%;
    margin-right: 0;
  }
  .breadcrumbs {
    height: auto;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .news-tit h1 {
    font-size: 20px;
    margin: 0 auto 3%;
  }
  .main-title span {
    font-size: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    padding: 5px 20px;
  }
  .service-box, .ad {
    display: none !important;
  }
  #bs-example-navbar-collapse-1 {
    height: 0px !important;
    /* position: absolute; */
    right: 0;
    z-index: 999;
  }
  .news-tit h1 .original-icon {
    width: 60px;
    height: 60px;
    right: 5%;
  }
  .news-list .news-list-main .news-list-item .news-list-img {
    width: 33%;
  }
  .interest-cnt {
    padding: 0;
    width: 98%;
    margin: 0 auto;
  }
  .news-flex-box {
    width: 100%;
    margin: 0 auto;
  }
  .consult-form {
    width: 92%;
    margin: 0 4% 15px;
  }
  .news-cnt p {
    font-size: 14px;
    margin-bottom: 2%;
    line-height: 34px;
  }
  .info, .share-box {
    margin-bottom: 2%;
  }
  .interest-cnt dl {
    width: 31%;
  }
  .consult-form .form-group .radio-inline-tit {
    width: 40%;
  }
  .consult-form .form-group .radio-inline-cnt {
    width: 55%;
  }
  .news-recommend li {
    line-height: 30px;
  }
  .news-recommend li, .interest-cnt dl dd a, .recommend-main dl dt .t-time, .bdshare-button-style0-24 .bds_title {
    font-size: 14px;
  }
  .interest-cnt dl dd b, .recommend-main dl dd a {
    font-size: 16px;
  }
  .recommend-main dl {
    width: 98%;
    margin-bottom: 3%;
  }
  .recommend-main dl:last-child {
    margin-bottom: 0 !important;
  }
  .recommend-main dl dt {
    width: 110px !important;
    min-height: auto;
  }
  .recommend-main dl dd {
    width: calc(100% - 110px);
  }
  .recommend-main dl dt .t-day {
    font-size: 22px;
    line-height: 30px;
  }
  .recommend-main dl dd p {
    max-height: 40px;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 0;
  }
  .recommend-main dl dd .recommend-info {
    display: none;
  }
  .news-main, .recommend-main, .interest-main, .news-list-flex, .news-list-box {
    margin-bottom: 5%;
  }
  .news-cnt.on::after, .news-flex-btn {
    display: none !important;
  }
  .news-flex-box .news-cnt {
    height: auto !important;
  }
  .interest-main .special-item {
    padding: 0 1%;
  }
  .interest-main .special-item a, .news-list-special .special-item a {
    width: 23%;
    margin: 0 1% 2%;
    float: left;
    text-align: center;
  }
  .interest-main .special-item a:last-child, .news-list-special .special-item a:last-child {
    display: none;
  }
  .news-list-flex .news-list-title {
    height: auto;
    line-height: 30px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .news-list .news-list-main, .news-list-special {
    width: 100%;
    margin-bottom: 3%;
  }
  .news-list .news-list-main .news-list-item .news-list-img {
    float: right;
    margin: 0 0 0 2%;
    order: 2;
    min-width: none;
  }
  .news-list .news-list-main .news-list-item {
    padding: 5% 2%;
  }
  #footer, #qiao-wrap, #QIAO_INVITE_CONTAINER, #QIAO_ICON_CONTAINER .qiao-icon-sector-inner {
    display: none !important;
  }
  #QIAO_INVITE_CONTAINER {
    width: 0 !important;
    height: 0 !important;
  }
  .copyright, .last {
    display: block;
  }
}

@media only screen and (max-width: 680px) {
  .news-list .news-list-main .news-list-item {
    position: relative;
    padding-top: 60px;
  }
  .news-list .news-list-main .news-list-item .news-list-img {
    min-width: 120px;
  }
  .news-list .news-list-main .news-list-item .news-list-cnt h2 {
    position: absolute;
    display: flex;
    width: 100%;
    height: 44px;
    padding: 0 2%;
    top: 10px;
    left: 0;
    align-items: center;
  }
  .news-list .news-list-main .news-list-item .news-list-cnt h2 a {
    font-size: 16px;
    line-height: 22px;
    white-space: wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .news-list .news-list-main .news-list-item .news-list-cnt .newslist-info {
    height: 16px;
    line-height: 16px;
  }
  .news-list .news-list-main .news-list-item .news-list-cnt .newslist-info .newslist-time, .news-list .news-list-main .news-list-item .news-list-cnt .newslist-info span {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .interest-cnt dl, .interest-cnt .special-list {
    width: 48%;
  }
  .consult-form .form-btn a {
    position: initial;
    display: block;
    text-align: center;
  }
  .consult-form .form-group {
    width: 88%;
    margin: 0 1% 3%;
  }
  .consult-form .form-btn {
    width: 60%;
    height: auto;
    margin: 0 20% 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .consult-form .form-group {
    margin-bottom: 5%;
  }
  .recommend-main dl {
    margin-bottom: 5%;
  }
  .page a, .page > b {
    width: 22%;
  }
  .interest-main .special-item a, .news-list-special .special-item a {
    width: 48%;
    margin: 0 1% 2%;
    float: left;
    text-align: center;
  }
  .consult-form .form-group .radio-inline-tit {
    width: 45%;
  }
  .consult-form .form-group .radio-inline-cnt {
    width: 55%;
  }
}

@media only screen and (max-width: 425px) {
  .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: 400px) {
  .news-list .news-list-main .news-list-item .news-list-cnt p {
    font-size: 12px;
  }
}
