@charset "UTF-8";
* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  scrollbar-width: thin;
}

textarea::-webkit-scrollbar {
  width: 3px;
}

textarea::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 3px;
}

textarea::-webkit-scrollbar-track {
  background-color: #fff;
}

body {
  background: #f6f6f6;
}

.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;
}

.moudle-title span {
  color: #c99c59;
}

.special-news {
  margin: 0 -1%;
  overflow: hidden;
  display: none !important;
}

.special-news.special-news-dynamic {
  display: block !important;
}

.special-news li {
  float: left;
  width: 48%;
  margin: 3px 1%;
}

.special-news li a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  padding: 4px;
  border: 1px solid #c3cce7;
  background: #f0f3fa;
  border-radius: 2px;
  text-align: center;
}

.special-news li a p {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.special-news li a .word-text {
  display: inline-block;
  font-weight: bold;
  color: #283e7e;
}

.special-news li a:hover {
  color: #fff;
  background: #283e7e;
  border-color: #283e7e;
}

.special-news li a:hover p {
  color: #fff;
}

.news-right-cnt, .recommend-main {
  padding: 14px 14px 15px;
  background-color: #fff;
  margin-bottom: 12px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.news-right-cnt.nopadding, .recommend-main.nopadding {
  padding: 0;
}

.news-right-cnt.nopadding .tab-content, .recommend-main.nopadding .tab-content {
  padding: 0 14px 14px;
}

.news-right-cnt .news-right-tit, .news-right-cnt .main-title, .recommend-main .news-right-tit, .recommend-main .main-title {
  position: relative;
  min-height: 30px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 10px;
}

.news-right-cnt .news-right-tit::after, .news-right-cnt .main-title::after, .recommend-main .news-right-tit::after, .recommend-main .main-title::after {
  display: block;
  content: '';
  clear: both;
}

.news-right-cnt .news-right-tit h3, .news-right-cnt .news-right-tit h2, .news-right-cnt .main-title h3, .news-right-cnt .main-title h2, .recommend-main .news-right-tit h3, .recommend-main .news-right-tit h2, .recommend-main .main-title h3, .recommend-main .main-title h2 {
  float: left;
  width: 85%;
  width: calc(100% - 40px);
  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;
  min-height: 30px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #c99c59;
}

.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: #c99c59;
}

.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;
  width: 40px;
  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: #c99c59;
}

.news-right-cnt .news-list, .recommend-main .news-list {
  margin-top: -6px;
}

.news-right-cnt .news-list li, .recommend-main .news-list li {
  font-size: 14px;
  line-height: 28px;
  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: #c99c59;
}

.news-right-cnt .news-list.news-list-time li, .recommend-main .news-list.news-list-time li {
  height: 30px;
}

.news-right-cnt .news-list.news-list-time li span, .recommend-main .news-list.news-list-time li span {
  float: right;
  width: 40px;
  text-align: right;
  font-size: 12px;
  color: #c0bfbf;
}

.news-right-cnt .news-list.news-list-time li a, .recommend-main .news-list.news-list-time li a {
  float: left;
  width: calc(100% - 40px);
}

.news-right-cnt .news-list.news-list-time li a :hover, .recommend-main .news-list.news-list-time li a :hover {
  color: #c99c59;
}

.news-right-cnt .news-list.row2, .recommend-main .news-list.row2 {
  margin: 0 -1%;
}

.news-right-cnt .news-list.row2 li, .recommend-main .news-list.row2 li {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.news-right-cnt .zhinan-box, .recommend-main .zhinan-box {
  margin-top: 12px;
  padding: 12px 0 0;
}

.news-right-cnt .school-news-list, .recommend-main .school-news-list {
  margin-top: -6px;
}

.news-right-cnt .school-news-list.zw-school-news-list li, .recommend-main .school-news-list.zw-school-news-list li {
  width: 100%;
}

.news-right-cnt .school-news-list li, .recommend-main .school-news-list li {
  position: relative;
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 18px;
  padding-left: 9px;
  margin-top: 8px;
}

.news-right-cnt .school-news-list li::before, .recommend-main .school-news-list li::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #c99c59;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  left: 0;
  top: 6px;
}

.news-right-cnt .school-news-list li a, .recommend-main .school-news-list li a {
  display: block;
  color: #333;
}

.news-right-cnt .school-news-list li a:hover, .recommend-main .school-news-list li a:hover {
  color: #c99c59;
}

.news-right-cnt .school-box dl, .news-right-cnt .rules-box dl {
  /* height: 73px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #e8e8e8;
}

.news-right-cnt .school-box dl:last-child, .news-right-cnt .rules-box dl:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.news-right-cnt .school-box dl dt, .news-right-cnt .rules-box dl dt {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 10px;
}

.news-right-cnt .school-box dl dd, .news-right-cnt .rules-box dl dd {
  float: left;
  flex: 1;
  width: 80%;
  width: calc(100% - 50px);
}

.news-right-cnt .school-box .list-item-cost a, .news-right-cnt .rules-box .list-item-cost a {
  float: left;
  width: 31.333%;
  margin: 0 1%;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #458bbe;
  text-align: center;
  color: #458bbe;
}

.news-right-cnt .school-box .list-item-cost a:hover, .news-right-cnt .rules-box .list-item-cost a:hover {
  color: #fff !important;
  background: #e58730 !important;
  border-color: #e58730 !important;
}

.news-right-cnt .school-box .list-item-cost a.look-rules, .news-right-cnt .rules-box .list-item-cost a.look-rules {
  color: #e58730;
  border-color: #e58730;
}

.news-right-cnt .school-box .list-item-cost a.look-faq, .news-right-cnt .rules-box .list-item-cost a.look-faq {
  color: #4a5aa6;
  border-color: #4a5aa6;
}

.news-right-cnt .school-name {
  display: block;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #444;
  margin-bottom: 14px;
}

.news-right-cnt .school-name:hover {
  color: #c99c59;
}

.news-right-cnt .rules-box .list-item-cost {
  font-size: 14px;
  color: #888;
}

.news-right-cnt .rules-box .list-item-cost .time {
  margin-right: 15px;
}

.news-right-cnt .rules-box .list-item-cost span em {
  color: #cc5151;
}

.news-right-cnt .rules-box a.look-rules {
  float: right !important;
  width: auto !important;
  font-size: 12px;
  line-height: 19px;
  padding: 0 12px;
  color: #e58730 !important;
  border: 1px solid #e58730 !important;
  border-radius: 3px;
  margin-top: 2px !important;
}

.news-right-cnt .rules-box .school-name {
  margin-bottom: 5px;
}

.news-right-cnt .rules-box .skfs {
  margin-right: 15px;
}

.news-right-cnt .more-btn a {
  display: block;
  width: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #c99c59;
  border: 1px solid #c99c59;
  text-align: center;
  border-radius: 3px;
  margin-top: 5px;
}

.news-right-cnt .more-btn a:hover {
  color: #fff;
  background: #c99c59;
}

.channl-tabs {
  border-radius: 4px;
  box-shadow: 0 -3px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  margin-bottom: 12px;
}

.channl-tabs ul {
  border-bottom: none !important;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
  margin-bottom: 6px;
}

.channl-tabs ul li {
  position: relative;
  width: 16.666%;
  text-align: center;
}

.channl-tabs ul li a {
  font-size: 15px;
  line-height: 22px;
  color: #c99c59;
  background: #fff;
  border: 1px solid #c99c59 !important;
  padding: 4px 0;
  margin: 0 auto;
  font-weight: bold;
  cursor: pointer !important;
}

.channl-tabs ul li.active a,
.channl-tabs ul li:hover a {
  color: #fff !important;
  font-weight: bold;
  background: #c99c59 !important;
  border-radius: 0 !important;
  border-color: #c99c59 !important;
}

.channl-tabs ul li.active a::after,
.channl-tabs ul li:hover a::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #c99c59;
  left: 50%;
  margin-left: -6px;
  bottom: -6px;
}

.channl-tabs ul li:last-child a::before,
.channl-tabs ul li.active a::before {
  display: none;
}

.channl-tabs.row3 ul li {
  width: 33.333%;
}

.channl-tabs.row3 ul li a {
  font-size: 16px;
}

.channl-tabs.row2 ul li {
  width: 50%;
}

.channl-tabs.row4 ul li {
  width: 25%;
}

.school-hot-news {
  margin-top: -12px;
}

.school-hot-news dl {
  margin-top: 16px;
}

.school-hot-news dl dt {
  float: left;
  width: 90px;
  height: 60px;
  margin-right: 10px;
  border-radius: 4px;
  overflow: hidden;
}

.school-hot-news dl dd {
  float: left;
  width: 66%;
  width: calc(100% - 100px);
}

.school-hot-news dl dd a {
  display: block;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: 40px;
  margin-bottom: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.school-hot-news dl dd a:hover {
  color: #c99c59;
}

.school-hot-news dl dd .new-time {
  font-size: 12px;
  line-height: 14px;
  color: #999;
  padding-left: 13px;
  background: url(../images/time-icon2.png) no-repeat left center;
  background-size: 9px;
}

.remenbiaoqian {
  font-size: 14px;
  color: #333;
  line-height: 36px;
  margin-top: 3%;
  text-indent: 32px;
}

.remenbiaoqian a {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  color: #c99c59;
  border: 1px solid #c99c59;
  border-radius: 3px;
  padding: 0 10px;
  text-indent: 0;
}

.remenbiaoqian a:hover {
  color: #fff;
  background: #c99c59;
  text-decoration: none !important;
}

.remenbiaoqian.rzhuanti {
  margin-top: 1%;
  margin-bottom: 3%;
}

.remenbiaoqian.rzhuanti a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px !important;
  line-height: 30px;
  color: #fff !important;
  font-weight: normal !important;
  border-radius: 2px;
  border: none;
}

.remenbiaoqian.rzhuanti a:hover {
  text-decoration: none !important;
}

.remenbiaoqian.rzhuanti .tab-bg1 {
  background: #5cacdf;
}

.remenbiaoqian.rzhuanti .tab-bg2 {
  background: #6e87cc;
}

.remenbiaoqian.rzhuanti .tab-bg3 {
  background: #67bfb4;
}

.remenbiaoqian.rzhuanti .tab-bg4 {
  background: #bd7797;
}

.remenbiaoqian.rzhuanti .tab-bg5 {
  background: #d5936f;
}

.remenbiaoqian.rzhuanti .tab-bg6 {
  background: #cd8080;
}

.remenbiaoqian.rzhuanti .tab-bg7 {
  background: #93c077;
}

.remenbiaoqian.rzhuanti .tab-bg8 {
  background: #5a95d3;
}

.hot-school {
  padding: 20px;
  margin-top: -11px;
}

.hot-school li {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px dashed #e8e8e8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.hot-school li:hover {
  color: #c99c59;
}

.hot-school li em {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #ccc;
  text-align: center;
  margin-right: 9px;
  border-radius: 4px 4px 0 4px;
}

.hot-school li a {
  font-size: 14px;
  color: #333;
}

.hot-school li a:hover {
  color: #c99c59;
}

.hot-school dl {
  float: left;
  width: 48%;
  margin: 3px 1%;
  border: 1px solid #e9e9e9;
  padding: 7px 10px;
  border-radius: 4px;
}

.hot-school dl dt {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.hot-school dl dd {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hot-school dl dd a {
  color: #333;
}

.hot-school dl dd a:hover {
  color: #c99c59;
}

.hot-rules {
  margin-top: -6px;
}

.hot-rules li {
  position: relative;
  min-height: 22px;
  line-height: 22px;
  padding: 5px 0 5px 23px;
  border-bottom: 1px dashed #e8e8e8;
}

.hot-rules li:hover {
  color: #c99c59;
}

.hot-rules li:last-child {
  border: none;
}

.hot-rules li em {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 10px;
  width: 14px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  background: #ccc;
  text-align: center;
  border-radius: 4px 4px 0 4px;
}

.hot-rules li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  max-height: 44px;
  overflow: hidden;
  color: #333;
  text-indent: -6px;
}

.hot-rules li a:hover {
  color: #c99c59;
}

.hot-rules .hot-rules1 em {
  background: #e55d5d;
}

.hot-rules .hot-rules2 em {
  background: #ee7b48;
}

.hot-rules .hot-rules3 em {
  background: #fb9825;
}

.hot-major {
  display: table;
  word-spacing: -1em;
  /*兼容其他浏览器*/
  margin: -5px -5px 0;
}

.hot-major li {
  display: inline-block;
  padding: 0 9px;
  margin: 5px;
  height: 34px;
  line-height: 34px;
  border-radius: 2px;
}

.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;
}

.hot-tabs-box {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.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.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;
  background: #c99c59;
}

.hot-tabs-box .hot-major {
  padding: 15px 12px;
  margin: -5px 0;
}

.hot-tabs-box .hot-school {
  padding: 14px;
  margin-top: 0;
}

.main01-cnt {
  margin: 0 -6px;
}

.main01-cnt li {
  float: left;
  width: 96px;
  margin: 6px;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.main01-cnt li a {
  display: block;
  padding: 7px 0;
  color: #333;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.main01-cnt li a:hover {
  color: #fff;
  background: #c99c59;
  border-color: #c99c59;
}

.main01-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/sec-word-icon2.png) no-repeat;
}

.main01-icon.icon1 {
  background-position: 3px 0;
}

.main01-icon.icon7 {
  background-position: 3px -50px;
}

.main01-icon.icon11 {
  background-position: 3px -100px;
}

.main01-icon.icon14 {
  background-position: 3px -150px;
}

.main01-icon.icon17 {
  background-position: 3px -200px;
}

.main01-icon.icon27 {
  background-position: 3px -250px;
}

.main01-icon.icon33 {
  background-position: 3px -300px;
}

.main01-icon.icon43 {
  background-position: 3px -350px;
}

.main01-icon.icon47 {
  background-position: 3px -400px;
}

.main01-icon.icon48 {
  background-position: 3px -450px;
}

.main01-icon.icon49 {
  background-position: 3px -500px;
}

.main01-icon.icon50 {
  background-position: 3px -550px;
}

.main01-icon.icon51 {
  background-position: 3px -600px;
}

.main01-icon.icon52 {
  background-position: 3px -650px;
}

.main01-icon.icon53 {
  background-position: 3px -700px;
}

.main01-icon.icon54 {
  background-position: 3px -750px;
}

.main01-icon.icon55 {
  background-position: 3px -800px;
}

.main01-icon.icon56 {
  background-position: 3px -850px;
}

.main01-icon.icon57 {
  background-position: 3px -900px;
}

.main01-icon.icon58 {
  background-position: 3px -950px;
}

.main01-cnt li a:hover .main01-icon.icon1 {
  background-position: -37px 0;
}

.main01-cnt li a:hover .main01-icon.icon7 {
  background-position: -37px -50px;
}

.main01-cnt li a:hover .main01-icon.icon11 {
  background-position: -37px -100px;
}

.main01-cnt li a:hover .main01-icon.icon14 {
  background-position: -37px -150px;
}

.main01-cnt li a:hover .main01-icon.icon17 {
  background-position: -37px -200px;
}

.main01-cnt li a:hover .main01-icon.icon27 {
  background-position: -37px -250px;
}

.main01-cnt li a:hover .main01-icon.icon33 {
  background-position: -37px -300px;
}

.main01-cnt li a:hover .main01-icon.icon43 {
  background-position: -37px -350px;
}

.main01-cnt li a:hover .main01-icon.icon47 {
  background-position: -37px -400px;
}

.main01-cnt li a:hover .main01-icon.icon48 {
  background-position: -37px -450px;
}

.main01-cnt li a:hover .main01-icon.icon49 {
  background-position: -37px -500px;
}

.main01-cnt li a:hover .main01-icon.icon50 {
  background-position: -37px -550px;
}

.main01-cnt li a:hover .main01-icon.icon51 {
  background-position: -37px -600px;
}

.main01-cnt li a:hover .main01-icon.icon52 {
  background-position: -37px -650px;
}

.main01-cnt li a:hover .main01-icon.icon53 {
  background-position: -37px -700px;
}

.main01-cnt li a:hover .main01-icon.icon54 {
  background-position: -37px -750px;
}

.main01-cnt li a:hover .main01-icon.icon55 {
  background-position: -37px -800px;
}

.main01-cnt li a:hover .main01-icon.icon56 {
  background-position: -37px -850px;
}

.main01-cnt li a:hover .main01-icon.icon57 {
  background-position: -37px -900px;
}

.main01-cnt li a:hover .main01-icon.icon58 {
  background-position: -37px -950px;
}

/* newslist.html start */
.news-left-box, .news-right-box {
  float: left;
}

.news-left-box {
  width: 70.25%;
}

.news-left-box.school-left-box {
  width: 74%;
}

.news-left-box .news-flex-box {
  padding: 0 20px;
}

.news-right-box {
  width: 28.9%;
  margin: 0 0 3% 0.85%;
}

.news-right-box.school-right-box {
  width: 24%;
}

.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 4px rgba(0, 0, 0, 0.1);
}

.newslist-box ul {
  margin-bottom: 30px;
  padding: 0 30px;
  overflow: hidden;
}

.newslist-box ul li {
  position: relative;
  padding: 20px 0;
  border-bottom: 1px solid #eff0f1;
  z-index: 1;
}

.newslist-box ul li:hover {
  border-color: #f5f5f5;
}

.newslist-box ul li:hover::before {
  position: absolute;
  display: block;
  content: '';
  width: 200%;
  height: 100%;
  padding: 0 30px;
  top: 0;
  left: -30px;
  background-color: #f5f5f5;
  z-index: -1;
}

.newslist-box ul li .newslist-img {
  margin-right: 2%;
  width: 24%;
  max-width: 180px;
  border-radius: 2px;
  overflow: hidden;
}

.newslist-box ul li p {
  font-size: 14px;
}

.newslist-box ul li .newslist-description {
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  color: #999999;
  margin-bottom: 15px;
}

.newslist-box ul li .newslist-title {
  display: block;
  font-size: 18px;
  color: #444;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.newslist-box ul li .newslist-title:hover {
  color: #c99c59;
}

.newslist-box ul li .newslist-time {
  font-size: 12px;
  color: #c9ccd0;
}

/* newslist.html 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;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.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: #c99c59;
}

.zixun-main .zixun-item .zixun-tit b {
  padding-left: 25px;
  padding-bottom: 6px;
  border-bottom: 1px solid #c99c59;
  background: url(../images/zixun-tit-bg.png) no-repeat left top 3px;
}

.zixun-main .zixun-item ul {
  padding: 0 !important;
  margin: 0 -1%;
}

.zixun-main .zixun-item ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
  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:hover {
  color: #c99c59;
}

.zixun-main .zixun-item ul.news-list.news-list-double {
  float: left;
  width: 48%;
  margin: 0 1%;
}

.zixun-main .zixun-item ul.news-list.news-list-double li {
  width: 100%;
  margin: 0 auto;
}

.zixun-main .zixun-item ul.news-list a {
  float: left;
  width: 80%;
  width: calc(100% - 42px);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.zixun-main .zixun-item ul.news-list span {
  float: right;
  width: 40px;
  font-size: 12px;
  color: #bbb;
  text-align: right;
}

.zixun-main .zixun-item:last-child {
  margin-bottom: 0 !important;
}

.news-left-box img {
  display: inline-block;
}

.news-main {
  background-color: #fff;
  padding-top: 35px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.info {
  font-size: 12px;
  color: #999;
}

.info span {
  margin-right: 10px;
}

.info a {
  color: #999;
}

.info a:hover {
  color: #c99c59;
}

.news-tit {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}

.news-tit h1, .news-tit h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 40px;
  margin-bottom: 10px;
}

.news-tit h1 span, .news-tit h2 span {
  position: relative;
  color: #c99c59;
  font-weight: 900;
}

.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 20px 20px;
}

.news-tit.double-border h1, .news-tit.double-border h2 {
  padding: 0 0 10px;
  font-size: 30px;
  line-height: 1.4;
  text-align: center;
  color: #333;
}

.news-tit.double-border .info {
  margin-bottom: 20px;
}

.news-tit.double-border .info label {
  font-size: 16px;
  font-weight: normal;
  color: #283e7e;
  margin-right: 5%;
}

.news-tit.double-border .info span {
  color: #B58E4B;
}

.news-tit .news-tit-box {
  padding: 0 2% 15px;
}

.news-flex-box {
  margin-bottom: 15px;
}

.news-flex-box {
  padding: 0 40px;
}

.news-cnt {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 38px;
}

.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 table, .news-cnt td {
  border: 1px #999 solid;
  table-layout: auto;
}

.news-cnt table h3 {
  border: 0;
  padding-left: 0;
  margin-bottom: 0;
}

.news-cnt table p {
  margin-bottom: 0;
}

.news-cnt td {
  font-size: 14px;
}

.news-cnt .abstract-box {
  margin-top: 28px;
  margin-bottom: 15px;
  padding: 15px;
  background: #f0f0f0;
  border: 1px solid #dfdfdf;
  border-radius: 4px;
}

.news-cnt .abstract-box span {
  float: left;
  width: 54px;
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}

.news-cnt .abstract-box p {
  float: left;
  width: 92%;
  width: calc(100% - 54px);
  font-size: 14px;
  color: #555;
  line-height: 24px;
  margin-bottom: 0 !important;
}

.form-main {
  margin: 0 -10px;
}

.form-main .select-search {
  height: 34px;
  position: relative;
  z-index: 4;
  padding: 0;
}

.form-main .select-search .school-option {
  box-sizing: border-box;
  position: absolute;
  background-color: #fff;
  width: 200px;
  max-height: none;
  top: 32px;
  left: 0;
  padding: 0 15px;
  overflow-y: auto;
  z-index: 99;
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.form-main .select-search .school-option.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;
  color: #999;
}

.form-main .schoolName-box {
  padding-top: 5px;
  padding-bottom: 5px;
}

.form-main .submit-group input, .form-main .submit-group button {
  max-width: 170px;
  font-size: 14px;
  background: #283e7e;
  border-radius: 3px;
}

.form-main textarea.form-control {
  width: 88% !important;
  height: 50px !important;
}

.form-main .form-control, .form-main .selects-box select {
  border-color: #e5e5e5;
}

.main-inside-form .form-box {
  margin: 0 auto;
  border-radius: 10px;
  padding: 0 40px 10px;
  background: url(../images/form-box.png) no-repeat top center;
  background-size: 100% 100%;
}

.main-inside-form .form-box .form-main .form-control {
  border: none;
  background: none;
  box-shadow: none;
}

.main-inside-form .form-box .form-main .select-search button {
  padding-left: 0;
}

.main-inside-form .form-box .form-group {
  background: #fff;
  border-radius: 30px;
  margin: 0 5px 9px;
  width: calc(33.333% - 10px);
}

.main-inside-form .form-box .form-group.col-xs-12, .main-inside-form .form-box .form-group.col-lg-12 {
  display: flex;
  width: 99% !important;
}

.main-inside-form .form-box .form-group.col-xs-12 .input-group-span, .main-inside-form .form-box .form-group.col-lg-12 .input-group-span {
  float: left;
  margin-top: 5px;
  line-height: 20px;
}

.main-inside-form .form-box .form-group.submit-group {
  display: block;
  background: none !important;
}

.main-inside-form .form-box .form-group.submit-group input {
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  max-width: 140px !important;
  background: #d5792f;
  border: none;
  border-radius: 30px;
}

.main-inside-form .form-box .form-group textarea {
  flex: 1;
  outline: none;
  resize: none;
  line-height: 20px;
}

.main-inside-form .form-box.school-form {
  padding: 0 20px 10px;
  margin-top: 30px;
}

.main-inside-form .form-box.school-form .form-main {
  margin: 0 -5px;
}

.main-inside-form .form-box.school-form .input-group-span {
  float: left;
  width: 75px;
  text-align: right;
}

.main-inside-form .form-box.school-form .form-inline .form-group {
  width: calc(25% - 10px);
  padding: 0 5px;
}

.main-inside-form .form-box.school-form .form-main .form-control {
  font-size: 12px;
  width: 58%;
  width: calc(100% - 75px);
  line-height: 34px;
  height: 34px;
}

.main-inside-form .form-box .moudle-title {
  font-size: 28px;
  line-height: 1;
  padding-top: 20px;
  color: #c5671c;
  margin-bottom: 20px;
}

.main-inside-form .form-box .moudle-title span {
  color: #c5671c !important;
}

.main-inside-form .form-box .form-inline .form-group {
  padding: 0 10px;
}

.recommend-main {
  padding-bottom: 6px;
}

.recommend-main .main-title {
  margin-bottom: 20px;
}

.recommend-main .recommend-cnt dl {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47%;
  margin: 0 3% 24px 0;
  padding: 0;
}

.recommend-main .recommend-cnt dl dt {
  float: left;
  /* width: 14%; */
  width: 64px !important;
  color: #bbbbbb;
  font-weight: normal;
  margin-right: 15px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
}

.recommend-main .recommend-cnt dl dt .t-month {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  background: #c1c1c1 url(../images/month-bg.png) no-repeat bottom center;
  border-radius: 4px 4px 0 0;
}

.recommend-main .recommend-cnt dl dt .t-day {
  font-size: 28px;
  line-height: 36px;
  color: #999;
  background: url(../images/day-bg.png) no-repeat top center;
  border-radius: 0 0 4px 4px;
}

.recommend-main .recommend-cnt dl dd {
  width: 79%;
  float: left;
}

.recommend-main .recommend-cnt dl dd a {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 900;
  color: #333;
  height: 26px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.recommend-main .recommend-cnt dl dd a:hover {
  color: #c99c59;
}

.recommend-main .recommend-cnt dl dd p {
  font-size: 12px;
  color: #999;
  margin: 0 auto;
  height: 36px;
  line-height: 18px;
  overflow: hidden;
}

.school-left-box .recommend-cnt dl {
  width: 49%;
  margin: 0 1% 24px 0;
}

.baoming-form {
  margin-bottom: 50px;
}

.baoming-form .form-main textarea.form-control {
  width: 100% !important;
  height: 100px !important;
}

.form-main-bg {
  background: url(../images/baoming-bg.jpg) no-repeat bottom center;
}

.form-main-bg .form-main {
  margin: 0 auto;
}

.rules-flow-box {
  background-color: #f6f6f6;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  margin: 30px auto;
}

.rules-flow-box .rules-flow-title {
  float: left;
  width: 36px;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  padding: 12px 10px;
  background: #c99c59;
  background-size: cover;
}

.rules-flow-box .rules-flow-main {
  margin-left: 50px;
  font-weight: bold;
  color: #333;
  font-size: 14px;
  padding-top: 12px;
}

.rules-flow-box .rules-flow-main > div {
  height: 36px;
  line-height: 36px;
}

.rules-flow-box .rules-flow-main a {
  color: #333;
}

.rules-flow-box .rules-flow-main a:hover {
  color: #c99c59;
}

.rules-flow-box .rules-flow-main b {
  max-width: 100px;
  text-align: right;
  padding: 0;
}

.rules-flow-box .rules-flow-main span {
  display: inline-block;
  position: relative;
  padding-right: 26px;
}

.rules-flow-box .rules-flow-main span:last-child {
  padding: 0;
}

.rules-flow-box .rules-flow-main span:last-child::after {
  display: none !important;
}

.rules-flow-box .rules-flow-main span::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 36px;
  background: url(../images/news/flow-r.png) no-repeat right center;
}

.flow-icon {
  font-style: normal;
  font-size: 14px;
  line-height: 17px;
  font-weight: normal;
  color: #fff;
  padding: 0 9px;
  background: url(../images/news/flow-icon.png) no-repeat center center;
}

.recommend-rules-main {
  padding: 20px 18px 6px;
  background: #fff;
  margin-bottom: 20px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.recommend-rules-main .main-title {
  margin-bottom: 20px;
  height: 30px;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 20px;
}

.recommend-rules-main .main-title p {
  display: inline-block;
  height: 30px;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: 1px solid #c99c59;
}

.recommend-rules-main .main-title p span {
  color: #c99c59;
}

.recommend-rules-main .ruleslist {
  margin: 0 -1%;
}

.recommend-rules-main .ruleslist .address-icon {
  padding: 0 7px;
  background: url(../images/news/address.png) no-repeat left center;
  margin-right: 5px;
}

.recommend-rules-main .ruleslist .poject-name {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}

.recommend-rules-main .ruleslist .rules-logo {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 42px;
  margin-right: 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  background-size: cover !important;
}

.recommend-rules-main .ruleslist .zs-icon {
  float: left;
  height: 24px;
  padding: 0 16px;
  background: url(../images/zs-img.png) no-repeat center center;
  margin-right: 6px;
}

.recommend-rules-main .ruleslist .rules-type {
  float: left;
  width: 70%;
  width: calc(100% - 100px);
}

.recommend-rules-main .ruleslist .rules-type-list {
  float: left;
  width: 50%;
  font-size: 14px;
  line-height: 26px;
  color: #666;
}

.recommend-rules-main .ruleslist .rules-type-list.rules-type-list-all {
  width: 100% !important;
}

.recommend-rules-main .ruleslist .rules-type-list b {
  font-weight: 400;
  color: #333;
}

.recommend-rules-main .ruleslist .rules-type-list span em {
  font-size: 16px;
  font-weight: 700;
  color: #e57575;
}

.recommend-rules-main .ruleslist .rules-type-list .detail-btn {
  float: right;
  font-size: 12px;
  padding: 0 20px;
  color: #fff;
  background: #283e7e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.recommend-rules-main .ruleslist .rules-type-list .detail-btn:hover {
  background: #c99c59;
}

.recommend-rules-main .ruleslist-item {
  float: left;
  width: 48%;
  margin: 0 1% 2%;
  padding: 10px 20px 15px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

.recommend-rules-main .ruleslist-item .rules-cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.recommend-rules-main .rules-tit {
  width: 100%;
  line-height: 30px;
  margin-bottom: 10px;
}

.recommend-rules-main .rules-tit h2 {
  float: left;
  width: 89%;
  width: calc(100% - 55px);
  margin-right: 5px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
  font-weight: 700;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recommend-rules-main .rules-tit a {
  color: #333;
}

.recommend-rules-main .rules-tit a:hover {
  color: #c99c59;
}

.recommend-rules-main .rules-tit p {
  float: right;
  width: 50px;
  font-size: 14px;
  font-weight: normal;
  color: #666;
  white-space: nowrap;
}

.recommend-rules-main .rules-logo-img {
  float: left;
  width: 80px;
  margin-right: 10px;
}

.recommend-rules-main .rules-main {
  float: left;
  width: 80%;
  width: calc(100% - 90px);
}

.recommend-rules-main .rules-main .rules-type {
  width: 100%;
}

.recommend-rules-main .rules-main .rules-type .rules-type-list {
  width: 33.333%;
}

.recommend-rules-main .rules-main .rules-type .rules-type-list-zs span {
  font-size: 12px;
  padding: 0 5px;
  color: #9c7720;
  background: #f0e9d7;
  border-radius: 2px;
}

.recommend-rules-main .rules-main .rules-hd {
  position: relative;
  margin-bottom: 5px;
}

.recommend-rules-main .rules-main .rules-hd .name-box {
  font-size: 20px;
  line-height: 26px;
  height: 52px;
  font-weight: bold;
  padding-right: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.recommend-rules-main .rules-main .rules-hd .school-name, .recommend-rules-main .rules-main .rules-hd .school-name a {
  color: #888;
}

.recommend-rules-main .rules-main .rules-hd .rules-name {
  color: #333;
}

.recommend-rules-main .rules-main .rules-hd .school-name:hover, .recommend-rules-main .rules-main .rules-hd .rules-name:hover, .recommend-rules-main .rules-main .rules-hd .school-name a:hover {
  color: #c99c59;
}

.recommend-rules-main .rules-main .rules-hd .address-icon {
  position: absolute;
  padding-left: 20px;
  top: 4px;
  right: 0;
  margin: 0 auto;
}

.recommend-rules-main .ruleslist-tool {
  border-top: 1px dashed #e3e5e7;
  margin-top: 10px;
  padding-top: 13px;
}

.recommend-rules-main .ruleslist-tool .detail-btn {
  float: right;
  font-size: 12px;
  line-height: 16px;
  padding: 5px 23px;
  color: #fff;
  background: #283e7e;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.recommend-rules-main .ruleslist-tool .detail-btn:hover {
  background: #c99c59;
}

.recommend-rules-main .ruleslist .rules-logo1 {
  background: #7c8dbf url(../images/poject-bg.png) no-repeat center center;
}

.recommend-rules-main .ruleslist .rules-logo2 {
  background: #6ea4c8 url(../images/poject-bg.png) no-repeat center center;
}

.recommend-rules-main .ruleslist .rules-logo3 {
  background: #b4859b url(../images/poject-bg.png) no-repeat center center;
}

.recommend-rules-main .ruleslist .rules-logo4 {
  background: #79aca1 url(../images/poject-bg.png) no-repeat center center;
}

.recommend-rules-main .ruleslist .rules-logo5 {
  background: #5f90c5 url(../images/poject-bg.png) no-repeat center center;
}

.jianjie-recommend {
  margin-bottom: 30px;
}

.jianjie-recommend .news-right-box {
  margin-bottom: 0 !important;
}

.control-label, .form-group-main {
  float: left;
}

.control-label {
  position: relative;
  font-size: 14px;
  font-weight: normal;
  width: 92px;
  padding-top: 7px;
  padding-left: 27px;
  line-height: 30px\9;
  margin-bottom: 0\9;
  color: #666;
  z-index: 0;
}

.form-group-main {
  position: relative;
  width: 90%;
  width: calc(100% - 92px);
}

.news-form-bg {
  padding: 13px 6px 6px;
  border-radius: 10px;
  background: #283e7e;
}

.news-form-bg .news-form-tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 13px;
  text-align: center;
}

.news-form-bg .news-form-tit span {
  color: #c99c59;
}

.news-form-bg .news-form-text {
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  padding-left: 30px;
  margin-bottom: 23px;
}

.news-form-bg .form-main-bg {
  padding: 16px 12px 10px;
  background: #fff;
  border-radius: 10px;
}

.news-form-bg .form-group {
  width: 23.5%;
  margin: 0 0.75% 14px;
  float: left;
  border: 1px solid #ddd;
  background: #f2f2f2;
  border-radius: 4px;
}

.news-form-bg .textarea-group {
  width: 98.5% !important;
}

.news-form-bg .textarea-group textarea, .news-form-bg .textarea-group .form-group-main {
  width: 100% !important;
}

.news-form-bg .textarea-group textarea {
  padding: 7px 12px;
  border: none !important;
  height: 65px;
}

.news-form-bg .submit-group {
  width: 100% !important;
  text-align: center;
}

.news-form-bg .submit-group .btn-default {
  width: 140px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  background: #ff4f00;
  color: #fff;
  border: none !important;
  border-radius: 4px;
}

.news-form-bg .submit-group .btn-default:hover {
  color: #fff;
  opacity: 0.8;
}

.news-form-bg .submit-group .test-btn {
  width: 136px;
  font-size: 16px;
  line-height: 36px;
  border-radius: 5px;
}

.news-form-bg .sub-tit {
  position: absolute;
  width: 100%;
  background: url(../images/form-sub-tit-bg.png) no-repeat top center;
  height: 52px;
  font-size: 24px;
  line-height: 30px;
  padding: 11px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  top: -10px;
  left: 0;
}

.news-form-bg form {
  max-width: none;
}

.news-form-bg .submit-group, .news-form-bg .form-control {
  border: none !important;
  box-shadow: none !important;
  background: none !important;
  color: #999;
}

.news-form-bg.no-bg .control-label {
  background: none !important;
  padding-left: 14px;
  width: 75px !important;
}

.news-form-bg.no-bg .form-group-main {
  width: calc(100% - 75px);
}

option[disabled] {
  color: #aaa !important;
  background: #ddd !important;
}

.faq-form-bg {
  position: relative;
  padding: 14px;
  border-radius: 10px;
  overflow: hidden;
}

.faq-form-bg::before {
  position: absolute;
  display: block;
  content: '';
  right: 0;
  top: 0;
  width: 62px;
  height: 62px;
  background: url(../images/faq-form-bg.png) no-repeat top right;
}

.faq-form-bg .faq-form-tit {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 172px;
  width: 34px;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-right: 14px;
}

.faq-form-bg .faq-form {
  float: left;
  width: calc(100% - 48px);
}

.faq-form-bg .faq-form-text {
  font-size: 16px;
  color: #3189a6;
  font-weight: bold;
  margin-bottom: 9px;
}

.faq-form-bg .form-group {
  width: 23% !important;
  margin: 5px 1%;
  background: #f2f2f2;
}

.faq-form-bg .form-group-textarea {
  width: 98% !important;
}

.faq-form-bg .form-group-textarea .form-control {
  height: 60px;
  line-height: 18px;
}

.faq-form-bg .submit-group .btn-default {
  width: 100% !important;
}

.faq-form-bg .form-group-main {
  line-height: 0;
}

.faq-form-bg .form-control {
  height: 30px;
  line-height: 28px;
  padding: 0;
}

.faq-form-bg .layui-bg-value {
  line-height: 28px;
  padding: 0 !important;
}

.faq-form-bg .control-label {
  padding-left: 10px;
  padding-top: 5px;
  width: 76px;
}

.faq-form-bg .form-group-main {
  width: calc(100% - 76px);
}

.kfr-form-bg {
  background: #3189a6;
}

.kfr-form-bg .kfr-form-tit {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 18px;
  padding-left: 30px;
  text-align: center;
}

.kfr-form-bg .kfr-form-tit span {
  color: #c99c59;
}

.kfr-form-bg .form-group {
  width: 31.833%;
}

.kfr-form-bg .submit-group {
  width: 31.833% !important;
}

.kfr-form-bg .submit-group .btn-default {
  width: 100%;
  line-height: 24px;
}

.baoming-form-bg {
  padding-bottom: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.baoming-form-bg .moudle-title {
  color: #333;
  font-size: 32px;
  margin-bottom: 26px;
}

.baoming-form-bg .moudle-title span {
  color: #3189a6;
}

.baoming-form-bg .moudle-title a {
  color: #333;
}

.baoming-form-bg .moudle-title a:hover {
  color: #3189a6;
}

.baoming-form-bg .form-group {
  margin-left: 0;
  margin-bottom: 12px;
}

.baoming-form-bg .yuloo-news-form-text {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 28px;
}

.baoming-form-bg .control-label {
  text-align: right;
  font-size: 16px;
  padding-left: 10px;
}

.baoming-form-bg .control-label em {
  position: static;
}

.baoming-form-bg .submit-group {
  margin-top: 20px;
  margin-bottom: 5px !important;
}

.baoming-form-bg .submit-group button {
  width: 140px;
  font-size: 16px;
  line-height: 28px;
  font-weight: bold;
  background: #ff4f00;
  border-color: #ff4f00;
  border-radius: 4px;
}

.baoming-form-bg .submit-group button:hover {
  opacity: 0.8;
}

/* form public start */
.control-label em {
  position: absolute;
  color: #ae2a2a;
  z-index: 0;
  left: 5px;
}

.input-group-addon {
  /* display: none !important; */
  border: none !important;
  border-radius: 0 !important;
}

.news-form-bg .sex-bg {
  background: url(../images/form-icon.png) no-repeat -5px 10px;
}

.news-form-bg .custom-bg {
  background: url(../images/form-icon.png) no-repeat -5px -47px;
}

.news-form-bg .phone-bg {
  background: url(../images/form-icon.png) no-repeat -5px -103px;
}

.news-form-bg .yixiang-bg {
  background: url(../images/form-icon.png) no-repeat -5px -162px;
}

.news-form-bg .grade-bg {
  background: url(../images/form-icon.png) no-repeat -5px -219px;
}

.news-form-bg .birthday-bg {
  background: url(../images/form-icon.png) no-repeat -5px -276px;
}

.form-group .layui-bg-value {
  position: absolute;
  left: 0;
  height: 32px;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  line-height: 30px;
  padding: 2px 6px;
  cursor: text;
  white-space: nowrap;
}

.form-group .bg-value-left {
  left: 3%;
}

.form-group .layui-bg-value em {
  color: #ae2a2a;
  margin-right: 3px;
}

.form-group .form-control {
  width: 100%;
  padding: 6px;
  font-size: 12px;
}

/* form public end */
/* page start */
.page {
  width: 100%;
  text-align: center;
}

.page > ul > li {
  float: left;
}

.page > ul > li.active {
  background-color: #334D72;
  border: 1px solid #334D72;
  color: #fff;
}

.page .pagezong:hover {
  background-color: #fff;
  color: #000000;
}

.page > a, .page > b {
  width: 10%;
  background-color: #fff;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  padding: 4px 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: #334D72;
  border: 1px solid #334D72;
  color: #fff;
}

.page > b {
  background-color: #334D72;
  border: 1px solid #334D72;
  color: #fff;
}

.fst-page a, .last-page a {
  padding-left: 5px;
  padding-right: 5px;
}

/* page end */
/* news-cnt start */
.news-cnt .rules-nav {
  margin-left: -11px;
  margin-right: -11px;
}

.rules-nav-box .navbar-nav {
  width: 100%;
  margin-top: 10px;
}

.rules-nav-box .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.news-cnt .rules-nav li {
  float: left;
  /* width: 10.8333%; */
  min-width: 104px;
  margin: 0 0.8335% 1.667%;
}

.news-cnt .rules-nav li::before {
  display: none !important;
}

.news-cnt .rules-nav li a {
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: normal;
  color: #222;
  padding: 8px;
  text-align: center;
  border: 1px solid #999;
  border-radius: 2px;
}

.news-cnt .rules-nav li:hover a, .news-cnt .rules-nav li.active a {
  color: #fff;
  background: #283e7e;
  border-color: #283e7e;
}

.news-cnt .rules-item-tit {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  color: #333;
  margin-bottom: 25px;
}

.news-cnt .rules-item-tit em {
  color: #c99c59;
}

.news-cnt span.sub-tit-num {
  position: relative;
  font-size: 16px;
  color: #fff;
  padding: 2px 0 3px 6px;
  border: 1px solid #c99c59;
  border-radius: 2px;
  z-index: 1;
  overflow: hidden;
  margin-right: 10px;
  top: -2px;
}

.news-cnt span.sub-tit-num .dom-before {
  display: block;
  position: absolute;
  height: 20px;
  width: 22px;
  background: #c99c59;
  border-radius: 2px 0 0 2px;
  right: 0;
  top: 3px;
  z-index: -1;
}

.news-cnt .rules-item {
  padding: 30px 0 20px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.news-cnt .rules-item:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

.news-cnt .rules-xq {
  display: none;
  height: 36px;
  line-height: 36px;
  margin-top: 26px;
}

.news-cnt .rules-xq a {
  color: #c99c59;
  font-size: 16px;
  line-height: 20px;
  padding: 6px 30px;
  border: 1px solid #c99c59;
  border-radius: 2px;
}

.news-cnt .rules-xq i {
  padding: 0 10px;
  margin-left: 5px;
  background: url(../images/xq-icon.png) no-repeat center center;
}

.news-cnt .rules-cnt {
  overflow: hidden;
}

.news-cnt .rules-cnt > p {
  font-size: 16px;
  line-height: 30px;
}

.news-cnt .rules-cnt > img {
  /* display: block !important; */
  margin: 0 auto;
}

.news-cnt .rules-cnt > p img {
  /* display: block !important; */
  border-radius: 2px;
  margin: 0 auto;
}

.news-cnt .rules-cnt > p:first-child {
  margin-top: 0;
}

.positionTop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 20px 0 0 !important;
  z-index: 10;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

/* ruleslist start */
.anchor {
  position: relative;
}

/* 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;
}

/* 二级关键词新闻适配 */
.hot-content {
  margin-top: 30px;
}

.hot-tit {
  font-size: 18px;
  font-weight: bold;
  padding-left: 15px;
  margin-bottom: 5px;
  background: url(../images/hot-tit-bg.png) no-repeat left center;
}

.hot-shcool {
  float: left;
  width: 66.666%;
  padding-right: 15px !important;
}

.hot-news {
  float: right;
  width: 32%;
  padding-bottom: 10px !important;
}

.hot-shcool, .hot-news {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 16px 0 9px;
}

.hot-school-main ul {
  float: left;
  width: 33.333%;
}

.hot-school-main ul li {
  font-size: 14px;
  line-height: 24px;
  padding-left: 15px;
}

.hot-school-main ul li:last-child a {
  border: none;
}

.hot-school-main ul li:hover a {
  color: #c99c59;
}

.hot-school-main ul li a {
  display: block;
  color: #333;
  border-bottom: 1px dashed #e8e8e8;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0;
}

.hot-school-main ul li a em {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 14px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #fff;
  background: #cccccc;
  border-radius: 4px 4px 0 4px;
}

.hot-school-main ul li a .hot1 {
  color: #fff;
  background: #e55d5d;
}

.hot-school-main ul li a .hot2 {
  color: #fff;
  background: #ee7b48;
}

.hot-school-main ul li a .hot3 {
  color: #fff;
  background: #fb9825;
}

.hot-news ul {
  padding: 0 15px;
}

.hot-news ul li {
  font-size: 14px;
  line-height: 24px;
  height: 31.5px;
  color: #333;
  overflow: hidden;
}

.hot-news ul li:hover a {
  color: #c99c59;
}

.hot-news ul li a {
  float: left;
  width: 88%;
  padding: 5px 0 5px 8px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: url(../images/hot-li-bg.png) no-repeat left center;
}

.hot-news ul li span {
  float: right;
  padding: 5px 0 5px;
  width: 40px;
  font-size: 12px;
  color: #aaa;
  text-align: right;
}

.news-recommend {
  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: #f6f6f6;
  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: #c99c59;
}

.comment {
  padding: 27px 20px 15px;
  background-color: #fff;
  margin-bottom: 12px;
  border-radius: 4px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.comment-cont {
  margin-top: 13px;
}

.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: #d5792f;
}

.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;
  overflow: hidden;
}

.comment-input {
  float: left;
  width: calc(100% - 64px);
  padding-left: 20px;
  padding-top: 13px;
  border-radius: 8px;
  background: #f6f6f6;
}

.comment-input input, .comment-input textarea {
  height: 52px;
  font-size: 14px;
  line-height: 26px;
  background: none;
  border: none;
  width: 100%;
}

.comment-input textarea {
  outline: none;
  resize: none;
}

.comment-input .comment-info {
  padding-right: 20px;
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 11px;
}

.comment-input .comment-info .comment-submit {
  float: right;
  width: 88px;
  line-height: 32px;
  border-radius: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #d5792f;
}

.comment-input .comment-info .comment-num {
  float: right;
  margin-right: 13px;
  margin-top: 6px;
}

.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;
  margin-bottom: 18px;
}

.comment-right, .comment-reply {
  float: left;
  width: calc(100% - 64px);
}

.comment-right .comment-name, .comment-reply .comment-name {
  font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #444;
  margin-bottom: 7px;
}

.comment-right .comment-name .comment-time, .comment-reply .comment-name .comment-time {
  float: right;
  margin-right: 0;
  font-weight: normal;
}

.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: 16px;
  line-height: 24px;
  color: #444;
  margin-bottom: 8px;
}

.comment-reply {
  float: right;
}

.comment-reply .comment-left {
  width: 34px;
  height: 34px;
  border-radius: 34px;
  margin-right: 12px;
}

.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;
  float: right;
  padding-left: 18px;
  background: url(http://www.bkzzy.com/images/public-img/comment-reply-btn.png) no-repeat left center;
}

.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: 230px;
  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 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.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 {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.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;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

.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: 2px solid #dedede;
  margin: 0 7px;
  text-align: center;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
}

.news-buttons .news-tools {
  margin-right: 5px;
}

.news-buttons .news-heart {
  width: 20px;
  height: 20px;
  background: url(../images/b-news-tools-icon1-1.png) no-repeat center;
  background-size: contain;
  transform: .5s;
}

.news-buttons .news-bookmark {
  width: 20px;
  height: 20px;
  background: url(../images/b-news-tools-icon3-1.png) no-repeat center;
  background-size: contain;
}

.news-buttons .news-share-alt {
  width: 20px;
  height: 20px;
  background: url(../images/b-news-tools-icon4-1.png) no-repeat center;
  background-size: contain;
}

.news-buttons .like-button.active {
  background: linear-gradient(to bottom, #e83e3d 0%, #ec6c69 100%);
  border: none;
}

.news-buttons .like-button.active .like-count {
  color: #fff;
}

.news-buttons .collect-button.active {
  background: linear-gradient(to bottom, #eb5e1a 0%, #eb7d48 100%);
  border: none;
}

.news-buttons .collect-button.active .collect-count {
  color: #fff;
}

.news-buttons .share-button.active, .news-buttons .share-button:hover {
  background: linear-gradient(to bottom, #46abaa 0%, #52b9b8 100%);
  border: none;
}

.news-buttons .share-button.active .share-count, .news-buttons .share-button:hover .share-count {
  color: #fff;
}

.news-buttons .active .news-heart {
  animation: bounce 0.3s;
  background: url(../images/b-news-tools-icon1.png) no-repeat center;
  background-size: contain;
}

.news-buttons .active .news-bookmark {
  background: url(../images/b-news-tools-icon3.png) no-repeat center;
  background-size: contain;
}

.news-buttons .active .news-share-alt {
  background: url(../images/b-news-tools-icon4.png) no-repeat center;
  background-size: contain;
}

.news-buttons .share-button:hover .news-share-alt {
  animation: bounce 0.3s;
  background: url(../images/b-news-tools-icon4.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;
  font-weight: lighter;
}

.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;
}

.picScroll .hd {
  padding: 20px 0 24px;
  line-height: 0;
  text-align: center;
}

.picScroll .hd li {
  display: inline-block;
  width: 20px;
  height: 4px;
  color: #c1c1c1;
  background: #c1c1c1;
  overflow: hidden;
  margin: 0 3px;
  cursor: pointer;
}

.picScroll .hd li.on {
  color: #283e7e;
  background: #283e7e;
}

.rules-ul li {
  float: left;
  width: 33.333%;
}

.rules-ul .rules-li {
  margin: 0 7.5px;
  padding: 0 19px 19px;
  background: #f2f8fe;
}

.rules-ul .rules-type {
  font-size: 14px;
  color: #fff;
  margin-bottom: 3px;
}

.rules-ul .rules-type span {
  display: inline-block;
  padding: 0 7px;
  margin-left: -19px;
  border-radius: 0 0 4px 0;
}

.rules-ul .rules-type .poject-name1 {
  background: #7181a7;
}

.rules-ul .rules-type .poject-name2 {
  background: #7191a7;
}

.rules-ul .rules-type .poject-name3 {
  background: #6e98a0;
}

.rules-ul .rules-type .poject-name4 {
  background: #968665;
}

.rules-ul .rules-type .poject-name5 {
  background: #8c7fa4;
}

.rules-ul .rules-type .poject-name6 {
  background: #b2673d;
}

.rules-ul .rules-type .poject-name7 {
  background: #ac7171;
}

.rules-ul .rules-type .poject-name8 {
  background: #7181a7;
}

.rules-ul .rules-name {
  display: block;
  height: 48px;
  font-size: 16px;
  color: #444;
  line-height: 24px;
  overflow: hidden;
  margin-bottom: 22px;
}

.rules-ul .rules-info {
  margin-bottom: 37px;
}

.rules-ul .rules-info span {
  font-size: 14px;
  line-height: 20px;
  color: #858b9d;
}

.rules-ul .rules-info .price {
  float: right;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  color: #ff6600;
}

.rules-ul .rules-school {
  display: block;
  height: 40px;
}

.rules-ul .school-logo {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 7px;
}

.rules-ul .school-info {
  font-size: 14px;
  color: #858b9d;
  line-height: 14px;
  padding-top: 5px;
}

.rules-ul .school-info p {
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 5px;
}

.rules-ul .school-info span {
  display: inline-block;
  padding-right: 9px;
  margin-right: 9px;
  border-right: 1px solid #858b9d;
}

.rules-ul .school-info span:last-child {
  border: none !important;
  padding: none !important;
  margin: 0 !important;
}

.major-tag-cnt {
  width: 100%;
  margin: 15px -3px;
}

.major-tag-cnt li {
  float: left;
  font-weight: normal;
  margin: 3px;
  padding: 0;
  text-align: center;
}

.major-tag-cnt li a {
  display: block;
  padding: 0 10px;
  font-size: 14px !important;
  line-height: 30px;
  color: #fff !important;
  font-weight: normal !important;
  border-radius: 2px;
}

.major-tag-cnt li a:hover {
  text-decoration: none !important;
}

.major-tag-cnt li .tab-bg1 {
  background: #5cacdf;
}

.major-tag-cnt li .tab-bg2 {
  background: #6e87cc;
}

.major-tag-cnt li .tab-bg3 {
  background: #67bfb4;
}

.major-tag-cnt li .tab-bg4 {
  background: #bd7797;
}

.major-tag-cnt li .tab-bg5 {
  background: #d5936f;
}

.major-tag-cnt li .tab-bg6 {
  background: #cd8080;
}

.major-tag-cnt li .tab-bg7 {
  background: #93c077;
}

.major-tag-cnt li .tab-bg8 {
  background: #5a95d3;
}

@media only screen and (max-width: 1200px) {
  .news-buttons-left {
    display: none;
  }
  .main-inside-form .input-group-span {
    width: 70px;
    line-height: 32px;
    float: left;
    white-space: nowrap;
  }
  .main-inside-form .form-box .form-main .form-control {
    width: calc(100% - 70px);
  }
  .news-flex-box {
    padding: 0 5%;
  }
  .rules-flow-box .rules-flow-main {
    margin: 0 5%;
    padding: 17px 0;
  }
  .rules-flow-box .rules-flow-title {
    float: none;
    width: auto;
  }
}

@media only screen and (max-width: 1024px) {
  .recommend-rules-main .ruleslist-item {
    width: 98%;
  }
  .news-left-box, .news-right-box, .news-left-box.school-left-box, .jianjie-recommend .news-right-box {
    width: 100%;
  }
  .news-right-box {
    margin-left: 0;
  }
  .special-news li {
    width: 18%;
  }
  .main01-cnt li {
    width: 14.5%;
    min-width: 74px;
  }
  .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;
  }
}

@media only screen and (max-width: 768px) {
  .main-inside-form .form-box.school-form .form-inline .form-group {
    width: calc(50% - 10px);
  }
  .news-tit {
    padding-bottom: 10px;
  }
  .news-buttons {
    display: none;
  }
  .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-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;
  }
  .main-inside-form .form-box .moudle-title {
    font-size: 22px;
  }
  .main-inside-form .form-box .form-group.submit-group input {
    font-size: 16px;
    height: 34px;
    line-height: 34px;
  }
  select {
    background: none;
    font-size: 14px;
    color: #999;
  }
  .rules-ul .rules-type span {
    margin-left: -9px;
  }
  .rules-ul .rules-li {
    padding: 0 9px 19px;
  }
  .main-inside-form .form-box {
    padding: 0 5% 20px;
  }
  .news-cnt .abstract-box span, .news-cnt .abstract-box p {
    float: none;
  }
  .news-cnt .abstract-box span i {
    display: none !important;
  }
  .news-cnt .abstract-box span {
    display: inline-block;
    width: 50px;
    line-height: 24px;
    background-color: #344a8f;
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    text-align: center;
    border-radius: 6px 0 6px 0;
  }
  .news-cnt .abstract-box p {
    display: inline;
    font-size: 14px;
    line-height: 28px;
  }
  .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-recommend li {
    font-size: 14px;
    line-height: 30px;
    padding: 0 10px;
  }
  .news-main {
    padding-top: 5%;
  }
  .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.school-form {
    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;
  }
  .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;
  }
  .news-form-bg .news-form-tit {
    padding: 0 2%;
    font-size: 22px;
  }
  .news-form-bg.no-bg .control-label {
    margin-right: 0 !important;
  }
  .news-form-bg .form-group .form-control {
    width: 100%;
    padding-left: 6px !important;
  }
  .news-form-bg .form-group, .faq-form-bg .form-group {
    width: 98% !important;
    margin: 0 1% 14px;
  }
  .faq-form-bg2 .submit-group {
    max-width: none;
  }
  .zixun-main {
    padding: 3%;
  }
  .news-left-box, .news-right-box {
    width: 100%;
  }
  .news-right-box {
    margin-left: 0;
  }
  .positionTop {
    padding: 10px 0 0 !important;
  }
  .news-cnt .rules-nav, .news-cnt .navbar-nav, .rules-nav-box .navbar-nav {
    margin: 0;
  }
  .news-cnt .rules-nav li {
    width: 23%;
    min-width: auto;
  }
  .news-cnt .rules-nav li a {
    font-size: 14px;
    line-height: 1;
  }
  .news-cnt .rules-item-tit {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 3%;
  }
  .hot-content {
    margin-top: 3%;
  }
  .hot-shcool, .hot-news {
    width: 100%;
    margin: 0 auto 3%;
  }
}

@media only screen and (max-width: 680px) {
  .main-inside-form .form-box .form-group, .main-inside-form .form-box.school-form .form-inline .form-group {
    width: 98%;
  }
  .main-inside-form .form-box .form-main .form-control {
    border: none !important;
  }
  .news-flex-box.main-inside-form .form-main .school-option .schoolName-box select {
    border: none !important;
  }
  .rules-ul .rules-info {
    margin-bottom: 20px;
  }
  .newslist-box ul li {
    padding-top: 60px;
  }
  .newslist-box ul li .newslist-wrapper h2, .newslist-box ul li .newslist-title {
    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;
    white-space: normal;
  }
  .recommend-rules-main .ruleslist-item .rules-cnt {
    flex-wrap: wrap;
  }
  .recommend-rules-main .ruleslist-item, .zixun-main .zixun-item ul li {
    width: 100% !important;
  }
  .zixun-main .zixun-item ul.news-list.news-list-double {
    width: 100%;
    margin: 0 auto;
  }
  .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;
  }
  .main01-cnt li {
    width: 31.333%;
    margin: 1%;
  }
  .recommend-rules-main .rules-main {
    width: 100%;
    float: none;
  }
  .recommend-rules-main .rules-main .rules-hd .name-box {
    padding-right: 0;
  }
  .recommend-rules-main .rules-main .rules-hd .address-icon {
    display: none;
  }
  .recommend-rules-main .rules-main .rules-type .rules-type-list {
    height: 26px;
    width: 50%;
  }
  .recommend-main .recommend-cnt dl {
    width: 98%;
  }
  .recommend-main .recommend-cnt dl dd {
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
  }
}

@media only screen and (max-width: 425px) {
  .special-news li {
    width: 48%;
  }
  .recommend-rules-main .rules-logo-img {
    width: 60px;
  }
  .recommend-rules-main .rules-main {
    width: calc(100% - 70px);
  }
  .recommend-rules-main .rules-main .rules-hd .name-box {
    padding-right: 65px;
    padding-right: 0;
    height: auto;
    -webkit-box-orient: inherit;
  }
  .recommend-rules-main .rules-main .rules-hd .address-icon {
    display: none;
  }
  .recommend-rules-main .rules-main {
    width: 100%;
    float: none;
  }
  .recommend-rules-main .rules-main .rules-type .rules-type-list {
    width: 50%;
  }
  .recommend-rules-main {
    padding-left: 2%;
    padding-right: 2%;
  }
  .recommend-rules-main .ruleslist-item {
    padding-left: 3%;
    padding-right: 3%;
  }
  .recommend-rules-main .ruleslist-tool .detail-btn {
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 375px) {
  .main01-cnt li {
    width: 48%;
  }
}

@media only screen and (max-width: 768px) {
  .major-tag-cnt {
    height: 140px;
    overflow-y: auto;
  }
}
