@media screen and (max-width: 1024px) {
    .hide1024 {
        display: none;
    }
  }
  
.oph1 {
    position: absolute;
    left: -9999999px;
    z-index: -99
}

em {
    font-style: normal
}

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

.head {
    position: relative;
    background: #fff;
    height: 100px;
    padding: 25px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    z-index: 2
}

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

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

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

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

.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 .city span {
    padding-right: 20px;
    cursor: pointer;
    background: url(../images/jt-02.png) no-repeat right center
}

.head .city .yuloo-in {
    background: url(../images/jt-03.png) no-repeat right center
}

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

.head .tel .span02 {
    font-size: 20px;
    font-weight: bold;
    color: #d3554f;
    margin-top: 2px
}

.head .navbar {
    position: relative;
    float: left;
    width: auto;
    background: none;
    border: none;
    bottom: -29px
}

.head .navbar-nav>li>a {
    font-size: 17px;
    font-weight: bold;
    color: #222 !important;
    padding: 13px 30px
}

.head .navbar-default .navbar-nav>.active>a,
.head .navbar-default .navbar-nav>.active>a:focus,
.head .navbar-default .navbar-nav>.active>a:hover,
.head .navbar-default .navbar-nav>li>a:focus,
.head .navbar-default .navbar-nav>li>a:hover {
    background: none;
    color: #ff9b50 !important
}

.head .navbar-default .navbar-nav>.active>a span,
.head .navbar-default .navbar-nav>li>a:focus span,
.head .navbar-default .navbar-nav>li>a:hover span {
    position: relative
}

.head .navbar-default .navbar-nav>.active>a span::before,
.head .navbar-default .navbar-nav>li>a:focus span::before,
.head .navbar-default .navbar-nav>li>a:hover span::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 2px 2px 0 0;
    background: #ff9b50;
    left: 0;
    bottom: -13px
}

.banner-box {
    position: relative;
    height: 400px;
    z-index: 1
}

.fullSlide {
    width: 100%;
    max-height: 400px;
    position: relative;
    overflow: hidden
}

.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;
    top: 0;
    left: 0
}

.fullSlide .bd li a {
    display: block
}

.fullSlide .hd {
    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: 8px;
    height: 8px;
    border-radius: 8px;
    margin: 1px 3px;
    overflow: hidden;
    background: #fff;
    line-height: 999px
}

.fullSlide .hd ul .on {
    background: #324f8c;
    filter: alpha(opacity=100);
    opacity: 1;
    width: 30px;
    height: 8px;
    border-radius: 8px
}

.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/slider-arrow.png) -126px -137px #000 no-repeat;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: none
}

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

.fullSlide:hover .next {
    display: block
}

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

.nav-l {
    position: absolute;
    min-height: 400px;
    top: 0px;
    left: 0;
    z-index: 20
}

.nav-l .nav-list {
    background-color: #fff;
    position: relative
}

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

.nav-list-tit {
    padding: 5px 0px 4px;
    width: 278px;
    -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:hover div.tit-cnt {
    border-bottom: 1px #f3f5f7 solid
}

.nav-list-tit>li:hover .nav-cnt {
    display: block
}

.nav-list-tit li div.tit-cnt {
    width: 255px;
    padding: 6px 0 3px;
    margin: 0 12px 0;
    border-bottom: 1px #eee solid;
    background: url(../images/jt-01.png) no-repeat right -5px center
}

.nav-list-tit .study-abroad div.tit-cnt {
    border-bottom-color: #fff;
    margin-bottom: 0;
    padding-bottom: 13px
}

.nav-tit-b {
    display: inline-block;
    font-size: 16px;
    color: #222;
    margin-bottom: 2px
}

.nav-tit-b:hover {
    color: #a883ff
}

.nav-tit-s {
    display: block;
    line-height: 22px
}

.nav-tit-s a {
    font-size: 12px;
    color: #999;
    margin-right: 8px
}

.nav-tit-s a:hover {
    color: #a883ff
}

.nav-cnt {
    display: none;
    width: 649px;
    position: absolute;
    top: 0;
    left: 278px;
    padding: 30px 25px;
    background-color: #fff;
    border: 1px solid #92a2c1;
    border-radius: 0 6px 6px 6px;
    height: 360px;
}

.nav-cnt .entry-box {
    padding: 0 0 20px;
    margin: 0 0 20px;
    border-bottom: 1px dashed #eee
}

.nav-cnt .entry-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #222
}

.nav-cnt .entry-box.nobr {
    border: none !important
}

.nav-cnt .entry {
    padding-top: 25px;
    padding-bottom: 8px
}

.nav-cnt .entry a {
    font-size: 14px;
    color: #222;
    margin-right: 24px
}

.nav-cnt .entry a:last-child {
    margin-right: 0
}

.nav-cnt .entry a:hover {
    color: #a883ff
}

.nav-cnt .entrys li {
    position: relative;
    padding-left: 110px;
    font-size: 14px;
    min-height: 25px;
    line-height: 25px;
    word-break: keep-all;
    margin-top: 6px
}

.nav-cnt .entrys li b {
    position: absolute;
    left: 0
}

.nav-cnt .entrys li b a {
    font-weight: bold;
    color: #3057a9;
    text-decoration: underline
}

.nav-cnt .entrys li b a:hover {
    color: #d3554f
}

.nav-cnt .entrys li>a {
    margin-right: 25px
}

.nav-cnt .entrys li>a:hover {
    color: #d3554f
}

.nav-cnt .entrys-mini li {
    position: relative;
    padding-left: 80px
}

.nav-cnt .yuloo-icon {
    padding-left: 26px;
    background: url(../images/yuloo-icon.png) no-repeat
}

.nav-cnt .yuloo-icon-gjxx {
    background-position: 0 0
}

.nav-cnt .yuloo-icon-slxx {
    background-position: 0 -50px
}

.nav-cnt .yuloo-icon-gx {
    background-position: 0 -100px
}

.nav-cnt .yuloo-icon-zzy {
    background-position: 0 -150px
}

.nav-cnt .yuloo-icon-liuxue {
    background-position: 0 -200px
}

.nav-cnt .yuloo-icon-yxk {
    background-position: 0 -247px
}

.nav-cnt .yuloo-icon-zyk {
    background-position: 0 -297px
}

.nav-cnt .yuloo-icon-jzk {
    background-position: 0 -347px
}

.nav-cnt .yuloo-icon-kfr {
    background-position: 0 -397px
}

.nav-cnt .yuloo-icon-area {
    background-position: 0 -447px
}

.nav-cnt .yuloo-icon-zhongzhi {
    background-position: 0 -499px
}

.nav-cnt .tool-entry {
    padding-bottom: 21px;
    border-bottom: 1px dashed #eee;
    margin-bottom: 20px
}

.nav-cnt .tool-entry .yuloo-icon {
    float: left;
    width: 30px;
    height: 30px;
    padding: 0
}

.nav-cnt .tool-entry a {
    display: inline-block;
    font-size: 15px;
    line-height: 30px;
    font-weight: bold;
    color: #222;
    margin-right: 9px
}

.nav-cnt .tool-entry a:last-child {
    margin-right: 0
}

.nav-cnt .nav-wx li {
    float: left;
    width: 120px;
    text-align: center;
    margin-right: 30px
}

.nav-cnt .nav-wx li:last-child {
    margin-right: 0
}

.nav-cnt .nav-wx img {
    background: #fff;
    border-radius: 4px;
    border: 1px solid #eee;
    margin-bottom: 9px
}

.nav-cnt .nav-wx span {
    display: block;
    font-size: 13px;
    color: #222;
    text-align: center
}

.advantage {
    position: absolute;
    top: 40px;
    right: 0;
    width: 220px
}

.advantage dl {
    width: 220px;
    padding: 5% 13px;
    margin-bottom: 4%;
    background: rgba(0, 0, 0, 0.2);
    background-size: 100% 100%;
    -webkit-box-shadow: 0 0 2px rgba(225, 225, 225, 0.8);
    -moz-box-shadow: 0 0 2px rgba(225, 225, 225, 0.8);
    box-shadow: 0 0 2px rgba(225, 225, 225, 0.8);
    border-radius: 4px
}

.advantage dl dt {
    float: left;
    width: 50px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    background: #324f8c;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.advantage dl dd {
    float: right;
    width: 69%;
    width: calc(100% - 60px);
    height: 38px;
    padding: 5px 0
}

.advantage dl dd span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 4px
}

.advantage dl dd p {
    font-size: 12px;
    color: #fff;
    line-height: 18px
}

.f-advantage dl {
    width: 220px;
    padding: 5% 13px;
    margin-bottom: 4%;
    background: rgba(0, 0, 0, 0.2);
    background-size: 100% 100%;
    -webkit-box-shadow: 0 0 2px rgba(225, 225, 225, 0.8);
    -moz-box-shadow: 0 0 2px rgba(225, 225, 225, 0.8);
    box-shadow: 0 0 2px rgba(225, 225, 225, 0.8);
    border-radius: 4px
}

.f-advantage dl dt {
    float: left;
    width: 50px;
    margin-right: 10px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    line-height: 48px;
    background: #324f8c;
    border-radius: 50%;
    -webkit-border-radius: 50%
}

.f-advantage dl dd {
    float: right;
    width: 69%;
    width: calc(100% - 60px);
    height: 38px;
    padding: 5px 0
}

.f-advantage dl dd span {
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 4px
}

.f-advantage dl dd p {
    font-size: 12px;
    color: #fff;
    line-height: 18px
}

.main01 {
    background: #ffffff;
    padding: 20px;
    overflow: hidden
}

.hot-school-box {
    background: #fff;
    margin-bottom: 20px;
    border-radius: 2px;
    overflow: hidden;
    max-height: 175px
}

.hot-school-box .tab-content {
    padding: 10px 0
}

.hot-school-box .nav-tabs>li {
    margin-bottom: 0;
    z-index: 0
}

.hot-school-box .nav-tabs>li>a {
    position: relative;
    font-size: 14px;
    color: #222;
    border: none !important;
    z-index: 1
}

.hot-school-box .nav-tabs>li.active>a,
.hot-school-box .nav-tabs>li.active>a:focus,
.hot-school-box .nav-tabs>li.active>a:hover {
    border: none !important;
    font-weight: bold;
    color: #a883ff !important
}

.hot-school-box .nav-tabs>li.active>a::before,
.hot-school-box .nav-tabs>li.active>a:focus::before,
.hot-school-box .nav-tabs>li.active>a:hover::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background: url(../images/hot-school-tab-bg.png) no-repeat center top;
    left: 0;
    bottom: -4px
}

.hot-school-box .picScroll ul {
    min-width: 100%
}

.hot-school-box .picScroll li {
    float: left;
    width: 12.5%
}

.hot-school-box .picScroll li a img {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff
}

.hot-school-box .picScroll-list p {
    font-size: 14px;
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px
}

.hot-school-box .picScroll-list p::before {
    display: block;
    position: absolute;
    content: '';
    width: 100%;
    height: 14px;
    background: url(../images/box-shadow.png) no-repeat center center;
    top: 68px;
    left: 0
}

.hot-school-tit .hot-tit-img {
    float: left;
    width: 95px;
    height: 40px;
    box-shadow: 10px 0 10px -10px rgba(0, 0, 0, 0.2);
    margin-right: 20px;
    background: #fff url(../images/hot-tit-img.png) no-repeat left center;
    background-size: contain
}

.picScroll {
    position: relative;
    width: 1410px;
    margin: 0 auto;
    z-index: 0
}

.picScroll li a {
    display: block;
    margin: 0 6px;
    border-radius: 4px;
    overflow: hidden
}

.picScroll li a img {
    width: 100%;
    border-radius: 4px;
    overflow: hidden
}

.picScroll li a:hover p {
    color: #d3554f
}

.picScroll-list {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    padding: 10px;
    background: #fff;
    text-align: center
}

.picScroll-list p {
    font-size: 16px;
    line-height: 1;
    margin-top: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: bold;
    color: #222
}

.picScroll>a {
    position: absolute;
    top: 50%;
    margin-top: -35px;
    width: 20px;
    height: 66px
}

.picScroll .prev {
    left: -10px;
    background: url(../images/picscroll-prev.png) no-repeat center center
}

.picScroll .next {
    right: -10px;
    background: url(../images/picscroll-next.png) no-repeat center center
}

.picScroll .prev:hover {
    background: url(../images/picscroll-prev2.png) no-repeat center center
}

.picScroll .next:hover {
    background: url(../images/picscroll-next2.png) no-repeat center center
}

.news-gather-l {
    float: left;
    width: 480px;
    height: 803px;
    background: #fff;
    padding: 17px 20px;
    border-radius: 4px;
    margin-right: 20px
}

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

.hot-sort-main>.nav-tabs {
    margin-bottom: 14px;
    border: 1px solid #d6dce8;
    border-radius: 6px 6px 0 0;
    overflow: hidden
}

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

.hot-sort-main>.nav-tabs>li>a {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    line-height: 15px;
    padding: 10px 0;
    text-align: center;
    color: #222;
    border: none !important;
    z-index: 1;
    margin: 0 auto
}

.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-top: 1px solid #db7847;
    border-bottom: 0px !important;
    border-radius: 4px 4px 0 0;
    overflow: hidden
}

.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: 100%;
    height: 5px;
    background: url(../images/hot-school-tab-bg.png) no-repeat center top;
    left: 0;
    bottom: -4px
}

.hot-sort-main>.nav-tabs>li.active::before,
.hot-sort-main>.nav-tabs>li:hover::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
}

.project-tabs>.nav-tabs {
    margin: 0 -6px 21px;
    border: none
}

.project-tabs>.nav-tabs>li {
    position: relative;
    float: left;
    width: 20%;
    text-align: center;
    margin: 0 auto;
    z-index: 0
}

.project-tabs>.nav-tabs>li>a {
    font-size: 14px;
    line-height: 26px;
    padding: 0;
    margin: 0 6px;
    background: #f6f6f6;
    border: 1px solid #e8e8e8;
    border-radius: 3px !important;
    color: #222;
    z-index: 1;
    cursor: pointer !important
}

.project-tabs>.nav-tabs>li.active>a,
.project-tabs>.nav-tabs>li.active>a:focus,
.project-tabs>.nav-tabs>li.active>a:hover {
    background: #f5e4e4;
    color: #d3554f !important;
    border: 1px solid #efcbcb;
    overflow: hidden
}

.hotnews-ul li {
    display: flex;
    align-items: center;
    height: 38px;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 13px
}

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

.hotnews-ul li a {
    flex: 1;
    padding: 10px 0;
    color: #222
}

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

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

.hotnews-ul li .hotnews-icon1 {
    width: 30px;
    height: 40px;
    color: #ac7200;
    font-weight: bold;
    background: url(../images/hotnews-icon1.png) no-repeat top center
}

.hotnews-ul li .hotnews-icon2 {
    width: 30px;
    height: 40px;
    color: #75839c;
    font-weight: bold;
    background: url(../images/hotnews-icon2.png) no-repeat top center
}

.hotnews-ul li .hotnews-icon3 {
    width: 30px;
    height: 40px;
    color: #917c6e;
    font-weight: bold;
    background: url(../images/hotnews-icon3.png) no-repeat top center
}

.school-type-list {
    font-size: 12px;
    line-height: 26px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.school-type-list b {
    font-weight: 400;
    color: #31404c
}

.school-type-list span {
    color: #999
}

.tag {
    font-size: 12px;
    color: #fff;
    line-height: 1;
    padding: 1.5px 5px;
    margin: 0 3px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    font-style: normal
}

.tag:last-child {
    margin-right: 0
}

.tag-color1 {
    background-color: #a9d795
}

.tag-color2 {
    background-color: #76c0d7
}

.tag-color3 {
    background-color: #ffaf6d
}

.tag-color4 {
    background-color: #f89383
}

.tag-color5 {
    background-color: #cfa589
}

.tag-color6 {
    background-color: #9197d6
}

.zzy-tag-color1 {
    background-color: #f4ab6f
}

.zzy-tag-color2 {
    background-color: #e79393
}

.zzy-tag-color3 {
    background-color: #e16a62
}

.lx-tag-color1 {
    background-color: #7f8dbc
}

.lx-tag-color5 {
    background-color: #c38586
}

.lx-tag-color6 {
    background-color: #77b8ba
}

.lx-tag-color7 {
    background-color: #98b984
}

.lx-tag-color8 {
    background-color: #f89383
}

.daily-porject-tag1 {
    background-color: #92c0b4
}

.daily-porject-tag2 {
    background-color: #b0ba9e
}

.daily-porject-tag3 {
    background-color: #8eafd1
}

.daily-porject-tag4 {
    background-color: #99c
}

.daily-porject-tag5 {
    background-color: #86add5
}

.daily-porject-tag6 {
    background-color: #b5bea5
}

.daily-porject-tag7 {
    background-color: #99a2bc
}

.daily-porject-tag8 {
    background-color: #c99eab
}

.daily-porject-tag9 {
    background-color: #7e8ec0
}

.daily-porject-tag10 {
    background-color: #c99eab
}

.daily-porject-tag11 {
    background-color: #93c3ca
}

.daily-porject-tag12 {
    background-color: #cbb49d
}

.daily-porject-tag13 {
    background-color: #7ab7c9
}

.daily-porject-tag14 {
    background-color: #6f8bad
}

.daily-porject-tag15 {
    background-color: #ac968c
}

.daily-porject-tag16 {
    background-color: #9595cd
}

.daily-porject-tag17 {
    background-color: #bb8fbc
}

.daily-porject-tag18 {
    background-color: #89a4a4
}

.daily-porject-tag19 {
    background-color: #9e9e93
}

.daily-porject-tag20 {
    background-color: #8da7c2
}

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

.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: 60px;
    text-align: center
}

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

.hotschool-ul li dl dd {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 30px;
    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
}

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

.news-gather-r {
    float: left;
    background: #fff;
    padding: 17px 20px;
    width: 960px;
    border-radius: 4px
}

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

.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::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 .nav-tabs {
    margin-right: -15px;
    float: right;
    border-bottom: none;
    margin-top: 4px
}

.daily-rec-tit .nav-tabs li {
    margin: 0 auto
}

.daily-rec-tit .nav-tabs>li>a {
    font-size: 16px;
    line-height: 22px;
    color: #222;
    padding: 0 0 6px;
    margin: 0 15px;
    border: none !important;
    background: none !important;
    border-bottom: 2px solid #fff !important;
    border-radius: 1px
}

.daily-rec-tit .nav-tabs>li.active>a,
.daily-rec-tit .nav-tabs>li:hover>a,
.daily-rec-tit .nav-tabs>li.active>a:focus,
.daily-rec-tit .nav-tabs>li.active>a:hover {
    color: #d3554f;
    font-weight: bold;
    border-bottom-color: #d3554f !important;
    padding-bottom: 17px
}

.daily-rec-tit .nav-tabs>li.active>a::before,
.daily-rec-tit .nav-tabs>li:hover>a::before,
.daily-rec-tit .nav-tabs>li.active>a:focus::before,
.daily-rec-tit .nav-tabs>li.active>a:hover::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 5px;
    background: url(../images/tab-sj.png) no-repeat center top;
    left: 0;
    bottom: -6px
}

.daily-porject-list {
    margin-bottom: 30px
}

.daily-porject-list .daily-news {
    float: left;
    width: 100%;
    width: calc(100% - 268px);
    margin-left: 10px
}

.daily-porject-list .daily-news .isgood {
    font-size: 17px;
    line-height: 24px;
    display: block;
    margin-bottom: 13px;
    color: #222
}

.daily-porject-list .daily-news .isgood:hover {
    color: #d3554f
}

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

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

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

.daily-porject-list .daily-news-list li>div {
    margin-left: -7px
}

.daily-porject-list .daily-news-list li>div>a {
    color: #222 !important
}

.daily-porject-list .daily-news-list li>div>a:hover {
    color: #d3554f !important
}

.daily-porject-list .daily-news-list li>div span,
.daily-porject-list .daily-news-list li>div span a {
    color: #4c5a78 !important
}

.daily-porject-list .daily-news-list li>div span:hover,
.daily-porject-list .daily-news-list li>div span a:hover {
    color: #d3554f !important
}

.daily-porject-list .daily-news-list li .time {
    float: right;
    font-size: 12px;
    line-height: 28px;
    color: #999;
    width: 80px
}

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

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

.daily-porject-list .daily-ad-small {
    float: right;
    width: 198px;
    height: 120px;
    border-radius: 4px;
    overflow: hidden
}

.daily-porject-list .daily-porject-tag {
    float: left;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    text-align: center;
    width: 30px;
    height: 120px;
    border-radius: 2px;
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    color: #fff;
    padding: 0 6px
}

.daily-porject-list .daily-porject-tag p {
    width: 100%
}

.daily-porject-list .daily-porject-tag p span {
    display: inline-block;
    line-height: 0
}

.daily-porject-list .daily-porject-tag10 {
    line-height: 16px
}

.daily-ad-all {
    display: block;
    margin-bottom: 10px;
    border-radius: 4px;
    overflow: hidden
}

.daily-gather-list {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #efefef
}

.daily-gather-list:last-child {
    padding-bottom: 4px;
    margin-bottom: 0;
    border: none
}

.daily-gather-list .daily-gather-img {
    float: left;
    width: 224px;
    border-radius: 2px;
    overflow: hidden;
    margin-right: 20px
}

.daily-gather-list .daily-gather-main {
    float: left;
    width: 80%;
    width: calc(100% - 244px)
}

.daily-gather-list .daily-gather-tit {
    font-size: 17px;
    line-height: 26px;
    max-height: 52px;
    overflow: hidden;
    margin-bottom: 7px;
    margin-top: -4px
}

.daily-gather-list .daily-gather-tit a {
    font-weight: bold;
    color: #222
}

.daily-gather-list .daily-gather-tit a:hover {
    color: #d3554f
}

.daily-gather-list .daily-gather-tit span {
    font-size: 12px;
    color: #fff;
    background: #4e93b1;
    float: left;
    border-radius: 0 6px 0 6px;
    line-height: 16px;
    padding: 1px 5px 0;
    margin-top: 4.5px;
    margin-right: 6px
}

.daily-gather-list .daily-gather-tit .daily-gather-gjxx {
    background: #4e93b1
}

.daily-gather-list .daily-gather-tit .daily-gather-lx {
    background: #9770bb
}

.daily-gather-list .daily-gather-tit .daily-gather-zzy {
    background: #677eae
}

.daily-gather-list .daily-gather-tit .daily-gather-gx {
    background: #4e92bd
}

.daily-gather-list .daily-gather-cnt {
    font-size: 12px;
    line-height: 20px;
    color: #666;
    margin-bottom: 8px
}

.daily-gather-list .daily-gather-cnt a {
    color: #d3554f
}

.daily-gather-list .daily-gather-cnt a:hover {
    color: #d3554f
}

.daily-gather-list .daily-gather-ul {
    margin: 0 -1%
}

.daily-gather-list .daily-gather-ul li {
    float: left;
    width: 98%;
    margin: 0 1%;
    height: 24px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.daily-gather-list .daily-gather-ul li>a {
    font-size: 14px;
    line-height: 22px;
    color: #222
}

.daily-gather-list .daily-gather-ul li:hover {
    color: #d3554f;
    background: url(../images/li-img2.png) no-repeat left center
}

.daily-gather-list .daily-gather-ul li:hover a,
.daily-gather-list .daily-gather-ul li:hover .time {
    color: #d3554f
}

.daily-gather-list .daily-gather-ul.row2 li {
    width: 48%;
    margin: 0 1%
}

.channel {
    padding: 30px 0
}

.channel .channel-box {
    margin-bottom: 30px;
}

.channel .channel-tit {
    height: 52px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 20px
}

.channel .channel-zn {
    position: relative;
    display: inline-block;
    font-size: 30px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 18px;
    margin-right: 15px
}

.channel .channel-zn::before {
    position: absolute;
    display: block;
    content: '';
    width: 8px;
    height: 2px;
    background: url(../images/border-white.png) no-repeat center center;
    right: -4px;
    bottom: -2px
}

.channel .channel-zn i {
    float: left;
    width: 40px;
    height: 32px;
    background: url(../images/tzanke-bj.png) no-repeat
}

.channel .channel-en {
    font-size: 16px
}

.channel .channel-entry {
    float: right;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 0;
    margin-right: -15px
}

.channel .channel-entry a {
    border-right: 1px solid #ddd;
    padding: 0 15px
}

.channel .channel-entry a:last-child {
    border: none
}

.channel .channel-entry a:hover {
    color: #d3554f
}

.channel .channel-main {
    margin-bottom: 30px
}

.channel .channel-main>div {
    float: left
}

.channel .channel-l {
    position: relative;
    width: 320px;
    padding: 6px;
    border-radius: 10px
}

.channel .channel-l::before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    right: 0;
    bottom: 0
}

.channel .channel-l>div {
    position: relative;
    padding: 0 6px;
    z-index: 2
}

.channel .channel-l .channel-time {
    background: url(../images/moudle-l-bg.png) no-repeat center top;
    border-radius: 10px 10px 0 0;
    background-size: 100% 100%
}

.channel .channel-l .channel-time-tit {
    font-size: 16px;
    line-height: 20px;
    padding: 5px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px
}

.channel .channel-l .channel-time-tit i {
    padding-left: 22px
}

.channel .channel-l .channel-time-cnt {
    overflow: hidden
}

.channel .channel-l .channel-time-list {
    position: relative;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 18px
}

.channel .channel-l .channel-time-list b {
    display: block;
    line-height: 1;
    margin-bottom: 6px;
    padding-left: 20px;
    font-weight: bold
}

.channel .channel-l .channel-time-list b span {
    color: #555;
    font-weight: normal;
    padding-left: 10px;
    line-height: 1
}

.channel .channel-l .channel-time-list p {
    padding-left: 20px;
    line-height: 24px;
    color: #555
}

.channel .channel-l .channel-read-tit {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 3px auto 13px
}

.channel .channel-l .channel-read-main {
    font-size: 14px;
    margin-bottom: 17px
}

.channel .channel-l .channel-read-main:last-child {
    margin-bottom: 0 !important
}

.channel .channel-l .channel-read-main p {
    font-weight: bold;
    margin-bottom: 15px
}

.channel .channel-l .channel-read-main ul {
    margin: -13px -1% 0
}

.channel .channel-l .channel-read-main ul li {
    float: left;
    width: 31.333%;
    text-align: center;
    margin: 10px 1% 0
}

.channel .channel-l .channel-read-main ul li a {
    display: block;
    line-height: 20px;
    padding: 5px;
    background: #fff;
    border-radius: 3px
}

.channel .channel-l .channel-read-main .row2 li {
    width: 48%
}

.channel .channel-l .channel-read-main .plan-city li {
    height: 30px
}

.channel .channel-l .channel-read-main .plan-city li a {
    display: block;
    height: 30px;
    padding: 0
}

.channel .channel-l .channel-read-main .plan-city li a:hover p {
    color: #fff !important
}

.channel .channel-l .channel-read-main .city-img {
    float: left;
    width: 34px;
    height: 30px;
    margin: 5px;
    line-height: 1;
    border-radius: 2px;
    overflow: hidden
}

.channel .channel-l .channel-read-main .city-img img {
    border: 1px solid #ccc
}

.channel .channel-l .channel-read-main .plan-city li a p {
    float: left;
    width: 80%;
    width: calc(100% - 50px);
    color: #333;
    font-size: 14px;
    line-height: 28px;
    font-weight: normal;
    margin: 0 auto
}

.channel .channel-l-ad {
    position: relative;
    display: block;
    margin-top: 2px;
    text-align: center
}

.channel .channel-m {
    position: relative;
    width: 640px;
    margin: 0 30px
}

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

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

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

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

.channel .channel-m .sec-word {
    margin: -10px -1% 21px
}

.channel .channel-m .sec-word li {
    float: left;
    width: 18%;
    margin: 10px 1% 0
}

.channel .channel-m .sec-word li a {
    display: block;
    color: #222;
    font-size: 13px;
    line-height: 24px;
    background: #f3f5f7;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    text-align: center
}

.channel .channel-m .sec-word.rd-li li {
    width: 23%
}

.channel .channel-m .channel-new {
    margin-bottom: 22px
}

.channel .channel-r {
    position: relative;
    width: 440px
}

.channel .channel-r .nav-tabs {
    border: none !important
}

.channel .channel-r .nav-tabs>li {
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #ddd;
}

.channel .channel-r .nav-tabs>li:last-child a {
    border-top-left-radius: 0;
    border-top-right-radius: 4px;
    border-left: none !important
}

.channel .channel-r .nav-tabs>li>a {
    font-size: 16px;
    line-height: 26px;
    color: #222;
    border-color: #ddd;
    background: #f3f5f7 !important;
    padding: 5px 15px;
    text-align: center;
    margin: 0 auto;
    border-top-left-radius: 4px;
    border-top-right-radius: 0
}

.channel .channel-r .nav-tabs>li.active>a {
    border-bottom: none !important
}

.channel .channel-r .channel-tab {
    margin-bottom: 22px
}

.channel .channel-r .channel-tab .tab-content {
    border: 1px solid #ddd;
    padding: 10px 10px 5px;
    border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
    border-top: 0
}



.channel .channel-r #channel-gjxx2-2 .more-btn {
    margin-top: 5px
}

.channel .channel-r>div:last-child {
    margin-bottom: 0 !important
}

.channel .kfr-list {
    position: relative;
    overflow: hidden
}

.channel .kfr-list .mark1,
.channel .kfr-list .mark2 {
    position: absolute;
    display: block;
    content: '';
    width: 2px;
    left: 50px
}

.channel .kfr-list .mark1 {
    height: 16px;
    top: -11px;
    background: #fff
}

.channel .kfr-list .mark2 {
    height: 16px;
    bottom: -11px;
    background: #fff
}

.channel .kfr-list li {
    height: 32px;
    line-height: 16px;
    padding-bottom: 16px
}

.channel .kfr-list li:last-child {
    padding-bottom: 0
}

.channel .kfr-list li .kfr-address {
    float: left;
    position: relative;
    width: 35px;
    font-size: 12px;
    text-align: center;
    border-radius: 2px;
    margin-right: 7px
}

.channel .kfr-list li .kfr-name {
    float: left;
    width: 80%;
    width: calc(100% - 157px);
    padding-left: 20px;
    font-size: 14px;
    color: #222;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.channel .kfr-list li .kfr-name:hover {
    color: #d3554f
}

.channel .kfr-list li .kfr-time {
    float: left;
    width: 105px;
    font-size: 12px;
    text-align: right
}

.channel .channel-m #channel-zzy1-2 .sec-word.rd-li li,
.channel .channel-m #channel-lx1-2 .sec-word.rd-li li {
    width: 31.333%
}

.gx-channel .channel-r .channel-tab {
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 4px
}

.gx-channel .channel-r .channel-tab .tab-content {
    padding: 0;
    border: none;
    margin-bottom: 0
}

.zhongzhi-channel .channel-l::before {
    background: none !important
}

.zhongzhi-channel .channel-l .channel-time {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 10px
}

.zhongzhi-channel .channel-l .channel-time-list p {
    line-height: 20px
}

.zhongzhi-channel .channel-r {
    border: 1px solid #ddd;
    border-top: none;
    border-radius: 4px
}

.zhongzhi-channel .channel-r .nav-tabs {
    margin: -10px -11px 0
}

.zhongzhi-channel .channel-r .channel-tab {
    border: none !important;
    padding: 10px;
    border-radius: 4px
}

.zhongzhi-channel .channel-r .channel-tab .tab-content {
    padding: 10px 0 0;
    border: none;
    margin-bottom: 0px
}

.zhongzhi-channel .channel-r .channel-tuijian {
    margin-top: 20px
}

.zhongzhi-channel .channel-m .nav-tabs>li {
    width: 25%;
    text-align: center
}

.zhongzhi-channel .news-ul li>div span,
.zhongzhi-channel .news-ul li>div span a {
    color: #185f74 !important
}

.zhongzhi-channel .news-ul li>div span:hover,
.zhongzhi-channel .news-ul li>div span a:hover {
    color: #d3554f !important
}

.slxx-channel .channel-m .nav-tabs>li a {
    padding: 5px 28.333px
}

.lx-channel .channel-m .nav-tabs>li a {
    padding: 5px 19px
}

.zzy-channel .channel-l .channel-time-list {
    padding-bottom: 13px
}

.zzy-channel .channel-m .nav-tabs>li a {
    padding: 5px 20.333px
}

.gx-channel .channel-m .nav-tabs>li a {
    padding: 5px 10.333px
}

.other-main {
    margin: 0 -1%
}

.other-main .channel-tit {
    margin-bottom: 30px
}

.other-main .other-channel-list {
    position: relative;
    float: left;
    width: 18%;
    margin: 0 1%;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 4px;
    overflow: hidden
}

.other-main .other-channel-list p {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: url(../images/other-bg.png) no-repeat center center
}

.other-main .other-channel-list:hover {
    color: #d3554f
}

.channel-zt-main {
    margin: 0 -1%
}

.channel-zt-main a {
    float: left;
    width: 23%;
    margin: 0 1%;
    border-radius: 4px;
    overflow: hidden
}

.channel-zt-main a img {
    width: 100%
}

.channel-zt2 a {
    width: 48%
}

.channel-zt2 a img {
    width: 100%
}

.sub-tit {
    height: 26px;
    margin-bottom: 15px;
    border-bottom: 1px solid #efefef
}

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

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

.sub-tit .more:hover {
    color: #d3554f
}

.news-ul li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center
}

.news-ul li>a,
.news-ul li>div {
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-ul li>a:hover,
.news-ul li>div:hover {
    color: #a883ff
}

.news-ul li>div {
    margin-left: -7px
}

.news-ul li>div>a {
    color: #222 !important
}

.news-ul li>div>a:hover {
    color: #d3554f !important
}

.news-ul li>div span,
.news-ul li>div span a {
    color: #4c5a78 !important
}

.news-ul li>div span:hover,
.news-ul li>div span a:hover {
    color: #d3554f !important
}

.news-ul li .time {
    float: right;
    width: 80px;
    font-size: 14px;
    color: #999
}

.news-ul li:hover {
    background: url(../images/li-img2.png) no-repeat left center
}

.news-ul li:hover .time {
    color: #a883ff
}


.news-ula li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center
}

.news-ula li>a,
.news-ula li>div {
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-ula li>a:hover,
.news-ula li>div:hover {
    color: #ff9b50
}

.news-ula li>div {
    margin-left: -7px
}

.news-ula li>div>a {
    color: #222 !important
}

.news-ula li>div>a:hover {
    color: #d3554f !important
}

.news-ula li>div span,
.news-ula li>div span a {
    color: #4c5a78 !important
}

.news-ula li>div span:hover,
.news-ula li>div span a:hover {
    color: #d3554f !important
}

.news-ula li .time {
    float: right;
    width: 80px;
    font-size: 14px;
    color: #999
}

.news-ula li:hover {
    background: url(../images/li-img2.png) no-repeat left center
}

.news-ula li:hover .time {
    color: #ff9b50
}

.school-lista dl:hover dd a {
    color: #ff9b50;
}

.school-lista dl {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin: 5px 1.5%;
    border: 1px solid #e9e9e9;
    padding: 7px 10px;
    border-radius: 4px;
}

.school-lista {
    margin: -5px -1.5% 0
}


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

.school-lista dl dd {
    flex: 1;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.school-lista dl dd a {
    color: #222
}



/* 电脑IT培训 */
.news-ulb li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center
}

.news-ulb li>a,
.news-ulb li>div {
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-ulb li>a:hover,
.news-ulb li>div:hover {
    color: #51bfff
}

.news-ulb li>div {
    margin-left: -7px
}

.news-ulb li>div>a {
    color: #222 !important
}

.news-ulb li>div>a:hover {
    color: #d3554f !important
}

.news-ulb li>div span,
.news-ulb li>div span a {
    color: #4c5a78 !important
}

.news-ulb li>div span:hover,
.news-ulb li>div span a:hover {
    color: #d3554f !important
}

.news-ulb li .time {
    float: right;
    width: 80px;
    font-size: 14px;
    color: #999
}

.news-ulb li:hover {
    background: url(../images/li-img3.png) no-repeat left center
}

.news-ulb li:hover .time {
    color: #51bfff
}

.school-listb dl:hover dd a {
    color: #51bfff;
}

.school-listb dl {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin: 5px 1.5%;
    border: 1px solid #e9e9e9;
    padding: 7px 10px;
    border-radius: 4px;
}

.school-listb {
    margin: -5px -1.5% 0
}


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

.school-listb dl dd {
    flex: 1;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.school-listb dl dd a {
    color: #222
}




/* 职业资格培训 */
.news-ulc li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center
}

.news-ulc li>a,
.news-ulc li>div {
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-ulc li>a:hover,
.news-ulc li>div:hover {
    color: #E1179F
}

.news-ulc li>div {
    margin-left: -7px
}

.news-ulc li>div>a {
    color: #222 !important
}

.news-ulc li>div>a:hover {
    color: #d3554f !important
}

.news-ulc li>div span,
.news-ulc li>div span a {
    color: #4c5a78 !important
}

.news-ulc li>div span:hover,
.news-ulc li>div span a:hover {
    color: #d3554f !important
}

.news-ulc li .time {
    float: right;
    width: 80px;
    font-size: 14px;
    color: #999
}

.news-ulc li:hover {
    background: url(../images/li-img4.png) no-repeat left center
}

.news-ulc li:hover .time {
    color: #E1179F
}

.school-listc dl:hover dd a {
    color: #E1179F;
}

.school-listc dl {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin: 5px 1.5%;
    border: 1px solid #e9e9e9;
    padding: 7px 10px;
    border-radius: 4px;
}

.school-listc {
    margin: -5px -1.5% 0
}


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

.school-listc dl dd {
    flex: 1;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.school-listc dl dd a {
    color: #222
}



/* 职业高中 */
.zygz-channel .channel-l,
.zygz-channel .channel-r,
.zygz-channel .channel-m {
    height: 468px
}

.zygz-channel .channel-zn {
    border-bottom: 2px solid #a883ff
}

.zygz-channel .channel-zygz {
    background-position: -70px 1px !important
}

.zygz-channel .channel-zn,
.zygz-channel .channel-en,
.zygz-channel .channel-read-main p,
.zygz-channel .channel-read-main ul li a,
.zygz-channel .kfr-list,
.zygz-channel .other-channel-list {
    color: #a883ff
}

.zygz-channel .kfr-list li {
    background: url(../images/zygz-dashed.png) repeat-y left 50px top
}

.zygz-channel .kfr-list li a {
    background: url(../images/zygz-kfr-icon.png) no-repeat left 5px center
}

.zygz-channel .kfr-list li .kfr-address {
    border: 1px solid
}

.zygz-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.zygz-channel .channel-l {
 
}

.zygz-channel .channel-l .channel-time-tit {
    color: #015478;
    background: url(../images/channel-zygz-tit-bg.png) no-repeat top center
}

.zygz-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-zygz-time1.png) no-repeat left center
}

.zygz-channel .channel-l .channel-read-tit {
    color: #013a52
}

.zygz-channel .channel-l .channel-time-list {
    background: url(../images/zygz-dashed.png) repeat-y top left 6px
}

.zygz-channel .channel-l .channel-time-list:last-child {
    background: url(../images/zygz-dashed.png) no-repeat top left 6px
}

.zygz-channel .channel-l .channel-time-list b {
    background: url(../images/channel-zygz-time2.png) no-repeat left top
}

.zygz-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #015478
}

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

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

.zygz-channel .channel-m .nav-tabs>li.active>a::after,
.zygz-channel .channel-m .nav-tabs>li:hover>a::after,
.zygz-channel .channel-m .nav-tabs>li.active>a:focus::after,
.zygz-channel .channel-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
}

.zygz-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #015478;
    border-color: #015478
}

.zygz-channel .channel-r .nav-tabs>li.active>a,
.zygz-channel .channel-r .nav-tabs>li:hover>a,
.zygz-channel .channel-r .nav-tabs>li.active>a:focus,
.zygz-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #a883ff;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #a883ff;
}

.channel .channel-r .more-btn {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 15px 0 5px;
    border-radius: 3px
}

.zygz-channel .channel-r .more-btn {
    color: #a883ff;
    border: 1px solid #a883ff
}

.zygz-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #a883ff
}

.zygz-channel .kc-list li a {
    border: 1px solid #c9dde5;
    background: #e9f1f5
}

.zygz-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #a883ff;
    background: #a883ff
}

.zygz-channel .sub-tit h3 {
    border-bottom: 1px solid #ff9b50
}

.zygz-channel .channel-zygz {
    background-position: -70px -238px !important;
}

.news-uld li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center
}

.news-uld li>a,
.news-uld li>div {
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-uld li>a:hover,
.news-uld li>div:hover {
    color: #a883ff
}

.news-uld li>div {
    margin-left: -7px
}

.news-uld li>div>a {
    color: #222 !important
}

.news-uld li>div>a:hover {
    color: #d3554f !important
}

.news-uld li>div span,
.news-uld li>div span a {
    color: #4c5a78 !important
}

.news-uld li>div span:hover,
.news-uld li>div span a:hover {
    color: #d3554f !important
}

.news-uld li .time {
    float: right;
    width: 80px;
    font-size: 14px;
    color: #999
}

.news-uld li:hover {
    background: url(../images/li-img5.png) no-repeat left center
}

.news-uld li:hover .time {
    color: #a883ff
}

.school-listd dl:hover dd a {
    color: #a883ff;
}

.school-listd dl {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin: 5px 1.5%;
    border: 1px solid #e9e9e9;
    padding: 7px 10px;
    border-radius: 4px;
}

.school-listd {
    margin: -5px -1.5% 0
}


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

.school-listd dl dd {
    flex: 1;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.school-listd dl dd a {
    color: #222
}



/* 五年大专 */
.dazhuan-channel .channel-l,
.dazhuan-channel .channel-r,
.dazhuan-channel .channel-m {
    height: 468px
}

.dazhuan-channel .channel-zn {
    border-bottom: 2px solid #8EDA4D
}

.dazhuan-channel .channel-dazhuan {
    background-position: -70px 1px !important
}

.dazhuan-channel .channel-zn,
.dazhuan-channel .channel-en,
.dazhuan-channel .channel-read-main p,
.dazhuan-channel .channel-read-main ul li a,
.dazhuan-channel .kfr-list,
.dazhuan-channel .other-channel-list {
    color: #8EDA4D
}

.dazhuan-channel .kfr-list li {
    background: url(../images/dazhuan-dashed.png) repeat-y left 50px top
}

.dazhuan-channel .kfr-list li a {
    background: url(../images/dazhuan-kfr-icon.png) no-repeat left 5px center
}

.dazhuan-channel .kfr-list li .kfr-address {
    border: 1px solid
}

.dazhuan-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.dazhuan-channel .channel-l {
 
}

.dazhuan-channel .channel-l .channel-time-tit {
    color: #015478;
    background: url(../images/channel-dazhuan-tit-bg.png) no-repeat top center
}

.dazhuan-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-dazhuan-time1.png) no-repeat left center
}

.dazhuan-channel .channel-l .channel-read-tit {
    color: #013a52
}

.dazhuan-channel .channel-l .channel-time-list {
    background: url(../images/dazhuan-dashed.png) repeat-y top left 6px
}

.dazhuan-channel .channel-l .channel-time-list:last-child {
    background: url(../images/dazhuan-dashed.png) no-repeat top left 6px
}

.dazhuan-channel .channel-l .channel-time-list b {
    background: url(../images/channel-dazhuan-time2.png) no-repeat left top
}

.dazhuan-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #015478
}

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

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

.dazhuan-channel .channel-m .nav-tabs>li.active>a::after,
.dazhuan-channel .channel-m .nav-tabs>li:hover>a::after,
.dazhuan-channel .channel-m .nav-tabs>li.active>a:focus::after,
.dazhuan-channel .channel-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
}

.dazhuan-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #015478;
    border-color: #015478
}

.dazhuan-channel .channel-r .nav-tabs>li.active>a,
.dazhuan-channel .channel-r .nav-tabs>li:hover>a,
.dazhuan-channel .channel-r .nav-tabs>li.active>a:focus,
.dazhuan-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #8EDA4D;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #8EDA4D;
}

.channel .channel-r .more-btn {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 15px 0 5px;
    border-radius: 3px
}

.dazhuan-channel .channel-r .more-btn {
    color: #8EDA4D;
    border: 1px solid #8EDA4D
}

.dazhuan-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #8EDA4D
}

.dazhuan-channel .kc-list li a {
    border: 1px solid #c9dde5;
    background: #e9f1f5
}

.dazhuan-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #8EDA4D;
    background: #8EDA4D
}

.dazhuan-channel .sub-tit h3 {
    border-bottom: 1px solid #ff9b50
}

.dazhuan-channel .channel-dazhuan {
    background-position: -70px -319px !important;
}

.news-ule li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center
}

.news-ule li>a,
.news-uleli>div {
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-ule li>a:hover,
.news-ule li>div:hover {
    color: #8EDA4D
}

.news-ule li>div {
    margin-left: -7px
}

.news-ule li>div>a {
    color: #222 !important
}

.news-ule li>div>a:hover {
    color: #d3554f !important
}

.news-ule li>div span,
.news-ule li>div span a {
    color: #4c5a78 !important
}

.news-ule li>div span:hover,
.news-ule li>div span a:hover {
    color: #d3554f !important
}

.news-ule li .time {
    float: right;
    width: 80px;
    font-size: 14px;
    color: #999
}

.news-ule li:hover {
    background: url(../images/li-img6.png) no-repeat left center
}

.news-ule li:hover .time {
    color: #8EDA4D
}

.school-liste dl:hover dd a {
    color: #8EDA4D;
}

.school-liste dl {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin: 5px 1.5%;
    border: 1px solid #e9e9e9;
    padding: 7px 10px;
    border-radius: 4px;
}

.school-liste {
    margin: -5px -1.5% 0
}


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

.school-liste dl dd {
    flex: 1;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.school-liste dl dd a {
    color: #222
}




.rules-list li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center
}

.rules-list li a {
    float: left;
    width: calc(100% - 70px);
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.rules-list li a:hover {
    color: #d3554f
}

.rules-list li .price {
    width: 70px;
    float: right;
    font-size: 12px;
    line-height: 30px;
    color: #d3554f;
    text-align: right
}

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

#channel-zzy2-2 .rules-list li {
    height: 30px;
    line-height: 30px;
    padding-left: 14px;
    background: url(../images/li-img.png) no-repeat left center
}

#channel-zzy2-2 .rules-list li a {
    float: left;
    width: 100%
}

#channel-zzy2-2 .rules-list li a:hover {
    color: #d3554f
}

#channel-zzy2-2 .rules-list li:hover {
    color: #d3554f;
    background: url(../images/li-img2.png) no-repeat left center
}

#channel-zhognzhi2-2 .sub-tit {
    margin-bottom: 5px
}

.school-list {
    margin: -5px -1.5% 0
}

.school-list dl {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47%;
    margin: 5px 1.5%;
    border: 1px solid #e9e9e9;
    padding: 7px 10px;
    border-radius: 4px
}

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

.school-list dl dd {
    flex: 1;
    font-size: 14px;
    line-height: 18px;
    max-height: 36px;
    color: #222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.school-list dl dd a {
    color: #222
}

.school-list dl:hover dd a {
    color: #a883ff
}

.kc-box,
.kfr-box,
.channel-zt {
    position: absolute;
    width: 100%;
    bottom: 0
}

.kc-list {
    margin: -10px -1% 0
}

.kc-list li {
    float: left;
    width: 31.333%;
    margin: 10px 1% 0
}

.kc-list li a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    padding: 5px 0;
    border-radius: 3px
}

#channel-gjxx1-6 {
    margin-top: -7px
}



.news-ula li>a,
.news-ula li>div {
    float: left;
    width: calc(100% - 90px);
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.news-ula li>a:hover,
.news-ula li>div:hover {
    color: #ff9b50
}



.gjxx-channel .channel-l,
.gjxx-channel .channel-r,
.gjxx-channel .channel-m {
    height: 468px
}

.gjxx-channel .channel-zn {
    border-bottom: 2px solid #ff9b50
}

.gjxx-channel .channel-gjxx {
    background-position: -70px 1px !important
}

.gjxx-channel .channel-zn,
.gjxx-channel .channel-en,
.gjxx-channel .channel-read-main p,
.gjxx-channel .channel-read-main ul li a,
.gjxx-channel .kfr-list,
.gjxx-channel .other-channel-list {
    color: #ff9b50
}

.gjxx-channel .kfr-list li {
    background: url(../images/gjxx-dashed.png) repeat-y left 50px top
}

.gjxx-channel .kfr-list li a {
    background: url(../images/gjxx-kfr-icon.png) no-repeat left 5px center
}

.gjxx-channel .kfr-list li .kfr-address {
    border: 1px solid
}

.gjxx-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.gjxx-channel .channel-l {
 
}

.gjxx-channel .channel-l .channel-time-tit {
    color: #015478;
    background: url(../images/channel-gjxx-tit-bg.png) no-repeat top center
}

.gjxx-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-gjxx-time1.png) no-repeat left center
}

.gjxx-channel .channel-l .channel-read-tit {
    color: #013a52
}

.gjxx-channel .channel-l .channel-time-list {
    background: url(../images/gjxx-dashed.png) repeat-y top left 6px
}

.gjxx-channel .channel-l .channel-time-list:last-child {
    background: url(../images/gjxx-dashed.png) no-repeat top left 6px
}

.gjxx-channel .channel-l .channel-time-list b {
    background: url(../images/channel-gjxx-time2.png) no-repeat left top
}

.gjxx-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #015478
}

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

.gjxx-channel .channel-m .nav-tabs>li.active>a::before,
.gjxx-channel .channel-m .nav-tabs>li:hover>a::before,
.gjxx-channel .channel-m .nav-tabs>li.active>a:focus::before,
.gjxx-channel .channel-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-tab-bg.png) no-repeat top right
}

.gjxx-channel .channel-m .nav-tabs>li.active>a::after,
.gjxx-channel .channel-m .nav-tabs>li:hover>a::after,
.gjxx-channel .channel-m .nav-tabs>li.active>a:focus::after,
.gjxx-channel .channel-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-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #015478;
    border-color: #015478
}

.gjxx-channel .channel-r .nav-tabs>li.active>a,
.gjxx-channel .channel-r .nav-tabs>li:hover>a,
.gjxx-channel .channel-r .nav-tabs>li.active>a:focus,
.gjxx-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #ff9b50;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #ff9b50;
}

.channel .channel-r .more-btn {
    display: block;
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin: 15px 0 5px;
    border-radius: 3px
}

.gjxx-channel .channel-r .more-btn {
    color: #ff9b50;
    border: 1px solid #ff9b50
}

.gjxx-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #ff9b50
}

.gjxx-channel .kc-list li a {
    border: 1px solid #c9dde5;
    background: #e9f1f5
}

.gjxx-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #ff9b50;
    background: #ff9b50
}

.gjxx-channel .sub-tit h3 {
    border-bottom: 1px solid #ff9b50
}

.slxx-channel .channel-l,
.slxx-channel .channel-r,
.slxx-channel .channel-m {
    height: 468px
}

.slxx-channel .channel-zn {
    border-bottom: 2px solid #51bfff
}

.slxx-channel .channel-slxx {
    background-position: -70px -79px !important
}

.slxx-channel .channel-zn,
.slxx-channel .channel-en,
.slxx-channel .channel-read-main p,
.slxx-channel .channel-read-main ul li a,
.slxx-channel .kfr-list,
.slxx-channel .other-channel-list {
    color: #51bfff
}

.slxx-channel .kfr-list li {
    background: url(../images/slxx-dashed.png) repeat-y left 50px top
}

.slxx-channel .kfr-list li a {
    background: url(../images/slxx-kfr-icon.png) no-repeat left 5px center
}

.slxx-channel .kfr-list li .kfr-address {
    border: 1px solid #d6e5e6;
    background: #f3f5f7
}

.slxx-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.slxx-channel .channel-l {
   
}

.slxx-channel .channel-l .channel-time-tit {
    color: #1f7d85;
    background: url(../images/channel-slxx-tit-bg.png) no-repeat top center
}

.slxx-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-slxx-time1.png) no-repeat left center
}

.slxx-channel .channel-l .channel-read-tit {
    color: #10676e
}

.slxx-channel .channel-l .channel-time-list {
    background: url(../images/gjxx-dashed.png) repeat-y top left 6px
}

.slxx-channel .channel-l .channel-time-list:last-child {
    background: url(../images/gjxx-dashed.png) no-repeat top left 6px
}

.slxx-channel .channel-l .channel-time-list b {
    background: url(../images/channel-gjxx-time2.png) no-repeat left top
}

.slxx-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #1f7d85
}

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

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

.slxx-channel .channel-m .nav-tabs>li.active>a::after,
.slxx-channel .channel-m .nav-tabs>li:hover>a::after,
.slxx-channel .channel-m .nav-tabs>li.active>a:focus::after,
.slxx-channel .channel-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
}

.slxx-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #1f7d85;
    border-color: #1f7d85
}

.slxx-channel .channel-r .nav-tabs>li.active>a,
.slxx-channel .channel-r .nav-tabs>li:hover>a,
.slxx-channel .channel-r .nav-tabs>li.active>a:focus,
.slxx-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #51bfff;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #51bfff
}

.slxx-channel .channel-r .more-btn {
    color: #51bfff;
    border: 1px solid #51bfff
}

.slxx-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #51bfff
}

.slxx-channel .kc-list li a {
    border: 1px solid #c9dde5;
    background: #e9f1f5;
}

.slxx-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #51bfff;
    background: #51bfff
}

.slxx-channel .sub-tit h3 {
    border-bottom: 1px solid #1f7d85
}

.lx-channel .channel-l,
.lx-channel .channel-r,
.lx-channel .channel-m {
    height: 468px
}

.lx-channel .channel-zn {
    border-bottom: 2px solid #E1179F
}

.lx-channel .channel-lx {
    background-position: -70px -160px !important
}

.lx-channel .channel-zn,
.lx-channel .channel-en,
.lx-channel .channel-read-main p,
.lx-channel .channel-read-main ul li a,
.lx-channel .kfr-list,
.lx-channel .other-channel-list {
    color: #E1179F
}

.lx-channel .kfr-list li {
    background: url(../images/lx-dashed.png) repeat-y left 50px top
}

.lx-channel .kfr-list li a {
    background: url(../images/lx-kfr-icon.png) no-repeat left 5px center
}

.lx-channel .kfr-list li .kfr-address {
    border: 1px solid
}

.lx-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.lx-channel .channel-l {
}

.lx-channel .channel-l .channel-time-tit {
    color: #522e74;
    background: url(../images/channel-lx-tit-bg.png) no-repeat top center
}

.lx-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-lx-time1.png) no-repeat left center
}

.lx-channel .channel-l .channel-read-tit {
    color: #39206c
}

.lx-channel .channel-l .channel-time-list {
    background: url(../images/gjxx-dashed.png) repeat-y top left 6px
}

.lx-channel .channel-l .channel-time-list:last-child {
    background: url(../images/gjxx-dashed.png) no-repeat top left 6px
}

.lx-channel .channel-l .channel-time-list b {
    background: url(../images/channel-gjxx-time2.png) no-repeat left top
}

.lx-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #522e74
}

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

.lx-channel .channel-m .nav-tabs>li.active>a::before,
.lx-channel .channel-m .nav-tabs>li:hover>a::before,
.lx-channel .channel-m .nav-tabs>li.active>a:focus::before,
.lx-channel .channel-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-tab-bg.png) no-repeat top right
}

.lx-channel .channel-m .nav-tabs>li.active>a::after,
.lx-channel .channel-m .nav-tabs>li:hover>a::after,
.lx-channel .channel-m .nav-tabs>li.active>a:focus::after,
.lx-channel .channel-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 #522e74;
    bottom: -6px;
    left: 50%;
    margin-left: -8px
}

.lx-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #522e74;
    border-color: #522e74
}

.lx-channel .channel-r .nav-tabs>li.active>a,
.lx-channel .channel-r .nav-tabs>li:hover>a,
.lx-channel .channel-r .nav-tabs>li.active>a:focus,
.lx-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #E1179F;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #E1179F
}

.lx-channel .channel-r .more-btn {
    color: #E1179F;
    border: 1px solid #E1179F
}

.lx-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #E1179F
}

.lx-channel .kc-list li a {
    border: 1px solid #c9dde5;
    background: #e9f1f5;
}

.lx-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #E1179F;
    background: #E1179F
}

.lx-channel .sub-tit h3 {
    border-bottom: 1px solid #522e74
}

.zzy-channel .channel-l,
.zzy-channel .channel-r,
.zzy-channel .channel-m {
    height: 468px
}

.zzy-channel .channel-zn {
    border-bottom: 2px solid #522e74
}

.zzy-channel .channel-zzy {
    background-position: -70px -238px !important
}

.zzy-channel .channel-zn,
.zzy-channel .channel-en,
.zzy-channel .channel-read-main p,
.zzy-channel .channel-read-main ul li a,
.zzy-channel .kfr-list,
.zzy-channel .other-channel-list {
    color: #a883ff
}

.zzy-channel .kfr-list li {
    background: url(../images/zzy-dashed.png) repeat-y left 50px top
}

.zzy-channel .kfr-list li a {
    background: url(../images/zzy-kfr-icon.png) no-repeat left 5px center
}

.zzy-channel .kfr-list li .kfr-address {
    border: 1px solid
}

.zzy-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.zzy-channel .channel-l {
}

.zzy-channel .channel-l .channel-time-tit {
    color: #324f8c;
    background: url(../images/channel-zzy-tit-bg.png) no-repeat top center
}

.zzy-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-zzy-time1.png) no-repeat left center
}

.zzy-channel .channel-l .channel-read-tit {
    color: #19356f
}

.zzy-channel .channel-l .channel-time-list {
    background: url(../images/gjxx-dashed.png) repeat-y top left 6px
}

.zzy-channel .channel-l .channel-time-list:last-child {
    background: url(../images/gjxx-dashed.png) no-repeat top left 6px
}

.zzy-channel .channel-l .channel-time-list b {
    background: url(../images/channel-gjxx-time2.png) no-repeat left top
}

.zzy-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #324f8c
}

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

.zzy-channel .channel-m .nav-tabs>li.active>a::before,
.zzy-channel .channel-m .nav-tabs>li:hover>a::before,
.zzy-channel .channel-m .nav-tabs>li.active>a:focus::before,
.zzy-channel .channel-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-tab-bg.png) no-repeat top right
}

.zzy-channel .channel-m .nav-tabs>li.active>a::after,
.zzy-channel .channel-m .nav-tabs>li:hover>a::after,
.zzy-channel .channel-m .nav-tabs>li.active>a:focus::after,
.zzy-channel .channel-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-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #324f8c;
    border-color: #324f8c
}

.zzy-channel .channel-r .nav-tabs>li.active>a,
.zzy-channel .channel-r .nav-tabs>li:hover>a,
.zzy-channel .channel-r .nav-tabs>li.active>a:focus,
.zzy-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #324f8c;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #324f8c
}

.zzy-channel .channel-r .more-btn {
    color: #324f8c;
    border: 1px solid #97aad3
}

.zzy-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #324f8c
}

.zzy-channel .kc-list li a {
    border: 1px solid #c1cce2;
    background: #e6ebf3
}

.zzy-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #324f8c;
    background: #324f8c
}

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

.gx-channel .channel-l,
.gx-channel .channel-r,
.gx-channel .channel-m {
    height: 658px
}

.gx-channel .channel-zn {
    border-bottom: 2px solid #0e6ba5
}

.gx-channel .channel-gx {
    background-position: -70px -319px !important
}

.gx-channel .channel-zn,
.gx-channel .channel-en,
.gx-channel .channel-read-main p,
.gx-channel .channel-read-main ul li a,
.gx-channel .kfr-list,
.gx-channel .other-channel-list {
    color: #0e6ba5
}

.gx-channel .kfr-list li {
    background: url(../images/gx-dashed.png) repeat-y left 50px top
}

.gx-channel .kfr-list li a {
    background: url(../images/gx-kfr-icon.png) no-repeat left 5px center
}

.gx-channel .kfr-list li .kfr-address {
    border: 1px solid
}

.gx-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.gx-channel .channel-l {
    background: linear-gradient(#c8dbe7, #c8dbe7, #1c75ad)
}

.gx-channel .channel-l .channel-time-tit {
    color: #0e6ba5;
    background: url(../images/channel-gx-tit-bg.png) no-repeat top center
}

.gx-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-gx-time1.png) no-repeat left center
}

.gx-channel .channel-l .channel-read-tit {
    color: #0e5886
}

.gx-channel .channel-l .channel-time-list {
    background: url(../images/gjxx-dashed.png) repeat-y top left 6px
}

.gx-channel .channel-l .channel-time-list:last-child {
    background: url(../images/gjxx-dashed.png) no-repeat top left 6px
}

.gx-channel .channel-l .channel-time-list b {
    background: url(../images/channel-gjxx-time2.png) no-repeat left top
}

.gx-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #0e6ba5
}

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

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

.gx-channel .channel-m .nav-tabs>li.active>a::after,
.gx-channel .channel-m .nav-tabs>li:hover>a::after,
.gx-channel .channel-m .nav-tabs>li.active>a:focus::after,
.gx-channel .channel-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
}

.gx-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #0e6ba5;
    border-color: #0e6ba5
}

.gx-channel .channel-r .nav-tabs>li.active>a,
.gx-channel .channel-r .nav-tabs>li:hover>a,
.gx-channel .channel-r .nav-tabs>li.active>a:focus,
.gx-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #0e6ba5;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #0e6ba5
}

.gx-channel .channel-r .more-btn {
    color: #0e6ba5;
    border: 1px solid #96bad2
}

.gx-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #0e6ba5
}

.gx-channel .kc-list li a {
    border: 1px solid #c8dbe7;
    background: #e9f1f5
}

.gx-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #0e6ba5;
    background: #0e6ba5
}

.gx-channel .sub-tit h3 {
    border-bottom: 1px solid #0e6ba5
}

.zhongzhi-channel .channel-l,
.zhongzhi-channel .channel-r,
.zhongzhi-channel .channel-m {
    height: 480px
}

.zhongzhi-channel .channel-zn {
    border-bottom: 2px solid #10718e
}

.zhongzhi-channel .channel-zhongzhi {
    background-position: -70px -479px !important
}

.zhongzhi-channel .channel-zn,
.zhongzhi-channel .channel-en,
.zhongzhi-channel .channel-read-main p,
.zhongzhi-channel .channel-read-main ul li a,
.zhongzhi-channel .kfr-list,
.zhongzhi-channel .other-channel-list {
    color: #10718e
}

.zhongzhi-channel .kfr-list li {
    background: url(../images/zhongzhi-dashed.png) repeat-y left 50px top
}

.zhongzhi-channel .kfr-list li a {
    background: url(../images/zhongzhi-kfr-icon.png) no-repeat left 5px center
}

.zhongzhi-channel .kfr-list li .kfr-address {
    border: 1px solid
}

.zhongzhi-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.zhongzhi-channel .channel-l {
    background: linear-gradient(#d0e4e5, #d0e4e5, #4892a7)
}

.zhongzhi-channel .channel-l .channel-time-tit {
    color: #10718e;
    background: url(../images/channel-zhongzhi-tit-bg.png) no-repeat top center
}

.zhongzhi-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-zhongzhi-time1.png) no-repeat left center
}

.zhongzhi-channel .channel-l .channel-read-tit {
    color: #10718e
}

.zhongzhi-channel .channel-l .channel-time-list {
    background: url(../images/gjxx-dashed.png) repeat-y top left 6px
}

.zhongzhi-channel .channel-l .channel-time-list:last-child {
    background: url(../images/gjxx-dashed.png) no-repeat top left 6px
}

.zhongzhi-channel .channel-l .channel-time-list b {
    background: url(../images/channel-gjxx-time2.png) no-repeat left top
}

.zhongzhi-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #10718e
}

.zhongzhi-channel .channel-m .nav-tabs>li.active>a,
.zhongzhi-channel .channel-m .nav-tabs>li:hover>a,
.zhongzhi-channel .channel-m .nav-tabs>li.active>a:focus,
.zhongzhi-channel .channel-m .nav-tabs>li.active>a:hover {
    position: relative;
    color: #fff;
    background: #10718e !important
}

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

.zhongzhi-channel .channel-m .nav-tabs>li.active>a::after,
.zhongzhi-channel .channel-m .nav-tabs>li:hover>a::after,
.zhongzhi-channel .channel-m .nav-tabs>li.active>a:focus::after,
.zhongzhi-channel .channel-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 #10718e;
    bottom: -6px;
    left: 50%;
    margin-left: -8px
}

.zhongzhi-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #10718e;
    border-color: #10718e
}

.zhongzhi-channel .channel-r .nav-tabs>li.active>a,
.zhongzhi-channel .channel-r .nav-tabs>li:hover>a,
.zhongzhi-channel .channel-r .nav-tabs>li.active>a:focus,
.zhongzhi-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #10718e;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #10718e
}

.zhongzhi-channel .channel-r .more-btn {
    color: #10718e;
    border: 1px solid #d0e4e5
}

.zhongzhi-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #10718e
}

.zhongzhi-channel .kc-list li a {
    border: 1px solid #c8dbe7;
    background: #e9f1f5
}

.zhongzhi-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #10718e;
    background: #10718e
}

.zhongzhi-channel .sub-tit h3 {
    border-bottom: 1px solid #10718e
}

.other-channel .channel-l,
.other-channel .channel-r,
.other-channel .channel-m {
    height: #324f8c
}

.other-channel .channel-zn {
    border-bottom: 2px solid #324f8c
}

.other-channel .channel-other {
    background-position: -70px -399px !important
}

.other-channel .channel-zn,
.other-channel .channel-en,
.other-channel .channel-read-main p,
.other-channel .channel-read-main ul li a,
.other-channel .kfr-list,
.other-channel .other-channel-list {
    color: #324f8c
}

.other-channel .kfr-list li {
    background: url(../images/other-dashed.png) repeat-y left 50px top
}

.other-channel .kfr-list li a {
    background: url(../images/other-kfr-icon.png) no-repeat left 5px center
}

.other-channel .kfr-list li .kfr-address {
    border: 1px solid
}

.other-channel .kfr-list li .kfr-address::before {
    position: absolute;
    content: '';
    width: 7px;
    height: 100%;
    background: url(../images/slxx-kfr-icon2.png) no-repeat right center;
    top: 0;
    right: -6px
}

.other-channel .channel-l .channel-time-tit {
    color: #324f8c;
    background: url(../images/channel-other-tit-bg.png) no-repeat top center
}

.other-channel .channel-l .channel-time-tit i {
    background: url(../images/channel-other-time1.png) no-repeat left center
}

.other-channel .channel-l .channel-time-list {
    background: url(../images/gjxx-dashed.png) repeat-y top left 6px
}

.other-channel .channel-l .channel-time-list:last-child {
    background: url(../images/gjxx-dashed.png) no-repeat top left 6px
}

.other-channel .channel-l .channel-time-list b {
    background: url(../images/channel-gjxx-time2.png) no-repeat left top
}

.other-channel .channel-l .channel-read-main ul li:hover a {
    color: #fff;
    background: #324f8c
}

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

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

.other-channel .channel-m .nav-tabs>li.active>a::after,
.other-channel .channel-m .nav-tabs>li:hover>a::after,
.other-channel .channel-m .nav-tabs>li.active>a:focus::after,
.other-channel .channel-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
}

.other-channel .channel-m .sec-word li:hover a {
    color: #fff;
    background: #324f8c;
    border-color: #324f8c
}

.other-channel .channel-r .nav-tabs>li.active>a,
.other-channel .channel-r .nav-tabs>li:hover>a,
.other-channel .channel-r .nav-tabs>li.active>a:focus,
.other-channel .channel-r .nav-tabs>li.active>a:hover {
    height: 38px;
    color: #324f8c;
    font-weight: bold;
    background: #fff !important;
    border-top: 2px solid #324f8c
}

.other-channel .channel-r .more-btn {
    color: #324f8c;
    border: 1px solid
}

.other-channel .channel-r .more-btn:hover {
    color: #fff;
    background: #324f8c
}

.other-channel .kc-list li a {
    border: 1px solid
}

.other-channel .kc-list li:hover a {
    color: #fff;
    border: 1px solid #324f8c;
    background: #324f8c
}

.other-channel .sub-tit h3 {
    border-bottom: 1px solid #324f8c
}

.link {
    padding: 20px 0;
    background: #f3f5f7;
    border-radius: 4px
}

.link .linke-tit {
    font-size: 16px;
    line-height: 1;
    font-weight: bold;
    color: #222;
    padding-left: 15px;
    background: url(../images/link-tit.png) no-repeat left center
}

.link .link-cnt {
    padding: 0 5px
}

.link .link-cnt a {
    float: left;
    padding: 10px 10px 0;
    font-size: 14px;
    color: #666
}

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

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

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

.mobile-footer-zx {
    display: none;
    width: 100%;
    height: 60px;
    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: 47%;
    margin: 0 1.5%;
    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: 1460px) {
    .nav-l {
        left: 1%
    }

    .advantage {
        width: 200px;
        right: 2.5%
    }

    .banner-nav {
        width: 100%;
        left: 0;
        margin-left: 0
    }

    .nav-l span.all-class {
        font-size: 18px;
        background: #324f8c url(../images/nav-tit.png) no-repeat 45px 50%
    }

    .container,
    .picScroll {
        width: 100%
    }

    .head {
        padding: 25px 1%
    }

    .head .navbar-nav>li>a {
        padding: 13px 15px
    }

    .picScroll .prev {
        left: 1%
    }

    .picScroll .next {
        right: 1%
    }

    .fullSlide .next {
        right: 18%
    }

    .channel {
        padding: 2%;
        overflow: hidden
    }

    .channel .channel-m {
        margin: 0 1.5%
    }

    .news-gather-l {
        width: 38%;
        margin-right: 2%
    }

    .news-gather-r {
        width: 60%
    }

    .channel .channel-l {
        width: 27%
    }

    .channel .channel-r {
        width: 27%
    }

    .channel .channel-m {
        width: 44%;
        margin: 0 1%
    }

    .channel .channel-m .nav-tabs {
        display: flex
    }

    .channel .channel-m .nav-tabs>li {
        flex: 1;
        white-space: nowrap;
        text-align: center
    }

    .channel .channel-m .nav-tabs>li>a {
        font-size: 13px;
        font-weight: normal;
        padding: 5px 6px
    }

    .channel .channel-m .sec-word li {
        width: 23%
    }

    .channel .channel-m .sec-word.rd-li li {
        width: 31.333%
    }

    .channel .channel-m .sec-word {
        margin-bottom: 2%
    }

    .channel .channel-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,
    .channel .channel-m .sec-word li a {
        font-size: 12px
    }
}

@media only screen and (max-width: 1200px) {
    .fullSlide .next {
        right: 20%
    }

    .container,
    .picScroll {
        width: 100%
    }

    .head {
        padding: 25px 1%
    }

    .head .navbar-nav>li>a {
        padding: 13px 10px
    }

    .picScroll .prev {
        left: 1%
    }

    .picScroll .next {
        right: 1%
    }

    .hot-sort-main>.nav-tabs>li>a,
    .daily-rec-tit .nav-tabs>li>a {
        font-size: 15px
    }

    .daily-rec-tit {
        margin-bottom: 60px
    }

    .daily-rec-tit .nav-tabs {
        width: 100%
    }

    .daily-porject-list {
        margin-bottom: 2%
    }

    .daily-porject-list .daily-news .isgood {
        max-height: 48px;
        overflow: hidden
    }

    .daily-porject-list .daily-news {
        width: calc(100% - 258px)
    }

    .channel .channel-entry a {
        padding: 0 10px
    }

    .channel .channel-m .sec-word.rd-li li,
    .channel .channel-m .sec-word li {
        width: 31.333%
    }

    .kc-box,
    .kfr-box,
    .channel-zt {
        position: static
    }

    .daily-rec-tit .nav-tabs {
        margin-top: 5px;
        margin-bottom: 15px;
        margin-right: 0
    }

    .daily-rec-tit .nav-tabs>li>a {
        margin: 0 auto;
        padding: 0 !important;
        line-height: 26px;
        color: #d3554f;
        border: 1px solid #d3554f !important;
        text-align: center;
        border-radius: 3px
    }

    .daily-rec-tit .nav-tabs>li {
        float: left;
        width: 31.333%;
        margin: 1%
    }

    .daily-rec-tit .nav-tabs>li.active>a,
    .daily-rec-tit .nav-tabs>li:hover>a,
    .daily-rec-tit .nav-tabs>li.active>a:focus,
    .daily-rec-tit .nav-tabs>li.active>a:hover {
        background: #d3554f !important;
        color: #fff !important
    }

    .daily-rec-tit .nav-tabs>li.active>a::before,
    .daily-rec-tit .nav-tabs>li:hover>a::before,
    .daily-rec-tit .nav-tabs>li.active>a:focus::before,
    .daily-rec-tit .nav-tabs>li.active>a:hover::before {
        display: none !important
    }

    .kc-list li,
    .channel .channel-l .channel-read-main ul li {
        width: 48%
    }

    .gjxx-channel .channel-l,
    .gjxx-channel .channel-r,
    .gjxx-channel .channel-m,
    .slxx-channel .channel-l,
    .slxx-channel .channel-r,
    .slxx-channel .channel-m,
    .lx-channel .channel-l,
    .lx-channel .channel-r,
    .lx-channel .channel-m,
    .zzy-channel .channel-l,
    .zzy-channel .channel-r,
    .zzy-channel .channel-m,
    .gx-channel .channel-l,
    .gx-channel .channel-r,
    .gx-channel .channel-m,
    .zhongzhi-channel .channel-l,
    .zhongzhi-channel .channel-r,
    .zhongzhi-channel .channel-m {
        height: auto
    }
}

@media only screen and (max-width: 1100px) {
    .head .tel {
        display: none
    }

    .channel .channel-m {
        width: 70%;
        margin-left: 2%
    }

    .channel .channel-r {
        width: 100%;
        height: auto !important;
        margin-top: 3%
    }
}

@media only screen and (max-width: 1024px) {
    .banner-nav {
        position: static
    }

    .channel .channel-l {
        width: 320px
    }

    .channel .channel-m {
        width: calc(100% - 350px);
        margin-right: 0;
        height: auto !important
    }

    .channel .channel-r {
        width: 100%;
        height: auto !important;
        margin-top: 3%
    }

    .kc-box,
    .kfr-box,
    .channel-zt {
        position: static
    }

    .school-list {
        margin: -5px -1%
    }

    .school-list dl {
        width: 18%;
        margin: 5px 1%
    }

    .rules-list li {
        float: left;
        width: 31.333%;
        margin: 0 1%
    }

    .kc-list li,
    .channel .channel-l .channel-read-main ul li {
        width: 31.333%
    }

    .gjxx-channel .channel-l,
    .gjxx-channel .channel-r,
    .gjxx-channel .channel-m,
    .slxx-channel .channel-l,
    .slxx-channel .channel-r,
    .slxx-channel .channel-m {
        height: 650px
    }

    .lx-channel .channel-l,
    .lx-channel .channel-r,
    .lx-channel .channel-m {
        height: 684px
    }

    .zzy-channel .channel-l,
    .zzy-channel .channel-r,
    .zzy-channel .channel-m {
        height: 690px
    }

    .gx-channel .channel-l,
    .gx-channel .channel-r,
    .gx-channel .channel-m {
        height: 658px
    }

    .zhongzhi-channel .channel-l,
    .zhongzhi-channel .channel-r,
    .zhongzhi-channel .channel-m {
        height: 480px
    }

    .daily-gather-list .daily-gather-ul {
        margin-top: 3% !important
    }

    .fullSlide .hd {
        bottom: 0
    }

    .banner-box .fullSlide img {
        width: 120%;
        max-width: 120%;
        margin: 0 -10%
    }

    .fullSlide .prev,
    .fullSlide .next {
        width: 20px;
        background-size: contain !important
    }

    .fullSlide .prev {
        left: 2%
    }

    .fullSlide .next {
        right: 2%
    }

    .banner-box {
        height: auto
    }

    .head .tel,
    .channel .channel-en,
    .nav-tit-s,
    .nav-l span.all-class {
        display: none
    }

    .nav-l {
        position: inherit;
        top: inherit;
        right: inherit !important;
        left: inherit !important;
        width: 100%;
        margin: 0;
        min-height: auto
    }

    .nav-list-tit {
        width: 100%;
        padding: 2% 0;
        background: none
    }

    .nav-list-tit li {
        float: left;
        width: 16.666%;
        text-align: center
    }

    .nav-list-tit li div.tit-cnt {
        width: 100%;
        padding: 0 !important;
        margin: 0 !important;
        border: 0 !important;
        background: none !important
    }

    .nav-list-tit li {
        background: none !important
    }

    .nav-list-tit li div.tit-cnt em {
        display: block;
        width: 60px;
        height: auto;
        text-align: center;
        margin: 0 auto 5%
    }

    .news-gather-l {
        width: 100%;
        height: auto;
        margin: 0 auto 3%
    }

    .news-gather-r {
        width: 100%;
        margin: 0 auto
    }

    .daily-rec-tit {
        margin-bottom: 2%
    }

    .daily-rec-tit .nav-tabs>li {
        width: 14.666%
    }

    .channel .channel-tit {
        position: relative;
        z-index: 1
    }

    .channel .channel-entry {
        position: absolute;
        right: 0;
        top: 0;
        width: 60px;
        height: 40px;
        color: #999;
        margin: 0 auto
    }

    .channel .channel-entry>span {
        display: block;
        height: 20px;
        text-align: right;
        padding-right: 20px !important;
        background: url(../images/jt-02.png) no-repeat right top 2px
    }

    .channel .channel-entry-list {
        display: none;
        border: 1px solid #eee;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        padding: 10px 5px
    }

    .channel .channel-entry a {
        display: none;
        border: none;
        line-height: 30px
    }

    .channel .channel-entry.active {
        width: auto;
        height: auto;
        background: #fff
    }

    .channel .channel-entry.active>span {
        height: 32px
    }

    .channel .channel-entry.active a,
    .channel .channel-entry.active .channel-entry-list {
        display: block
    }

    .channel .channel-m .nav-tabs {
        display: flex;
        overflow-x: auto;
        overflow-y: hidden
    }

    .channel .channel-m .nav-tabs>li {
        white-space: nowrap;
        width: 200px;
        text-align: center
    }

    .channel .channel-m {
        width: calc(98% - 350px);
        margin-left: 2%
    }
}

@media only screen and (max-width: 768px) {
    .fullSlide .prev {
        background: url(../images/next.png) no-repeat center
    }

    .fullSlide .next {
        background: url(../images/prev.png) no-repeat center
    }

    .fullSlide .prev,
    .fullSlide .next {
        display: block !important;
        opacity: 1;
        background-size: contain !important
    }

    .head>.container {
        align-items: center
    }

    .head .logo {
        flex: 1
    }

    .head .navbar,
    .daily-gather-list .daily-gather-cnt {
        display: none !important
    }

    .daily-gather-list .daily-gather-ul {
        margin-top: 3% !important
    }

    .head {
        height: auto;
        padding: 1%
    }

    .head>.container {
        display: flex
    }

    .head .logo {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: auto
    }

    .head .logo a {
        width: 80px
    }

    .sogin {
        display: inline-block
    }

    .head .sogin p {
        font-size: 14px;
        line-height: 1.1
    }

    .head .city {
        padding: 7px 25px
    }

    .head .city .city-cnt {
        left: 0;
        width: 100%;
        top: 64px
    }

    .nav-list-tit {
        padding-bottom: 2%
    }

    .main01 {
        padding: 2% 1%
    }

    .daily-porject-list .daily-ad-small {
        display: none
    }

    .daily-porject-list .daily-news {
        width: calc(100% - 40px)
    }

    .daily-ad-all>a {
        display: none
    }

    .daily-ad-all .ad-list {
        margin: -2% -1% 0
    }

    .daily-ad-all .ad-list .daily-ad-small {
        float: left;
        width: 23%;
        margin: 2% 1% 0;
        border-radius: 4px;
        overflow: hidden
    }

    .daily-gather-list {
        display: flex;
        align-items: center
    }

    #daily-0 .daily-gather-list {
        display: block
    }

    .daily-porject-list .daily-news .isgood {
        margin-bottom: 5px
    }

    .hot-school-tit {
        position: relative
    }

    .hot-school-box .nav-tabs {
        position: absolute;
        width: 132px;
        right: 0;
        top: 0;
        height: 40px;
        overflow: hidden;
        border: none
    }

    .hot-school-box .nav-tabs.on {
        height: auto;
        background: #fff;
        z-index: 2;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2)
    }

    .hot-school-box .nav-tabs>li {
        position: relative;
        display: none;
        width: 100% !important;
        text-align: left !important
    }

    .hot-school-box .nav-tabs>li>a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }

    .hot-school-box .nav-tabs>li.active::before {
        display: block;
        position: absolute;
        content: '';
        width: 20px;
        background: #fff url(../images/tab-sj.png) no-repeat right center;
        height: 20px;
        top: 8px;
        right: 10px;
        z-index: 2
    }

    .hot-school-box .nav-tabs.on>li,
    .hot-school-box .nav-tabs>li.active {
        display: block
    }

    .hot-school-box .nav-tabs.on>li>a {
        border: none !important
    }

    .hot-school-box {
        overflow: visible
    }

    .hot-school-box .nav-tabs {
        padding-bottom: 2%
    }

    .hot-school-tit .hot-tit-img {
        width: 100%
    }

    .hot-school-box .nav-tabs>li {
        float: left;
        width: 25%
    }

    .hot-school-box .nav-tabs>li>a {
        margin: 5px;
        font-weight: normal !important;
        color: #d3554f;
        border: 1px solid #d3554f !important;
        border-radius: 3px;
        padding: 3px 5px
    }

    .hot-school-box .nav-tabs>li.active>a,
    .hot-school-box .nav-tabs>li.active>a:focus,
    .hot-school-box .nav-tabs>li.active>a:hover {
        border: 1px solid #efcbcb !important
    }

    .hot-school-box .nav-tabs>li.active>a::before,
    .hot-school-box .nav-tabs>li.active>a:focus::before,
    .hot-school-box .nav-tabs>li.active>a:hover::before {
        display: none !important
    }

    .hot-school-box {
        max-height: none
    }

    .hot-school-box .tab-content {
        max-height: 134px;
        overflow: hidden
    }

    .hot-school-box .picScroll li {
        width: 31.333%
    }

    .hot-school-box .picScroll li a {
        padding: 10px 5px;
        margin: 0
    }

    .daily-rec-tit {
        margin-bottom: 107px
    }

    .daily-rec-tit .nav-tabs {
        width: 100%
    }

    .daily-rec-tit .nav-tabs>li {
        width: 31.333%
    }

    .daily-porject-list {
        display: flex;
        align-items: center
    }

    .daily-porject-list .daily-news .isgood {
        font-weight: bold
    }

    .school-list dl {
        width: 31.333%
    }

    .rules-list li {
        width: 48%
    }

    .channel .channel-box {
        margin-bottom: 5%
    }

    .channel .channel-tit {
        height: 45px;
        margin-bottom: 3%
    }

    .channel .channel-zn {
        font-size: 26px;
        padding-bottom: 10px
    }

    .channel .channel-m .sec-word li a {
        line-height: 20px;
        padding: 5px 0
    }

    .channel .channel-l {
        display: none
    }

    .channel .channel-m {
        width: 100%;
        margin: 0 auto 3%
    }

    .lx-channel .channel-main,
    .lx-channel .channel-r .channel-tab .tab-content {
        margin-bottom: 0 !important
    }

    .other-main .other-channel-list {
        width: 31.333%;
        margin: 1%
    }

    .other-main .other-channel-list p {
        font-size: 16px;
        background-size: contain
    }

    .mobile-footer,
    .mobile-footer-zx {
        display: block
    }

    .channel .channel-m .nav-tabs {
        display: block;
        padding-bottom: 2%;
        margin-bottom: 3%;
        box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.2)
    }

    .channel .channel-m .nav-tabs>li {
        float: left;
        width: 33.333%
    }

    .channel .channel-m .nav-tabs>li>a {
        padding: 3px 0 !important;
        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
    }

    .gjxx-channel .channel-m .nav-tabs>li>a {
        color: #015478;
        border: 1px solid #c9dde5 !important;
        background: #e9f1f5 !important
    }

    .gjxx-channel .channel-m .nav-tabs>li.active>a {
        border: 1px solid #015478 !important
    }

    .slxx-channel .channel-m .nav-tabs>li>a {
        color: #1f7d85;
        border: 1px solid #d6e5e6 !important;
        background: #f3f5f7 !important
    }

    .slxx-channel .channel-m .nav-tabs>li.active>a {
        border: 1px solid #1f7d85 !important
    }

    .lx-channel .channel-m .nav-tabs>li>a {
        color: #472d7b;
        border: 1px solid #d9ccf4 !important;
        background: #f0ebfb !important
    }

    .lx-channel .channel-m .nav-tabs>li.active>a {
        border: 1px solid #472d7b !important
    }

    .zzy-channel .channel-m .nav-tabs>li>a {
        color: #324f8c;
        border: 1px solid #c1cce2 !important;
        background: #e6ebf3 !important
    }

    .zzy-channel .channel-m .nav-tabs>li.active>a {
        border: 1px solid #324f8c !important
    }

    .gx-channel .channel-m .nav-tabs>li>a {
        color: #0e6ba5;
        border: 1px solid #c8dbe7 !important;
        background: #e9f1f5 !important
    }

    .gx-channel .channel-m .nav-tabs>li.active>a {
        border: 1px solid #0e6ba5 !important
    }

    .zhongzhi-channel .channel-m .nav-tabs>li>a {
        color: #10718e;
        border: 1px solid #d0e4e5 !important;
        background: #ecf4f5 !important
    }

    .zhongzhi-channel .channel-m .nav-tabs>li.active>a {
        border: 1px solid #10718e !important
    }

    .news-ul li>a,
    .news-ul li>div {
        width: 100%
    }

    .news-ul li .time {
        display: none
    }
}

@media only screen and (max-width: 680px) {
    .nav-list-tit li {
        width: 31.333%;
        margin: 1.5% 1%
    }
}

@media only screen and (max-width: 428px) {
    .project-tabs>.nav-tabs>li {
        width: 33.333%;
        margin: 1% 0
    }

    .hot-school-box .nav-tabs>li {
        width: 33.333%
    }

    .hot-sort-main>.nav-tabs>li>a,
    .daily-rec-tit .nav-tabs>li>a {
        font-weight: bold
    }

    .hot-sort-main>.nav-tabs>li>a,
    .daily-rec-tit .nav-tabs>li>a,
    .nav-tit-b {
        font-size: 13px
    }

    .nav-list-tit li div.tit-cnt em {
        width: 50px;
        margin: 0 auto 10px
    }

    .channel,
    .news-gather-l,
    .news-gather-r {
        padding: 2%
    }

    .news-gather-r {
        padding-top: 5%
    }

    .channel .channel-m .nav-tabs {
        padding-bottom: 3%;
        margin-bottom: 6%
    }

    .channel .channel-box {
        margin-bottom: 10%
    }

    .channel .other-channel {
        margin-bottom: 0
    }

    .main01 {
        padding: 5% 2%
    }

    .daily-rec-tit {
        margin-bottom: 90px
    }

    .daily-porject-list .daily-news .isgood {
        font-size: 15px;
        line-height: 20px;
        height: auto;
        margin-bottom: 3%
    }

    .daily-porject-list .daily-news-list li {
        height: 24px
    }

    .daily-porject-list .daily-news-list li>a,
    .daily-porject-list .daily-news-list li>div,
    .daily-porject-list .daily-news-list li .time {
        line-height: 24px
    }

    .daily-gather-list .daily-gather-tit {
        height: 50px
    }

    .daily-gather-list .daily-gather-img {
        width: 75px;
        margin-right: 10px
    }

    .daily-gather-list .daily-gather-main {
        width: auto;
        float: none
    }

    .daily-gather-list .daily-gather-ul li {
        height: 24px
    }

    .daily-gather-list .daily-gather-ul.row2 li,
    .row2 li {
        width: 98% !important
    }

    .school-list dl {
        width: 48%
    }

    .rules-list li {
        width: 98%
    }

    .channel .channel-m .nav-tabs>li>a {
        font-size: 15px;
        padding: 3px 5px !important;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }

    .channel .channel-m .sec-word li {
        width: 31.333%
    }

    .channel {
        padding: 5% 4%
    }

    .other-main .other-channel-list {
        width: 48%
    }

    .channel-zt-main a {
        width: 48%;
        margin: 1%
    }

    .news-ul li>div>span,
    .daily-porject-list .daily-news-list li>div span {
        display: none
    }

    .news-ul li>div {
        margin-left: 0
    }

    .news-ul li .time {
        width: 70px;
        font-size: 12px
    }

    .daily-porject-list .daily-news-list li>div {
        margin-left: 0
    }

    .daily-porject-list .daily-news-list.dynamic li {
        padding-left: 14px;
        background: url(../images/li-img.png) no-repeat left center !important
    }

    .daily-rec-tit .nav-tabs {
        margin-bottom: 0
    }

    .daily-porject-list .daily-news-list li>a,
    .daily-porject-list .daily-news-list li>div {
        width: 100%
    }

    .daily-porject-list .daily-news-list li .time {
        display: none
    }

    .channel .channel-m .sec-word.rd-li li,
    .daily-ad-all .ad-list .daily-ad-small {
        width: 48%
    }
}

@media only screen and (max-width: 375px) {
    .channel .channel-entry {
        font-size: 13px
    }

    .channel .channel-m .sec-word li {
        width: 48%
    }
}
