/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
body {
  background: #f8f8f8;
  color: #000;
}
.bck_top {
  margin-top: 30px;
}
.province {
  width: 850px;
  height: 264px;
  background: #ffffff;
  border-radius: 5px;
  padding: 25px 24px 30px;
}
.province_name {
  height: 35px;
  background: url("/statics/images/provincial/icon_province.png") no-repeat 0 center;
  background-size: 33px 35px;
  padding-left: 38px;
  font-size: 24px;
  color: #000;
  line-height: 35px;
}
.province_list {
  height: 150px;
  background: #f8f8f8;
  border-radius: 5px;
  margin-top: 24px;
  padding-top:24px ;
  position: relative;
}
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  text-align: center;
  height: 28px;
  /* 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;
}
.province_list .swiper-container{
  height: 100px;
}
.province_list .swiper-slide a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 94px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #CCCCCC;
  color: #000;
}
.province_list .swiper-slide a:hover {
  background: #ff9d00;
  border-color: transparent;
  color: #fff;
}
.province_list .swiper-pagination{
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 14px;
}
.province_list .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ff9d00;
  opacity: 0.5;
  border-radius: 50%;
  transition: width .3s;
  margin: 0 5px;
  outline: none;
}
.province_list .swiper-pagination-bullet-active {
  width: 14px;
  height: 8px;
  background: #ff9d00;
  border-radius: 4px;
  opacity: 1;
}
/* 考研工具 */
.twobckleft {
  width: 320px;
  height: 263px;
  border-radius: 5px;
  background: #fff;
  padding: 16px 20px 0;
  padding-right: 0;
  box-sizing: border-box;
}
.twobckleft dt {
  font-size: 18px;
  font-weight: 700;
  color: #ff9d00;
}
.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: 5px;
}
.twobckleft .twoleftshow {
  color: #ff9d00;
}
.twobckleft .twoleftshow div {
  background: linear-gradient(-90deg, #ffa427, #ff7c3b);
}
/* 考研工具 end */

/* 专业课列表 */
.curr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 178px;
  padding: 24px ;
}
.curr1 {
  background: url("/statics/images/provincial/currbg1.png") no-repeat;
}
.curr2 {
  background: url("/statics/images/provincial/currbg2.png") no-repeat;
}
.curr3 {
  background: url("/statics/images/provincial/currbg3.png") no-repeat;
}
.curr2 .curr_left h2 {
  color: #23e2a9;
}
.curr3 .curr_left h2 {
  color: #f78268;
}
.curr_left{
  width: 180px;
} 
.curr_left h2 {
  font-size: 26px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #ff9d00;
  line-height: 40px;
}
.curr_left p {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
}

.curr_right{
  width: 956px;
}
.curr_right a {
  width: 221px;
  height: 128px;
  margin-right: 24px;
  float: left;
}
.curr_right a img {
  display: block;
  max-width: 100%;
}
.curr_right a:last-of-type {
  margin-right: 0;
}
/* 面授轮播start */
.wk_list .swiper-slide {
  width: 221px;
  height: 128px;
}

.ms_list .swiper-slide {
  width: 221px;
  height: 128px;
}

.mspagination {
  left: 55%;
  transform: translateX(-50%);
}

.mspagination span {
  margin: 0 6px;
}

/* 面授轮播end */
.zyk_list {
  width: 1200px;
  height: 182px;
  background: #ffffff;
  border-radius: 5px;
  padding: 4px 0 0 24px ;
}
.zyk_list a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 174px;
  height: 56px;
  background: #f8f8f8;
  border-radius: 28px;
  float: left;
  margin: 20px 22px 0 0;
}
.zyk_list a img {
  width: 24px;
  height: 24px;
  margin-right: 15px;
}
.zyk_list a span {
  font-size: 20px;
  color: #333333;
}
.zyk_list a:hover {
  box-shadow: 0px 1px 12px 0px rgba(255, 157, 0, 0.2);
  background: #ffffff;
}
.zyk_list a:hover span {
  color: #FF9D00;
}

/* 热门院校 */
.teaching {
  background: #fff;
  padding-bottom: 44px;
}
.public_nav {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #eaeaea;
}
.con_title {
  float: left;
  font-size: 26px;
  color: #222;
  line-height: 60px;
  margin-left: 24px;
}
.con_line {
  display: block;
  float: left;
  width: 1px;
  height: 24px;
  background: #eaeaea;
  margin: 20px 0 0 19px ;
}
.con_title2 {
  margin-left: 19px;
}
.more {
  display: block;
  width: 77px;
  float: right;
  line-height: 60px;
  border-left: 1px solid #eaeaea;
  text-align: center;
  font-size: 16px;
  color: #999;
}
.more:hover {
  color: #ff8a00;
}
.slideSchool {
  margin: 39px auto 0;
  position: relative;
}
.school_tab {
  position: absolute;
  left: 50%;
  bottom: -22px;
  transform: translateX(-50%);
  z-index: 2;
}
.school_tab a {
  float: left;
  margin-left: 10px;
  width: 8px;
  height: 8px;
  background: #ececec;
  cursor: pointer;
  border-radius: 50%;
  transition: .4s;
}
.school_tab a.on {
  width: 14px;
  background: #ff8a00;
  border-radius: 4px;
}
.prev {
  left: 0;
}
.next {
  right: 0;
  transform: rotate(180deg);
}
.school_con {
  padding:0 20px;
}
.school_con ul{
  padding: 10px 0 !important;
}

.school_con li {
  width: 267px;
  height: 272px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px #f4f4f4;
  -moz-box-shadow: 0 0 10px #f4f4f4;
  box-shadow: 0 0 10px #f4f4f4;
  position: relative;
  padding-top: 1px;
  margin: 0 11.6px;
  overflow: hidden;
}
.school_con li:hover .school_liPos {
  display: block;
}
.hot {
  position: absolute;
  top: 0;
  right: 0;
}
.schoolimg {
  display: block;
  width: 92px;
  margin: 18px auto 14px;
}
.school_name {
  font-size: 24px;
  text-align: center;
  margin-bottom: 22px;
}
.school_honor {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.school_honor dd:first-of-type {
  margin: 0;
}
.school_honor dd {
  border-radius: 11.5px;
  float: left;
  line-height: 20px;
  margin-left: 8px;
  padding: 0 9px;
  background: #fef7f3;
  border: 1px solid #ffe9dd;
  font-size: 14px;
  color: #f5b387;
}
.school_jian {
  /* width: 233px; */
  height: 28px;
  border-radius: 5px;
  background: #f8f8f8;
  line-height: 28px;
  margin: 18px 6px 0;
  font-size: 14px;
  text-align: center;
}
.school_jian .paiming {
  margin: 0 3px 0 2px;
}
.school_liPos {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  top: 0;
  left: 0;
  border-top: 2px solid #ff8a00;
}
.school_liPos_top {
  text-align: center;
  margin: 20px auto 24px;
}
.school_liPos_top img,
.school_liPos_top span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.school_liPos_top img {
  width: 40px ;
  margin-right: 6px;
}
.school_liPos_list {
  margin: 0 30px;
}
.school_liPos_list a {
  display: block;
  width: 88px;
  height: 30px;
  border-radius: 15px;
  border: 1px solid #ff8a00;
  font-size: 14px;
  color: #666;
  text-align: center;
  line-height: 28px;
  margin-bottom: 12px;
}
.school_liPos_list a:nth-of-type(odd) {
  float: left;
}
.school_liPos_list a:nth-of-type(even) {
  float: right;
}
.school_liPos_list a:hover {
  background: #ff8a00;
  border: none;
  color: #fff;
}
.school_liPos_bto {
  display: none;
  margin-left: 30px;
}
.school_liPos_bto:first-of-type {
  display: block;
}

.school_liPos_bto dd {
  margin-top: 6px;
}
.school_liPos_bto dd i,
.school_liPos_bto dd span {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
}
.school_liPos_bto dd i {
  width: 2px;
  height: 2px;
  background: #999;
}
.school_liPos_bto dd span {
  font-size: 14px;
  color: #999;
}
.school_liPos_bto dd:hover i {
  background: #ff8a00;
}
.school_liPos_bto dd:hover span {
  color: #ff8a00;
}
.study {
  width: 850px;
  height: 309px;
  overflow: hidden;
}
.info_tablist {
  margin: 0 0 22px 24px ;
}
.info_tablist li {
  width: 98px;
  height: 26px;
  border: 1px solid #ff8a00;
  border-radius: 13px;
  text-align: center;
  line-height: 24px;
  float: left;
  margin-left: 18px;
  color: #ff8a00;
}
.info_tablist li:first-of-type {
  margin-left: 0;
}
.info_tablist .info_show {
  background: #ff9d00;
  color: #fff;
}
.message {
  margin-top: 24px;
}
.info_right {
  float: left;
  margin-left: 24px;
  width: 524px;
  border-right: 1px solid #eaeaea;
}
.info_right ul:first-of-type {
  display: block;
}
.info_right ul {
  display: none;
}
.info_right ul li {
  margin-top: 14px;
}
.info_right ul li span,
.info_right ul li i {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: middle;
  font-size: 14px;
}
.info_right ul li i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #ff8a00;
}
.info_right ul li span:first-of-type {
  width: 360px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666;
  margin-left: 4px;
}
.info_right ul li span:last-of-type {
  color: #999;
  margin-left: 35px;
}
.info_right ul li:first-of-type {
  margin-top: 0;
}
.info_lun {
  width: 258px;
  height: 150px;
  border-radius: 5px;
  position: relative;
  margin-right: 20px;
}
.in_luntab {
  position: absolute;
  right: 2px;
  bottom: 10px;
}
.in_luntab span {
  display: block;
  width: 8px;
  height: 8px;
  background: #f8f8f8;
  opacity: 0.5;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
  transition: width .3s;
}
.in_luntab .on {
  width: 14px;
  background: #ffffff;
  border-radius: 4px;
  opacity: 1;
}
.fractional {
  width: 320px;
  height: 309px;
  background: #ffffff;
  border-radius: 5px;
  padding: 19px 0 0 21px;
}
.fractional h4 {
  font-size: 18px;
  color: #ff9d00;
  line-height: 40px;
}
.fractional h4 a{
    font-size: 18px;
    color: #ff9d00; 
}
.fract_year {
  margin: 8px 0;
}
.fract_year a {
  display: block;
  width: 60px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  background: #f8f8f8;
  border-radius: 12px;
  float: left;
  color: #333;
  font-size: 14px;
  margin-right: 12px;
}
.fract_year a:hover {
  background: #ff9d00;
  color: #fff;
}
.school_list {
  position: relative;
  margin-top: 8px;
}
.school_item a {
  display: block;
  width: 81px;
  height: 24px;
  line-height: 24px;
  background: #f8f8f8;
  border-radius: 12px;
  text-align: center;
  color: #333333;
  font-size: 14px;
  float: left;
  margin: 0 17px 10px 0;
}
.school_item a:hover {
  background: #ff9d00;
  color: #fff;
}
.school34_tab {
  display: flex;
  justify-content: center;
  left: 0;
  right: 0;
  bottom: -8px;
}
.school34_tab span {
  background: #ff9d00;
}
.school34_tab .on {
  background: #ff9d00;
}
.public_navTab .con_title_color {
  color: #FF9D00;
}
.Article_list ul {
  display: none;
}
.Article_list ul:first-of-type {
  display: block;
}
.Article_list li {
  width: 25%;
  padding: 0 24px;
  border-right: 1px solid #eaeaea;
  float: left;
}
.Article_list li:last-of-type {border-right: none;}

.Article_list li h4 {
  font-size: 18px;
  line-height: 40px;
}
.Article_list li h4 a {
  color: #666;
}
.Article_list li h4 a:hover {
  color: #FF9D00;
}
.Article_list li h4::before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 14px;
  background: #ff8a00;
  opacity: 0.5;
  margin-right: 6px ;
  position: relative;
  top: 1px;
}
.Article_list li > a {
  display: flex;
  align-items: center;
}
.Article_list li > a i,
.Article_list li > a span {
  display: block;
}
.Article_list li > a i {
  width: 3px;
  height: 3px;
  background: #ff8a00;
  border-radius: 1px;
}
.Article_list li > a span {
  margin-left: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  color: #666666;
  line-height: 40px;
}
.Article_list li > a span:hover {
  color: #FF9D00;
}



/* 热报课程 */
.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;
}


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