/* CSS Document */
body {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Microsoft YaHei', '\5FAE \8F6F \96C5\91';
  color: #444;
}

.container {
  width: 1460px;
  margin: 0 auto;
  padding: 0 !important;
}

.head, .nav {
  width: 1460px;
  margin: 0 auto;
}

.head {
  margin-bottom: 15px;
  height: 60px;
  position: relative;
  margin-top: 15px;
}

.head h1 {
  position: absolute;
  left: -10000px;
}

.head .logo {
  float: left;
  width: 310px;
}

.head .logo a {
  float: left;
  margin-right: 30px;
}

.head .sogin p {
  font-family: 'song';
  font-size: 18px;
  line-height: 28px;
  color: #666;
}

.head .city {
  background: url(http://sh.yuloo.com/images/pc-img/icon-city.png) no-repeat left center;
  float: left;
  font-size: 16px;
  line-height: 42px;
  padding: 7px 40px 7px 24px;
  margin-left: 2%;
}

.head .city span {
  background: url(http://sh.yuloo.com/images/pc-img/jt-02.png) no-repeat right center;
  display: block;
  width: 100%;
  padding-right: 20px;
  cursor: pointer;
}

.head .city .city-cnt {
  display: none;
  width: 800px;
  padding: 10px;
  position: absolute;
  top: 74px;
  left: 10%;
  z-index: 100;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 0 2px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 2px rgba(153, 153, 153, 0.5);
}

.head .city .city-cnt li {
  float: left;
  padding: 0 10px;
  cursor: pointer;
  line-height: 30px;
}

/*head search begin*/
.head .search {
  float: left;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin: 10px 0 0 0;
  height: 38px;
  border: 1px #324f8c solid;
  width: 40%;
}

.head .search-slect {
  float: left;
  width: 62px;
  line-height: 34px;
}

.head .search-input {
  width: 75%;
  float: left;
  line-height: 0;
  background: url(../images/pc-img/icon-search.png) no-repeat 5px center;
  padding-left: 27px;
}

.head .search-button {
  width: 70px;
  height: 36px;
  line-height: 34px;
  float: right;
}

.head .search-button input#search_an {
  color: #fff;
  display: block;
  width: 100%;
  font-size: 16px;
  text-align: center;
  background-color: #324f8c;
  border: 0;
  height: 36px;
  line-height: 34px;
  cursor: pointer;
  -webkit-appearance: listitem;
}

.head .search-input input {
  width: 96%;
  border: 0;
  font-size: 14px;
  color: #666;
  height: 36px;
  line-height: 34px;
  padding: 0;
  outline: none;
}

/*head search end*/
/*head tel begin*/
.head .tel {
  float: right;
  padding-left: 45px;
  margin-top: 5px;
  background: url(../images/tel-img.png) no-repeat left top;
}

.head .tel .span02 {
  font-size: 18px;
  font-weight: bold;
  color: #d3554f;
  margin-top: 1px;
  line-height: 1;
}

/*head tel end*/
.nav .right {
  float: right;
  width: 78%;
}

.nav .right li {
  float: left;
  text-align: center;
  font-size: 17px;
  font-weight: bold;
  height: 42px;
  line-height: 40px;
  padding: 0 30px 2px;
}

.nav .right li a {
  display: inline-block;
  position: relative;
  color: #222;
}

.nav .right li a:hover {
  color: #324f8b;
}

.nav .right li:hover a:before {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #324f8b;
  border-radius: 2px 2px 0 0;
}

.banner-box {
  background: #fff;
  width: 100%;
  position: relative;
}

.fullSlide {
  width: 100%;
  height: 400px;
  position: relative;
}

.fullSlide .bd {
  margin: 0 auto;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.fullSlide .bd ul {
  width: 100% !important;
}

.fullSlide .bd li {
  width: 100% !important;
  overflow: hidden;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}

.fullSlide .bd li a {
  display: block;
}

.fullSlide .hd {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  left: 0;
  height: 30px;
  line-height: 30px;
}

.fullSlide .hd ul {
  text-align: center;
}

.fullSlide .hd ul li {
  cursor: pointer;
  display: inline-block;
  display: inline;
  zoom: 1;
  width: 42px;
  height: 11px;
  margin: 1px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  line-height: 999px;
}

.fullSlide .hd ul .on {
  background: #324f8c;
  filter: alpha(opacity=100);
  opacity: 1;
}

.fullSlide .prev, .fullSlide .next {
  display: block;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -30px;
  left: 15%;
  z-index: 1;
  width: 40px;
  height: 60px;
  background: url(../images/pc-img/slider-arrow.png) -126px -137px #000 no-repeat;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
  display: none;
}

.fullSlide .next {
  left: auto;
  right: 15%;
  background-position: -6px -137px;
}

.banner-nav {
  position: absolute;
  width: 1460px;
  margin: 0 auto;
  top: 0;
  left: 50%;
  margin-left: -730px;
  z-index: 1;
}

.nav-l {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 20;
  border-radius: 4px 4px 0 0;
}

.nav-l span.all-class {
  display: block;
  width: 278px;
  height: 40px;
  line-height: 40px;
  background: #324f8c url(../images/pc-img/nav-tit.png) no-repeat 78px 50%;
  color: #fff;
  text-align: center;
  font-size: 18px;
  border-radius: 4px 4px 0 0;
}

.nav-l .nav-list {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  position: relative;
}

.nav-list-tit {
  padding: 5px 0px 8px;
  width: 100%;
  -webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
}

.nav-list-tit li:hover {
  background-color: #f3f5f7;
  cursor: pointer;
}

.nav-list-tit li div.tit-cnt {
  width: 248px;
  padding: 7px 0;
  margin: 0 15px 0;
  border-bottom: 1px #f5f5f5 solid;
  background: url(../images/jt-01.png) no-repeat right center;
}

.nav-list-tit li:last-child div.tit-cnt {
  border: none;
}

.nav-list-tit li:hover div.tit-cnt {
  border-bottom: 1px #f3f5f7 solid;
}

.nav-tit-b {
  font-size: 16px;
}

.nav-tit-s {
  display: block;
}

.nav-tit-s a {
  font-size: 12px;
  color: #888;
}

.nav-cnt {
  display: none;
  padding: 20px 15px;
  width: 750px;
  height: 400px;
  position: absolute;
  border: 1px solid #92a2c1;
  border-radius: 0 4px 4px 0;
  top: 0;
  left: 278px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
}

.nav-cnt .nav-cnt-list a {
  float: left;
  width: 23.5%;
  margin: 7px .75%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.nav-cnt .nav-cnt-list a img {
  max-height: 56px;
}

.nav-cnt .nav-cnt-list a:hover {
  border-color: #d3554f;
}

.nav-cnt .nav-cnt-list2 a {
  float: left;
  width: 23.5%;
  padding: 7px 10px;
  margin: 7px .75%;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.nav-cnt .nav-cnt-list2 a img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 7px;
}

.nav-cnt .nav-cnt-list2 a span {
  display: flex;
  height: 40px;
  float: left;
  width: 66%;
  width: calc(100% - 47px);
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  color: #222;
  align-items: center;
}

.nav-cnt .nav-cnt-list2 a:hover span {
  color: #d3554f;
}

.nav-cnt > .left {
  width: 74%;
  padding: 2.5% 4% 1%;
}

.nav-cnt h3 {
  font-size: 16px;
  height: 30px;
  line-height: 30px;
}

.nav-cnt .h3-tit {
  margin-bottom: 5px;
}

.nav-cnt .h3-tit h3 {
  float: left;
}

.nav-cnt .h3-tit a.more {
  float: right;
  background-color: #fff;
  padding: 0;
  display: block;
  height: 30px;
  line-height: 30px;
}

.nav-cnt .entry {
  margin-bottom: 15px;
}

.nav-cnt .entry a {
  font-size: 14px;
  display: block;
  float: left;
  padding: 0 1%;
  height: 26px;
  line-height: 26px;
}

.nav-cnt .school-t {
  margin-bottom: 15px;
}

.nav-cnt .school a {
  display: block;
  width: 16.5%;
  margin: 0 1% 2%;
  padding: 0.5%;
  float: left;
  text-align: center;
  border: 1px #dedede solid;
}

.nav-cnt .school a span {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  width: 98%;
  padding: 0 1%;
}

.main01 {
  padding: 20px 0 30px;
  background: #f3f5f7;
}

.main01-l {
  float: left;
  width: 960px;
}

.main01-r {
  float: right;
  width: 480px;
  background: #fff;
}

.today-headlines {
  border-radius: 4px;
  background: #fff;
  margin-bottom: 20px;
}

.today-headlines h2 {
  float: left;
  width: 60px;
  height: 122px;
  background: url(../images/today-headlines-tit.png) no-repeat center center;
}

.today-headlines h2 span {
  display: none;
}

.today-headlines .today-headlines-cnt {
  position: relative;
  float: left;
  width: 94%;
  width: calc(100% - 60px);
  padding: 14px 20px 14px 18px;
}

.today-headlines .today-headlines-cnt::before {
  position: absolute;
  display: block;
  content: '';
  width: 14px;
  background: url(../images/glass.jpg) no-repeat top center;
  height: 100%;
  left: -14px;
  top: 0;
  border-radius: 4px 0 0 4px;
}

.today-headlines .today-headlines-cnt dl {
  float: left;
  width: 89%;
  width: calc(100% - 159px);
}

.today-headlines .today-headlines-cnt dl dt {
  margin-bottom: 9px;
}

.today-headlines .today-headlines-cnt dl dt a {
  font-size: 20px;
  line-height: 24px;
  color: #222;
}

.today-headlines .today-headlines-cnt dl dd {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}

.today-headlines .today-headlines-cnt dl dd a {
  color: #d3554f;
}

.today-headlines .today-headlines-cnt > a {
  float: right;
  width: 139px;
  height: 94px;
  border-radius: 4px;
  overflow: hidden;
}

.daily-rec {
  padding: 20px;
  border-radius: 4px;
  background: #fff;
}

.daily-rec-tit {
  position: relative;
  height: 45px;
  border-bottom: 2px solid #efefef;
}

.daily-rec-tit .daily-rec-img {
  float: left;
  position: relative;
  width: 124px;
  height: 45px;
  background: url(../images/daily-rec-img.png) no-repeat;
  padding-bottom: 15px;
  margin-right: 15px;
}

.daily-rec-tit .daily-rec-img::after {
  position: absolute;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: url(../images/daily-rec-img3.jpg) no-repeat center;
  right: 0;
  bottom: 0;
}

.daily-rec-tit .daily-rec-img::before {
  position: absolute;
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: url(../images/daily-rec-img2.png) no-repeat center;
  right: -14px;
  top: -7px;
}

.daily-rec-tit a {
  float: right;
  width: 82px;
  font-size: 16px;
  line-height: 20px;
  color: #333;
  border: 1px solid #e8e8e8;
  background: #f6f6f6;
  text-align: center;
  border-radius: 23px;
  margin-top: 4px;
}

.daily-rec-tit a:hover {
  color: #fff;
  border-color: #d3554f;
  background: #d3554f;
}

.daily-list {
  margin: 0 -1.5%;
}

.daily-list dl {
  float: left;
  width: 47%;
  margin: 20px 1.5% 0;
}

.daily-list dl dt {
  float: left;
  width: 36%;
  border-radius: 4px;
  overflow: hidden;
}

.daily-list dl dt a {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
}

.daily-list dl dd {
  float: right;
  width: 60%;
}

.daily-list dl dd > a {
  display: block;
  height: 48px;
  font-size: 16px;
  line-height: 26px;
  color: #000;
  overflow: hidden;
  margin-bottom: 26px;
}

.daily-list dl dd p {
  font-size: 12px;
}

.daily-list dl dd p a {
  font-size: 12px;
  border: 1px #375ba6 solid;
  color: #375ba6;
  padding: 0 5px;
  border-radius: 3px;
  margin-right: 7px;
  height: auto;
}

.daily-list dl dd p .browse-volume {
  float: right;
  color: #666;
  margin-left: 5px;
  background: url(../images/pc-img/eye.png) no-repeat left center;
  padding-left: 20px;
}

.main01-r {
  padding: 20px 16px;
  border-radius: 4px;
}

.hot-sort-tit {
  height: 29px;
  padding-top: 4px;
  margin-bottom: 11px;
  background: url(../images/hot-sort-tit.png) no-repeat left bottom;
}

.hot-sort-main > .nav-tabs {
  width: auto;
  border: none;
  padding-bottom: 14px;
  margin: 0 -6px;
  overflow: hidden;
}

.hot-sort-main > .nav-tabs > li {
  width: 25%;
  padding: 6px;
  position: relative;
  margin: 0 auto;
}

.hot-sort-main > .nav-tabs > li > a {
  position: relative;
  height: 34px;
  font-size: 16px;
  line-height: 12px;
  padding: 10px 0;
  border: 1px solid #d6dce8;
  border-radius: 3px;
  text-align: center;
  color: #222;
  z-index: 1;
  margin: 0 auto;
  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 {
  background: linear-gradient(90deg, #db7847, #d25050) !important;
  font-weight: bold !important;
  color: #fff !important;
  border: none;
  line-height: 14px;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0 5px 5px rgba(211, 85, 79, 0.3);
}

.hot-sort-main .tab-content {
  margin: 0 -16px;
  box-shadow: 0 7px 10px -5px inset rgba(153, 153, 153, 0.5);
  border-radius: 4px;
}

.nav[role=tablist] {
  width: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.hotschool-ul {
  padding: 29px 16px 0;
}

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

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

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

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

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

.hotschool-ul li dl dt {
  display: none;
  position: relative;
  padding: 4px;
  background: #fff;
  z-index: 2;
  border-radius: 55px;
  -webkit-border-radius: 55px;
  -moz-border-radius: 55px;
  -ms-border-radius: 55px;
  -o-border-radius: 55px;
  overflow: hidden;
  border: 1px solid #ebebeb;
}

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

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

.hotschool-ul li .hotschool-li2 dt {
  padding: 20px 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;
  border: none;
}

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

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

.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 .price {
  font-size: 14px;
  color: #d3554f;
  font-weight: bold;
}

.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 .hotschool-main .school-type {
  display: block;
}

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

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

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

.hotrules-ul li {
  margin-bottom: 10px;
}

.hotrules-ul li .hotschool-li {
  height: 40px;
}

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

.hotrules-ul li .hotschool-main .school-name {
  font-size: 14px;
  line-height: 18px;
}

.hotrules-ul li.active .hotschool-li {
  height: auto;
}

.hotrules-ul li.active .hotschool-main .school-name {
  font-weight: bold;
}

.main02 {
  padding: 30px 0;
  background: #fff;
}

.channle {
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(153, 153, 153, 0.5);
  margin-bottom: 40px;
}

.channle:last-child {
  margin-bottom: 0 !important;
}

.channle-tit {
  background: #fff;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}

.channle-tit h2 {
  position: relative;
  float: left;
  padding: 14px;
  font-size: 30px;
  line-height: 32px;
  color: #fff;
  font-weight: bold;
  margin-right: 90px;
}

.channle-tit h2 i {
  float: left;
  width: 36px;
  height: 32px;
  background: url(../images/channle-icon.png) no-repeat;
  margin-right: 10px;
}

.channle-tit h2::before {
  display: block;
  position: absolute;
  width: 60px;
  height: 100%;
  content: '';
  right: -60px;
  top: 0;
}

.channle-tit ul {
  float: left;
  padding: 20px 0;
}

.channle-tit ul li {
  float: left;
  line-height: 0;
}

.channle-tit ul li a {
  display: inline-block;
  padding: 0 17px;
  font-size: 14px;
  line-height: 18px;
  color: #222;
  border-right: 1px solid #ddd;
}

.channle-tit ul li a:hover {
  color: #d3554f;
}

.channle-tit ul li:last-child a {
  border-right: none;
}

.channle-tit .more {
  float: right;
  width: 130px;
  font-size: 14px;
  line-height: 20px;
  border-radius: 24px;
  text-align: center;
  margin-top: 19px;
  margin-right: 20px;
}

.channle-sub-tit {
  height: 36px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

.channle-sub-tit i {
  float: left;
  width: 30px;
  height: 20px;
  background: url(../images/channle-icon.png) no-repeat;
}

.channle-sub-tit h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  color: #222;
  font-weight: bold;
  padding-top: 5px;
  padding-bottom: 10px;
}

.channle-l {
  float: left;
  width: 350px;
}

.channle-m {
  float: left;
  width: 646px;
  margin-left: 30px;
}

.channle-m .nav-tabs {
  border: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
}

.channle-m .nav-tabs > li {
  border: none;
  margin: 0 auto;
}

.channle-m .nav-tabs > li:last-child a::before {
  display: none !important;
}

.channle-m .nav-tabs > li > a {
  font-size: 16px;
  line-height: 26px;
  color: #222;
  font-weight: bold;
  border: none !important;
  background: none !important;
  padding: 5px  0;
  margin: 0 auto;
  text-align: center;
}

.channle-m .row6 > li {
  width: 16.666%;
}

.channle-m .row5 > li {
  width: 20%;
}

.channle-m .row4 > li {
  width: 25%;
}

.channle-m .row3 > li {
  width: 33.333%;
}

.channle-r {
  float: right;
  width: 363px;
}

.channle-main {
  padding: 20px;
  background: #fff;
  border-radius: 8px 0 8px 8px;
  box-shadow: 0 6px 10px -7px inset rgba(51, 51, 51, 0.5);
}

.kc-list {
  margin: 0 -1%;
}

.kc-list dl {
  float: left;
  width: 31.333%;
  margin: 1%;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.kc-list dl dd {
  padding: 11px;
}

.kc-list dl dd .kc-name {
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
}

.kc-list dl dd .kc-name:hover {
  color: #d3554f;
}

.kc-list dl dd p {
  font-size: 12px;
  color: #9f9f9f;
  padding-left: 20px;
  margin-top: 4px;
  background: url(../images/kc-icon.png) no-repeat left center;
}

.kc-list2 dl dd {
  padding: 5px 11px;
}

.news-list.dynamic li {
  padding-left: 0;
  background: none !important;
}

.news-list li {
  height: 28px;
  padding-left: 14px;
  background: url(../images/li-img.jpg) no-repeat left center;
}

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

.news-list li span {
  float: right;
  width: 45px;
  font-size: 14px;
  color: #999;
}

.news-list li:hover {
  color: #d3554f;
  background: url(../images/li-img2.jpg) no-repeat left center;
}

.news-list li:hover a, .news-list li:hover .time {
  color: #d3554f;
}

.lx-channle .news-list li, .zzy-channle .news-list li {
  margin-bottom: 1px;
}

.channle-l-school {
  margin: 0 -1.25%;
}

.channle-l-school a {
  float: left;
  width: 47.5%;
  padding: 7px 10px;
  margin: 0 1.25% 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.channle-l-school a img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  margin-right: 7px;
}

.channle-l-school a span {
  display: flex;
  height: 40px;
  float: left;
  width: 66%;
  width: calc(100% - 47px);
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  color: #222;
  align-items: center;
}

.channle-l-school a:hover span {
  color: #d3554f;
}

.jg-list {
  margin: 0 -1.25%;
}

.jg-list a {
  float: left;
  width: 47.5%;
  margin: 0 1.25% 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.jg-list a img {
  max-height: 54px;
}

.btn-channle {
  display: block;
  font-size: 14px;
  text-align: center;
  margin-top: 4px;
}

.order-list {
  margin-bottom: 24px;
}

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

.order-list dl {
  padding-bottom: 13px;
  margin-bottom: 9px;
  border-bottom: 1px dashed #e3e3e8;
  overflow: hidden;
}

.order-list dl dt {
  width: 50px;
  height: 50px;
  margin-top: 6px;
}

.order-list dl dd {
  width: 80%;
  width: calc(100% - 60px);
  margin-left: 10px;
  font-size: 12px;
  color: #838c94;
}

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

.order-list .order-cnt {
  width: 74%;
}

.order-list .order-cnt .time {
  color: #d3554f;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 0 6px 13px;
  background: url(../images/time.png) no-repeat top 6px left;
}

.order-list .order-cnt a {
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  white-space: nowrap;
}

.order-list .order-cnt a:hover {
  color: #d3554f;
}

.order-list .order-cnt p {
  font-size: 12px;
  line-height: 14px;
}

.order-list .order-btn {
  width: 26%;
  line-height: 20px;
  margin-top: 30px;
}

.order-list .order-btn a {
  display: inline-block;
  width: 100%;
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.school-list {
  margin: 0 -1%;
}

.school-list dl {
  float: left;
  width: 31.333%;
  margin: 0 1% 12px;
  border: 1px solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.school-list dl dt {
  height: 108px;
  overflow: hidden;
}

.school-list dl dd {
  padding: 0 10px 4px;
}

.school-list dl dd .school-logo {
  position: relative;
  height: 20px;
  line-height: 20px;
  margin-bottom: 3px;
  margin-top: 4px;
}

.school-list dl dd .school-logo a {
  position: absolute;
  width: 40px;
  height: 40px;
  padding: 3px;
  background-color: #fff;
  left: 0;
  bottom: 6px;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40;
  border: 1px solid #cdcdcd;
  overflow: hidden;
}

.school-list dl dd .school-logo p {
  font-size: 12px;
  text-align: right;
  color: #8d959d;
}

.school-list dl dd .school-logo .address-icon {
  padding-left: 10px;
  margin-right: 5px;
  background: url(../images/address.png) no-repeat center center;
}

.school-list dl dd .school-name {
  display: block;
  font-size: 15px;
  line-height: 22px;
  color: #333;
  font-weight: bold;
  margin-bottom: 4px;
}

.school-list dl dd .school-cnt p {
  font-size: 14px;
  color: #333;
  margin-bottom: 4px;
}

.school-list dl dd .school-cnt p em {
  color: #666;
  font-style: normal;
}

.school-list dl dd .school-cnt .price {
  font-size: 16px;
  color: #d3554f;
  font-weight: bold;
}

.school-list dl dd .school-cnt .zs-box {
  padding: 7px 0;
}

.school-list dl dd .school-cnt .zs-box em {
  float: left;
  width: 60px;
  font-size: 12px;
  line-height: 19px;
  border-radius: 19px;
  font-style: normal;
  text-align: center;
  margin-right: 4px;
}

.school-list dl dd .school-cnt .zs-box em:last-child {
  margin-right: 0;
}

.school-list dl dd .school-cnt .zs-box .zs-tag1 {
  color: #6f86b3;
  background: #e6eefe;
}

.school-list dl dd .school-cnt .zs-box .zs-tag2 {
  color: #4f86a7;
  background: #d0e5f2;
}

.school-list dl dd .school-cnt .zs-box .zs-tag3 {
  color: #bd8459;
  background: #fceee0;
}

.school-list dl dd .school-cnt .zs-box .zs-tag4 {
  color: #fff;
  background: #c99172;
}

.school-list dl dd .school-cnt .zs-box .zs-tag5 {
  color: #fff;
  background: #8e75af;
}

.channle-banner {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 14px;
  overflow: hidden;
}

.channle-banner .carousel-indicators {
  width: auto;
  padding: 6px 3px;
  bottom: 30px;
  right: 0;
  left: auto;
}

.channle-banner .carousel-indicators li {
  width: 6px;
  height: 6px;
  border: none !important;
  background: #fff;
  margin: 0 3px !important;
}

.channle-banner .carousel-indicators .active {
  width: 18px;
  height: 6px;
  background: #d3554f;
}

.channle-banner .item img {
  border-radius: 4px;
}

.channle-banner .item p {
  font-size: 16px;
  line-height: 20px;
  color: #333;
  font-weight: bold;
  padding-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.tj-list {
  margin: -4px -1.5% 15px;
}

.tj-list dl {
  position: relative;
  float: left;
  width: 30.333%;
  margin: 1.5%;
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 4px rgba(153, 153, 153, 0.5);
}

.tj-list dl:hover dt {
  top: 0;
}

.tj-list dl dt {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  padding: 10px;
  background: linear-gradient(#db7847, #d25050);
  top: -100%;
  left: 0;
}

.tj-list dl dt a {
  color: #fff;
  font-weight: normal;
}

.tj-list dl dd {
  padding: 12px 10px;
}

.tj-list dl dd i {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 6px;
  background: url(../images/channle-icon.png) no-repeat;
}

.tj-list dl dd .tj-icon1 {
  background-position: 5px -252px;
}

.tj-list dl dd .tj-icon2 {
  background-position: -55px -252px;
}

.tj-list dl dd .tj-icon3 {
  background-position: -115px -252px;
}

.tj-list dl dd .tj-icon4 {
  background-position: -175px -252px;
}

.tj-list dl dd .tj-icon5 {
  background-position: -235px -252px;
}

.tj-list dl dd .tj-icon6 {
  background-position: -295px -252px;
}

.tj-list dl dd p {
  font-size: 14px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

.reading-list {
  margin: 6px -1.25% 0;
}

.reading-list li {
  float: left;
  width: 30.833%;
  margin: 14px 1.25% 0;
  text-align: center;
}

.reading-list li a {
  display: block;
  font-size: 14px;
  line-height: 28px;
  border-radius: 4px;
}

.bk-time {
  padding: 13px 16px;
  border-radius: 8px;
}

.bk-time .bk-time-tit {
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.bk-time .bk-time-tit i {
  float: left;
  width: 24px;
  height: 20px;
  margin-top: 2px;
  background: url(../images/channle-icon.png) no-repeat;
}

.bk-time-item {
  padding-bottom: 13px;
  padding-left: 18px;
}

.bk-time-item:last-child {
  padding-bottom: 0;
  background: none !important;
}

.bk-time-item b {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  line-height: 14px;
  padding-left: 18px;
  margin-left: -16px;
  margin-bottom: 11px;
}

.bk-time-cnt {
  padding: 5px 10px 7px;
  border-radius: 4px;
}

.bk-time-cnt p {
  font-size: 12px;
  line-height: 20px;
}

.zzy-channle .bk-time {
  background: linear-gradient(#d6dff2 1%, #fff, #fff, #fff, #fff);
}

.zzy-channle .bk-time-item {
  background: url(../images/zzy-channle-dashed.png) repeat-y left 7px top 2px;
}

.zzy-channle .bk-time-item b {
  background: url(../images/zzy-channle-circle.png) no-repeat left center;
}

.zzy-channle .bk-time-cnt {
  background: #f2f4fa;
}

.wypx-channle .bk-time {
  background: linear-gradient(#e6e8f4 1%, #fff, #fff, #fff, #fff);
}

.wypx-channle .bk-time-item {
  background: url(../images/wypx-channle-dashed.png) repeat-y left 7px top 2px;
}

.wypx-channle .bk-time-item b {
  background: url(../images/wypx-channle-circle.png) no-repeat left center;
}

.wypx-channle .bk-time-cnt {
  background: #f1f3ff;
}

.zxx-channle {
  background: #1f7d85;
}

.zxx-channle .channle-tit h2 {
  background: #1f7d85;
}

.zxx-channle .channle-tit h2::before {
  background: url(../images/zxx-channle-tit.jpg) no-repeat center;
}

.zxx-channle .channle-tit h2 i {
  background-position: 6px 0;
}

.zxx-channle .channle-tit .more {
  color: #1f7d85;
  border: 1px solid #1f7d85;
}

.zxx-channle .channle-tit .more:hover {
  color: #fff;
  background: #1f7d85;
}

.zxx-channle .channle-sub-tit h3 {
  border-bottom: 1px solid #1f7d85;
}

.zxx-channle .channle-sub-tit .channle-l-icon1 {
  background-position: 0 -119px;
}

.zxx-channle .channle-sub-tit .channle-l-icon2 {
  background-position: 0 -179px;
}

.zxx-channle .channle-sub-tit .new-icon {
  background-position: 0 -59px;
}

.zxx-channle .channle-m .nav-tabs > li.active > a, .zxx-channle .channle-m .nav-tabs > li:hover > a, .zxx-channle .channle-m .nav-tabs > li.active > a:focus, .zxx-channle .channle-m .nav-tabs > li.active > a:hover {
  position: relative;
  color: #fff;
  background: #1f7d85 !important;
}

.zxx-channle .channle-m .nav-tabs > li.active > a::before, .zxx-channle .channle-m .nav-tabs > li:hover > a::before, .zxx-channle .channle-m .nav-tabs > li.active > a:focus::before, .zxx-channle .channle-m .nav-tabs > li.active > a:hover::before {
  position: absolute;
  display: block;
  content: '';
  right: -15px;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../images/zxx-channle-tab-bg.png) no-repeat top right;
}

.zxx-channle .channle-m .nav-tabs > li.active > a::after, .zxx-channle .channle-m .nav-tabs > li:hover > a::after, .zxx-channle .channle-m .nav-tabs > li.active > a:focus::after, .zxx-channle .channle-m .nav-tabs > li.active > a:hover::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 6px solid #1f7d85;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}

.zxx-channle .btn-channle {
  color: #1f7d85;
  border: 1px solid #8fbec2;
}

.zxx-channle .btn-channle:hover {
  color: #fff;
  background: #1f7d85;
  border: 1px solid #1f7d85;
}

.zxx-channle .order-list .order-btn a {
  color: #1f7d85;
  border: 1px solid #1f7d85;
}

.zxx-channle .order-list .order-btn a:hover {
  color: #fff;
  background-color: #1f7d85;
}

.zxx-channle .bk-time .bk-time-tit {
  color: #1f7d85;
}

.zxx-channle .bk-time .bk-time-tit .channle-l-icon2 {
  background-position: 0 -179px;
}

.zxx-channle .bk-time-cnt p {
  color: #1f7d85;
}

.zxx-channle .reading-list a {
  color: #1f7d85;
  border: 1px solid #8fbec2;
}

.zxx-channle .reading-list a:hover {
  color: #fff;
  background: #1f7d85;
}

.gjxx-channle {
  background: #015478;
}

.gjxx-channle .channle-tit h2 {
  background: #015478;
}

.gjxx-channle .channle-tit h2::before {
  background: url(../images/gjxx-channle-tit.jpg) no-repeat center;
}

.gjxx-channle .channle-tit h2 i {
  background-position: -60px 0;
}

.gjxx-channle .channle-tit .more {
  color: #015478;
  border: 1px solid #015478;
}

.gjxx-channle .channle-tit .more:hover {
  color: #fff;
  background: #015478;
}

.gjxx-channle .channle-sub-tit h3 {
  border-bottom: 1px solid #015478;
}

.gjxx-channle .channle-sub-tit .channle-l-icon1 {
  background-position: -60px -119px;
}

.gjxx-channle .channle-sub-tit .channle-l-icon2 {
  background-position: -60px -179px;
}

.gjxx-channle .channle-sub-tit .new-icon {
  background-position: -60px -59px;
}

.gjxx-channle .channle-m .nav-tabs > li.active > a, .gjxx-channle .channle-m .nav-tabs > li:hover > a, .gjxx-channle .channle-m .nav-tabs > li.active > a:focus, .gjxx-channle .channle-m .nav-tabs > li.active > a:hover {
  position: relative;
  color: #fff;
  background: #015478 !important;
}

.gjxx-channle .channle-m .nav-tabs > li.active > a::before, .gjxx-channle .channle-m .nav-tabs > li:hover > a::before, .gjxx-channle .channle-m .nav-tabs > li.active > a:focus::before, .gjxx-channle .channle-m .nav-tabs > li.active > a:hover::before {
  position: absolute;
  display: block;
  content: '';
  right: -15px;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../images/gjxx-channle-tab-bg.png) no-repeat top right;
}

.gjxx-channle .channle-m .nav-tabs > li.active > a::after, .gjxx-channle .channle-m .nav-tabs > li:hover > a::after, .gjxx-channle .channle-m .nav-tabs > li.active > a:focus::after, .gjxx-channle .channle-m .nav-tabs > li.active > a:hover::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 6px solid #015478;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}

.gjxx-channle .btn-channle {
  color: #015478;
  border: 1px solid #80a9bb;
}

.gjxx-channle .btn-channle:hover {
  color: #fff;
  background: #015478;
  border: 1px solid #015478;
}

.gjxx-channle .order-list .order-btn a {
  color: #015478;
  border: 1px solid #015478;
}

.gjxx-channle .order-list .order-btn a:hover {
  color: #fff;
  background-color: #015478;
}

.gjxx-channle .bk-time .bk-time-tit {
  color: #015478;
}

.gjxx-channle .bk-time .bk-time-tit .channle-l-icon2 {
  background-position: -60px -179px;
}

.gjxx-channle .bk-time-cnt p {
  color: #015478;
}

.gjxx-channle .reading-list a {
  color: #015478;
  border: 1px solid #80a9bb;
}

.gjxx-channle .reading-list a:hover {
  color: #fff;
  background: #015478;
}

.lx-channle {
  background: #472d7b;
}

.lx-channle .channle-tit h2 {
  background: #472d7b;
}

.lx-channle .channle-tit h2::before {
  background: url(../images/lx-channle-tit.jpg) no-repeat center;
}

.lx-channle .channle-tit h2 i {
  background-position: -120px 0;
}

.lx-channle .channle-tit .more {
  color: #472d7b;
  border: 1px solid #472d7b;
}

.lx-channle .channle-tit .more:hover {
  color: #fff;
  background: #472d7b;
}

.lx-channle .channle-sub-tit h3 {
  border-bottom: 1px solid #472d7b;
}

.lx-channle .channle-sub-tit .channle-l-icon1 {
  background-position: -120px -119px;
}

.lx-channle .channle-sub-tit .channle-l-icon2 {
  background-position: -120px -179px;
}

.lx-channle .channle-sub-tit .new-icon {
  background-position: -120px -59px;
}

.lx-channle .channle-m .nav-tabs > li.active > a, .lx-channle .channle-m .nav-tabs > li:hover > a, .lx-channle .channle-m .nav-tabs > li.active > a:focus, .lx-channle .channle-m .nav-tabs > li.active > a:hover {
  position: relative;
  color: #fff;
  background: #472d7b !important;
}

.lx-channle .channle-m .nav-tabs > li.active > a::before, .lx-channle .channle-m .nav-tabs > li:hover > a::before, .lx-channle .channle-m .nav-tabs > li.active > a:focus::before, .lx-channle .channle-m .nav-tabs > li.active > a:hover::before {
  position: absolute;
  display: block;
  content: '';
  right: -15px;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../images/lx-channle-tab-bg.png) no-repeat top right;
}

.lx-channle .channle-m .nav-tabs > li.active > a::after, .lx-channle .channle-m .nav-tabs > li:hover > a::after, .lx-channle .channle-m .nav-tabs > li.active > a:focus::after, .lx-channle .channle-m .nav-tabs > li.active > a:hover::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 6px solid #472d7b;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}

.lx-channle .btn-channle {
  color: #472d7b;
  border: 1px solid #a396bd;
}

.lx-channle .btn-channle:hover {
  color: #fff;
  background: #472d7b;
  border: 1px solid #472d7b;
}

.lx-channle .order-list .order-btn a {
  color: #472d7b;
  border: 1px solid #472d7b;
}

.lx-channle .order-list .order-btn a:hover {
  color: #fff;
  background-color: #472d7b;
}

.lx-channle .bk-time .bk-time-tit {
  color: #472d7b;
}

.lx-channle .bk-time .bk-time-tit .channle-l-icon2 {
  background-position: -120px -179px;
}

.lx-channle .bk-time-cnt p {
  color: #472d7b;
}

.lx-channle .reading-list a {
  color: #472d7b;
  border: 1px solid #a396bd;
}

.lx-channle .reading-list a:hover {
  color: #fff;
  background: #472d7b;
}

.zzy-channle {
  background: #324f8c;
}

.zzy-channle .channle-tit h2 {
  background: #324f8c;
}

.zzy-channle .channle-tit h2::before {
  background: url(../images/zzy-channle-tit.jpg) no-repeat center;
}

.zzy-channle .channle-tit h2 i {
  background-position: -180px 0;
}

.zzy-channle .channle-tit .more {
  color: #324f8c;
  border: 1px solid #324f8c;
}

.zzy-channle .channle-tit .more:hover {
  color: #fff;
  background: #324f8c;
}

.zzy-channle .channle-sub-tit h3 {
  border-bottom: 1px solid #324f8c;
}

.zzy-channle .channle-sub-tit .channle-l-icon1 {
  background-position: -180px -119px;
}

.zzy-channle .channle-sub-tit .channle-l-icon2 {
  background-position: -180px -179px;
}

.zzy-channle .channle-sub-tit .new-icon {
  background-position: -180px -59px;
}

.zzy-channle .channle-m .nav-tabs > li.active > a, .zzy-channle .channle-m .nav-tabs > li:hover > a, .zzy-channle .channle-m .nav-tabs > li.active > a:focus, .zzy-channle .channle-m .nav-tabs > li.active > a:hover {
  position: relative;
  color: #fff;
  background: #324f8c !important;
}

.zzy-channle .channle-m .nav-tabs > li.active > a::before, .zzy-channle .channle-m .nav-tabs > li:hover > a::before, .zzy-channle .channle-m .nav-tabs > li.active > a:focus::before, .zzy-channle .channle-m .nav-tabs > li.active > a:hover::before {
  position: absolute;
  display: block;
  content: '';
  right: -15px;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../images/zzy-channle-tab-bg.png) no-repeat top right;
}

.zzy-channle .channle-m .nav-tabs > li.active > a::after, .zzy-channle .channle-m .nav-tabs > li:hover > a::after, .zzy-channle .channle-m .nav-tabs > li.active > a:focus::after, .zzy-channle .channle-m .nav-tabs > li.active > a:hover::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 6px solid #324f8c;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}

.zzy-channle .btn-channle {
  color: #324f8c;
  border: 1px solid #324f8c;
}

.zzy-channle .btn-channle:hover {
  color: #fff;
  background: #324f8c;
  border: 1px solid #324f8c;
}

.zzy-channle .order-list .order-btn a {
  color: #324f8c;
  border: 1px solid #324f8c;
}

.zzy-channle .order-list .order-btn a:hover {
  color: #fff;
  background-color: #324f8c;
}

.zzy-channle .bk-time .bk-time-tit {
  color: #324f8c;
}

.zzy-channle .bk-time .bk-time-tit .channle-l-icon2 {
  background-position: -180px -179px;
}

.zzy-channle .bk-time-cnt p {
  color: #324f8c;
}

.zzy-channle .reading-list a {
  color: #324f8c;
  border: 1px solid #324f8c;
}

.zzy-channle .reading-list a:hover {
  color: #fff;
  background: #324f8c;
}

.zyjy-channle {
  background: #0e6ba5;
}

.zyjy-channle .channle-tit h2 {
  background: #0e6ba5;
}

.zyjy-channle .channle-tit h2::before {
  background: url(../images/zyjy-channle-tit.jpg) no-repeat center;
}

.zyjy-channle .channle-tit h2 i {
  background-position: -240px 0;
}

.zyjy-channle .channle-tit .more {
  color: #0e6ba5;
  border: 1px solid #0e6ba5;
}

.zyjy-channle .channle-tit .more:hover {
  color: #fff;
  background: #0e6ba5;
}

.zyjy-channle .channle-sub-tit h3 {
  border-bottom: 1px solid #0e6ba5;
}

.zyjy-channle .channle-sub-tit .channle-l-icon1 {
  background-position: -240px -119px;
}

.zyjy-channle .channle-sub-tit .channle-l-icon2 {
  background-position: -240px -179px;
}

.zyjy-channle .channle-sub-tit .new-icon {
  background-position: -240px -59px;
}

.zyjy-channle .channle-m .nav-tabs > li.active > a, .zyjy-channle .channle-m .nav-tabs > li:hover > a, .zyjy-channle .channle-m .nav-tabs > li.active > a:focus, .zyjy-channle .channle-m .nav-tabs > li.active > a:hover {
  position: relative;
  color: #fff;
  background: #0e6ba5 !important;
}

.zyjy-channle .channle-m .nav-tabs > li.active > a::before, .zyjy-channle .channle-m .nav-tabs > li:hover > a::before, .zyjy-channle .channle-m .nav-tabs > li.active > a:focus::before, .zyjy-channle .channle-m .nav-tabs > li.active > a:hover::before {
  position: absolute;
  display: block;
  content: '';
  right: -15px;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../images/zyjy-channle-tab-bg.png) no-repeat top right;
}

.zyjy-channle .channle-m .nav-tabs > li.active > a::after, .zyjy-channle .channle-m .nav-tabs > li:hover > a::after, .zyjy-channle .channle-m .nav-tabs > li.active > a:focus::after, .zyjy-channle .channle-m .nav-tabs > li.active > a:hover::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 6px solid #0e6ba5;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}

.zyjy-channle .btn-channle {
  color: #0e6ba5;
  border: 1px solid #86b5d2;
}

.zyjy-channle .btn-channle:hover {
  color: #fff;
  background: #0e6ba5;
  border: 1px solid #0e6ba5;
}

.zyjy-channle .order-list .order-btn a {
  color: #0e6ba5;
  border: 1px solid #0e6ba5;
}

.zyjy-channle .order-list .order-btn a:hover {
  color: #fff;
  background-color: #0e6ba5;
}

.zyjy-channle .bk-time .bk-time-tit {
  color: #0e6ba5;
}

.zyjy-channle .bk-time .bk-time-tit .channle-l-icon2 {
  background-position: -240px -179px;
}

.zyjy-channle .bk-time-cnt p {
  color: #0e6ba5;
}

.zyjy-channle .reading-list a {
  color: #0e6ba5;
  border: 1px solid #86b5d2;
}

.zyjy-channle .reading-list a:hover {
  color: #fff;
  background: #0e6ba5;
}

.wypx-channle {
  background: #434b9f;
}

.wypx-channle .channle-tit h2 {
  background: #434b9f;
}

.wypx-channle .channle-tit h2::before {
  background: url(../images/wypx-channle-tit.jpg) no-repeat center;
}

.wypx-channle .channle-tit h2 i {
  background-position: -300px 0;
}

.wypx-channle .channle-tit .more {
  color: #434b9f;
  border: 1px solid #434b9f;
}

.wypx-channle .channle-tit .more:hover {
  color: #fff;
  background: #434b9f;
}

.wypx-channle .channle-sub-tit h3 {
  border-bottom: 1px solid #434b9f;
}

.wypx-channle .channle-sub-tit .channle-l-icon1 {
  background-position: -300px -119px;
}

.wypx-channle .channle-sub-tit .channle-l-icon2 {
  background-position: -300px -179px;
}

.wypx-channle .channle-sub-tit .new-icon {
  background-position: -300px -59px;
}

.wypx-channle .channle-m .nav-tabs > li.active > a, .wypx-channle .channle-m .nav-tabs > li:hover > a, .wypx-channle .channle-m .nav-tabs > li.active > a:focus, .wypx-channle .channle-m .nav-tabs > li.active > a:hover {
  position: relative;
  color: #fff;
  background: #434b9f !important;
}

.wypx-channle .channle-m .nav-tabs > li.active > a::before, .wypx-channle .channle-m .nav-tabs > li:hover > a::before, .wypx-channle .channle-m .nav-tabs > li.active > a:focus::before, .wypx-channle .channle-m .nav-tabs > li.active > a:hover::before {
  position: absolute;
  display: block;
  content: '';
  right: -15px;
  top: 0;
  width: 18px;
  height: 100%;
  background: url(../images/wypx-channle-tab-bg.png) no-repeat top right;
}

.wypx-channle .channle-m .nav-tabs > li.active > a::after, .wypx-channle .channle-m .nav-tabs > li:hover > a::after, .wypx-channle .channle-m .nav-tabs > li.active > a:focus::after, .wypx-channle .channle-m .nav-tabs > li.active > a:hover::after {
  position: absolute;
  display: block;
  content: '';
  width: 0;
  height: 0;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 6px solid #434b9f;
  bottom: -6px;
  left: 50%;
  margin-left: -8px;
}

.wypx-channle .btn-channle {
  color: #434b9f;
  border: 1px solid #86b5d2;
}

.wypx-channle .btn-channle:hover {
  color: #fff;
  background: #434b9f;
  border: 1px solid #434b9f;
}

.wypx-channle .order-list .order-btn a {
  color: #434b9f;
  border: 1px solid #434b9f;
}

.wypx-channle .order-list .order-btn a:hover {
  color: #fff;
  background-color: #434b9f;
}

.wypx-channle .bk-time .bk-time-tit {
  color: #434b9f;
}

.wypx-channle .bk-time .bk-time-tit .channle-l-icon2 {
  background-position: -300px -179px;
}

.wypx-channle .bk-time-cnt p {
  color: #434b9f;
}

.wypx-channle .reading-list a {
  color: #434b9f;
  border: 1px solid #86b5d2;
}

.wypx-channle .reading-list a:hover {
  color: #fff;
  background: #434b9f;
}

.link {
  padding: 10px 14px;
  background: #f3f5f7;
}

.link h2 {
  position: relative;
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  margin: 5px 0 10px;
  padding-left: 15px;
  color: #333;
  font-weight: normal;
  margin-left: -14px;
}

.link h2::before {
  position: absolute;
  display: block;
  content: '';
  width: 3px;
  height: 16px;
  border-radius: 0 2px 2px 0;
  left: 0;
  top: 0;
  background: #324f8c;
}

.link-cnt a {
  padding: 0 10px  6px;
  font-size: 14px;
  line-height: 16px;
  display: block;
  float: left;
}

#footer {
  width: 1200px;
  margin: 15px auto;
  font-size: 14px;
  text-align: center;
  overflow: hidden;
  clear: both;
}

#footer table {
  width: 100% !important;
}

.mobile-wx {
  display: none;
  margin-bottom: 5%;
  padding: 5%;
  border: 1px solid #324f8c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.mobile-wx dt {
  float: left;
  width: 40%;
}

.mobile-wx dt img {
  width: 100%;
}

.mobile-wx dd {
  float: left;
  width: 58%;
  margin-left: 2%;
  text-align: center;
  color: #324f8c;
}

.mobile-wx dd .follow {
  font-size: 16px;
  background: url("../images/mobile-img/span-bg.jpg") no-repeat center;
}

.mobile-wx dd .follow span {
  background-color: #fff;
  padding: 0 15px;
}

.mobile-wx dd em {
  padding: 0px 10px;
  display: block;
  font-style: normal;
  color: #fff;
  background-color: #324f8c;
  font-size: 16px;
  height: 28px;
  line-height: 28px;
}

.mobile-wx dd p {
  font-size: 16px;
  line-height: 34px;
}

.mobile-footer {
  display: none;
  padding: 1em 0em 1em;
  text-align: center;
  border-top: 2px solid #4e8099;
  margin: 1.5em 0 4em;
}

.mobile-footer p {
  margin: 0 0.3em 0.3em;
}

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

.mobile-footer-zx {
  display: none;
  width: 100%;
  height: 40px;
  line-height: 40px;
  position: fixed;
  z-index: 99999;
  bottom: 0;
  padding: 2% 0;
  border-top: 1px #dedede solid;
  background-color: #f5f5f5;
}

.mobile-footer-zx ul li {
  float: left;
  width: 48%;
  margin: 0 1%;
  background: #2978BB;
  text-align: center;
  display: block;
  overflow: hidden;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

.mobile-footer-zx ul li a {
  display: inline-block;
  height: 40px;
  width: 100%;
  color: #FFF;
  text-align: center;
}

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

@media only screen and (max-width: 1500px) {
  .top, .head, .nav {
    width: 90%;
    margin: 0 5%;
  }
  .head {
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .nav-l {
    left: 1%;
  }
}

@media only screen and (max-width: 1460px) {
  .top, .nav, .container, #footer {
    width: 95%;
    margin: 0 2.5%;
  }
  .head {
    width: 98%;
    margin: 0 1%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .nav-l {
    left: 0;
  }
  .nav-l span.all-class, .nav-list-tit {
    width: 260px;
  }
  .nav-list-tit li div.tit-cnt {
    width: 230px;
  }
  .banner-nav {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
  .nav-l span.all-class {
    font-size: 18px;
    background: #324f8c url(../images/pc-img/nav-tit.png) no-repeat 45px 50%;
  }
  .nav .right li {
    padding: 0 15px 2px;
  }
  .main01-r {
    width: 38%;
    margin-left: 2%;
  }
  .main01-l {
    width: 60%;
  }
  .channle-tit ul li a {
    padding: 0 5px;
  }
  .channle-l {
    width: 22%;
  }
  .channle-r {
    width: 27%;
  }
  .channle-m {
    width: 47%;
    margin: 0 0 0 2%;
  }
  .channle .channle-m .nav-tabs {
    display: flex;
  }
  .channle .channle-m .nav-tabs > li {
    flex: 1;
    white-space: nowrap;
    text-align: center;
  }
  .channle .channle-m .nav-tabs > li > a {
    font-size: 14px;
    padding: 5px 6px;
  }
  .channle .channle-m .sec-word li {
    width: 23%;
  }
  .channle .channle-m .sec-word.rd-li li {
    width: 31.333%;
  }
  .channle .channle-m .sec-word {
    margin-bottom: 2%;
  }
  .channle .channle-r .nav-tabs > li > a {
    font-size: 14px;
    padding: 5px;
  }
  .daily-rec-tit .nav-tabs > li > a {
    font-size: 14px;
    margin: 0 6px;
  }
  .kc-list li a, .channle .channle-m .sec-word li a {
    font-size: 12px;
  }
}

@media only screen and (max-width: 1200px) {
  .head .logo {
    width: 25%;
  }
  .head .search {
    margin-left: 4%;
    width: 35%;
  }
  .head .city {
    width: 75px;
    padding: 0 0 0 20px;
  }
  .fullSlide {
    height: auto;
  }
  .fullSlide .prev {
    left: 2%;
  }
  .fullSlide .next {
    right: 2%;
  }
  .fullSlide .hd ul li {
    width: 30px;
    height: 5px;
  }
  .fullSlide .hd {
    bottom: 0;
  }
  .nav-cnt {
    left: 220px;
    width: 800px;
  }
  .nav-list-tit li {
    margin: 0;
  }
  .nav .right {
    width: 76%;
    margin-left: 24%;
  }
  .head .logo a {
    margin-right: 16px;
  }
  .head .sogin p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner-nav {
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .banner-box {
    background: none;
  }
  .banner {
    width: 100%;
  }
  .head, .nav, .container, #footer {
    width: 95%;
    margin: 0 2.5%;
  }
  .head {
    margin: 2% 2.5%;
  }
  .head .logo {
    width: 33%;
  }
  .head .search {
    float: right;
    width: 50%;
  }
  .head .city .city-cnt {
    left: 0%;
    width: 90%;
  }
  .nav-l {
    position: inherit;
    top: inherit;
    right: inherit !important;
    left: inherit !important;
    width: 95%;
    margin: 1% 2.5%;
  }
  .nav .right {
    width: 100%;
    height: 50px;
    margin-left: 0;
  }
  .nav .right li {
    height: 50px;
    line-height: 50px;
  }
  .nav-list-tit {
    width: 100%;
    padding: 3% 0;
    background: none;
  }
  .nav-l .nav-list, .nav-list-tit {
    -webkit-box-shadow: 0 0 0px rgba(153, 153, 153, 0.5);
    -moz-box-shadow: 0 0 0px rgba(153, 153, 153, 0.5);
    box-shadow: 0 0 0px rgba(153, 153, 153, 0.5);
  }
  .nav-list-tit li {
    float: left;
    width: 16.666%;
    text-align: center;
  }
  .nav-list-tit li:hover {
    background-color: #fff;
  }
  .nav-list-tit li div.tit-cnt {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    background: none;
  }
  .nav-list-tit li:hover div.tit-cnt {
    border: 0;
  }
  .nav-list-tit li div.tit-cnt em {
    display: block;
    width: 60%;
    height: auto;
    text-align: center;
    margin: 0 auto 5%;
  }
  .channle-tit h2 {
    font-size: 26px;
  }
  .main01-l {
    margin-bottom: 3%;
  }
  .main01-l, .main01-r {
    width: 100%;
  }
  .channle-l {
    width: 50%;
  }
  .channle-r {
    width: 100%;
    margin-top: 3%;
  }
  .channle-m {
    width: 48%;
    margin: 0 0 0 2%;
  }
  .channle-r {
    width: 100%;
  }
  .channle-tit h2 {
    margin-right: 56px;
  }
  .channle-tit .more {
    width: 110px;
    margin-right: 10px;
  }
  .news-list li {
    float: left;
    width: 48%;
    margin: 0 1%;
  }
}

@media only screen and (max-width: 768px) {
  .head {
    height: auto;
    position: relative;
    width: 100%;
    padding: 2% 2.5%;
    background-color: #fff;
    margin: 0;
  }
  .head .logo a {
    width: 100%;
    margin: 0 auto;
  }
  .sogin p {
    display: inline;
  }
  .head .search-input input {
    background-color: #fff;
  }
  .head .logo {
    width: 20%;
    height: auto;
  }
  .head .city .city-cnt {
    left: 2%;
  }
  .head .search {
    width: 40%;
    margin: 1% 0 1% 3%;
    height: 38px;
    border: 1px #324f8c solid;
  }
  .head .search-input {
    width: 65%;
    padding-left: 10%;
  }
  .head .search-input input {
    height: 28px;
    line-height: 28px;
  }
  .head .search-button input#search_an {
    height: 38px;
    line-height: 38px;
  }
  .head .search-button {
    width: 25%;
  }
  .mobile-list {
    width: 8%;
    height: 42px;
    line-height: 42px;
    margin: 3px 3% 9px;
    text-align: right;
  }
  .mobile-list span {
    display: block;
    width: 100%;
    font-size: 22px;
    color: #666;
    cursor: pointer;
    height: 42px;
    line-height: 42px;
  }
  .mobile-list span img {
    padding-right: 8px;
  }
  .mobile-list ul.right {
    position: absolute;
    top: 0;
    right: 0;
    width: 101%;
    padding: 2.5%;
    z-index: 100;
    background-color: #f5f5f5;
  }
  .mobile-list ul.right li {
    float: left;
    width: 20.5%;
    line-height: 40px;
    margin: 1% 2%;
    border: 1px #dedede solid;
    text-align: center;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }
  .mobile-list ul.right li a {
    display: block;
    font-size: 14px;
  }
  .mobile-list ul.right li:hover {
    background-color: #dedede;
  }
  .nav-tit-b {
    font-size: 14px;
  }
  .daily-rec, .main01-r {
    padding: 3%;
  }
  .hotschool-ul {
    padding: 5% 3% 0;
  }
  .channle-l {
    width: 100%;
  }
  .channle-m {
    width: 100%;
    margin: 3% auto;
  }
  .channle-banner .item img {
    max-height: none;
  }
  .daily-list dl dd > a {
    margin-bottom: 5%;
  }
  .channle-tit {
    position: relative;
  }
  .channle-tit ul {
    position: absolute;
    padding: 2%;
    width: 100%;
    bottom: 0;
    left: 0;
  }
  .channle-main {
    padding: 3%;
    border-radius: 0 0 8px 8px;
  }
  .channle-tit ul li {
    float: left;
    width: 25%;
    text-align: center;
  }
  .channle-tit ul li a {
    display: block;
    margin: 5px;
    padding: 5px;
    color: #d3554f;
    border: 1px solid #d3554f;
    border-radius: 4px;
  }
  .channle-tit ul li:last-child a {
    border: 1px solid #d3554f;
  }
  .channle-tit ul li a:hover {
    color: #fff;
    background: #d3554f;
  }
  .channle-m .nav-tabs {
    display: block;
    padding-bottom: 2%;
    margin-bottom: 3%;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2);
  }
  .channle-m .nav-tabs > li {
    float: left;
    width: 33.333%;
  }
  .channle-m .nav-tabs > li > a {
    font-size: 15px;
    padding: 3px 5px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    margin: 5px;
    border-radius: 3px !important;
  }
  .channel-m .nav-tabs > li > a::after, .channel-m .nav-tabs > li > a::before {
    display: none !important;
  }
  .zxx-channle .channle-m .nav-tabs > li > a {
    color: #1f7d85;
    border: 1px solid #1f7d85 !important;
    background: #fff !important;
  }
  .zxx-channle .channel-m .nav-tabs > li.active > a {
    color: #fff;
    background: #1f7d85;
  }
  .gjxx-channle .channle-m .nav-tabs > li > a {
    color: #015478;
    border: 1px solid #015478 !important;
    background: #fff !important;
  }
  .gjxx-channle .channel-m .nav-tabs > li.active > a {
    color: #fff;
    background: #015478;
  }
  .lx-channle .channle-m .nav-tabs > li > a {
    color: #472d7b;
    border: 1px solid #472d7b !important;
    background: #fff !important;
  }
  .lx-channle .channel-m .nav-tabs > li.active > a {
    color: #fff;
    background: #472d7b;
  }
  .zzy-channle .channle-m .nav-tabs > li > a {
    color: #324f8c;
    border: 1px solid #324f8c !important;
    background: #fff !important;
  }
  .zzy-channle .channel-m .nav-tabs > li.active > a {
    color: #fff;
    background: #324f8c;
  }
  .zyjy-channle .channle-m .nav-tabs > li > a {
    color: #0e6ba5;
    border: 1px solid #0e6ba5 !important;
    background: #fff !important;
  }
  .zyjy-channle .channel-m .nav-tabs > li.active > a {
    color: #fff;
    background: #0e6ba5;
  }
  .wypx-channle .channle-m .nav-tabs > li > a {
    color: #434b9f;
    border: 1px solid #434b9f !important;
    background: #fff !important;
  }
  .wypx-channle .channel-m .nav-tabs > li.active > a {
    color: #fff;
    background: #434b9f;
  }
  .link {
    padding: 2%;
  }
  .sogin, #footer, #qiao-wrap, #QIAO_INVITE_CONTAINER, #QIAO_ICON_CONTAINER .qiao-icon-sector-inner {
    display: none !important;
  }
  #QIAO_INVITE_CONTAINER {
    width: 0 !important;
    height: 0 !important;
  }
  .mobile-wx, .mobile-footer, .mobile-footer-zx {
    display: block;
  }
}

@media only screen and (max-width: 680px) {
  .mobile-list ul.right li {
    line-height: 34px;
  }
  .news-list li {
    width: 100%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .head .city .city-cnt {
    top: 60px;
  }
  .head .search {
    width: 45%;
  }
  .daily-list dl {
    width: 97%;
  }
}

@media only screen and (max-width: 480px) {
  .head .logo {
    width: 23%;
    height: auto;
  }
  .head .city {
    background: none;
    padding-left: 0;
  }
  .head .search {
    height: 34px;
    border: 1px #324f8c solid;
    margin-left: 2%;
  }
  .head .search-input input {
    height: 24px;
    line-height: 24px;
  }
  .head .search-button input#search_an {
    height: 34px;
    line-height: 34px;
    font-size: 12px;
  }
  .today-headlines h2 {
    width: 100%;
    height: auto;
    background: #d3554f;
    text-align: center;
  }
  .today-headlines h2 span {
    display: block;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    font-weight: bold;
  }
  .today-headlines .today-headlines-cnt, .today-headlines .today-headlines-cnt dl {
    width: 100%;
  }
  .today-headlines .today-headlines-cnt::before, .today-headlines .today-headlines-cnt > a {
    display: none;
  }
  .today-headlines .today-headlines-cnt dl dt a {
    font-size: 16px;
  }
  .channle-tit ul li {
    width: 33.333%;
  }
  .channle-tit h2 {
    padding: 8px 0 8px 14px;
    font-size: 20px;
  }
  .channle-tit .more {
    width: 90px;
    font-size: 12px;
    margin-right: 2%;
  }
  .school-list dl, .kc-list dl {
    width: 48%;
  }
  .mobile-list {
    margin: 0 0 0 2%;
    width: 12%;
  }
  .mobile-list span img {
    padding-right: 5px;
  }
  .mobile-list span {
    font-size: 18px;
  }
  .order-list {
    margin-bottom: 2%;
  }
  .channle-l, .channle-m, .channle {
    margin-bottom: 5%;
  }
  .link-cnt a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 428px) {
  .hot-sort-main > .nav-tabs > li {
    width: 33.333%;
  }
  .hot-sort-main > .nav-tabs > li a {
    font-size: 14px;
  }
  .channle-tit ul li a {
    padding: 5px 0;
  }
  .channle .channle-m .nav-tabs {
    display: block;
  }
  .channle .channle-m .nav-tabs > li {
    width: 33.3333%;
  }
  .head .logo {
    width: 20%;
    margin: 1% 0;
  }
  .head .search {
    height: 26px;
    line-height: 26px;
    width: 48%;
  }
  .head .search-input {
    width: 60%;
  }
  .head .search-input {
    padding-left: 15%;
    line-height: 26px;
  }
  .head .search-input input {
    padding: 0px 0;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
  }
  .head .search-button {
    height: 26px;
    line-height: 26px;
  }
  .head .search-button input#search_an {
    height: 26px;
    line-height: 26px;
  }
  .head .city span {
    text-align: center;
    font-size: 12px;
    height: 32px;
    line-height: 22px;
    background-position: center bottom;
  }
  .mobile-list {
    height: 30px;
    line-height: 30px;
  }
  .mobile-list span {
    height: 30px;
    line-height: 30px;
  }
  .mobile-list ul.right {
    padding: 4% 2.5%;
  }
  .mobile-list ul.right li {
    line-height: 30px;
    width: 28.333333333333%;
  }
  .nav-list-tit {
    padding: 5% 0 2%;
  }
  .nav-list-tit li {
    width: 22%;
    margin: 1.5%;
  }
  .nav-tit-b {
    font-size: 12px;
  }
}
