@charset "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea, button {
  margin: 0;
  padding: 0;
  font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
}

/* 初始化标签在所有浏览器中的margin、padding值 */
fieldset, img {
  border: 0 none;
}

/* 重置fieldset（表单分组）、图片的边框为0*/
dl, ul, ol, menu, li {
  list-style: none;
}

/* 重置类表前导符号为onne,menu在HTML5中有效 */
input, select, textarea, button {
  vertical-align: middle;
  border: none;
  outline: none;
}

/* 重置表单控件垂直居中*/
input:focus, select:focus, textarea:focus, button:focus {
  border: none;
  outline: none;
  background-image: none;
}

/* 重置表单控件选中样式*/
button {
  border: 0 none;
  background-color: transparent;
  cursor: pointer;
}

/* 重置表单button按钮效果 */
th, td, input, select, textarea, button {
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,"Microsoft YaHei",'\5FAE \8F6F \96C5\91';
  color: #444;
}

/* 重置页面文字属性 */
a:active, a:hover {
  text-decoration: none;
}

/* 重置链接a标签的鼠标滑动效果 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin: 0 auto;
}

/* 重置table属性 */
iframe {
  border: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

em {
  font-style: normal;
}

input:focus, select:focus, textarea:focus, button:focus {
  border: 1px solid #dedede;
  outline: none;
  background-image: none;
}

.container {
  width: 1400px;
  padding: 0;
}

.breadcrumb-bg {
  background: none !important;
  padding: 0 !important;
}

.position-h {
  position: absolute;
  z-index: -9999999;
  left: -9999999999px;
}

.breadcrumb, .breadcrumb a {
  font-size: 12px;
  line-height: 40px;
  color: #999;
  background: none !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

.banner img {
  margin: 0 auto;
  max-width: none \9;
  width: auto \9;
}

.banner .carousel-control {
  background: none !important;
}

.banner .carousel-control .glyphicon-chevron-right {
  background: url(../images/public/prev.png) no-repeat center center;
}

.banner .carousel-control .glyphicon-chevron-left {
  background: url(../images/public/next.png) no-repeat center center;
}

.banner .glyphicon {
  height: 64px !important;
}

.banner .glyphicon::before {
  display: none !important;
}

.main01 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #f5f5f5;
}

.main01 .nav-tabs > li > a {
  font-size: 16px;
  color: #333;
}

.main01 .main01-item-title {
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  color: #222;
  padding-left: 30px;
  margin-bottom: 16px;
}

.main01 .main01-item-title em {
  color: #b57c39;
}

.main01-box {
  margin-bottom: 10px;
}

.main01-box .main01-left {
  float: left;
  width: calc(100% - 405px);
}

.main01-box .main01-right {
  float: right;
  width: 390px;
}

.main01-box .fangshi {
  padding: 10px;
  background: #feebd3;
  border: 1px solid #fff;
  border-radius: 8px;
}

.main01-box .fangshi-title {
  font-size: 20px;
  font-weight: bold;
  color: #7c4b3a;
  text-align: center;
  line-height: 1;
  margin-bottom: 15px;
  margin-top: 5px;
}

.main01-box .scrap-box {
  background: #fff;
  border-radius: 8px;
  padding: 25px 23px 23px;
  margin-bottom: 15px;
}

.headlines, .recommend, .review {
  float: left;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.headlines {
  width: 402px;
}

.headlines .main01-item-title {
  background: url(../images/headlines-icon.png) no-repeat left top 2px;
}

.recommend {
  width: 411px;
  margin: 0 14px;
}

.recommend .main01-item-title {
  background: url(../images/recommend-icon.png) no-repeat left top 2px;
}

.review {
  width: 359px;
}

.review .main01-item-title {
  background: url(../images/review-icon.png) no-repeat left top 2px;
}

.review .pl14 {
  padding: 0 14px;
}

* {
  scrollbar-color: #e5e5e5 #f7f7f9;
  /* 滑块颜色  滚动条背景颜色 未生效 */
  scrollbar-width: thin;
  /* 滚动条宽度有三种：thin、auto、none */
}

.headlines-box .gather-word-list {
  margin: -10px -1% 0;
  max-height: 548px;
  overflow-y: auto;
}

.headlines-box .gather-word-list::-webkit-scrollbar {
  width: 6px;
}

.headlines-box .gather-word-list::-webkit-scrollbar-thumb {
  background-color: #bdbdbd;
  border-radius: 5px;
}

.headlines-box .gather-word-list::-webkit-scrollbar-track {
  background-color: #fff;
}

.headlines-box .gather-word-list li {
  float: left;
  width: 48%;
  margin: 10px 1% 0;
}

.headlines-box .gather-word-list li a {
  display: block;
  font-size: 14px;
  line-height: 24px;
  padding: 3px 0;
  color: #333;
  background: #f0f4ff;
  border: 1px solid #e1e8f7;
  border-radius: 4px;
  text-align: center;
}

.headlines-box .gather-word-list li a:hover {
  color: #fff;
  background: #b57c39;
  border-color: #b57c39;
}

.headlines-box, .recommend-box {
  padding: 14px;
}

.review-tabs {
  height: 35px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
}

.review-tabs ul {
  border-bottom: 0px !important;
}

.review-tabs ul li {
  position: relative;
  width: 33.333%;
  height: 35px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0 !important;
  background-color: #fff;
}

.review-tabs ul li a {
  position: relative;
  color: #333;
  font-weight: normal;
  background: #fff;
  border: none !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
}

.review-tabs ul li a:focus {
  background: #fff;
}

.review-tabs ul li a, .review-tabs ul li.active a, .review-tabs ul li.active a:hover, .review-tabs ul li.active a:focus {
  color: #333333;
  font-size: 18px;
  line-height: 35px;
  padding-top: 0;
}

.review-tabs ul li.active a, .review-tabs ul li:hover a, .review-tabs ul li.active a:focus, .review-tabs ul li.active a:hover, .review-tabs ul li .review-tabs ul li a:hover {
  background: url(../images/tabs-bg.jpg) no-repeat center;
  background-size: cover;
  font-weight: bold !important;
  color: #fff;
  padding-top: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.review-tabs ul li.more, .review-tabs ul li.more a, .review-tabs ul li.more a:hover, .review-tabs ul li.more:hover a {
  font-size: 12px;
  height: 23px;
  text-align: right;
  color: #373c77;
}

.review-tabs ul li.active::before, .review-tabs ul li:hover::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  left: 0;
  bottom: -6px;
  background: url(../images/sj-bg.png) no-repeat center top;
}

.headlines-tabs {
  height: 30px !important;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
  margin-bottom: 20px;
}

.headlines-tabs ul {
  border-bottom: 0px !important;
}

.headlines-tabs ul li {
  position: relative;
  width: 50%;
  height: 30px;
  text-align: center;
  cursor: pointer;
  padding-left: 0 !important;
  margin-bottom: 0 !important;
  background-color: #fff;
}

.headlines-tabs ul li a {
  position: relative;
  width: 100% !important;
  color: #333;
  font-weight: normal;
  background: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 0;
  border-right: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  border-radius: 0;
  width: 100%;
}

.headlines-tabs ul li a:focus {
  background: #fff;
}

.headlines-tabs ul li:last-child a {
  border-left: none !important;
  border-right: 1px solid #ebebeb !important;
}

.headlines-tabs ul li.active {
  border-bottom: 1px solid #fff;
}

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

.headlines-tabs ul li.active a {
  border-right: 1px solid #ebebeb !important;
  border-left: 1px solid #ebebeb !important;
}

.headlines-tabs ul li a, .headlines-tabs ul li.active a, .headlines-tabs ul li.active a:hover, .headlines-tabs ul li.active a:focus {
  color: #333333;
  font-size: 16px;
  line-height: 29px;
  padding-top: 0;
}

.headlines-tabs ul li.active a, .headlines-tabs ul li.active a:focus, .headlines-tabs ul li.active a:hover, .headlines-tabs ul li a:hover {
  background: #b57c39;
  font-weight: bold !important;
  color: #fff !important;
  border-color: #b57c39;
  border-top: 1px solid #b57c39;
  border-color: #b57c39 !important;
  border-bottom: 0px !important;
  padding-top: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
}

.headlines-tabs ul li.more, .headlines-tabs ul li.more a, .headlines-tabs ul li.more a:hover, .headlines-tabs ul li.more:hover a {
  font-size: 12px;
  height: 23px;
  text-align: right;
  color: #373c77;
  border-bottom: 0px !important;
}

.headlines-tabs ul.row3 li {
  width: 33.333%;
}

.headlines-tabs ul.row4 li {
  width: 25%;
}

.headlines-tabs ul.row5 li {
  width: 20%;
}

.headlines-main .news-list li {
  position: relative;
  height: 26px;
  line-height: 26px;
  padding-left: 10px;
}

.headlines-main .news-list li::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 3px;
  background: #999;
  left: 0;
  top: 12px;
}

.headlines-main .news-list li a {
  float: left;
  width: 80%;
  width: calc(100% - 75px);
  font-size: 14px;
  line-height: 26px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.headlines-main .news-list li span {
  float: right;
  font-size: 12px;
  width: 75px;
  color: #c0c0c0;
  text-align: right;
  font-weight: normal !important;
}

.headlines-main .news-list li:hover a, .headlines-main .news-list li:hover span {
  color: #b57c39;
}

.headlines-main .news-list li:hover::before {
  background: #b57c39;
}

.headlines-main .news-list li:nth-of-type(1) {
  font-weight: bold;
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 2px;
}

.headlines-main .news-list li:nth-of-type(1)::before {
  display: none;
}

.headlines-main .news-list li:nth-of-type(1) a {
  color: #293d77;
}

.headlines-main .news-list li:nth-of-type(1) a:hover {
  color: #b57c39;
}

.headlines-main .news-list li:nth-of-type(5) {
  font-weight: bold;
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 2px;
}

.headlines-main .news-list li:nth-of-type(5)::before {
  display: none;
}

.headlines-main .news-list li:nth-of-type(5) a {
  color: #293d77;
}

.headlines-main .news-list li:nth-of-type(5) a:hover {
  color: #b57c39;
}

.headlines-main .news-list li:nth-of-type(9) {
  font-weight: bold;
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 2px;
}

.headlines-main .news-list li:nth-of-type(9)::before {
  display: none;
}

.headlines-main .news-list li:nth-of-type(9) a {
  color: #293d77;
}

.headlines-main .news-list li:nth-of-type(9) a:hover {
  color: #b57c39;
}

.headlines-main .news-list li:nth-of-type(13) {
  font-weight: bold;
  padding-left: 0;
  margin-top: 18px;
  margin-bottom: 2px;
}

.headlines-main .news-list li:nth-of-type(13)::before {
  display: none;
}

.headlines-main .news-list li:nth-of-type(13) a {
  color: #293d77;
}

.headlines-main .news-list li:nth-of-type(13) a:hover {
  color: #b57c39;
}

.headlines-main .news-list li.strong-li {
  font-weight: bold;
  padding-left: 0;
  margin-top: 18px;
}

.headlines-main .news-list li.strong-li::before {
  display: none;
}

.headlines-main .news-list li:first-child {
  margin-top: 0 !important;
}

.headlines-main a.btn-more {
  display: block;
  height: 30px;
  font-size: 14px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #b57c39;
  border-radius: 4px;
  margin-top: 19px;
}

.headlines-main a.btn-more span {
  padding: 0 10px;
  color: #b57c39;
  font-size: 14px;
}

.headlines-main a.btn-more:hover {
  background: #b57c39;
  border-color: #b57c39;
}

.headlines-main a.btn-more:hover span {
  color: #fff;
}

.headlines-main dl {
  padding: 0 0px 18px;
}

.headlines-main dl dt {
  float: left;
  width: 140px;
  height: 90px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 13px;
}

.headlines-main dl dd a {
  display: inline-block;
  width: calc(100% - 160px);
  max-height: 60px;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
}

.headlines-main dl dd a:hover {
  color: #b57c39;
}

.headlines-main dl dd .time {
  font-size: 12px;
  line-height: 14px;
  color: #c0c0c0;
  height: auto;
}

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

.headlines-main dl dd p.time {
  font-size: 12px;
  line-height: 14px;
  color: #c0c0c0;
  height: auto;
}

.headlines-main dl dd p a {
  display: inline-block;
  width: auto !important;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #be4034;
  margin-bottom: -1px;
}

.headlines-main .sec-word2 {
  margin: -1% -1% 12px;
}

.headlines-main .sec-word2 li {
  float: left;
  width: 31.333%;
  margin: 1%;
  padding: 0;
}

.headlines-main .sec-word2 li a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 4px 0;
  text-align: center;
  background: #f3f7fe;
  border: 1px solid #e6eaf5;
  border-radius: 2px;
}

.headlines-main .sec-word2 li a:hover {
  color: #fff;
  background: #b57c39;
  border-color: #b57c39;
}

.headlines-main ul.major-tag-cnt {
  float: none;
  width: 100%;
}

.headlines-main ul.major-tag-cnt li {
  float: left;
  height: auto;
  width: 33.333%;
  margin: 3px 0px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.headlines-main ul.major-tag-cnt li a {
  width: 100%;
  color: #fff !important;
}

.headlines-main ul.major-tag-cnt li:nth-of-type(8n), .headlines-main ul.major-tag-cnt li.row2 {
  width: 66.666%;
}

.activity-main {
  margin-top: 30px;
}

.activity-main .activty-title {
  height: 34px;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #fff;
  padding-bottom: 6px;
  padding-left: 20px;
  margin-left: -19px;
  margin-bottom: 4px;
  background: url(../images/activty-title-bg.png) no-repeat left top;
}

.activity-main ul li {
  margin-bottom: 3px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 28px;
  background: url(../images/hot-icon.png) no-repeat left center;
}

.activity-main ul li:last-child {
  margin-bottom: 0;
}

.activity-main ul li a {
  font-size: 14px;
  color: #333;
  line-height: 30px;
}

.activity-main ul li a:hover {
  color: #b57c39;
}

.news-ad {
  margin-top: 20px;
  padding-bottom: 10px;
}

.news-ad a {
  display: block;
  width: 330px;
  height: 94px;
  margin: 0 auto;
  border-radius: 4px;
  overflow: hidden;
}

.news-ad a img {
  width: 100%;
  height: 100%;
}

.chat {
  margin: 15px 15px 0;
  padding-bottom: 15px;
  background: #fdfaf6;
  border: 1px solid #f8ebdb;
  border-radius: 4px;
}

.chat dl {
  float: left;
  width: 31.5%;
  margin: 0 7.5%;
  max-width: 140px;
  min-width: 100px;
}

.chat dl dt {
  border-radius: 6px;
  overflow: hidden;
  max-width: 100px;
  margin: 0 auto 10px;
  box-shadow: none;
}

.chat dl dd {
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #333;
}

.chat .main01-item-title {
  display: inline-block;
  padding: 0 17px 0 13px;
  font-size: 14px;
  font-weight: bold;
  line-height: 24px;
  font-weight: bold;
  color: #915b1b;
  margin-bottom: 16px;
  background: url(../images/main01-item-title.png) no-repeat right bottom;
}

.recommend-list {
  margin-bottom: 20px;
}

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

.recommend-list.bt1 {
  border-top: 1px solid #efefef;
  padding-top: 10px;
}

.recommend-list .recommend-tit {
  font-size: 16px;
  color: #333;
  font-weight: bold;
  padding-left: 11px;
  background: url(../images/recommend-tit-bg.png) no-repeat left top 4px;
  margin-bottom: 12px;
}

.recommend-list .crowd {
  margin: -10px -1.75% 0;
}

.recommend-list .crowd a {
  float: left;
  width: 46.5%;
  margin: 10px 1.75% 0;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 0;
  border: 1px solid #b57c39;
  color: #b57c39;
  border-radius: 3px;
  text-align: center;
}

.recommend-list .crowd a:hover {
  color: #fff;
  background: #b57c39;
}

.recommend-list .crowd1 span {
  padding-left: 20px;
  background: url(../images/crowd1-icon.png) no-repeat left center;
}

.recommend-list .crowd1:hover span {
  background: url(../images/crowd1-icon2.png) no-repeat left center;
}

.recommend-list .crowd2 span {
  padding-left: 20px;
  background: url(../images/crowd2-icon.png) no-repeat left center;
}

.recommend-list .crowd2:hover span {
  background: url(../images/crowd2-icon2.png) no-repeat left center;
}

.recommend-list .crowd3 span {
  padding-left: 20px;
  background: url(../images/crowd3-icon.png) no-repeat left center;
}

.recommend-list .crowd3:hover span {
  background: url(../images/crowd3-icon2.png) no-repeat left center;
}

.recommend-list .crowd4 span {
  padding-left: 20px;
  background: url(../images/crowd4-icon.png) no-repeat left center;
}

.recommend-list .crowd4:hover span {
  background: url(../images/crowd4-icon2.png) no-repeat left center;
}

.table-box {
  width: 100%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 30px;
  color: #333;
  border: 1px solid #ddc3a7;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
}

.table-box table {
  width: 100%;
  text-align: center;
}

.table-box thead {
  background: #f5eadc;
}

.table-box tr, .table-box th, .table-box td {
  text-align: center;
  color: #333;
  line-height: 18px;
}

.table-box th {
  padding: 7px 0;
  color: #b57c39;
  border-bottom: 1px solid #ddc3a7;
  border-right: 1px solid #ddc3a7;
}

.table-box th:last-child {
  border-right: none;
}

.table-box tr {
  border-bottom: 1px solid #ddc3a7;
}

.table-box tr:last-child {
  border: none;
}

.table-box tr td {
  font-size: 14px;
  padding: 7px;
  border-right: 1px solid #ddc3a7;
}

.table-box tr td:last-child {
  border: none;
}

.table-box .left-tit {
  width: 122px;
}

.table-box .left-tit a {
  color: #444;
  font-weight: bold;
}

.table-box .left-tit a:hover {
  color: #b57c39;
}

.sec-word {
  margin: -8px -1% 0;
}

.sec-word li {
  float: left;
  width: 48%;
  margin: 8px 1% 0;
}

.sec-word li a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 4px 0 4px 7px;
  color: #333;
  background: #f0f4ff;
  border: 1px solid #e1e8f7;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec-word li i {
  padding: 0 8px;
  margin-right: 3px;
  background: url(../images/guide-icon.png) no-repeat;
}

.sec-word li:hover a {
  color: #fff;
  background: #b57c39;
  border-color: #b57c39;
}

.sec-word li .read-icon1 {
  background-position: -50px 3px;
}

.sec-word li .read-icon2 {
  background-position: -50px -47px;
}

.sec-word li .read-icon3 {
  background-position: -50px -97px;
}

.sec-word li .read-icon4 {
  background-position: -50px -147px;
}

.sec-word li .read-icon5 {
  background-position: -50px -197px;
}

.sec-word li .read-icon6 {
  background-position: -50px -247px;
}

.sec-word li .read-icon7 {
  background-position: -50px -297px;
}

.sec-word li .read-icon8 {
  background-position: -50px -347px;
}

.sec-word li .read-icon9 {
  background-position: -50px -397px;
}

.sec-word li:hover .read-icon1 {
  background-position: -100px 3px;
}

.sec-word li:hover .read-icon2 {
  background-position: -100px -47px;
}

.sec-word li:hover .read-icon3 {
  background-position: -100px -97px;
}

.sec-word li:hover .read-icon4 {
  background-position: -100px -147px;
}

.sec-word li:hover .read-icon5 {
  background-position: -100px -197px;
}

.sec-word li:hover .read-icon6 {
  background-position: -100px -247px;
}

.sec-word li:hover .read-icon7 {
  background-position: -100px -297px;
}

.sec-word li:hover .read-icon8 {
  background-position: -100px -347px;
}

.sec-word li:hover .read-icon9 {
  background-position: -100px -397px;
}

.main-faqnews3 {
  height: 500px;
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

.faqnews-list.faqnews-list2 {
  padding: 5px 0;
}

.faqnews-list.faqnews-list2 li {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

#headlines-dd a.btn-more {
  display: block;
  height: 32px;
  line-height: 28px;
  text-align: center;
  border: 1px solid #b57c39;
  border-radius: 4px;
  margin-top: 12px;
}

#headlines-dd a.btn-more span {
  padding: 0 10px;
  color: #b57c39;
  font-size: 14px;
}

#headlines-dd a.btn-more:hover {
  background: #b57c39;
  border-color: #b57c39;
}

#headlines-dd a.btn-more:hover span {
  color: #fff;
}

.moudle {
  padding: 32px 0;
}

.moudle-title {
  position: relative;
  margin-bottom: 20px;
  background: url(../images/Question.png) no-repeat center center;
  text-align: center;
}

.moudle-title h2 {
  display: inline-block;
  font-size: 30px;
  line-height: 1;
  color: #222;
  font-weight: bold;
  padding: 16px 0 16px 45px;
  background: url(../images/tit-bg.png) no-repeat left center;
}

.moudle-title span {
  color: #b57c39;
}

.moudle-title .more {
  position: absolute;
  right: 0;
  padding: 0 20px;
  font-size: 14px;
  color: #b57c39;
  border: 1px solid #b57c39;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  margin-top: 16px;
}

.moudle-title .more:hover {
  color: #fff;
  background: #b57c39;
}

.major-recd {
  margin: 0 -5px;
}

ul.major-tag-cnt {
  float: left;
  width: 33.333%;
}

ul.major-tag-cnt h3 {
  font-size: inherit;
  font-weight: inherit;
}

ul.major-tag-cnt .li-nobottom {
  margin-bottom: 0 !important;
}

ul.major-tag-cnt > li {
  padding: 0 5px;
}

ul.major-tag-cnt li {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 10px;
}

ul.major-tag-cnt li a.li-long, ul.major-tag-cnt li.li-rowspan2 {
  font-size: 16px;
}

ul.major-tag-cnt li.li-more {
  font-size: 18px;
}

ul.major-tag-cnt li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: block \9;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  padding: 4px 5px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  white-space: nowrap;
}

ul.major-tag-cnt li.li-rowspan2 a {
  height: 90px;
  padding: 15px 5px;
  white-space: normal;
}

ul.major-tag-cnt li:hover > a {
  -webkit-box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.3);
}

ul.major-tag-cnt .xg a {
  height: auto;
  padding: 15px 5px;
}

.lookmore-icon {
  padding: 9px;
  margin-left: 5px;
  background: url(../images/li-more.png) no-repeat center center;
}

.tab-bg1 {
  white-space: nowrap;
}

.tab-bg1 {
  background: #75bba6;
}

.tab-bg2 {
  background: #7c8cbf;
}

.tab-bg3 {
  background: #73babc;
}

.tab-bg4 {
  background: #73b0dc;
}

.tab-bg5 {
  background: #98b984;
}

.tab-bg6 {
  background: #c58686;
}

.tab-bg7 {
  background: #9c7cc0;
}

.tab-bg8 {
  background: #d6a76f;
}

.tab-bg9 {
  background: #d09879;
}

.tab-bg10 {
  background: #6f90c6;
}

.main02 > div {
  float: left;
}

.main02 .main02-l {
  width: 315px;
  padding-top: 5px;
}

.main02 .main02-r {
  width: 390px;
}

.main02 .main02-middle {
  width: calc(100% - 730px);
  margin: 0 15px 0 10px;
  padding-top: 5px;
}

.main02 .faq {
  max-width: 448px;
  max-height: 300px;
  padding: 12px;
  background: #fff;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}

.main02 .faq .faq-tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
  padding-left: 24px;
  background: url(../images/faq-icon.png) no-repeat left center;
}

.main02 .faq .faq-tit a {
  font-size: 12px;
  color: #999;
  float: right;
  font-weight: normal;
}

.main02 .faq .faq-tit a:hover {
  color: #b57c39;
}

.main02 .faq-list {
  overflow: hidden;
}

.main02 .faq-list dl {
  height: 105px;
  margin-bottom: 10px;
}

.main02 .faq-list dl dt {
  margin-bottom: 10px;
}

.main02 .faq-list dl dt a {
  display: block;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #333;
}

.main02 .faq-list dl dt a:hover {
  color: #b57c39;
}

.main02 .faq-list dl dd .faq-teacher-img {
  width: 36px;
  height: 36px;
  border-radius: 36px;
  overflow: hidden;
  margin: 0 auto 6px;
}

.main02 .faq-list dl dd .faq-tools {
  text-align: center;
  font-size: 12px;
  color: #e80e04;
}

.main02 .faq-list dl dd .faq-tools .zan {
  padding-left: 20px;
  padding-right: 5px;
  background: #fbf2f1 url(../images/zan-icon.png) no-repeat left 6px center;
  border-radius: 20px;
}

.main02 .faq-list dl dd .faq-teacher {
  float: left;
  width: 54px;
}

.main02 .faq-list dl dd .faq-text {
  position: relative;
  float: left;
  width: calc(100% - 54px);
  font-size: 12px;
  line-height: 20px;
  color: #666;
  background: #f7f7f7;
  border-radius: 4px;
  padding: 8px 10px;
  height: 60px;
  overflow: hidden;
}

.main02 .faq-list dl dd .faq-text::before {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  border-right: 5px solid #f7f7f7;
  left: -5px;
}

.main02 .faq-list .bd {
  max-height: 200px;
}

.main02 .faq-list .hd {
  line-height: 1;
  text-align: center;
}

.main02 .faq-list .hd li {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background: #e0e5ea;
  margin: 0 3px;
  overflow: hidden;
  color: #e0e5ea;
  cursor: pointer;
}

.main02 .faq-list .hd li.on {
  background: #b57c39;
  color: #b57c39;
}

.juhe-entry {
  margin-bottom: 10px;
  background: #fff;
  border-radius: 8px;
}

.juhe-entry .juhe-title {
  position: relative;
  padding: 9px 0;
  font-size: 16px;
  line-height: 24px;
  height: 42px;
  font-weight: bold;
  color: #333;
  background: #f5f5f5;
  overflow: hidden;
}

.juhe-entry .juhe-title a {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #999;
  float: right;
  font-weight: normal;
  height: 36px;
}

.juhe-entry .juhe-title a:hover {
  color: #b57c39;
}

.juhe-entry .juhe-title-l {
  position: absolute;
  left: 0;
  top: 0;
  padding: 9px 28px 9px 24px;
  background: url(../images/juhe-title-l.png) no-repeat right top;
}

.juhe-entry .juhe-title-l::before {
  position: absolute;
  display: block;
  content: '';
  width: 4px;
  height: 16px;
  background: #293d77;
  border-radius: 4px;
  left: 10px;
  top: 12px;
}

.juhe-entry .juhe-list {
  padding: 0 12px 12px;
  background: #fff;
  border-radius: 0 8px 8px 8px;
}

.juhe-entry .juhe-list dl {
  float: left;
  width: 48%;
  margin: 11px 1% 0;
  height: 94px;
}

.juhe-entry .juhe-list dl dt a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}

.juhe-entry .juhe-list dl dt a:hover {
  color: #b57c39;
}

.juhe-entry .juhe-list dl dd {
  font-size: 12px;
  color: #888;
  line-height: 18px;
}

.juhe-entry .juhe-list dl dd a {
  color: #293d77;
}

.juhe-entry .juhe-list dl dd a:hover {
  color: #b57c39;
}

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

.main01-form .main01-form-title {
  margin-bottom: 9px;
}

.main01-form .main01-form-title span {
  float: left;
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
  font-family: 'Source Han Serif SC,SourceHanSerifSC';
  color: #ff762e;
  font-style: italic;
  margin-right: 9px;
}

.main01-form .main01-form-title span em {
  font-size: 24px;
  font-family: Arial;
}

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

.main01-form .main01-form-title .p1 {
  margin-left: 10px;
}

.main01-form .main01-form-title .p2 {
  margin-left: 100px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.main02-middle {
  color: #293d77;
}

.main02-middle .nav-tabs {
  display: grid;
  gap: 8px;
  -ms-grid-columns: 1fr 1fr 1fr;
  /* IE 10/11 */
  grid-template-columns: repeat(6, 1fr);
  -ms-grid-rows: 1fr 1fr 1fr;
  /* IE 10/11 */
  -ms-grid-row-align: center;
  /* IE 10/11 */
  -ms-grid-column-align: start;
  /* IE 10/11 */
  border: none !important;
  margin-bottom: 10px;
}

.main02-middle .nav-tabs::before, .main02-middle .nav-tabs::after {
  display: none !important;
}

.main02-middle .nav-tabs > li.active a {
  font-size: 16px;
  background: #293d77;
  color: #fff;
}

.main02-middle .nav-tabs > li > a {
  padding: 0 10px;
  font-size: 15px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
  border: none !important;
  background: #fff;
  border-radius: 32px;
}

.main02-middle .tab-content {
  padding: 19px 15px;
  height: 858px;
  background: #fff;
  border-radius: 8px;
}

.main02-middle .main02-middle-tit {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  line-height: 20px;
  margin-top: 25px;
  margin-bottom: 13px;
}

.main02-middle .main02-middle-tit a {
  float: right;
  font-size: 14px;
  color: #999;
  line-height: 20px;
  font-weight: normal;
}

.main02-middle .main02-middle-tit a:hover {
  color: #b57c39;
}

.main02-middle .tuijian-jz {
  width: 100%;
  margin-top: 25px;
  padding: 0 25px;
  overflow: hidden;
}

.main02-middle .tuijian-jz .tuijian-jz-list {
  width: 100%;
}

.main02-middle .tuijian-jz .tuijian-jz-item {
  float: left;
  width: calc(33.333% - 8px);
  margin: 0 4px;
}

.main02-middle .tuijian-jz dl {
  padding: 0;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  overflow: hidden;
}

.main02-middle .tuijian-jz dl dt {
  float: none;
  display: flex;
  width: 100%;
  height: auto;
  align-items: center;
  margin: 0 auto;
  padding: 6px;
}

.main02-middle .tuijian-jz dl dt .tuijian-jz-img {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 8px;
}

.main02-middle .tuijian-jz dl dt .jz-name {
  flex: 1;
  font-weight: bold;
  color: #333;
}

.main02-middle .tuijian-jz dl dt .jz-name:hover {
  color: #b57c39;
}

.main02-middle .tuijian-jz dl dd {
  float: none;
  width: 100%;
  padding: 5px;
  background: #f7f7f7;
}

.main02-middle .tuijian-jz dl dd P {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  height: auto;
}

.main02-middle .tuijian-jz dl dd P span {
  color: #d14242;
}

.main02-middle .tuijian-jz dl dd P .price {
  font-weight: bold;
}

.main02-middle .tuijian-jz dl dd P:last-child {
  margin-bottom: 0;
}

.main02-middle .tuijian-jz .hd {
  position: relative;
}

.main02-middle .tuijian-jz .hd > a {
  position: absolute;
  top: -85px;
  width: 20px;
  height: 66px;
  background: 0;
}

.main02-middle .tuijian-jz .hd .prev {
  left: -25px;
  background: url(../images/picscroll-prev.png) no-repeat center center;
}

.main02-middle .tuijian-jz .hd .next {
  right: -25px;
  background: url(../images/picscroll-next.png) no-repeat center center;
}

.main02-middle .tuijian-jz .hd .prev:hover {
  background: url(../images/picscroll-prev2.png) no-repeat center center;
}

.main02-middle .tuijian-jz .hd .next:hover {
  background: url(../images/picscroll-next2.png) no-repeat center center;
}

.main02-middle .sec-word2 {
  margin-top: 33px;
}

.main02-middle .sec-word2 li {
  width: calc(25% - 8px);
  margin: 4px;
}

.main02-middle .sec-word2 li a {
  line-height: 22px;
  border-radius: 4px;
  white-space: nowrap;
}

.main02-middle .sec-word2.row5 li {
  width: calc(20% - 8px);
}

.main02-r .news-ad {
  margin-top: 0;
  padding-bottom: 14px;
}

.main02-r .news-ad a {
  width: 100%;
  margin: 0 auto;
}

.main02-r .news-ad img {
  width: 100%;
}

.hot-sort-main {
  padding-bottom: 20px;
  min-height: 710px;
  background: #fff;
  border-radius: 0 0 8px 8px;
}

.hot-sort-main > .nav-tabs {
  height: 39px;
  border-bottom: 0px;
  border-radius: 6px 6px 0 0;
  background: #ca9a61;
  background: linear-gradient(90deg, #ca9a61, #f2e2cf);
}

.hot-sort-main > .nav-tabs > li {
  width: 33.333%;
  position: relative;
  z-index: 0;
}

.hot-sort-main > .nav-tabs > li > a {
  position: relative;
  font-size: 14px;
  line-height: 15px;
  padding: 12px 0;
  text-align: center;
  font-weight: normal;
  color: #4d2108 !important;
  border: none !important;
  z-index: 1;
  margin: 0 auto;
  background: none !important;
  cursor: pointer !important;
}

.hot-sort-main > .nav-tabs > li.active > a, .hot-sort-main > .nav-tabs > li.active > a:focus, .hot-sort-main > .nav-tabs > li.active > a:hover, .hot-sort-main > .nav-tabs > li:hover > a {
  position: relative;
  height: 44px;
  margin-top: -5px;
  border: none !important;
  color: #4d2108 !important;
  font-size: 16px;
  font-weight: bold;
  background: #f4e5d4 !important;
  background: linear-gradient(#f4e5d4, #ffffff) !important;
  border: none !important;
  border-bottom: none !important;
}

.hot-sort-main > .nav-tabs > li.active > a::before, .hot-sort-main > .nav-tabs > li.active > a:focus::before, .hot-sort-main > .nav-tabs > li.active > a:hover::before, .hot-sort-main > .nav-tabs > li:hover > a::before {
  position: absolute;
  display: block;
  content: '';
  width: 17px;
  height: 3px;
  border-radius: 3px;
  background: #b57c39;
  left: 50%;
  bottom: 5px;
  margin-left: -8px;
}

.hot-sort-main .tab-content {
  background: #ffbe8b;
  background: linear-gradient(-90deg, #ffbe8b 80%, #ffefd3);
}

.hot-sort-main .tab-content > div {
  padding: 15px;
  background: #fff;
  border-radius: 0 0 4px 4px;
}

.hotschool-ul .hotnews-icon1 {
  width: 22px;
  height: 22px;
  color: #ac7200;
  font-weight: bold;
  background: url(../images/hotnews-icon1.png) no-repeat top center;
  background: url(../images/level1-1.png) no-repeat top center;
  background-size: 21px 23px;
}

.hotschool-ul .hotnews-icon2 {
  width: 22px;
  height: 22px;
  color: #75839c;
  font-weight: bold;
  background: url(../images/hotnews-icon2.png) no-repeat top center;
  background: url(../images/level1-2.png) no-repeat top center;
  background-size: 21px 23px;
}

.hotschool-ul .hotnews-icon3 {
  width: 22px;
  height: 22px;
  color: #917c6e;
  font-weight: bold;
  background: url(../images/hotnews-icon3.png) no-repeat top center;
  background: url(../images/level1-3.png) no-repeat top center;
  background-size: 21px 23px;
}

.hotnews-ul {
  height: 506px;
}

.hotnews-ul li {
  position: relative;
  display: flex;
  align-items: center;
  height: 36px;
  height: 52px;
  font-size: 14px;
  line-height: 20px;
  padding: 12px 0;
  margin-bottom: 0 !important;
  overflow: hidden;
}

.hotnews-ul li:last-child {
  margin-bottom: 0;
}

.hotnews-ul li:last-child a::before {
  display: none;
}

.hotnews-ul li a {
  flex: 1;
  font-size: 14px;
  line-height: 20px;
  padding: 6px 0;
  color: #333;
}

.hotnews-ul li a:hover {
  color: #b57c39;
}

.hotnews-ul li a::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  bottom: 0;
  left: 22px;
}

.hotnews-ul li em {
  float: left;
  width: 22px;
  height: 22px;
  margin-right: 7px;
  font-size: 12px;
  line-height: 22px;
  color: #b3b3b3;
  text-align: center;
  font-style: normal;
  background: #ededed;
  border-radius: 22px;
}

.hotnews-ul li .hotnews-icon1 {
  width: 22px;
  height: 22px;
  color: #ac7200;
  font-weight: bold;
  background: url(../images/hotnews-icon1.png) no-repeat top center;
  background: url(../images/level1-1.png) no-repeat top center;
  background-size: 21px 23px;
}

.hotnews-ul li .hotnews-icon2 {
  width: 22px;
  height: 22px;
  color: #75839c;
  font-weight: bold;
  background: url(../images/hotnews-icon2.png) no-repeat top center;
  background: url(../images/level1-2.png) no-repeat top center;
  background-size: 21px 23px;
}

.hotnews-ul li .hotnews-icon3 {
  width: 22px;
  height: 22px;
  color: #917c6e;
  font-weight: bold;
  background: url(../images/hotnews-icon3.png) no-repeat top center;
  background: url(../images/level1-3.png) no-repeat top center;
  background-size: 21px 23px;
}

.hotschool-ul {
  height: 506px;
}

.hotschool-ul li {
  display: flex;
  align-items: center;
  font-size: 15px;
  margin-bottom: 22px;
}

.hotschool-ul li .hotschool-li {
  display: flex;
  align-items: center;
  width: 100%;
}

.hotschool-ul li a {
  font-size: 15px;
  color: #444;
}

.hotschool-ul li a:hover {
  color: #b57c39;
}

.hotschool-ul li dl {
  width: 22px;
  text-align: center;
}

.hotschool-ul li dl dt {
  display: none;
  position: relative;
  z-index: 2;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  overflow: hidden;
}

.hotschool-ul li dl dd {
  position: relative;
  z-index: 1;
  width: 22px;
  height: 22px;
  margin: 0 auto;
}

.hotschool-ul li dl dd em {
  float: left;
  width: 22px;
  height: 22px;
  font-size: 12px;
  line-height: 22px;
  color: #b3b3b3;
  text-align: center;
  font-style: normal;
  background: #ededed;
  border-radius: 22px;
}

.hotschool-ul li .hotschool-li2 dt {
  padding: 5px 0;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: url(../images/porject-dt-bg.png) no-repeat center;
}

.hotschool-ul li .hotschool-main {
  flex: 1;
  margin-left: 10px;
  width: calc(100% - 52px);
}

.hotschool-ul li .hotschool-main .school-name {
  display: block;
  line-height: 24px;
  font-weight: bold;
}

.hotschool-ul li .hotschool-main .school-type-list {
  line-height: 17px;
  margin-bottom: 5px;
}

.hotschool-ul li .hotschool-main .school-type-list:last-child {
  margin-bottom: 0 !important;
}

.hotschool-ul li .hotschool-main .school-type {
  display: none;
}

.hotschool-ul li .hotschool-main b {
  font-weight: normal;
  color: #666;
  font-size: 14px;
}

.hotschool-ul li .hotschool-main .price {
  font-size: 14px;
  color: #d14242;
  font-weight: normal;
}

.hotschool-ul li .hotschool-main .zs-icon {
  float: left;
  height: 17px;
  padding: 0 19.5px;
  background: url(../images/zs-img.png) no-repeat center center;
  margin-right: 6px;
}

.hotschool-ul li.active {
  margin-bottom: 22px;
}

.hotschool-ul li.active .hotschool-li {
  align-items: normal !important;
}

.hotschool-ul li.active .hotschool-main .school-type {
  display: block;
}

.hotschool-ul li.active .hotschool-main .school-name {
  font-weight: bold;
  margin-bottom: 3px !important;
}

.hotschool-ul li.active dl {
  width: 42px;
}

.hotschool-ul li.active dl dt {
  display: block;
}

.hotschool-ul li.active dl dd {
  display: none !important;
}

.hotschool-ul li.active dl dd em {
  position: absolute;
  width: 25px;
  height: 25px;
  font-size: 12px;
  line-height: 22px;
  background: url(../images/school-img-bg.png) no-repeat top center;
  left: 2.5px;
  top: -4px;
  font-style: 14px;
  color: #fff;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.hotschool-ul li:last-child {
  margin-bottom: 0 !important;
}

.hotschool-ul li:first-child {
  padding-top: 6px;
}

.hotrules-ul {
  height: 506px;
}

.hotrules-ul li {
  min-height: 58px;
  position: relative;
  margin-bottom: 0;
  padding: 6px 0;
  overflow: hidden;
}

.hotrules-ul li b {
  font-size: 14px;
}

.hotrules-ul li .hotschool-main .school-type {
  overflow: hidden;
}

.hotrules-ul li .hotschool-main .school-name {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal !important;
}

.hotrules-ul li .hotschool-main .school-name::before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #eee;
  bottom: 0;
  left: 52px;
  left: 34px;
}

.hotrules-ul li.active {
  margin-bottom: 0;
}

.hotrules-ul li.active .hotschool-li {
  height: auto;
  align-items: normal !important;
}

.hotrules-ul li.active dl dd {
  display: none;
}

.hotrules-ul li.active .hotschool-main .school-name {
  line-height: 20px;
  margin-bottom: 0 !important;
}

.hotrules-ul li.active .hotschool-main .school-name::before {
  left: 52px;
}

.hotrules-ul li:last-child .hotschool-main .school-name::before {
  display: none !important;
}

.hotrules-ul li:first-child {
  padding-top: 6px;
}

.scrap-sec-word {
  float: left;
  width: 204px;
}

.scrap-sec-word ul {
  margin: 0 -4px;
}

.scrap-sec-word ul li {
  float: left;
  width: calc(50% - 8px);
  margin: 12px 4px 0;
  text-align: center;
}

.scrap-sec-word ul li a {
  display: block;
  padding: 5px 0;
  font-size: 14px;
  line-height: 26px;
  color: #fff;
  font-weight: bold;
  background: #6f90c6;
  border-radius: 4px;
}

.scrap-sec-word ul li a:hover {
  background: #355589;
}

.scrap {
  float: left;
  width: calc(100% - 225px);
  margin-right: 20px;
}

.scrap .top-hot {
  padding-left: 80px;
  font-size: 24px;
  line-height: 25px;
  color: #333;
  font-weight: bold;
  background: url(../images/top-hot-img.png) no-repeat left center;
  margin-bottom: 20px;
}

.scrap .top-hot.no-bg {
  margin-top: 5px;
  padding-left: 0 !important;
  background: none !important;
}

.scrap .top-hot a {
  color: #333;
  margin-right: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrap .top-hot a:hover {
  color: #f82d3a;
  text-decoration: underline !important;
}

.scrap .top-hot a.yuloo-red {
  color: #f82d3a !important;
}

.scrap .top-hot a.yuloo-bold {
  font-weight: bold !important;
}

.scrap ul {
  height: 54px;
  margin-bottom: 17px;
  overflow: hidden;
}

.scrap ul.scrap_ul1 .scrap-sub-tit span {
  color: #e60012;
  font-weight: bold;
  background: #ffebec;
}

.scrap ul.scrap_ul2 .scrap-sub-tit span {
  color: #484d88;
  font-weight: bold;
  background: #edf1f8;
}

.scrap ul.scrap_ul3 .scrap-sub-tit span {
  color: #cc7532;
  font-weight: bold;
  background: #fff1e7;
}

.scrap ul li {
  float: left;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  margin-right: 15px;
  margin-bottom: 6px;
}

.scrap ul li.scrap-sub-tit {
  min-width: 66px;
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-right: 10px;
}

.scrap ul li.scrap-sub-tit span {
  position: relative;
  display: inline-block;
  width: 100%;
  font-size: 14px;
  color: #4c6aa1;
  background: #edf1f8;
  border-radius: 4px;
  text-align: center;
}

.scrap ul li a {
  width: 100%;
  display: block;
  color: #333;
  font-size: 15px;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.scrap ul li a:hover {
  color: #f82d3a;
  text-decoration: underline !important;
}

.scrap ul li.yuloo-isgood a {
  position: relative;
  font-size: 16px;
}

.scrap ul li.yuloo-red a {
  color: #f82d3a !important;
}

.scrap ul li.yuloo-bold a {
  font-weight: bold !important;
}

.scrap ul:last-child {
  margin-bottom: 0;
}

.table-box {
  border: none;
}

.table-box th {
  background: #7c4b3a;
  color: #fff;
  font-weight: bold;
  border-right: none;
}

.table-box tr {
  background: #fff !important;
  border-bottom-color: #f5f5f5;
}

.table-box tr td {
  border-right: none;
  padding: 5px 0;
  color: #555;
}

.table-box .tb-icon {
  width: 42px;
}

.table-box .sub-tit2 {
  width: 100px;
}

.table-box .error-icon, .table-box .success-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.table-box .error-icon {
  background: url(../images/error.png) no-repeat left;
}

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

.table-box .star-icon {
  text-align: center;
}

.table-box .star-icon span {
  display: inline-block;
  height: 10px;
  background: url(../images/star.png) no-repeat left;
}

.table-box .star-icon.star-icon1 span {
  width: 10px;
}

.table-box .star-icon.star-icon2 span {
  width: 20px;
}

.table-box .star-icon.star-icon3 span {
  width: 30px;
}

.table-box .star-icon.star-icon4 span {
  width: 40px;
}

.table-box .star-icon.star-icon5 span {
  width: 50px;
}

.zhuanti {
  display: grid;
  gap: 4px;
  -ms-grid-columns: 1fr 1fr 1fr;
  /* IE 10/11 */
  grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: 1fr 1fr 1fr;
  /* IE 10/11 */
  -ms-grid-row-align: center;
  /* IE 10/11 */
  -ms-grid-column-align: start;
  /* IE 10/11 */
}

.zhuanti dl {
  max-width: 247px;
  height: 72px;
  padding-top: 10px;
  padding-left: 64px;
  cursor: pointer;
  background-size: contain !important;
}

.zhuanti dl dt a {
  display: block;
  font-size: 17px;
  line-height: 28px;
  font-weight: bold;
}

.zhuanti dl dd {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 0;
}

.zhuanti .zt-dl1 {
  background: url(../images/zhuanti1.png) no-repeat center;
}

.zhuanti .zt-dl1 dt a {
  color: #915b1b;
}

.zhuanti .zt-dl1 dd {
  color: #915b1b;
}

.zhuanti .zt-dl2 {
  background: url(../images/zhuanti2.png) no-repeat center;
}

.zhuanti .zt-dl2 dt a {
  color: #0e6c8b;
}

.zhuanti .zt-dl2 dd {
  color: #0e6c8b;
}

.zhuanti .zt-dl3 {
  background: url(../images/zhuanti3.png) no-repeat center;
}

.zhuanti .zt-dl3 dt a {
  color: #5b4374;
}

.zhuanti .zt-dl3 dd {
  color: #5b4374;
}

.zhuanti .zt-dl4 {
  background: url(../images/zhuanti4.png) no-repeat center;
}

.zhuanti .zt-dl4 dt a {
  color: #293d77;
}

.zhuanti .zt-dl4 dd {
  color: #293d77;
}

.main03 {
  background: #f5f5f5;
}

.channl {
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 30px;
}

.channl:last-child {
  margin-bottom: 0;
}

.moudle-tit {
  height: 54px;
  border-bottom: 2px solid #eee;
}

.moudle-tit h2 {
  float: left;
  position: relative;
  background: #b57c39;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
  padding: 14px 15px;
}

.moudle-tit h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 52px;
  height: 54px;
  right: -52px;
  bottom: 0;
}

.moudle-tit > a {
  float: right;
  padding: 0 10px;
  font-size: 14px;
  color: #b57c39;
  border: 1px solid #b57c39;
  text-align: center;
  line-height: 28px;
  border-radius: 4px;
  margin-top: 12px;
  margin-right: 16px;
}

.moudle-tit > a i {
  padding: 0 7px;
  margin-right: 5px;
  background: url(../images/icon-zw.png) no-repeat;
  background-position: 0 -407px;
}

.moudle-tit > a:hover {
  color: #fff !important;
  background: #b57c39;
  border-color: #b57c39 !important;
}

.moudle-tit > a:hover i {
  background-position: -10px -407px !important;
}

.moudle-main {
  padding: 15px 15px 14px;
  border-radius: 4px;
  overflow: hidden;
}

.moudle-main > div {
  float: left;
  border-radius: 4px;
  overflow: hidden;
}

.moudle-main .brief-bg {
  border-radius: 4px;
  padding: 41px 13px 0;
  background: linear-gradient(#fff 56%, rgba(255, 255, 255, 0));
}

.moudle-main .brief-bg .main-color {
  display: inline-block;
  color: #b57c39;
  line-height: 20px;
}

.moudle-main .brief-box {
  position: relative;
  width: 310px;
  padding: 7px 7px 20px;
  border-radius: 6px;
  overflow: hidden;
}

.moudle-main .mix-box {
  width: 623px;
  margin: 0 10px;
  padding: 14px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}

.moudle-main .mix-box .news-cnt {
  margin-top: 16px;
}

.moudle-main .mix-box .channl-tabs {
  margin: -14px -14px 0;
}

.moudle-main .mix-box .channl-tabs ul {
  border-bottom: 1px solid #b57c39 !important;
}

.moudle-main .mix-box .channl-tabs ul li {
  position: relative;
  width: 50%;
  text-align: center;
}

.moudle-main .mix-box .channl-tabs ul li a {
  background: #fff;
  border: none !important;
}

.moudle-main .mix-box .channl-tabs ul li.active::after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 100%;
  background: url(../images/tab-before-bg.png) no-repeat center top !important;
  background-size: 100% auto !important;
  right: -13px;
  top: 0;
  z-index: 1;
}

.moudle-main .mix-box .channl-tabs ul li.active a, .moudle-main .mix-box .channl-tabs ul li:hover a {
  color: #fff !important;
  background: #b57c39 !important;
  border-radius: 0 !important;
  border-color: #b57c39 !important;
}

.moudle-main .mix-box .channl-tabs ul li.active::before, .moudle-main .mix-box .channl-tabs ul li:hover::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 6px;
  top: auto !important;
  left: 0;
  bottom: -6px;
  background: url(../images/sj-bg2.png) no-repeat center top;
}

.moudle-main .news-box {
  width: 416px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.18);
}

.moudle-main .news-box .channl-tabs ul li {
  width: 50%;
  text-align: center;
}

.moudle-main .news-box .channl-tabs-row3 ul li {
  width: 33.333%;
  text-align: center;
}

.moudle-main .news-box .tab-content {
  padding: 0px 16px 14px;
}

.moudle-main .btn-into {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: block;
  width: calc(100% - 30px);
  font-size: 16px;
  line-height: 18px;
  padding: 8px 0;
  text-align: center;
  border-radius: 4px;
  margin: 0 15px;
  background: #fff;
}

.moudle-main .btn-into i {
  padding: 0 8px;
  margin-left: 5px;
  background: url(../images/icon-zw.png) no-repeat;
}

.moudle-main .btn-into:hover {
  background: #b57c39 !important;
  border-color: #b57c39 !important;
}

.moudle-main .btn-into:hover span {
  color: #fff !important;
}

.moudle-main .btn-into:hover i {
  background-position: -10px -355px !important;
}

.news-box .more {
  display: block;
  text-align: center;
  height: 32px;
  margin: 7px 0 0;
  color: #b57c39;
  border: 1px solid #b57c39;
  border-radius: 4px;
}

.news-box .more span {
  display: inline-block;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
}

.news-box .more:hover {
  background: #b57c39;
  color: #fff;
}

.channl .news-list li {
  display: flex;
  height: 49px !important;
  padding-top: 5px;
  line-height: 18px;
  padding-bottom: 10px;
  margin-bottom: 2px;
  border-bottom: 1px dashed #e7e7e7;
  padding-left: 0;
  background: none;
  align-items: center;
}

.channl .news-list li:last-child {
  margin-bottom: 0 !important;
}

.channl .news-list li a {
  position: relative;
  float: none !important;
  display: block;
  width: 100% !important;
  line-height: 18px;
  white-space: normal !important;
  padding-left: 10px;
  flex: 1;
}

.channl .news-list li a::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 3px;
  background: #999;
  left: 0;
  top: 9px;
  border-radius: 2px;
}

.channl .news-list li a:hover::before {
  background: #b57c39;
}

.channl .news-list li span {
  width: 40px;
  font-size: 12px;
  color: #999;
  text-align: right;
}

.channl .news-list li:hover, .channl .news-list li:hover span {
  color: #b57c39;
}

.channl-tabs {
  height: 40px !important;
}

.channl-tabs ul {
  border-bottom: 0px !important;
}

.channl-tabs ul li {
  position: relative;
  width: 33.333%;
  height: 40px;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0 !important;
  background: #fff;
}

.channl-tabs ul li a {
  position: relative;
  color: #333;
  font-weight: normal;
  background: #f3f5f7;
  border: 1px solid #eee !important;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
  border-radius: 0 0 0 5px !important;
  width: 100%;
}

.channl-tabs ul li a:focus {
  background: #fff;
}

.channl-tabs ul li a, .channl-tabs ul li.active a, .channl-tabs ul li.active a:hover, .channl-tabs ul li.active a:focus {
  color: #333333;
  font-size: 15px;
  line-height: 40px;
  padding-top: 0;
}

.channl-tabs ul li.active a, .channl-tabs ul li:hover a, .channl-tabs ul li.active a:focus, .channl-tabs ul li.active a:hover, .channl-tabs ul li .review-tabs ul li a:hover {
  background: #fff;
  font-weight: bold !important;
  color: #b57c39;
  padding-top: 0;
  border-radius: 4px 4px 0 0;
  overflow: hidden;
  border-color: #fff !important;
}

.channl-tabs ul li.more, .channl-tabs ul li.more a, .channl-tabs ul li.more a:hover, .channl-tabs ul li.more:hover a {
  font-size: 12px;
  height: 23px;
  text-align: right;
  color: #373c77;
}

.channl-tabs ul li.active::before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #b57c39;
  left: 0;
  top: 0;
  z-index: 2;
}

.brief-title {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  font-size: 16px;
  line-height: 22px;
  padding: 5px 0;
  font-weight: bold;
  text-align: center;
  color: #293d77;
  background: url(../images/tdxl-md-tit-bg.png) no-repeat top center;
}

.brief-text {
  font-size: 14px;
  color: #444874;
  line-height: 20px;
  padding: 5px 13px;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 16px;
  background: #dfe0ef;
}

.brief-tag li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 9px;
  line-height: 24px;
}

.brief-tag li span {
  position: absolute;
  width: 90px;
  left: 0;
  top: 1px;
  line-height: 20px;
  border: 1px solid #373c77;
  border-radius: 2px;
  color: #373c77;
  text-align: center;
  background: #fff;
  overflow: hidden;
}

.brief-tag li span i {
  padding: 0 8px;
  margin-right: 5px;
  background: url(../images/icon-zw.png) no-repeat;
}

.brief-tag li span + .success-icon {
  margin-left: 0;
}

.brief-tag li .error-icon {
  padding: 0 8px;
  background: url(../images/guide-icon.png) no-repeat;
  background-position: 0 -197px;
}

.brief-tag li .success-icon {
  padding: 0 8px;
  margin-left: 5px;
  background: url(../images/guide-icon.png) no-repeat;
  background-position: 0 -246px;
}

.brief-tag li p {
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
}

.brief-tag li .price {
  font-size: 16px;
  font-weight: bold;
  color: #b57c39;
}

.brief-tag li a.more {
  color: #c99c59;
}

.brief-tag li a.more:hover {
  color: #b57c39;
}

a.border-bg {
  display: block;
  text-align: center;
  height: 30px;
  margin: 7px 0 0;
  color: #b57c39;
  background: #fff url(../images/more-bg.png) repeat-x left center;
  border: none !important;
}

a.border-bg span {
  display: inline-block;
  color: #b57c39;
  font-size: 14px;
  line-height: 20px;
  padding: 5px 10px;
  background: #fff;
}

a.border-bg:hover {
  background: #b57c39;
}

a.border-bg:hover span {
  color: #fff;
  background: #b57c39;
}

.mix-box-main {
  margin-top: 16px;
  overflow: hidden;
}

.rules-list, .school-list {
  margin: -10px -0.75% 10px;
}

.rules-list dl, .school-list dl {
  float: left;
  width: 31.833%;
  margin: 10px 0.75% 0;
  border: 1px solid #e9e9e9;
  padding: 7px 10px;
  border-radius: 4px;
}

.rules-list dl dt, .school-list dl dt {
  float: left;
  width: 36px;
  height: 36px;
  margin-right: 5px;
}

.rules-list dl dd, .school-list dl dd {
  font-size: 14px;
  line-height: 18px;
  color: #333;
}

.rules-list dl dd a, .school-list dl dd a {
  color: #333;
}

.rules-list dl dd a:hover, .school-list dl dd a:hover {
  color: #b57c39;
}

.rules-list dl dd:hover, .school-list dl dd:hover {
  color: #b57c39;
}

.rules-list li, .school-list li {
  margin-top: 10px;
  padding-left: 10px;
  background: url(../images/li-img1.png) no-repeat left center;
  margin-left: 1.5%;
}

.rules-list li a, .school-list li a {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: #444;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.rules-list li a:hover, .school-list li a:hover {
  color: #b57c39;
}

.rules-list dl dd {
  height: 54px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.school-list dl dd {
  height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.hot-major .tit-br, .hot-school .tit-br {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 13px;
}

.hot-major .tit-br h3, .hot-school .tit-br h3 {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.hot-major .tit-br h3 span, .hot-school .tit-br h3 span {
  color: #b57c39;
}

.hot-major .tit-br .more, .hot-school .tit-br .more {
  float: right;
  width: 48px;
  font-size: 12px;
  color: #b57c39;
  line-height: 18px;
  border: 1px solid #b57c39;
  border-radius: 20px;
  text-align: center;
}

.hot-major .tit-br .more:hover, .hot-school .tit-br .more:hover {
  color: #fff;
  border-color: #b57c39;
  background: #b57c39;
}

.hot-major ul, .hot-school ul {
  margin: -5px -1% 0;
}

.hot-major ul li, .hot-school ul li {
  float: left;
  width: 23%;
  margin: 5px 1% 0;
}

.hot-major ul li a, .hot-school ul li a {
  display: block;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
  padding: 4px 0;
  border: 1px solid #ddd;
  border-radius: 2px;
}

.hot-school {
  margin-bottom: 30px;
}

.hot-major {
  margin-top: 22px;
}

.hot-zt-list {
  margin: -10px -1% 0;
}

.hot-zt-list a {
  float: left;
  width: 48%;
  max-height: 74px;
  margin: 10px 1% 0;
  border-radius: 4px;
  overflow: hidden;
}

.tit-br i {
  padding-left: 25px;
  background: url(../images/icon-zw.png) no-repeat;
}

.tit-br i.school-icon {
  background-position: -150px -310px;
}

.tit-br i.major-icon, .tit-br i.hot-icon {
  background-position: -150px -258px;
}

.news-list-box {
  padding: 5px 0 0;
  margin-bottom: 15px;
}

.news-list-box:last-child {
  margin-bottom: 0 !important;
}

.mix-title {
  margin-left: -15px;
}

.news-list-box-tit {
  margin-left: -15px;
}

.news-list-box-tit .tit-br {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.news-list-box-tit h3 {
  padding-bottom: 10px;
}

.main02 .tdxl-md .moudle-tit::after {
  background: #293d77;
}

.tdxl-md .tit-br i.school-icon {
  background-position: -150px -308px;
}

.tdxl-md .tit-br i.major-icon, .tdxl-md .tit-br i.hot-icon {
  background-position: -150px -258px;
}

.tdxl-md .brief-title {
  color: #293d77;
  background: url(../images/tdxl-md-tit-bg.png) no-repeat top center;
}

.tdxl-md .hot-major ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #e6eaf5;
  background: #f3f7fe;
}

.tdxl-md .hot-major ul li a:hover {
  color: #fff;
  border-color: #b57c39;
  background: #b57c39;
}

.tdxl-md .moudle-tit h2 span, .tdxl-md .brief-title, .tdxl-md .brief-text, .tdxl-md .brief-tag li span, .tdxl-md .btn-into span, .tdxl-md .news-title h3 span {
  color: #293d77;
}

.tdxl-md .brief-tag li span, .tdxl-md .btn-into,
.tdxl-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #293d77;
}

.tdxl-md .moudle-tit h2, .tdxl-md .news-title:before, .tdxl-md .brief-title:before {
  background: #293d77;
}

.tdxl-md .moudle-tit h2:before {
  background: url(../images/tdxl-md-tit-bg.jpg) no-repeat right bottom;
}

.tdxl-md .moudle-main .brief-box {
  background: linear-gradient(#d5dfe9 80%, #1d2e6c);
  border: 1px solid #e8eaf1;
}

.tdxl-md .brief-text {
  background: #e8eaf1;
}

.tdxl-md .btn-into i {
  background-position: -150px -355px;
}

.tdxl-md .brief-icon1 {
  background-position: -150px -8px;
}

.tdxl-md .brief-icon2 {
  background-position: -150px -58px;
}

.tdxl-md .brief-icon3 {
  background-position: -150px -108px;
}

.tdxl-md .brief-icon4 {
  background-position: -150px -158px;
}

.tdxl-md .brief-icon5 {
  background-position: -150px -208px;
}

.tdxl-md .brief-icon6 {
  background-position: -150px -258px;
}

.tdxl-md .brief-icon7 {
  background-position: -150px -308px;
}

.tdxl-md .brief-icon8 {
  background-position: -150px -358px;
}

.main02 .zwhz-md .moudle-tit::after {
  background: #5f5290;
}

.zwhz-md .tit-br i.school-icon {
  background-position: -200px -308px;
}

.zwhz-md .tit-br i.major-icon, .zwhz-md .tit-br i.hot-icon {
  background-position: -200px -258px;
}

.zwhz-md .brief-title {
  color: #5f5290;
  background: url(../images/zwhz-md-tit-bg.png) no-repeat top center;
}

.zwhz-md .hot-major ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #edeaf5;
  background: #f8f6ff;
}

.zwhz-md .hot-major ul li a:hover {
  color: #fff;
  border-color: #b57c39;
  background: #b57c39;
}

.zwhz-md .moudle-tit h2 span, .zwhz-md .brief-title, .zwhz-md .brief-text, .zwhz-md .brief-tag li span, .zwhz-md .btn-into span, .zwhz-md .news-title h3 span {
  color: #5f5290;
}

.zwhz-md .brief-tag li span, .zwhz-md .btn-into,
.zwhz-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #5f5290;
}

.zwhz-md .moudle-tit h2, .zwhz-md .news-title:before, .zwhz-md .brief-title:before {
  background: #5f5290;
}

.zwhz-md .moudle-tit h2:before {
  background: url(../images/zwhz-md-tit-bg.jpg) no-repeat right bottom;
}

.zwhz-md .moudle-main .brief-box {
  background: linear-gradient(#e2deef 80%, #5f5290);
  border: 1px solid #e2deef;
}

.zwhz-md .brief-text {
  background: #e2deef;
}

.zwhz-md .btn-into i {
  background-position: -200px -355px;
}

.zwhz-md .brief-icon1 {
  background-position: -200px -8px;
}

.zwhz-md .brief-icon2 {
  background-position: -200px -58px;
}

.zwhz-md .brief-icon3 {
  background-position: -200px -108px;
}

.zwhz-md .brief-icon4 {
  background-position: -200px -158px;
}

.zwhz-md .brief-icon5 {
  background-position: -200px -208px;
}

.zwhz-md .brief-icon6 {
  background-position: -200px -258px;
}

.zwhz-md .brief-icon7 {
  background-position: -200px -308px;
}

.zwhz-md .brief-icon8 {
  background-position: -200px -358px;
}

.main02 .sz-md .moudle-tit::after {
  background: #174e83;
}

.sz-md .tit-br i.school-icon {
  background-position: -250px -308px;
}

.sz-md .tit-br i.major-icon, .sz-md .tit-br i.hot-icon {
  background-position: -250px -258px;
}

.sz-md .brief-title {
  color: #174e83;
  background: url(../images/sz-md-tit-bg.png) no-repeat top center;
}

.sz-md .hot-major ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #dde7f1;
  background: #f2f9ff;
}

.sz-md .hot-major ul li a:hover {
  color: #fff;
  border-color: #b57c39;
  background: #b57c39;
}

.sz-md .moudle-tit h2 span, .sz-md .brief-title, .sz-md .brief-text, .sz-md .brief-tag li span, .sz-md .btn-into span, .sz-md .news-title h3 span {
  color: #174e83;
}

.sz-md .brief-tag li span, .sz-md .btn-into,
.sz-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #174e83;
}

.sz-md .moudle-tit h2, .sz-md .news-title:before, .sz-md .brief-title:before {
  background: #174e83;
}

.sz-md .moudle-tit h2:before {
  background: url(../images/sz-md-tit-bg.jpg) no-repeat right bottom;
}

.sz-md .moudle-main .brief-box {
  background: linear-gradient(#d5dfe9 80%, #174e83);
  border: 1px solid #d5dfe9;
}

.sz-md .brief-text {
  background: #d5dfe9;
}

.sz-md .btn-into i {
  background-position: -250px -355px;
}

.sz-md .brief-icon1 {
  background-position: -250px -8px;
}

.sz-md .brief-icon2 {
  background-position: -250px -58px;
}

.sz-md .brief-icon3 {
  background-position: -250px -108px;
}

.sz-md .brief-icon4 {
  background-position: -250px -158px;
}

.sz-md .brief-icon5 {
  background-position: -250px -208px;
}

.sz-md .brief-icon6 {
  background-position: -250px -258px;
}

.sz-md .brief-icon7 {
  background-position: -250px -308px;
}

.sz-md .brief-icon8 {
  background-position: -250px -358px;
}

.main02 .zzbs-md .moudle-tit::after {
  background: #407a85;
}

.zzbs-md .tit-br i.school-icon {
  background-position: -300px -308px;
}

.zzbs-md .tit-br i.major-icon, .zzbs-md .tit-br i.hot-icon {
  background-position: -300px -258px;
}

.zzbs-md .brief-title {
  color: #407a85;
  background: url(../images/zzbs-md-tit-bg.png) no-repeat top center;
}

.zzbs-md .hot-major ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #dde7f1;
  background: #dde7f1;
}

.zzbs-md .hot-major ul li a:hover {
  color: #fff;
  border-color: #b57c39;
  background: #b57c39;
}

.zzbs-md .moudle-tit h2 span, .zzbs-md .brief-title, .zzbs-md .brief-text, .zzbs-md .brief-tag li span, .zzbs-md .btn-into span, .zzbs-md .news-title h3 span {
  color: #407a85;
}

.zzbs-md .brief-tag li span, .zzbs-md .btn-into,
.zzbs-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #407a85;
}

.zzbs-md .moudle-tit h2, .zzbs-md .news-title:before, .zzbs-md .brief-title:before {
  background: #407a85;
}

.zzbs-md .moudle-tit h2:before {
  background: url(../images/zzbs-md-tit-bg.jpg) no-repeat right bottom;
}

.zzbs-md .moudle-main .brief-box {
  background: linear-gradient(#dce9ec 80%, #407a85);
  border: 1px solid #dce9ec;
}

.zzbs-md .brief-text {
  background: #dce9ec;
}

.zzbs-md .btn-into i {
  background-position: -300px -355px;
}

.zzbs-md .brief-icon1 {
  background-position: -300px -8px;
}

.zzbs-md .brief-icon2 {
  background-position: -300px -58px;
}

.zzbs-md .brief-icon3 {
  background-position: -300px -108px;
}

.zzbs-md .brief-icon4 {
  background-position: -300px -158px;
}

.zzbs-md .brief-icon5 {
  background-position: -300px -208px;
}

.zzbs-md .brief-icon6 {
  background-position: -300px -258px;
}

.zzbs-md .brief-icon7 {
  background-position: -300px -308px;
}

.zzbs-md .brief-icon8 {
  background-position: -300px -358px;
}

.main02 .gjyx-md .moudle-tit::after {
  background: #7e5f58;
}

.gjyx-md .tit-br i.school-icon {
  background-position: -350px -308px;
}

.gjyx-md .tit-br i.major-icon, .gjyx-md .tit-br i.hot-icon {
  background-position: -350px -258px;
}

.gjyx-md .brief-title {
  color: #7e5f58;
  background: url(../images/gjyx-md-tit-bg.png) no-repeat top center;
}

.gjyx-md .hot-major ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #f0e5e1;
  background: #fbf8f7;
}

.gjyx-md .hot-major ul li a:hover {
  color: #fff;
  border-color: #b57c39;
  background: #b57c39;
}

.gjyx-md .moudle-tit h2 span, .gjyx-md .brief-title, .gjyx-md .brief-text, .gjyx-md .brief-tag li span, .gjyx-md .btn-into span, .gjyx-md .news-title h3 span {
  color: #7e5f58;
}

.gjyx-md .brief-tag li span, .gjyx-md .btn-into,
.gjyx-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #7e5f58;
}

.gjyx-md .moudle-tit h2, .gjyx-md .news-title:before, .gjyx-md .brief-title:before {
  background: #7e5f58;
}

.gjyx-md .moudle-tit h2:before {
  background: url(../images/gjyx-md-tit-bg.jpg) no-repeat right bottom;
}

.gjyx-md .moudle-main .brief-box {
  background: linear-gradient(#ecdbd8 80%, #7e5f58);
  border: 1px solid #ecdbd8;
}

.gjyx-md .brief-text {
  background: #ecdbd8;
}

.gjyx-md .btn-into i {
  background-position: -350px -355px;
}

.gjyx-md .brief-icon1 {
  background-position: -350px -8px;
}

.gjyx-md .brief-icon2 {
  background-position: -350px -58px;
}

.gjyx-md .brief-icon3 {
  background-position: -350px -108px;
}

.gjyx-md .brief-icon4 {
  background-position: -350px -158px;
}

.gjyx-md .brief-icon5 {
  background-position: -350px -208px;
}

.gjyx-md .brief-icon6 {
  background-position: -350px -258px;
}

.gjyx-md .brief-icon7 {
  background-position: -350px -308px;
}

.gjyx-md .brief-icon8 {
  background-position: -350px -358px;
}

.main02 .gjss-md .moudle-tit::after {
  background: #444e9b;
}

.gjss-md .tit-br i.school-icon {
  background-position: -400px -308px;
}

.gjss-md .tit-br i.major-icon, .gjss-md .tit-br i.hot-icon {
  background-position: -400px -258px;
}

.gjss-md .brief-title {
  color: #444e9b;
  background: url(../images/gjss-md-tit-bg.png) no-repeat top center;
}

.gjss-md .hot-major ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #d7d9ee;
  background: #f1f2ff;
}

.gjss-md .hot-major ul li a:hover {
  color: #fff;
  border-color: #b57c39;
  background: #b57c39;
}

.gjss-md .moudle-tit h2 span, .gjss-md .brief-title, .gjss-md .brief-text, .gjss-md .brief-tag li span, .gjss-md .btn-into span, .gjss-md .news-title h3 span {
  color: #444e9b;
}

.gjss-md .brief-tag li span, .gjss-md .btn-into,
.gjss-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #444e9b;
}

.gjss-md .moudle-tit h2, .gjss-md .news-title:before, .gjss-md .brief-title:before {
  background: #444e9b;
}

.gjss-md .moudle-tit h2:before {
  background: url(../images/gjss-md-tit-bg.jpg) no-repeat right bottom;
}

.gjss-md .moudle-main .brief-box {
  background: linear-gradient(#d7d9ee 80%, #2f398f);
  border: 1px solid #e9eaf4;
}

.gjss-md .brief-text {
  background: #e9eaf4;
}

.gjss-md .btn-into i {
  background-position: -400px -355px;
}

.gjss-md .brief-icon1 {
  background-position: -400px -8px;
}

.gjss-md .brief-icon2 {
  background-position: -400px -58px;
}

.gjss-md .brief-icon3 {
  background-position: -400px -108px;
}

.gjss-md .brief-icon4 {
  background-position: -400px -158px;
}

.gjss-md .brief-icon5 {
  background-position: -400px -208px;
}

.gjss-md .brief-icon6 {
  background-position: -400px -258px;
}

.gjss-md .brief-icon7 {
  background-position: -400px -308px;
}

.gjss-md .brief-icon8 {
  background-position: -400px -358px;
}

.main02 .fqrz-md .moudle-tit::after {
  background: #774214;
}

.fqrz-md .tit-br i.school-icon {
  background-position: -450px -308px;
}

.fqrz-md .tit-br i.major-icon, .fqrz-md .tit-br i.hot-icon {
  background-position: -450px -308px;
}

.fqrz-md .brief-title {
  color: #774214;
  background: url(../images/fqrz-md-tit-bg.png) no-repeat top center;
}

.fqrz-md .hot-major ul li a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  border: 1px solid #d7d9ee;
  background: #f1f2ff;
}

.fqrz-md .hot-major ul li a:hover {
  color: #fff;
  border-color: #b57c39;
  background: #b57c39;
}

.fqrz-md .moudle-tit h2 span, .fqrz-md .brief-title, .fqrz-md .brief-text, .fqrz-md .brief-tag li span, .fqrz-md .btn-into span, .fqrz-md .news-title h3 span {
  color: #774214;
}

.fqrz-md .brief-tag li span, .fqrz-md .btn-into,
.fqrz-md .moudle-main .news-box .review-tabs ul li.active a {
  border-color: #774214;
}

.fqrz-md .moudle-tit h2, .fqrz-md .news-title:before, .fqrz-md .brief-title:before {
  background: #774214;
}

.fqrz-md .moudle-tit h2:before {
  background: url(../images/fqrz-md-tit-bg.jpg) no-repeat right bottom;
}

.fqrz-md .moudle-main .brief-box {
  background: linear-gradient(#f1e8e0 80%, #703913);
  border: 1px solid #f1e8e0;
}

.fqrz-md .brief-text {
  background: #f1e8e0;
}

.fqrz-md .btn-into i {
  background-position: -450px -355px;
}

.fqrz-md .brief-icon1 {
  background-position: -450px -8px;
}

.fqrz-md .brief-icon2 {
  background-position: -450px -58px;
}

.fqrz-md .brief-icon3 {
  background-position: -450px -108px;
}

.fqrz-md .brief-icon4 {
  background-position: -450px -158px;
}

.fqrz-md .brief-icon5 {
  background-position: -450px -208px;
}

.fqrz-md .brief-icon6 {
  background-position: -450px -258px;
}

.fqrz-md .brief-icon7 {
  background-position: -450px -308px;
}

.fqrz-md .brief-icon8 {
  background-position: -450px -358px;
}

.main04 .moudle-title {
  background: url(../images/tit2-bg.png) no-repeat center;
}

.major-list {
  margin: 0 0.5%;
}

.card-dl {
  float: left;
  width: 32.333%;
  margin: 0 0.5% 2%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}

.card-dl dd {
  padding: 15px 14px;
  background-color: #fff;
  border: 1px solid #ebebeb;
  border-top: none;
  margin-top: -13px;
  border-radius: 6px;
}

.card-dl dt a {
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  padding: 17px 0 32px;
  font-weight: bold;
  color: #f5f7f9;
  background: url(../images/card-bg.png) no-repeat center center;
  background-size: cover;
  z-index: 9;
  transition: all 1s;
}

.card-dl dt a:hover {
  font-size: 24px;
  color: #fff;
  text-decoration: underline !important;
}

.card-dl .icon {
  padding: 0 10px;
}

.card-dl .star-icon {
  margin-right: 0;
  background: url(../images/start.png) no-repeat left center;
}

.card-bg-color1 dt {
  background: #7492bc;
}

.card-bg-color2 dt {
  background: #6db2b4;
}

.card-bg-color3 dt {
  background: #d6a76f;
}

.card-bg-color4 dt {
  background: #887aaa;
}

.card-bg-color5 dt {
  background: #5f8ea0;
}

.card-bg-color6 dt {
  background: #839f71;
}

.card-bg-color7 dt {
  background: #977872;
}

.card-cnt {
  padding-top: 10px;
  border-top: 1px dashed #ccc;
}

.card-cnt p {
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 6px;
}

.card-text {
  font-size: 12px;
  line-height: 20px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 10px;
}

.card-text > span {
  float: left;
  width: 65px;
}

.card-text > p {
  color: #888;
}

.card-icon {
  background: url(../images/icon.png) no-repeat -8px -534px;
}

.card-cnt a:last-child {
  margin-bottom: 0;
}

.card-cost span {
  display: inline-block;
  padding: 0 8px;
  font-size: 12px;
  line-height: 18px;
  border: 1px solid #f76b46;
  border-radius: 3px;
  color: #f76b46;
}

.card-cnt li.tit {
  font-weight: bold;
  margin-bottom: 10px;
}

.card-cnt li {
  height: 20px;
  line-height: 20px;
  margin-bottom: 6px;
}

.card-cnt li a {
  float: left;
  width: 76%;
  width: calc(100% - 90px);
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.card-cnt li a.more {
  float: right;
  width: auto;
  font-size: 12px;
  font-weight: normal;
  color: #293d77;
}

.card-cnt li a.more:hover {
  color: #b57c39;
}

.card-cnt li a > span:hover {
  color: #b57c39;
}

.card-cnt li a:first-child {
  width: 90px !important;
  margin-left: -7px;
}

.card-cnt li a > span, .card-cnt li a > em {
  float: left;
  color: #5c6c98;
}

.card-cnt li a > span {
  color: #5c6c98;
  width: 60px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
}

.card-cnt li a:hover {
  color: #b57c39;
}

.card-cnt li a:hover > span, .card-cnt li a:hover > em {
  color: #b57c39;
}

.main05 {
  background: #f5f5f5;
}

.main05 .moudle-title {
  background: url(../images/tit3-bg.png) no-repeat center;
}

.coach-list {
  margin: -2% -1% 0;
}

.coach-dl {
  float: left;
  width: 23%;
  margin: 2% 1% 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ebedef;
  padding: 20px;
  background: #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  overflow: hidden;
}

.coach-list a {
  display: block;
  text-align: center;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

.coach-list .item-title {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ebedef;
}

.coach-cnt b {
  font-weight: normal;
  color: #b57c39;
}

.coach-cnt p {
  color: #888;
  margin-bottom: 8px;
}

/* 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: 16px;
  color: #666;
}

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

/* link end */
@media only screen and (min-width: 1400px) {
  .yuloo-nav-box .yuloo-index-nav > li {
    font-size: 15px;
    padding-left: 76px;
    margin-right: 26px;
  }
  .yuloo-nav-box .yuloo-index-nav > li.hot-li {
    padding-right: 11px;
  }
  .yuloo-nav-box .yuloo-index-nav > li.nav-li-row2 {
    padding-right: 20px;
  }
  .yuloo-nav-box .yuloo-index-nav > li.yry-li {
    padding-left: 56px;
  }
  .yuloo-nav-box .yuloo-index-nav > li.yry-li .yuloo-nav-tit {
    width: 48px;
  }
  .yuloo-nav-box .yuloo-index-nav > li .min-li {
    min-width: 122px;
  }
  .yuloo-nav-box .yuloo-index-nav > li .min-li2 {
    min-width: 107px;
  }
  .yuloo-nav-box .yuloo-index-nav > li .min-li3 {
    min-width: 77px;
  }
  .yuloo-nav-box .yuloo-index-nav > li .yuloo-nav-tit {
    font-size: 15px;
    padding-top: 32px;
  }
  .yuloo-nav-box .yuloo-index-nav > li .yuloo-nav-list a {
    font-size: 15px;
    padding-right: 17px;
    margin: 4px 11px 4px 0;
  }
}

@media only screen and (max-width: 1400px) {
  .container {
    width: 98% !important;
    margin: 0 1%;
  }
  .moudle-main .mix-box {
    width: 44%;
    width: calc(100% - 746px);
  }
  .rules-list dl, .school-list dl {
    width: 47%;
  }
  .main01-box {
    margin-bottom: 15px !important;
  }
  .scrap {
    width: 100%;
    margin-right: 0;
  }
  .scrap-sec-word {
    width: 100%;
  }
  .scrap-sec-word ul li {
    width: calc(20% - 8px);
  }
  .zhuanti {
    width: 100%;
  }
  .main02 .main02-l {
    width: 100%;
    display: grid;
    gap: 15px;
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr;
    -ms-grid-row-align: center;
    -ms-grid-column-align: start;
    margin-bottom: 15px;
  }
  .main02 .main02-middle {
    width: calc(100% - 410px);
    margin: 0 10px;
  }
}

@media only screen and (max-width: 1200px) {
  .container {
    width: 98% !important;
    margin: 0 1%;
  }
  .banner {
    width: 100%;
    overflow: hidden;
  }
  .moudle {
    padding: 4% 0;
  }
  .main01 {
    padding-top: 0;
  }
  .headlines, .recommend, .review {
    width: 32.333% !important;
    margin: 0 .5% !important;
  }
  .major-recd {
    margin: 0 auto;
  }
  ul.major-tag-cnt li a {
    font-size: 14px !important;
    line-height: 30px !important;
  }
  ul.major-tag-cnt, ul.major-tag-cnt li {
    width: 100%;
  }
  ul.major-tag-cnt li {
    font-size: 14px !important;
    margin-bottom: 10px;
  }
  .major-tab-big {
    margin: 0 auto;
  }
  ul.major-tag-cnt li a, ul.major-tag-cnt li.li-rowspan2 a {
    padding: 3px;
    height: auto;
  }
  .moudle-main > div {
    width: 32.333% !important;
    margin: 0 .5% !important;
  }
  .channl-tabs ul {
    display: flex;
  }
  .channl-tabs ul li {
    height: auto;
  }
  .channl-tabs ul li a {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 10px 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .channl-tabs {
    height: auto !important;
  }
}

@media only screen and (max-width: 1024px) {
  .headlines, .moudle-main .brief-box {
    width: 98% !important;
    margin: 0 1% 3% !important;
  }
  .recommend, .review, .moudle-main .mix-box, .moudle-main .news-box {
    width: 48% !important;
    margin: 0 1% !important;
  }
  .moudle-main .btn-into {
    position: static;
  }
  .chat-cnt {
    margin: 0 auto;
  }
  .chat-cnt dl {
    min-width: auto;
    max-width: none;
  }
  .coach-dl {
    width: 31.333%;
    padding: 2%;
  }
  .main01-box .scrap-box {
    padding: 15px;
  }
  .scrap .top-hot {
    font-size: 18px;
    padding-left: 50px;
    background-size: 40px !important;
    margin-bottom: 2%;
  }
  .scrap ul li.yuloo-isgood a {
    font-size: 15px;
  }
  .main02 .main02-l {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 1fr 1fr;
    -ms-grid-row-align: center;
    -ms-grid-column-align: start;
  }
  .main02 .faq {
    max-width: none;
    margin-bottom: 0;
  }
  .juhe-entry {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-bottom: 0;
  }
  .main02-middle .tuijian-jz .tuijian-jz-item {
    width: calc(50% - 8px);
  }
}

@media only screen and (max-width: 768px) {
  .main-faqnews3 {
    height: auto;
  }
  .hot-zt-list a {
    max-height: none;
  }
  .banner .carousel-inner > .item > a > img, .banner .carousel-inner > .item > img {
    max-width: 120%;
    margin-left: -10%;
  }
  .moudle-title h2 {
    font-size: 24px;
  }
  .moudle-tit h2 {
    font-size: 22px;
  }
  .moudle-tit > a {
    font-size: 12px;
  }
  .recommend, .review, .moudle-main .mix-box, .moudle-main .news-box {
    width: 98% !important;
    margin: 0 1% 3% !important;
    height: auto !important;
  }
  .rules-list, .school-list {
    margin: 0 auto;
  }
  .rules-list dl, .school-list dl {
    width: 31.333%;
    margin: 1%;
    padding-right: 0;
  }
  .hot-zt-list {
    display: flex;
    flex-wrap: wrap;
  }
  .hot-zt-list a {
    float: none;
    width: auto;
  }
  .coach-dl, .card-dl {
    width: 48%;
    margin: 1%;
  }
  .card-dl dt a, .coach-list .item-title {
    font-size: 18px;
  }
  .card-dl dd {
    padding: 2%;
  }
  .moudle-title .more, .moudle-tit > a {
    display: none;
  }
  .zhuanti dl {
    padding-left: 0.5rem;
  }
  .zhuanti dl dt a {
    font-size: 0.12rem;
  }
  .zhuanti dl dd {
    font-size: 0.1rem;
    padding: 0;
  }
  .main01-box .main01-left {
    width: 100%;
    margin: 0 auto 10px;
  }
  .main01-box .main01-right {
    width: 100%;
  }
  .main01-form, .main02 .faq {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .main02 .main02-middle, .main02 .main02-r {
    width: 100%;
    margin: 0 auto 10px;
  }
  .main01-form .submit-group input {
    font-size: 16px;
    line-height: 38px;
  }
  .main02-middle .nav-tabs {
    gap: 8px;
    grid-template-columns: repeat(3, 1fr);
  }
  .main02-middle .nav-tabs > li > a {
    font-size: 14px;
    line-height: 28px;
  }
  .main02-middle .nav-tabs > li.active a {
    font-size: 15px;
  }
  .main01-form .must-box, .main01-form .must-box2 {
    width: auto !important;
    margin-top: 0 !important;
  }
}

@media only screen and (max-width: 500px) {
  .hot-zt-list {
    display: block;
    margin: 0 auto;
  }
  .hot-zt-list a {
    float: left;
    width: 48%;
  }
  .scrap-sec-word ul li {
    margin-top: 6px;
  }
  .scrap .top-hot {
    font-size: 0.3rem;
  }
  .table-box .left-tit a {
    font-size: 0.24rem;
  }
  .table-box tr td {
    font-size: 0.22rem;
  }
  .zhuanti {
    grid-template-columns: repeat(2, 1fr);
  }
  .zhuanti dl {
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0.85rem;
  }
  .zhuanti dl dt a {
    font-size: 0.26rem;
  }
  .zhuanti dl dd {
    font-size: 0.2rem;
    padding: 0;
  }
}

@media only screen and (max-width: 428px) {
  .card-dl dt a {
    line-height: 1;
  }
  ul.major-tag-cnt > li, .card-dl {
    width: 98%;
  }
  .card-dl {
    margin-bottom: 2%;
  }
  .school-list dl {
    width: 48%;
  }
  .school-list, .rules-list {
    margin-top: -3%;
  }
  .school-list dl {
    margin-top: 3%;
  }
  .rules-list dl {
    width: 98%;
    margin-top: 3%;
  }
  .rules-list dl dd {
    height: auto;
    max-height: 54px;
  }
  .scrap-sec-word ul li a {
    padding: 0;
    font-weight: normal;
  }
  .main02-middle .tuijian-jz {
    width: calc(100% + 30px);
    margin: 15px -15px 0;
  }
  .main02-middle .tuijian-jz dl dd {
    padding: 5px;
  }
  .main02-middle .tuijian-jz .hd .prev {
    left: -22px;
  }
  .main02-middle .tuijian-jz .hd .next {
    right: -22px;
  }
  .headlines-main dl dt {
    width: 120px;
    height: 80px;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 13px;
    margin-bottom: 5px;
  }
  .headlines-main dl dd {
    position: relative;
    float: none;
    width: 100%;
  }
  .headlines-main dl dd a {
    width: calc(100% - 135px);
  }
  .headlines-main dl dd p {
    width: 100%;
  }
  .headlines-main dl dd p.time {
    position: absolute;
    top: 60px;
    left: 130px;
    width: calc(100% - 135px);
  }
  .headlines-main ul.major-tag-cnt li {
    width: 50% !important;
    padding: 0 2px;
  }
  .headlines-main .news-list li a {
    width: 100%;
  }
  .headlines-main .news-list li span {
    display: none;
  }
  .headlines-main ul.major-tag-cnt li a {
    line-height: 18px !important;
    padding: 6px 5px !important;
    text-wrap: wrap !important;
    white-space: normal !important;
  }
  .scrap {
    position: relative;
  }
  .scrap .top-hot {
    background: none;
    padding-left: 0;
    margin: 0 -5px;
  }
  .scrap .top-hot a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 54px;
    background: url(../images/top-hot-img.png) no-repeat left center;
    background-size: 48px;
  }
  .scrap ul {
    float: left;
    width: 100%;
    height: 0;
    margin: 0 auto;
  }
  .scrap ul.active:nth-of-type(1) {
    margin-top: 50px;
  }
  .scrap ul:nth-of-type(1) {
    height: auto;
  }
  .scrap ul:nth-of-type(1) li {
    display: block;
  }
  .scrap ul li {
    display: none;
    margin: 0 1% 8px;
  }
  .scrap ul li.scrap-sub-tit {
    position: absolute;
    left: 0;
    top: 40px;
    width: 31.333% !important;
    cursor: pointer;
    display: block !important;
    z-index: 1;
  }
  .scrap ul li.scrap-sub-tit span {
    font-size: 14px;
  }
  .scrap ul li.scrap-sub-tit.active span {
    color: #fff;
    background: #cc7532;
  }
  .scrap ul li.yuloo-isgood a {
    font-size: 14px;
    padding: 0;
  }
  .scrap ul li.yuloo-isgood a::before {
    display: none;
  }
  .scrap ul.active {
    margin-top: 50px;
    height: auto;
  }
  .scrap ul.active li {
    display: block !important;
    width: 98%;
  }
  .scrap-sec-word ul li {
    width: calc(25% - 8px);
  }
  .main02-middle .tab-content {
    height: auto;
  }
  .main02-middle .tuijian-jz .tuijian-jz-item {
    width: calc(100% - 8px);
  }
  .main02-middle .sec-word2 {
    margin-bottom: 0;
  }
  .main02-middle .sec-word2 li, .main02-middle .sec-word2.row5 li {
    width: calc(33.333% - 8px);
  }
  .main02-middle .tuijian-jz dl dd P {
    font-size: 13px;
  }
  .main02-middle .sec-word2 li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-wrap: wrap !important;
    white-space: normal !important;
  }
  .rules-list li a {
    white-space: normal !important;
  }
}
