.ssk1{font-size: 18px;color: #FF9D00;height: 26px;line-height: 26px;text-align: left;padding-left: 12px;border-left: solid 1px #e3e3e3;margin-left: 10px;margin-top: 46px;width: 208px;}
.ind_qh{float: left;font-size: 12px;width: 81px;box-sizing: border-box;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;height: 38px;line-height: 37px;border: solid 1px #F5F7F9;border-bottom: 0 none;border-top: 0 none;text-align:center;cursor: pointer;}
.ind_qh a{ color: #828282;}

.ind_qh:hover{border-color:#D5D5D5;background:#fff;}
.ind_qh:hover >a{color: #FF9D00;}


.top14{margin-top: 14px;}
.title{
    font-size:24px;                
    color: #333333;
    line-height: 60px; 
    padding-left: 22px;
    box-sizing: border-box;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    background: #fff;
}
.title_more{
    font-size: 12px;
    font-weight: 400;
    margin-right: 20px;
}
.title_more a{
    color: #979797;
}
.title_more a:hover{
    color: #ff9d00;
}

/*content开始*/
.banner{width: 100%;height: 210px;background: url("/images/shuxue/banner_sx.jpg") no-repeat;overflow: hidden;cursor: pointer;}

.banul{
    display: flex;
    justify-content: space-between;
    width: 560px;
    margin: 160px 0 0 134px;
}
.banul a{
    display: block;
    width: 121px;
    height: 30px;
    background: url("/images/shuxue/banbg_sx.png")no-repeat;
    color: #03b87b;
    text-align: center;
    line-height: 27px;
    transition: .3s;
    font-size: 16px;
}
.banul .banbg2{
    background: url("/images/shuxue/banbg2_sx.png")no-repeat;
    color:#fff;
}
/* 英语banner */
.banner_yy{
    background: url("/images/shuxue/banner_yy.png") no-repeat;
}
.banner_yy .banul a{
    background: url("/images/shuxue/banbg_yy.png")no-repeat;
    color: #fe890c;
}
.banner_yy .banul .banbg2{
    background: url("/images/shuxue/banbg2_yy.png")no-repeat;
    color: #fff;
}
/* 政治banner */
.banner_zz{
    background: url("/images/shuxue/banner_zz.jpg") no-repeat;
}
.banner_zz .banul a{
    background: url("/images/shuxue/banbg_zz.png")no-repeat;
    color: #ef4726;
}
.banner_zz .banul .banbg2{
    background: url("/images/shuxue/banbg2_zz.png")no-repeat;
    color: #fff;
}










/* 新增板块 */


/* 表单版块 */
.topbck{
    display: flex;
    justify-content: space-between;
    margin-top:10px !important;
  }
  .one_from{
    width:336px;
    height: 274px;
    /*background: url("/statics/images/major/one_from.png") no-repeat;*/
    background: url("/statics/images/major/tuijian1.png") no-repeat;
    /*background: url("/uploadfile/2022/1125/tuijian.png") no-repeat;*/
    overflow: hidden;
  }
  .one_from:hover{
      cursor: pointer;
  }


  .inp{
      display: flex;
      width: 300px;
      justify-content: space-between;
      margin:166px auto 14px;
  }
.inp input::-webkit-input-placeholder{
    color: #333333;
    text-align: center;
}
.inp input:-moz-placeholder{
    color: #333333;
    text-align: center;
}
.inp input:-ms-input-placeholder{
    color: #333333;
    text-align: center;
}

  .inp input{
    width: 144px;
    height: 34px;
      background: none;
    text-align: center;
      font-size: 14px;
    border:1px solid #0b7ee9;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
  }
  .from_btn{
    width: 144px;
    height: 34px;
    background:linear-gradient(90deg,#ff9d57,#ff4e30,#f6244a,#f02e84);
    text-align: center;
    line-height: 34px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
      -webkit-border-radius: 17px;
      -moz-border-radius: 17px;
      border-radius: 17px;
  }
 
  .ont_table{
    width: 512px;
    height: 274px;  
    background: #fff;
    box-sizing: border-box;
    cursor: default;
    border:1px solid #ff9d00;
  }
  
  .ont_table th{
    height: 50px;
    font-size: 16px;
    color: #ff9d00;
    font-weight: 400;
  
  }
  .listen_title th{
    background: url("images/listen_titleimg.png") no-repeat 20px center,linear-gradient(-90deg,#ffa427,#ff7c3b);
    color: #fff;
    text-align: left;
    padding-left: 46px;
    font-size: 18px;

}
  .ont_table .ont_tabTD td{
   font-weight: 600;
  
  }
  .ont_table td{
    font-size: 14px;
    color: #333;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px dashed #e5e5e5;
  }
  .ont_table td a{
    color: #333;
  }
  .tabcolor td, .tabcolor td a{
    color: #ff9d00;
  }
/* 考研工具 */
.twobckleft{
    width: 320px;
    background: #fff;
    padding:16px 20px 0;
    padding-right: 0;
    box-sizing: border-box;
  }
  .twobckleft dt{
    font-size: 18px;
    font-weight: 700;
    color:#333;
  }
  .twobckleft dd{
    width: 60px;
    margin-top:15px;
    color:#333;
    float: left;
    margin-right: 14px;
  }
  .twobckleft dd div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    background: #e3e3e3;
    border-radius: 14px;
    margin:0 auto;
  }
  .twobckleft dd p{
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
  }
  .twobckleft .twoleftshow{
    color: #ff9d00;
  }
  .twobckleft .twoleftshow div{
    background: linear-gradient(-90deg,#ffa427,#ff7c3b);
  }






























.width100{
    width: 100%;
    background: #f5f7f9;
    padding:20px 0;
    box-sizing:border-box;
}

.region{
    padding: 20px;
    box-sizing: border-box;
    color: #666;
}
.query_erji1 li{
    display: none;
}
.region ul li{
    width: 70px;
    height: 24px;
    border: 1px solid #efefef;
    text-align: center;
    line-height: 24px;
    float: left;
    margin-right: 24px;
    border-radius: 12px;
}
.regin_show{
    padding: 20px;
    box-sizing: border-box;
    color: #666;
    background: #fff;
}
.regin_show>ul li i{
    display: inline-block;
    width:6px;
    height: 6px;
    border-radius: 50%;
    background: #fbc386; 
    margin-right: 10px;
}
.regin_show>ul{
    height: 166px;
    /* background:red; */
    padding: 10px 0;
    box-sizing: border-box;
}
.regin_show>ul li a{
    color: #808080;
    font-size: 14px;
}

.regin_ul ol{
  display: flex;
  align-items: center;
  line-height: 30px;
  justify-content: space-between;
}
.regin_ul ol a:hover{
    color: #ff9d00;
}

/* 视频大纲解析 */
#video_dg{
    padding: 0;
}
#video_dg ul{
    padding: 0;
}
#video_dg ul li{
    height: 80px;
    border-top: #efefef;
    border-bottom:1px dashed #e6e6e6;
    padding: 0 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#video_dg ul li:hover{
    background: #fff7e9;
}
#video_dg ul li:hover #ljgk{
        background: #ff9d00;
    }
    #video_dg ul li:hover #ljgk>a{
        color:#fff;
    
    }

.viedo_start{
    height: 45px;
    background:url("/images/shuxue/video_start.png") no-repeat  left center ;
    -webkit-background-size:contain;
    -moz-background-size:contain;
    -o-background-size:contain;
    -ms-background-size:contain;
    background-size:contain;
    display: flex;
    align-items: center;

}
.video_text {
    margin-left:66px; 
}
.video_text1{
    font-size: 16px;
    color: #333;
    font-weight: 500;
}
.video_text2{
    font-size: 14px;
    color: #999;
    margin-top: 10px;
}
.video_text2 span:nth-child(1){
    display:inline-block;
    width: 140px;
  }
.video_text2 span:nth-child(2){
  display:inline-block;
    margin-left: 110px;
}
#ljgk{
    width:94px;
    height: 30px;
    border-radius: 15px;
    border:1px solid #ff9d00;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    font-weight: 550;
}
#ljgk>a{
    color:#ff9d00;

}

.query_more{
    font-size: 14px;
    color: #979797;
    font-weight: 100;
    margin-right: 10px;
}
.query_more a{
    font-size: 14px;
    color: #979797;
    font-weight: 100;
    margin-right: 10px;
}
.query_more a:hover{
    color:#ff9d00;
}



/* 真题下载部分 */
/* .zt_download{
    padding: 0;

}
.zt_download>ul{
    height: 286px;
}
.mfxz{
    width: 76px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    background: #ff9d00;
    color:#fff;
    cursor: pointer;
} */
/* 院校真题查询 end */
.ggao{
    width: 100%;
    height: 100px;
    background: url("/images/shuxue/ggao.png") no-repeat;
    -webkit-background-size:cover; 
    -moz-background-size:cover; 
    -o-background-size:cover; 
    background-size:cover; 
    margin-top: 20px;
}

/* 历年真题查询 start */
.lnzt{
    clear: both;
    margin-top: 20px;
}
.calyear{
    background:#fff;
    padding:22px 0;
    box-sizing: border-box;
}



.zt_hz{
    width: 50%;
    padding-left:20px;
    box-sizing: border-box; 
}
.zt_hz_top{
    height: 200px;
    padding-right: 20px;
    border-right: 1px solid #efefef;
    margin-top: 20px;
    box-sizing: border-box;
}
.bor_none{
    border:none;
}
.zt_hz_top_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.zt_hz_topul li{
    font-size: 16px;
    float: left;
    margin-left: 24px;
    color:#666;
    cursor: default;
}
.zt_hz_topul li:nth-of-type(1){
    color:#ff9d00;
}

.zt_hz_topul i{
    display:block;
    width: 4px;
    height: 15px;
    background: #ff9d00;
    float: left;
}
.zt_hz_topul span{
    font-weight: 550;
    color:#333;
    font-size: 20px;
    margin-left: 10px;
    float: left;
}
.zt_hz_topul P{
    float: right;
}

.zt_hz_top_center{
    height: 170px;
    margin-top: 20px;
}
.zt_hz_top_ul{
    font-size: 14px;
    color: #666666;
}

.sx_show li{
    display: none;
}
.sx_show li:first-of-type{
    display: block;
}
#xzzt p span a{
    width: 76px;
    height: 20px;
    border-radius: 5px;
    background: #ff9d00;
    text-align: center;
    line-height: 20px;
    color: #fff;
}

.zt_hz_top_ul_li p{
    width: 100%;
    height: 30px;
    line-height: 30px;
    /* background:pink; */
}
.zt_hz_top_ul_li i{
    display: inline-block;
    width:6px;
    height: 6px;
    border-radius: 50%;
    background: #fbc386; 
    margin-right: 10px;
 }
.zt_hz_top_ul_li a{
    width: 450px;
   float: left;
   color: #666666;
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
}
.zt_hz_top_ul_li a:hover{
    color:#ff9d00;
}

.zt_hz_top_ul_li span{
    float: right;
 }
 #code_ul{
     display: flex;
     justify-content: space-around;
 }
#code_ul li{
    display: flex;
    flex-direction: column;
   align-items: center;
   width: 180px;
}
#code_ul li img{
    width: 105px;
}
#code_ul li p{
    text-align: center;
    margin-top:15px;
}
.more a{
    color: #979797;
}
.more a:hover{
    color: #ff9d00;

}

/* 经济学热门院校 */
.school_list li{
    width: 240px;
    /* background: red; */
    margin-bottom: 13px;
}
.school_list li:nth-of-type(odd){
    float: left;
}
.school_list li:nth-of-type(even){
    float: right;
}

.school_list li i{
    display: inline-block;
    width:6px;
    height: 6px;
    border-radius: 50%;
    background: #fbc386; 
    margin-right: 10px;
    vertical-align: middle;
 }
.school_list li>a span{
    display: inline-block;
    vertical-align: middle;
    width: 144px;
    /* background: green; */
}
.school_xq{
    display:block;
    float: right;
    width: 40px;
    height: 18px;
    border-radius: 8.5px;
    border:1px solid #ff9d00;
    text-align: center;
    line-height: 16px;
    color: #ff9d00;
    font-size:12px ;
}


/* 数学辅导课程 start */
.fdke{
width: 560px;
height: 294px;
border: 1px solid #efefef;
border-radius: 5px;
}
.bny{
    margin-left: 20px;
}
.sqy{
    margin-right: 20px;

}
.sqy{
    margin-right: 20px;

}
.sx_fdk div{
    width: 50px;
    height: 20px;
    background: url("/images/shuxue/shuxue.png") no-repeat center;
    -webkit-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color:#fff;
    display: inline-block;
}
.left20{
    margin-left: 20px;
}
.sx_fdk{
    margin-top: 40px;
    display: flex;
    align-items: center;
}
.sx_fdk span{
    font-size: 20px;
    color:#333;
    margin-left: 10px;
    /* display: inline-block; */
}

.sx_jn{
    margin-top: 20px;
}
.sx_jn span{
    display: inline-block;
    width: 52px;
    height: 22px;
    text-align: center;
    line-height: 20px;
    border:1px solid #fcede5;
    background: #fef7f3;
    color:#ee7c30;
    border-radius: 5px;
    margin-right:6px;
}

.sx_img {
    margin-top: 30px;
}
.sx_img li{
    float: left;
    display: flex;
    
    flex-direction: column;
    align-items: center;
    width: 60px;
    margin-right: 30px;
}
.sx_img li:last-of-type{
    margin-right: 0px;

}

.sx_img li img{
    display: block;
    width: 52px;
}
.sx_img li p{
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    color:#979797;
}
.bto_sx{
    height: 60px;
    border-top: 1px solid #eeeeee;
    /* background: red; */
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bto_sx span{
    display: block;
}
.bto_sx span:first-child{
    font-size: 16px;
    color:#5b5b5b;
}
.bto_sx span:last-child{
    margin-right: 20px;
    font-size: 24px;
    color:#ee7c30;
}



/* 数学辅导课程 end */
/* 数学视频 */
.sxsp{
    padding: 22px 20px;
    box-sizing: border-box;
}
.sxsp ul{
    display: flex;
    justify-content: space-between;
    }
.sxsp ul li{
width: 257px;
}
.sxsp ul li img{
    width: 100%;
}
.sxsp ul li div{
    text-align: left;
    font-size: 14px;
    color:#333;
    margin-top: 10px;
}
.sxsp ul li p{
    text-align: left;
    font-size: 14px;
    color:#999;
    margin-top: 10px;

}
/* 数学视频  end */
/* 数学师资 */
.sxsz{
    padding: 22px 20px;
    box-sizing: border-box;
    /* padding-bottom:50px;  */
}
.sxsz ul{
    display: flex;
    justify-content: space-between;
}
#lubo_dian{
bottom: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 30px;
    height: 6px;
    border-radius: 5px;
    background: #ee7c30;
}
#con2{
    height: 250px
}
#swiper_lb2{
    width:375px;
    border-radius: 5px;
    display: flex;
    text-align: left;
    justify-content: flex-start;
    align-items: center;
    position: relative; 
    overflow: hidden;
}

.jslb_img{
    position: absolute;
    top:0;
    right: 0;
}
.sxsz_text{
    width:210px;
    margin-left: 20px;
    /* background: red; */
    position: relative;
    z-index: 1;;
}
.sxsz_text p:nth-of-type(1){
    color:#333;
    font-size: 20px;
    font-weight: 550;
    line-height: 28px;
}
.sxsz_text p:nth-of-type(2){
    height: 50px;
    color:#666;
    font-size: 16px;
    font-weight: 550;
    line-height: 25px;
    overflow: hidden;
    margin-top: 15px;
}
.sxsz_text p:nth-of-type(3){
    height: 60px;
    color:#999;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    margin-top: 5px;
}
.lun2_right{
    right: -10px;
}
/* 数学师资 end*/

/* 图书轮播 */
.pad_30{
    padding-top:10px;
    padding-bottom:10px;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  #swiper_lb {
      margin-right: 0;
  }
  #swiper_lb img{
      margin-left:10px;
      width: 120px;
  }
  #swiper_lb div{
      width: 190px;
      margin-left:20px;
      text-align: left;
  }
  #swiper_lb div p:nth-of-type(1){
      font-size: 14px;
      color:#333;
      font-weight: 550;
      /* margin-top: 20px; */
  }
  #swiper_lb div p:nth-of-type(2){
      margin-top: 10px;
      font-size: 14px;
      color:#666666;
      line-height: 20px;
  }
  .lun_right{
      /* right: 0px; */
      width: 18px;
      height: 33px;
      background: url(/images/shuxue/lb_right.png) no-repeat center;

  }
  .lun_left{
    width: 18px;
    height: 33px;
      /* left: 0px; */
      background: url(/images/shuxue/lb_left.png) no-repeat center;

  }
/* 图书轮播 end */


/*热报课程开始*/
.tj1{
    width: 100%;
    background: #fff;
    padding:1px; 
}
.tj1 ul{
    display: flex;
    justify-content: space-around;
    margin-top:29px; 
}
.tj1 li{border: solid 1px #E3E3E2;padding-bottom: 10px;box-sizing: border-box;margin-bottom: 20px;}

.tj11,.tj11 img{width: 258px;height: 150px;}
.tj12{font-size: 20px;color: #333;line-height: 20px;margin-top: 9px;margin-left: 10px;}
.ol_ten>li>ul>li:hover .tj12{color: #ff9d00;}



.tj13{float: left;font-size: 14px;color: #666666;height: 30px;line-height: 30px;margin-top: 10px;margin-left: 10px;}
.tj14{float: right;font-size: 14px;color: #fff;height: 30px;line-height: 30px;margin-top: 10px;color: #FF9D00;margin-right: 10px;}



.ckxq{float: left;font-size: 14px;width:92px;height: 28px;border-radius: 5px;background:#ffece3;border:1px solid #ff9d00;line-height: 28px;margin-top: 10px;margin-left: 10px;text-align: center;}
.ckxq a{
    color: #ff6029;

}
.zxzx{float: right;font-size: 14px;width:92px;height: 28px;border-radius: 5px;background:#ff9d00;line-height: 28px;margin-top: 10px;margin-left: 10px;color:#fff;text-align: center;margin-right: 10px;cursor: pointer;}




/*信息收集开始*/
.xinxi{width: 600px;height: 440px;background-color: #FF9D00;position: fixed;top: 50%;margin-top: -220px;left: 50%;margin-left: -300px;z-index: 9999;
    display: none;
}
.xinxi1{height: 70px;font-size: 30px;color: #fff;margin-left: 30px;line-height: 70px;font-family: '宋体';font-weight: bold;}
.xinxi2{width: 580px;margin: 0px auto 0;background: #fff;padding-top: 30px;padding-bottom: 30px;}
.xinxi21{font-size: 12px;color: #666;font-family: '宋体';margin-left: 50px;}
.xinxi22{margin-left: 65px;}
.xinxi22 tr{display: block;margin: 5px auto;}
.xinxi23{font-size: 14px;color: #666;font-family: '宋体';text-align: right;}
.xinxi24 input,.xinxi24 select{width: 229px;height: 31px;line-height: 31px;font-size: 14px;color: #666;font-family: '宋体';padding-left: 5px;border: solid 1px #D6D6D6;outline:none;}
.xinxi25{font-size: 14px;color: #f00;font-family: '宋体';}
.xinxi3{height: 34px;margin-top: 24px;width: 100%;}
.xinxi3 li{float: right;}
.xinxi3 li input{display: block;padding: 0 24px;background-color: #fff;font-size: 14px;color: #666;font-family: '宋体';cursor: pointer;height: 34px;outline:none;}
.xinxi31{margin-right: 30px;}
.xinxi32{margin-right: 20px;}
/*banner表单*/
.banul .ban_li {
    width: 184px;
    height: 38px;
    border-radius: 10px;
    background: #ffffff;
    opacity: 0.8;
}

.banul .ban_li input {
    font-size: 16px;
    width: 180px;
    height: 37px;
    border:none;
    padding-left: 15px;
    background: transparent;
}
.banul .ban_last{
    width: 121px;
    height: 39px;
    background: url("/images/zhentip/zt_btn.png") no-repeat;
    overflow: hidden; 
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}
/* 数学 */
.sx_ban input::-webkit-input-placeholder {
    color: #01bc75;
    font-size: 16px;
}
.sx_ban input:-moz-placeholder {
    color: #01bc75;
    font-size: 16px;
}

.sx_ban input::-moz-placeholder{
    color: #01bc75;
    font-size: 16px;
}

.sx_ban input:-ms-input-placeholder{
    color: #01bc75;
    font-size: 16px;
}
.sx_ban input{
    color: #01bc75;
    font-size: 16px; 
}
.sx_ban .ban_last{
    color: #01bc75;
    height: 41px !important;
    background: url("/images/zhentip/sx_ban.png") no-repeat !important; 
}
/* 英语 */
.yy_ban input::-webkit-input-placeholder {
    color: #df7300;
    font-size: 16px;
}
.yy_ban input:-moz-placeholder {
    color: #df7300;
    font-size: 16px;
}

.yy_ban input::-moz-placeholder{
    color: #df7300;
    font-size: 16px;
}

.yy_ban input:-ms-input-placeholder{
    color: #df7300;
    font-size: 16px;
}
.yy_ban .ban_last{
    color: #df7300;
    height: 41px !important;
    background: url("/images/zhentip/yy_ban.png") no-repeat !important; 
}
/* 政治*/
.zz_ban input::-webkit-input-placeholder {
    color: #e1361c;
    font-size: 16px;
}
.zz_ban input:-moz-placeholder {
    color: #e1361c;
    font-size: 16px;
}

.zz_ban input::-moz-placeholder{
    color: #e1361c;
    font-size: 16px;
}

.zz_ban input:-ms-input-placeholder{
    color: #e1361c;
    font-size: 16px;
}
.zz_ban .ban_last{
    color: #e1361c;
    height: 41px !important;
    background: url("/images/zhentip/zz_ban.png") no-repeat !important; 
}
/* 右侧 */
