/* [v-cloak] {
  display: none !important;
} */

* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.15rem;
}


a {
  color: #1b1b1b;
  text-decoration: none;
}
a:hover{
  color: #EF681F !important;
}

input {
  border: none;
  outline: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

ul,
li {
  list-style: none;
}

body{
	background-color: #F8F7F5;
	background-image: url("../image/body-bg.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  font-size: 0;
}

.w100 {
  width: 100%;
}

.w80 {
  width: 12rem;
}

.m-auto {
  margin: 0 auto;
}

.fff {
  background-color: #ffffff;
}

.fff p {
  color: #636363;
}

.fff > p {
  background: #f5f5f5;
  border: none;
}

.fff p a {
  color: #636363;
}


/* ::-webkit-scrollbar {
  width: 0.08rem;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 0.05rem;
  background: #d1d1d1ff;
  opacity: 0.8;
}

::-webkit-scrollbar-thumb:hover {
  opacity: 0.5;
} */

.nav-box {
  width: 100%;
  margin: 0 auto .2rem;
  box-shadow: 0 0.05rem 0.1rem rgba(247, 138, 30, 0.11);
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
}

.nav-wrapper {
  width: 16rem;
  height: 0.61rem;
  padding: 0.05rem 0 0;
}
.nav-wrapper .logo {
  display: inline-block;
  height: 0.48rem;
  margin-right: 2.17rem;
}
.nav-wrapper .logo img{
	width:3.67rem;
}
.nav-wrapper .logo img:last-child {
  width:1.66rem !important;
  height: 0.44rem;
  margin-left: 0.74rem;
}

nav {
  background: #fff;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}

/* ===== 一级导航容器 ===== */
nav > ul {
  max-width: 12rem;
  margin: 0 auto;
  font-size: 0; /* 去除 inline-block 间隙 */
}

/* ===== 一级菜单 ===== */
nav > ul > li {
  display: inline-block;
  position: relative;
  font-size: 0.16rem; /* 恢复字体大小 */
  vertical-align: top;
}

nav > ul > li > a {
  display: inline-block;
  padding: 0.16rem 0.19rem;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
}

nav > ul > li > a:hover {
  background: #fff;
  background-image: url("../image/nav-hover-line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  box-shadow: 0 0.06rem 0.18rem rgba(247, 138, 30, 0.15);
}

/* ===== 二级菜单 ===== */
nav ul li > ul {
  position: absolute;
  top: 100%;
  left: 50%;
  min-width: 100%;
  background: #fff;
  border-radius: 0.04rem;
  box-shadow: 0 0.06rem 0.18rem rgba(247, 138, 30, 0.15);
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px) translateX(-50%);
  transition: all 0.25s ease;
  z-index: 9999999;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* hover 显示二级菜单 */
nav ul li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) translateX(-50%);
}

/* ===== 二级菜单项 ===== */
nav ul li > ul li a {
  display: block;
  padding: 12px 16px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

nav ul li > ul li a:hover {
  /* background: #f78a1e1c;
  color: #f78a1e; */
  background: #fff;
  background-image: url("../image/nav-hover-line.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  box-shadow: 0 0.06rem 0.18rem rgba(247, 138, 30, 0.15);
}

.card{
  background: #FFFFFF;
  border-radius: .07rem;
  padding: 0.15rem 0.2rem;
}

footer {
  background: #E6E6E6;
  color: #656565;
  font-size: 0.14rem;
  padding: 0.32rem 0 .70rem;
  line-height: 0.31rem;
  margin-top: 0.15rem;
}
footer .link_wrapper{
  margin-bottom: 0.69rem;
}
footer .link_title{
  display: inline-block;
  font-weight: bold;
  font-size: .14rem;
  color: #656565;
  vertical-align: top;
  margin-right: 0.17rem;
}

footer .link_content{
  display: inline-block;
  vertical-align: top;
  width: 11.22rem;
  font-size: 0;
  text-align: center;
}

footer .link_content li {
  display: inline-block;
  width:25%;
}

footer .link_content li a {
  font-size: .14rem;
  color: #656565;;
}
footer p a,
footer p .year {
  font-size: .14rem;
  color: #656565;;
}
footer p {
  font-size: .14rem;
  text-align: center;
}

@font-face {
	font-family: 'AlimamaShuHeiTi';
  src: url('./AlimamaShuHeiTi-Bold.ttf') format('truetype');
}

.fixed-left-box{
  width: 1.19rem;
  position: fixed;
  top: 2.8rem;
  left: 1.34rem;
  overflow: hidden;
  z-index: 9999999;
}
.fixed-left-box > .bg-box{
  background-image: url("../image/fixed-box-bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  overflow: hidden;
}

.fixed-left-box .ai{
  display: block;
  text-align: center;
  padding: 0.1rem 0;
  margin-bottom: 0.15rem;
}
.fixed-left-box .ai img{
  width: 1.04rem;
  height: .18rem;
}
.fixed-left-box .list{
  height: 1.9rem;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; 
}
.fixed-left-box .list::-webkit-scrollbar {
  display: none;
}
.fixed-left-box .list a {
  display: block;
  color: #000;
  text-align: center;
  margin-bottom: 0.15rem;
}
.fixed-left-box .list a img{
  display: block;
  margin: 0 auto;
  width:.53rem;
  height:.53rem;
}
.fixed-left-box .list a p{
  font-size: .14rem;
  color: #1F1E1E;
  margin-top: 0.14rem;
}

.fixed-left-box .djs-titie{
  width: 1.01rem;
  background-image: url("../image/fixed-box-bg2.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  padding: 0.05rem 0;
  font-weight: bold;
  font-size: .14rem;
  color: #FFFFFF;
  line-height: .17rem;
  text-align: center;
  margin: 0 auto;
}
.djs-content{
  width: 1.01rem;
  padding: 0.04rem 0;
  margin: 0 auto;
  background: #FFFFFF;
  font-size:0;
}
.djs-content>div{
  width: 25%;
  display: inline-block;
  text-align: center;
}
.djs-content>div>span{
  display: block;
  font-weight: 600;
  font-size: .14rem;
  color: #EF681F;
}
.djs-content>div>span:nth-child(2){
  font-size: .12rem;
  color: #CCCCCC;
}

.fixed-right-adv-box{
  position: fixed;
  top: 20%;
  right: 0;
  width: .53rem;
  border-radius: .08rem 0px 0px .08rem;
  overflow: hidden;
  background: #E8E8E8;
  z-index: 99;
}
.fixed-right-adv-box > .adv-list-r-box{
  width: 100%;
  height: 2.78rem;
  overflow: hidden;
}
.fixed-right-adv-box > .adv-list-r-box img{
  width: 100%;
  height: 100%;
}
.fixed-right-adv-box a{
  display: block;
  width: 100%;
  height: 2.78rem;
  background: #E8E8E8;
  text-align: center;
  font-size: .14rem;
  color: #FFFFFF;
  overflow: hidden;
}

.fixed-right-adv-box > span{
  display: block;
  width: 100%;
  height: .26rem;
  line-height: .26rem;
  background: #E8E8E8;
  text-align: center;
  font-size: .14rem;
  color: #787878;
  cursor: pointer;
}

:root {
  --radius: .86rem;
  --item-size: .33rem;
  --duration: .45s;
}

/* 主容器 */
.fixed-right-box {
  width: 1.624rem;
  height: 1.624rem;
  position: fixed;
  top: 3rem;
  right: 1rem;
  background: url("../image/follow-bg.png") no-repeat top center;
  z-index: 999;
  background-size: 100% 100%;
}

/* 中心按钮 */
.fixed-right-box .center {
  width: .84rem;
  height: .84rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 1;
}

/* ul 容器 */
.fixed-right-box ul {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* li 项 */
.fixed-right-box li {
  --i: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--item-size);
  height: var(--item-size);
  margin: calc(var(--item-size) / -2);
  opacity: 0;
  z-index: 1;

  transform:
    rotate(calc(var(--i) * 30deg))
    translate(calc(var(--radius) * -1))
    rotate(calc(var(--i) * -30deg))
    scale(.5);

  transition:
    transform var(--duration) cubic-bezier(.22,1,.36,1),
    opacity .25s ease;
}

/* 展开 */
.fixed-right-box.open li {
  opacity: 1;
  transform:
    rotate(calc(var(--i) * 30deg))
    translate(calc(var(--radius) * -1))
    rotate(calc(var(--i) * -30deg))
    scale(1);
}
/* 层级提升，防遮挡 */
.fixed-right-box li:hover,
.fixed-right-box li.active {
  z-index: 10;
}

/* icon */
.fixed-right-box li img:first-child {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

/* 二维码 */
.fixed-right-box li img:last-child {
  position: absolute;
  width: .8rem;
  height: .8rem;
  top: .33rem;
  left: -50%;
  opacity: 0;
  transform: scale(.8);
  transition: opacity .25s ease, transform .25s ease;
  pointer-events: none;
}

/* 显示二维码 */
.fixed-right-box li:hover img:last-child,
.fixed-right-box li.active img:last-child {
  opacity: 1;
  transform: scale(1);
}

/* ie */
/* IE 模式 */
.fixed-right-box.ie li {
  top: 50%;
  left: 50%;
  margin: -0.165rem;
  opacity: 0;
  transform: scale(.5);
  transition: all .3s ease;
}

/* 展开 */
.fixed-right-box.ie.open li {
  opacity: 1;
  transform: scale(1);
}
.fixed-right-box.ie.open li.item-1 { transform: translate(-0.07rem, 0.75rem); }
.fixed-right-box.ie.open li.item-2 { transform: translate(-0.42rem, 0.62rem); }
.fixed-right-box.ie.open li.item-3 { transform: translate(-0.68rem, 0.36rem); }
.fixed-right-box.ie.open li.item-4 { transform: translate(-0.78rem,  -0.00rem); }
.fixed-right-box.ie.open li.item-5 { transform: translate(-0.68rem,  -0.36rem); }
.fixed-right-box.ie.open li.item-6 { transform: translate(-0.42rem,  -0.62rem); }
.fixed-right-box.ie.open li.item-7 { transform: translate(-0.07rem,  -0.75rem); }
.fixed-right-box.ie.open li.item-8 { transform: translate( 0.22rem,  -0.52rem); }
/* ie */


.wrapper{
    margin-top: .10rem;
    /* margin-bottom: .10rem; */
}
.wrapper > .left-wrapper{
    float: left;
    width: 8.78rem;
}
.wrapper > .right-wrapper{
    float: right;
    width: 3rem;
}


.adv-list{
    font-size: 0;
    margin-top: .15rem;
    margin-bottom: .15rem;
}
.adv-list a{
    display: inline-block;
    width: 2.1rem;
    height: 1.1rem;
    vertical-align: top;
    border-radius: .07rem;
    margin-right: .12rem;
    position: relative;
    overflow: hidden;
}
/* .adv-list a:before{
    content: "广告";
    display: block;
    position: absolute;
    bottom: 0.05rem;
    left: 0.05rem;
    font-size:.1rem;
    color: #CCCCCC;
} */
.adv-list a:hover div{
    top:0;
    background-color: rgba(0, 0, 0, 0.4); 
}
.adv-list a:hover div h4{
    margin-top: .10rem;
    font-size: .16rem;
    font-weight: 600;
}
.adv-list a:last-child{
    margin-right: 0;
}
.adv-list a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.adv-list a div{
    position: absolute;
    top:  .82rem;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: .12rem;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease-in-out;
}
.adv-list a div h4{
    text-align: center;
    font-size: .14rem;
    font-weight: 400;
    margin-bottom: .05rem;
    margin-top: .05rem;
}
.adv-list a div p{
    font-size: .12rem;
    text-align: center;
    margin-bottom: .05rem;
}


.adv-big{
    position: relative;
    border-radius: 0.04rem;
    overflow: hidden;
}
.adv-big img{
    width: 100%;
    height: 1.0rem;
    /* object-fit: cover; */
}
/* .adv-big:after{
    content: "广告";
    display: block;
    clear: both;
    width: .35rem;
    height: .19rem;
    font-size: 0.12rem;
    text-align: center;
    color:#fff;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute;
    bottom: 0;
    left: 0;
} */
.serach-and-topic{
    padding: .08rem 0;
    border-bottom: 0.02rem solid #EF681F;
}
.topic-list{
    display: inline-block;
    font-weight: 400;
    font-size: .15rem;
    color: #000000;
}
.topic-list a{
    margin-right: .1rem;
}
.serach-and-topic > .search-box{
    float: right;
    margin-top: -.05rem;
}
.serach-and-topic > .search-box input{
    width: 1.53rem;
    height: .30rem;
    font-size: .15rem;
    color: #000000;
    border-radius: 0.20rem 0 0 0.20rem;
    background-image: url("../image/search.png");
    background-repeat: no-repeat;
    background-position: .1rem center;
    padding-left: .3rem;
    vertical-align: middle;
    margin-right: -0.05rem;
}
.serach-and-topic > .search-box button{
    width: .86rem;
    height: .30rem;
    font-size: .15rem;
    color: #fff;
    border-radius: 0 0.20rem 0.20rem 0;
    vertical-align: middle;
    text-align: center;
    background-image: url("../image/search-btn.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    line-height: .30rem;
}


.funciotn_list{
    padding:.08rem .12rem .05rem;
    font-size: 0;
    margin-bottom: .1rem;
}
.funciotn_list a{
    width:.82rem;
    height:.77rem;
    display: inline-block; 
    vertical-align: top;
    margin-right: .15rem;
    margin-bottom: .15rem;
}
.funciotn_list a img{
    width: 100%;
    height: 100%;
    /* height: .91rem !important; */
    object-fit: cover;
}
.funciotn_list a:nth-child(3n){
    margin-right: 0;
}

.funciotn_list .sub-title{
    color: #313131;
    margin-bottom: .04rem;
    margin-top: -.05rem;
}
.funciotn_list .sub-title img{
    width: .19rem;
    height: .19rem;
    vertical-align: middle;
}
.funciotn_list .sub-title strong{
    font-family: "AlimamaShuHeiTi";
    font-size: .20rem;
    vertical-align: middle;
    margin:0 .15rem 0 .11rem
}
.funciotn_list .sub-title span{
    font-size: .11rem;
    color: #EF681F;
    padding: .04rem .08rem;
    border: .01rem solid #EF681F;
    border-radius: .1rem;
    vertical-align: middle;
    cursor: pointer;
}
.data_list li a{
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    font-size: .16rem;
    margin-bottom: .07rem;
    color: #272727;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
.data_list li:last-child a{
    margin-bottom: .03rem;
}
.data_list li a:before{
    content: "";
    display: inline-block;
    width: .05rem;
    height: .05rem;
    background: #C7C7C7;
    border-radius: 50%;
    margin-right: .10rem;
    vertical-align: middle;
}

.hotTopics{
    display: block;
    margin: .10rem 0;
    width: 100%;
}

.hotTopics img {
    width: 100%;
    height: 1.26rem;
    background: #fff;
}

.tab-box{
    padding: .1rem .12rem;
}
.tab-title{
    display: inline-block;
}
.tab-title:before{
    content: "";
    display: inline-block;
    width: .06rem;
    border-radius: .03rem;
    height: .23rem;
    background: #EF681F;
    margin-right: .11rem;
    vertical-align: sub;
}
.tab-title>div{
    display: inline-block;
    font-family: 'AlimamaShuHeiTi';
    font-weight: bold;
    font-size: .2rem;
    color: #C7C7C7;
    cursor: pointer;
}
.tab-title>div:nth-child(2){
    margin-left: .06rem;
}
.tab-title>div span{
    font-size: .2rem;
}
.tab-title .active{
    color: #313131 !important;
}
.tab-title .active span{
    color: #EF681F !important;
}
.tab-box > .tab-wrapper > .school-hot:nth-child(2){
   display: none;
}

.right-adv-type1{
    padding: .1rem .1rem;
    font-size: 0;
    position: relative;
    margin: .1rem 0;
}
/* .right-adv-type1::after{
    content: "广告";
    display: inline-block;
    border-radius: 0px .1rem 0px .1rem;
    background: rgba(0, 0, 0, 0.49);
    color: #fff;
    font-size: .12rem;
    padding: .03rem .06rem;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.right-adv-type1 a{
    display: inline-block;
    width: 1.37rem;
    height: 1.13rem;
    background: #DEDEDE;
    border-radius: .07rem;
    margin-right: .06rem;
    margin-bottom: .06rem;
    overflow: hidden;
    position: relative;
}
.right-adv-type1 a:nth-child(2n){
    margin-right: 0;
}
.right-adv-type1 a:nth-child(3),
.right-adv-type1 a:nth-child(4){
    margin-bottom: 0;
}
.right-adv-type1 a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.right-adv-type1 a div,
.right-adv-type2 a div,
.right-adv-type3 .on-hover div,
.right-adv-type4 .on-hover div{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top:  100%;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: .12rem;
    color: #fff;
    font-weight: 600;
    transition: all .3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.4); 
}
.right-adv-type1 a div h4,
.right-adv-type2 a div h4,
.right-adv-type3 a div h4,
.right-adv-type4 a div h4 {
  color:#fff;
  text-align: center;
  padding: .05rem;
}
.right-adv-type1 a div p,
.right-adv-type2 a div p{
  font-size: .12rem;
  text-align: center;
  margin-bottom: .05rem;
}
.right-adv-type1 a > h4,
.right-adv-type2 a > h4,
.right-adv-type3 .on-hover > h4,
.right-adv-type4 .on-hover > h4{
    text-align: center;
    font-size: .13rem;
    font-weight: 400;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
    padding: .05rem 0;
    transition: all .5s ease-in-out;
    opacity: 1;
}
.right-adv-type1 a:hover>h4,
.right-adv-type2 a:hover>h4,
.right-adv-type3 .on-hover:hover>h4,
.right-adv-type4 .on-hover:hover>h4{
    opacity: 0;
}

.right-adv-type1 a:hover div,
.right-adv-type2 a:hover div,
.right-adv-type3 .on-hover:hover div,
.right-adv-type4 .on-hover:hover div{
    top: 0;
}



.right-adv-type2{
    padding: .1rem .1rem;
    font-size: 0;
    position: relative;
    margin: .1rem 0;
}
/* .right-adv-type2::after{
    content: "广告";
    display: inline-block;
    border-radius: 0px .1rem 0px .1rem;
    background: rgba(0, 0, 0, 0.49);
    color: #fff;
    font-size: .12rem;
    padding: .03rem .06rem;
    position: absolute;
    bottom: 0;
    left: 0;
} */
.right-adv-type2 a{
    display: block;
    width: 100%;
    height: 1.13rem;
    background: #DEDEDE;
    border-radius: .07rem;
    margin-bottom: .06rem;
    overflow: hidden;
    position: relative;
}
.right-adv-type2 a:last-child{
    margin-bottom: 0;
}
.right-adv-type2 a img{
    width: 100%;
    /* height: 100%; */
    height: 1.13rem;
    object-fit: cover;
}
/* .right-adv-type2 a p{
    position: absolute;
    width: 100%;
    height: .25rem;
    text-align: center;
    line-height: .25rem;
    bottom:0;
    left: 0;
    font-size: .14rem;
    color: #fff;
    background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
} */



.right-adv-type3,
.right-adv-type4 {
    padding: .1rem .1rem;
    font-size: 0;
    position: relative;
    margin: .1rem 0;
}

/* .right-adv-type3::after,
.right-adv-type4::after{
    content: "广告";
    display: inline-block;
    border-radius: 0px .1rem 0px .1rem;
    background: rgba(0, 0, 0, 0.49);
    color: #fff;
    font-size: .12rem;
    padding: .03rem .06rem;
    position: absolute;
    bottom: 0;
    left: 0;
} */

.right-adv-type3 a:not(:first-child){
    width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: top;
    font-size: .16rem;
    margin-bottom: .1rem;
    color: #272727;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 

}

.right-adv-type3 a:not(:first-child):before{
    content: "";
    display: inline-block;
    width: .05rem;
    height: .05rem;
    background: #C7C7C7;
    border-radius: 50%;
    margin-right: .10rem;
    vertical-align: middle;
}

.right-adv-type3 a:first-child{
    display: block;
    width: 100%;
    height: 1.52rem;
    border-radius: .07rem;
    margin-bottom: .10rem;
    overflow: hidden;
    position: relative;
}

.right-adv-type4 a{
    display: block;
    width: 100%;
    height: 2.33rem;
    border-radius: .07rem;
    overflow: hidden;
    position: relative;
}

.right-adv-type3 a img,
.right-adv-type4 a img{
    width: 100%;
    /* height: 100%; */
    height: 2.33rem;
    object-fit: cover;
}

.right-adv-type3 a p,
.right-adv-type4 a p{
    /* position: absolute;
    width: 100%;
    height: .25rem; */
    text-align: center;
    line-height: .25rem;
    /* bottom:0;
    left: 0; */
    font-size: .14rem;
    color: #fff;
    /* background: linear-gradient(0deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%); */
}





.recommend {
    padding: .1rem .12rem;
}
.recommend > .mini-banner{
    display: block;
    width: 100%;
    height: 0.55rem;
    border-radius: .07rem;
    margin-bottom: .10rem;
    overflow: hidden;
    background-image: url(../image/henangaozhaoguiding-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: .25rem;
    color: #FFFFFF !important;
    line-height: .55rem;
    font-style: italic;
    text-align: center;
}
.recommend > ul {
    font-size: 0;
}
.recommend > ul li {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
}
.recommend > ul li a{
    display: block;
    vertical-align: top;
    font-size: .14rem;
    margin-bottom: .07rem;
    color: #272727;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
}
/* .recommend > ul li a:before{
    content: "";
    display: inline-block;
    width: .05rem;
    height: .05rem;
    background: #C7C7C7;
    border-radius: 50%;
    margin-right: .10rem;
    vertical-align: middle;
} */
.title{
    margin-bottom: .10rem;
}
.title span{
    font-family: 'AlimamaShuHeiTi';
    font-weight: bold;
    font-size: .2rem;
    color: #313131;
}
.title span:before{
    content: "";
    display: inline-block;
    width: .06rem;
    border-radius: .03rem;
    height: .23rem;
    background: #EF681F;
    margin-right: .11rem;
    vertical-align: sub;
}
.title a{
    float: right;
    font-size: .14rem;
    color: #CCCCCC;
}
.crumb{
    margin-bottom:.28rem
}
.crumb > img{
    width: .13rem;
    height: .13rem;
    margin: 0 .08rem 0 0;
    vertical-align: middle;
}
.crumb > span,
.crumb > a{
    font-size: .14rem;
    color: #2A2A2A;
    vertical-align: middle;
}

.m-box{
  display: none;
}
.m-blank-box{
  display: none;
}

body{
  padding-top: .71rem;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
  display: none;
}


.school-hot{
    margin-top: .15rem;
}
.school-hot a {
	display: block;
	border-bottom: 1px solid #F2F2F2;
	padding: .12rem 0;
	font-size: .16rem;
	color: #2D2D2D;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.school-hot a:last-child {
	border: none;
}

.school-hot a span {
	display: inline-block;
	font-weight: bold;
	font-size: .16rem;
	color: #BBBBBB;
	vertical-align: middle;
	margin-right: .20rem;
	width: .2rem;
}

.school-hot a:nth-child(1) span {
	color: #F23939;
}

.school-hot a:nth-child(2) span {
	color: #FB6A00;
}

.school-hot a:nth-child(3) span {
	color: #FFAF3C;
}

.school-hot a img {
	width: .28rem;
	height: .28rem;
	border-radius: 50%;
	margin-right: .11rem;
	vertical-align: middle;
}


@media screen and (max-width: 768px) {
  body{
    padding-top: 0;
  }
  .w80{
    display: none;
  }
  .w100{
    display: none;
  }
  .fixed-left-box,
  .fixed-right-box,
  .fixed-right-adv-box{
    display: none;
  }
  .m-box{
    display: block;
  }


  .m-nav-box > .m-logo-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: .2rem .14rem;
  }
  .m-nav-box > .m-logo-box > img{
    width: 2.13rem;
    height: .3rem;
  }
  .m-nav-box > .m-logo-box > img:last-child{
    width: .92rem;
    height: .24rem;
  }
  .m-nav-wrapper{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: .14rem .20rem;
    overflow-x: auto;
    background-image: url(../image/m/m-nav-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 0px .06rem .1rem 0px #FAD7A8;
  }
  .m-nav-wrapper > li{
    margin-right: .05rem;
    position: relative;
  }
  .m-nav-wrapper > li a{
    white-space: nowrap;
    font-size: .15rem;
    color: #FFFFFF;
  }
  .m-nav-wrapper > li ul {
    display: none;
    position: absolute;
    top: .32rem;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 0 .05rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.1);
  }
  .m-nav-wrapper > li ul li{
    padding: .05rem 0;
    border-bottom: 1px solid #CED6DD;
  }
  .m-nav-wrapper > li:hover ul{
    display: block;
  }
  .m-nav-wrapper .active:after{
    content: "";
    display: inline-block;
    width: 100%;
    height: .02rem;
    background: #fff;
    border-radius: .02rem;
    position: absolute;
    bottom: -.05rem;
    left: 0;
  }

  .m-nav-wrapper .menu{
    display: inline-block;
    width: .25rem;
    height: .2rem;
    margin:0;
    padding:0;
    margin-left: .05rem;
  }
  .m-nav-wrapper .menu img{
    width: 100%;
    height: 100%;
  }

  .m-nav-bottom {
    padding: .10rem .20rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .m-nav-bottom > a{
    display: inline-block;
    font-size: .15rem;
    color: #333333;
    margin-right: .10rem;
    padding: .05rem 0;
    white-space: nowrap;
  }
  .m-nav-bottom >div{
    display: inline-block;
    vertical-align: top;
    margin-right: .15rem;
    text-align: center;
    border-radius: .05rem;
    padding:0 .05rem;
    position: relative;
    white-space: nowrap;
  }
  
  .m-nav-bottom >div>span{
    display: block;
    font-size: .15rem;
    color: #333333;
    padding: .05rem 0;
  }

  .m-nav-bottom .active{
      background: #fff;
  }
  .m-nav-bottom .active span{
      font-size: .15rem;
      color: #EF681F;
      border-bottom: 1px solid #CED6DD;
  }
  .m-nav-bottom .active ul{
      display: block;
      position: absolute;
      top: .32rem;
      left: 0;
      z-index: 99;
      background: #fff;
      width: 100%;
      padding: 0 .05rem;
      box-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.1);
  }

  .m-nav-bottom >div:hover{
    background: #fff;
  }
  .m-nav-bottom >div:hover span{
    font-size: .15rem;
    color: #EF681F;
    border-bottom: 1px solid #CED6DD;
  }
  .m-nav-bottom >div:hover ul{
    display: block;
    position: absolute;
    top: .32rem;
    left: 0;
    z-index: 99;
    background: #fff;
    width: 100%;
    padding: 0 .05rem;
    box-shadow: 0 .05rem .1rem rgba(0, 0, 0, 0.1);
  }
  .m-nav-bottom > div ul{
    display: none;
  }
  .m-nav-bottom > div ul li{
    padding: .05rem 0;
    border-bottom: 1px solid #CED6DD;
    white-space: normal;
  }
  .m-nav-bottom > div ul li a{
    font-size: .15rem;
    color: #333333;
  }
   .m-nav-bottom > div ul li:last-child{
    border-bottom: none;
  }
 
  .m-blank-box{
    position: fixed;
    z-index: 49;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 9999;
  }

  .m-menu {
    width: 100%;
    font-size: 16px;
  }

  .m-menu > li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }

  .m-menu > li > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    color: #fff;
    text-decoration: none;
  }

  .m-menu .arrow {
    width: .1rem;
    height: .1rem;
    border-right: .02rem solid #fff;
    border-bottom: .02rem solid #fff;
    transform: rotate(45deg);
    transition: transform 0.3s;
  }

  .m-menu ul {
    display: none;
    background: rgba(0, 0, 0, 0.35);
  }

  .m-menu ul li a {
    display: block;
    padding: .12rem .32rem;
    font-size: .14rem;
    color: #eaeaea;
    text-decoration: none;
  }

  .m-menu li.open > ul {
    display: block;
  }

  .m-menu li.open > a .arrow {
    transform: rotate(-135deg);
  }
  .m-blank-box.show {
    display: block;
  }

  .m-close{
    text-align: right;
    padding: .1rem .10rem;
  }
  .m-close img{
    width: .2rem;
    height: .2rem;
  }

  .m-search{
    width: 1.07rem;
    height: .25rem;
    line-height: .25rem;
    background: transparent;
    border-radius: .13rem;
    border: 1px solid #EF681F;
    background-image: url(../image/m/m-search.png);
    background-size: .12rem .12rem;
    background-position: .08rem center;
    background-repeat: no-repeat;
    padding-left: .23rem;
    font-size: .12rem;
    color: #EF681F;
    outline: none;
  }
  .m-search::placeholder{
    font-size: .12rem;
    color: #EF681F;
    line-height: .25rem;

  }
  .m-footer{
    padding: .34rem .27rem;
    background: #E6E6E6;
  }
  .m-footer p,
  .m-footer .year{
    font-size: .12rem;
    color: #656565;
    line-height: .24rem;
  }
  .m-wrapper{
    padding:0 .12rem;
  }
}


@media screen and (max-width: 1780px) {
  .fixed-left-box{
    left: .20rem;
  }
  .fixed-right-box {
    top: 60vh;
    right: -30px;
  }
}