body {
  background: #f7f8fe !important;
  max-width: 1920px;
  margin: 0 auto;
  overflow-x: hidden;
  font-family: MicrosoftYaHei, '微软雅黑', 'PingFang SC', '苹方',
    'Source Han San', '思源黑体' !important;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.cb,
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.page1 {
  margin: 20px auto;
  position: relative;
}
.page1__con {
  width: 895px;
  float: left;
}
.page1__side {
  width: 285px;
  float: right;
}
.bj_list > li {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 26px;
  font-size: 15px;
}
.bj_list > li:nth-child(1),
.bj_list > li:nth-child(2) {
  padding-left: 32px;
  position: relative;
}
.bj_list > li:nth-child(1)::after,
.bj_list > li:nth-child(2):after {
  content: '';
  width: 27px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/hot3@2x.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.bj_list em {
  font-style: normal;
}
.bj_list a:hover,
.bj_list em:hover {
  color: #fe0f09;
}
.banners {
  width: 590px;
  height: 350px;
  margin-bottom: 20px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 8px;
  float: left;
}
.banners2 {
  width: 895px;
  height: 375px;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  margin-bottom: 20px;
}
.banners2 img {
  display: block;
  width: 100%;
}
.banners a.banner:focus {
  outline: 0;
}
.banners:hover .bannersArrow--next,
.banners:hover .bannersArrow--prev,
.news__position:hover .bannersArrow--next,
.news__position:hover .bannersArrow--prev {
  opacity: 1;
}
.bannersArrow--next,
.bannersArrow--prev {
  font-size: 18px;
  position: absolute;
  top: 50%;
  z-index: 5;
  color: #fff;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  opacity: 0;
  cursor: pointer;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.1);
  line-height: 52px;
  text-align: center;
}
.bannersArrow--next:hover,
.bannersArrow--prev:hover {
  background: rgba(0, 0, 0, 0.5);
}
.bannersArrow--prev {
  left: 10px;
  -webkit-transform: translateY(-50%) scale(-1, 1);
  -ms-transform: translateY(-50%) scale(-1, 1);
  transform: translateY(-50%) scale(-1, 1);
}
.bannersArrow--next {
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.banner {
  display: block;
}
.banner img {
  display: block;
  height: 100%;
}
.banner_list {
  float: left;
}
.header2Center {
  margin-right: 20px;
  float: left;
  width: 470px;
  height: 150px;
  position: relative;
}
.header2Box {
  width: 470px;
  height: 160px;
  background-image: url(../img/jptk2.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-top: 35px;
  transform: scale(1);
  transition: all 0.5s;
}
.header2Box:after {
  content: '';
  display: block;
  clear: both;
}

.header2Box:hover,
.ztk2:hover {
  transform: scale(1.05);
  transition: all 0.5s;
}
.ztk2 {
  display: block;
  float: left;
  width: 405px;
  height: 150px;
  transform: scale(1);
  transition: all 0.5s;
}
.ztk2 > img {
  width: 100%;
}
.news__box {
  width: 920px;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}
.news__box:after {
  content: '';
  display: block;
  clear: both;
}
.news__position {
  width: 590px;
  height: 350px;
  float: left;
  margin: 0 20px 20px 0;
  transform: translateY();
  box-shadow: 0 0 0 0 transparent;
  transition: all 0.5s;
  border-radius: 12px;
  overflow: hidden;
}
.news__position2 {
  width: 100%;
  height: 375px;
}
.news__position:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
  box-shadow: 0 0 15px 0 #0000001a;
}
.news__position a {
  display: block;
  overflow: hidden;
  border-radius: 12px;
}
.news__position .slick-list {
  overflow: hidden;
}
.news__position .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1px;
  background: rgba(46, 46, 46, 0.5);
  padding: 3px 4px;
  border-radius: 8px;
}
.news__position .slick-dots > li {
  display: inline-block;
}
.news__position .slick-dots > li > button {
  color: transparent;
  padding: 0;
  border-radius: 50%;
  border: none;
  width: 8px;
  height: 8px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  margin: 0 2.5px;
}
.news__position .slick-dots > .slick-active > button {
  width: 25px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.9);
}
.page1_bottom {
  font-size: 1px;
}
.news__position img {
  display: block;
  max-width: 100%;
}
.news__position2 img {
  width: 100%;
}
.page1_bottom_left {
  margin-right: 20px;
}
.page1_bottom_left,
.page1_bottom_right {
  float: left;
  display: inline-block;
  cursor: pointer;
  position: relative;
  transform: scale(1);
  transition: all 0.5s;
}
.page1_bottom_left:hover {
  transform: scale(1.05);
}
.page1_bottom_right:hover {
  transform: scale(1.05);
}
.page1_bottom_left img {
  width: 470px;
}
.page1_bottom_right img {
  height: 150px;
  width: 100%;
}
.news__position-list {
  width: 285px;
  height: 350px;
  background: #ffffff;
  border-radius: 12px;
  float: left;
  margin: 0 20px 20px 0;
  cursor: pointer;
  transform: translateY();
  transition: all 0.5s;
  padding: 15px 20px 20px;
}
.news__position-list:hover {
  transform: translateY(-5px);
  transition: all 0.5s;
  box-shadow: 0 0 15px 0 #0000001a;
}
.news__position-title {
  display: -webkit-box;
  height: 56px;

  font-weight: 700;
  font-size: 18px;
  color: #2e2e2e;
  line-height: 28px;
  margin-bottom: 10px;
  -webkit-line-clamp: 2; /* 控制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; /* 当文本溢出时显示省略号 */
}
.news__position-title2 {
  font-size: 14px;
  color: #6f758f;
  margin-bottom: 13px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news__position-title3 {
  height: 65px;
}
.news__position-title3 span {
  display: inline-block;
  background-image: linear-gradient(270deg, #fde8d7 2%, #feebde 99%);
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
  color: #8d2f16;
  text-align: center;
  margin-bottom: 3px;
}
.news__position-list:hover .news__position-title {
  color: #fe0f09;
}
.price_box {
  border-top: 1px solid #e6e6ef;
  padding-top: 20px;
}
.price_box .price {
  width: 100%;
}
.originalPrice {
  font-size: 14px;
  color: #999eb5;
  text-align: right;
  line-height: 1;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.people {
  float: left;

  font-size: 12px;
  color: #999eb5;
  text-align: left;
  line-height: 24px;
}
.price_num {
  float: right;
  color: #ef4545;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: right;
}
.price_num > span {
  font-size: 10px;
}
.Preview_box {
  width: 1200px;
  margin: 30px auto;
}
.Preview_title {
  font-weight: 700;
  font-size: 28px;
  color: #2e2e2e;
  text-align: left;
  margin-bottom: 20px;
}
.Preview_content {
  width: 1200px;
  height: 506.44px;
  border-radius: 12px 0 0 12px;
  overflow: hidden;
}
.Preview_content-left {
  float: left;
  width: 900px;
  height: 506.44px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/bg_play2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border-radius: 12px 0 0 12px;
  cursor: pointer;
  position: relative;
}
.cc_play2024 {
  width: 60px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-image: url('//static.wangxiao.cn/2024/newPc/img/ccplay.png');
  background-repeat: no-repeat;
  background-size: 100%;
}
.Preview_content-right {
  float: right;
  width: 300px;
  height: 507px;
  background: #33323a;
  border-radius: 0 12px 12px 0;
  padding: 33px 15px;
}
.Preview_listTitle {
  margin-bottom: 22px;

  font-weight: 700;
  font-size: 18px;
  color: #e0e1e8;
}
.Preview_list {
  font-size: 0px;
  height: 410px;
  overflow-y: auto;
}
.play {
  max-width: 255px;
  float: left;
  display: inline-block;
  padding: 8px 25px;
  border: 0.5px solid #a1a4b5;
  border-radius: 21px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #e1e6ee;
  letter-spacing: 0;
  text-align: center;
  cursor: pointer;
  margin: 0 15px 20px 0;
}
.play_start {
  background: #fe0f09;
  border: 0.5px solid #fe0f09;
}
.play:hover {
  background: #fe0f09;
  border: 0.5px solid #fe0f09;
}
.news__position-list .teacher_box-list {
  margin: 42px 0 25px;
  height: 57px;
  overflow: hidden;
}
.news__position-list .teacher_box {
  margin: 0 0 50px;
  height: 57px;
  overflow: hidden;
}
.news__position-list .teacher_list {
  margin-right: 10px;
  float: left;
}
.news__position-list .teacher_list > img {
  width: 40px;
  height: 40px;
  display: block;
  margin: 0 auto 5px;
  border-radius: 50%;
  background-color: #cfd1d8;
}
.news__position-list .teacher_list > span {
  display: block;

  font-size: 12px;
  color: #999eb5;
  text-align: center;
  line-height: 1;
}
.price_box-list {
  border-top: 1px solid #e6e6ef;
  padding-top: 20px;
}
.originalPrice-list {
  font-size: 14px;
  color: #999eb5;
  text-align: right;
  line-height: 1;
  margin-bottom: 5px;
  text-decoration: line-through;
}
.people-list {
  float: left;

  font-size: 12px;
  color: #999eb5;
  text-align: left;
  line-height: 24px;
}
.people-coupon {
  width: 18px;
  height: 18px;
  background-image: linear-gradient(180deg, #fd7739 0%, #ff2727 100%);
  border: 0.5px solid #fbb9b9;
  border-radius: 5px;
  font-family: AlimamaAgileVF-Bold;
  font-weight: 700;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 16px;
  margin-left: 5px;
  display: inline-block;
}
.price_num-list {
  float: right;
  color: #ef4545;
  font-size: 24px;
  letter-spacing: 0;
  font-weight: 700;
  text-align: right;
}
.price_num-list > span {
  font-size: 10px;
}
.news__position-tag {
  width: 100.44px;
  height: 30px;
  background-image: url(//static.wangxiao.cn/2024/newPc/img/tag.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  line-height: 36px;
  padding-left: 9px;
  color: #fff;

  font-size: 12px;
}
.news__center {
  float: left;
  margin: 0 40px;
}
.news__courseName {
  color: #333333;
  font-size: 18px;
}
.news__courseList:after {
  content: '';
  display: block;
  clear: both;
}
.news__courseList li {
  width: 192px;
  float: left;
  transition: all 0.5s;
}
.bannerDots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
}
.bannerDots li {
  width: 30px;
  height: 4px;
  display: inline-block;
  margin: 0 5px;
}
.bannerDots button {
  outline: 0;
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  font-size: 0;
}
.bannerDots .slick-active button {
  background: #fff;
}
.recent {
  border-bottom: 1px solid #eee;
  position: relative;
  margin: 0px 0 130px 0;
  float: left;
  padding: 0;
}
.recentItem {
  text-align: center;
  float: left;
  list-style: none;
  cursor: pointer;
  margin-right: 40px;
}
.recentItem--focus .recent__h1 {
  position: relative;
  font-weight: 700;
}
.recentItem--focus .recent__h1::before,
.rn__item--focus a::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 5px;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  background: #fe0f09;
  border-radius: 2.5px;
}
.rn__item--focus a::before {
  bottom: -11px;
}
.recentItem--focus .recent__box {
  display: block;
}
.recent__h1 {
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
  padding-bottom: 11px;
}
.recent__box {
  display: none;
  position: absolute;
  top: 30px;
  left: 0;
  text-align: left;
}
.recent__h2 {
  font-weight: 700;
  height: 25px;
  font-size: 18px;
  color: #fe0f09;
  margin: 18px 0 7px 29px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  line-height: 21px;
}
.recent__h2:hover {
  /* border-bottom: 1px solid #fe0f09; */
}
.recent__h2::before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: -25px;
  top: 0;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/hotlist.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.recent .subNews {
  line-height: 30px;
}
.recent .subNews a {
  font-size: 15px;
  color: #42434b;
}
.recent .subNews a:hover {
  color: #fe0f09;
  /* border-bottom: 1px solid #fe0f09; */
}
.rn {
  float: left;
}
.rn__list {
  margin-bottom: 13px;
  border-bottom: 1px solid #e6e6ef;
  padding: 0 0 11px 0;
}
.rn__item {
  float: left;
  font-weight: 700;
  color: #333;
  font-size: 12px;
  line-height: 20px;
  margin: 0 20px 0 0;
}
.rn__h1 {
  width: 9em;
}
.rn__item a {
  display: block;
  font-size: 18px;
  color: #2e2e2e;
  text-align: center;
}
.rn__item a:hover {
  text-decoration: none;
}
.rn__item--focus a {
  position: relative;
  font-weight: 700;
}
.rn__itemTime {
  float: right;
}
.recentNews_box2 a {
  font-size: 16px;
  color: #2e2e2e;
  margin-right: 20px;
  line-height: 20px;
}
.rn__content {
  display: none;
}
.rn__content li {
  line-height: 2.1;
  position: relative;
  text-indent: 16px;
}
.rn__content li a {
  font-size: 15px;
  color: #42434b;
  text-decoration: none;
}
.rn__content li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background: #999;
  border-radius: 50%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.rn__content li a:hover {
  color: #fe0f09;
}
.rn__content li:after {
  content: '';
  display: block;
  clear: both;
}
.rn__time {
  float: right;
  color: #6f758f;
}
.userCard {
  height: 164px;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
}
.userCard__info {
  font-size: 0;
}
.userCard__avatar {
  width: 68px;
  height: 68px;
  background-color: #ddebff;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.userCard__avatar img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.userCard__desc {
  vertical-align: middle;
  display: inline-block;
}
.userCard__desc p {
  color: #333;
  font-size: 16px;
  line-height: 24px;
}
.userCard__btns {
  margin-top: 20px;
}
.userCard__btns a,
.userCard__btns div {
  font-size: 16px;
  width: 48%;
  height: 36px;
  line-height: 36px;
  border-radius: 6px;
  text-align: center;
  cursor: pointer;
}
.userCard__btns a:after,
.userCard__btns div:after {
  content: '';
  display: block;
  clear: both;
}
.userCard__login {
  background-color: #ef4545;
  color: #fefefe;
  border: solid 1px transparent;
  float: left;
}
.userCard__login:hover {
  background-color: #ff5656;
}
.userCard__reg {
  border: solid 1px #ef4545;
  background-color: #fff;
  color: #ef4545;
  float: right;
}
.userCard__myCourse,
.userCard__shoppingCart {
  border: 1px solid #ef4545;
  border-radius: 6px;
  background-color: #fff;
  width: 118px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  color: #ef4545;
  text-align: center;
  display: block;
}
.userCard__myCourse:hover,
.userCard__shoppingCart:hover {
  background: #ef4545;
  border-color: #ef4545;
  color: #fff;
}
.userCard__myCourse {
  float: left;
}
.userCard__shoppingCart {
  float: right;
}
.time_car {
  width: 285px;
  height: 150px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/gzhred@2x.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  padding: 13px 20px;
  margin-bottom: 20px;
}
.time_car-tit {
  font-weight: 700;
  font-size: 16px;
  color: #fdf1c4;
  text-align: center;
  margin-bottom: 7px;
  height: 28px;
  line-height: 28px;
}
.time_car-code {
  width: 90px;
  height: 90px;
  display: inline-block;
  float: left;
  border-radius: 8px;
  padding: 3px;
  background: #fff;
}
.time_car-code img {
  width: 100%;
  border-radius: 8px;
}
.time_car-countdown {
  display: inline-block;
  font-size: 14px;
  color: #344049;
  line-height: 24px;
  padding-top: 15px;
  padding-left: 6px;
}
.countdown {
  margin-bottom: 10px;
  color: #faf2e1;
}
.time_hours,
.time_minutes,
.time_seconds {
  width: 24px;
  height: 24px;
  display: inline-block;
  background-image: linear-gradient(180deg, #fff6e8 0%, #fee1b7 100%);
  border-radius: 5px;
  margin: 0 4px;
  font-size: 14px;
  color: #9f0b08;
  text-align: center;
  line-height: 24px;
}

.time_car-num {
  padding-left: 4px;

  font-size: 13px;
  color: #ffe3bf;
  text-align: left;
  line-height: 1;
  margin-bottom: 5px;
}
.time_car-pople {
  color: #ffe3bf;
}
.leftTimeBox {
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/bg_timered.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
  padding: 26px 10px 15px;
}
.leftTimeBox2 {
  width: 285px;
  height: 375px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/time_bg3.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding: 26px 10px 15px;
  border-radius: 12px;
}
.leftTimeEnd {
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/time_bg2.png);
}
.left_center {
  width: 265px;
  height: 260px;
  margin: 15px auto 0;
  background: #ffffff;
  border-radius: 8px;
  padding: 8px 3px;
}
.left_center > a {
  width: 86px;
  display: block;
  float: left;
  padding: 10px;
  border-right: 1px solid #f2f4f9;
  border-bottom: 1px solid #f2f4f9;
}
.left_center > a:hover img,
.left_center > a:hover span {
  transform: translateY(-5px);
}
.left_center > a:nth-child(3n) {
  margin-right: 0;
  border-right: none;
}
.left_center > a:nth-child(7),
.left_center > a:nth-child(8),
.left_center > a:nth-child(9) {
  border-bottom: none;
}
.left_center > a > img {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto 5px;
  transition: all 0.5s;
  transform: translateY(0);
}
.left_center > a > span {
  text-align: center;
  font-size: 13px;
  color: #42434b;
  display: block;
  transition: all 0.5s;
  transform: translateY(0);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Selection {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}
.Selection_title {
  font-weight: 700;
  font-size: 28px;
  color: #2e2e2e;
  margin-bottom: 28px;
}
.Selection2 {
  width: 1200px;
  margin: 0 auto;
}
.Selection2 > a:last-child .news__position-list {
  margin-right: 0;
}
.Selection2 .Selection_content a:nth-child(4n) .news__position-list {
  margin-right: 0;
}
.Selection_content > .banners_list:nth-child(4n) .news__position-list {
  margin-right: 0;
}
.ke_more {
  font-weight: 100;
}

.leftTime {
  margin: 0 auto 20px;
}
.leftTime__text {
  width: 100%;
  font-weight: 700;
  font-size: 22px;
  color: #2e2e2e;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-left: 5px;
}
.leftTime__num {
  height: 46px;
  background: url(../img/leftTime__num.png) no-repeat center;
  background-size: contain;
  color: #fff;
  font-size: 32px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  padding: 0 0 0 57px;
  letter-spacing: 27px;
  margin: 10px 0 0;
  text-align: center;
  line-height: 46px;
}
.leftTime__num2 {
  margin-top: 10px;
  font-weight: 700;
  font-size: 20px;
  color: #2e2e2e;
  text-align: left;
  padding-left: 5px;
}

.ishundreds,
.istens,
.isones {
  width: 21px;
  height: 27px;
  display: inline-block;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/time@2x.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  text-align: center;
  line-height: 27px;

  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-right: 3px;
}
.leftTime__num2 > span:first-child {
  margin-right: 7px;
}
.leftTime__num2 > span:last-child {
  font-weight: 700;
  font-size: 16px;
  color: #2e2e2e;
}
.timeLine {
  padding: 0 0 20px 26px;
  width: 265px;
  height: 560px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  position: relative;
}
.timeLine__item--focus .timeLine__flag {
  font-weight: 700;
  font-size: 18px;
  padding-left: 5px;
  color: #fe0f09;
}
.timeLine__item--focus .timeLine__flag:before {
  border: 6px solid #ffe0e0;
}
.timeLine__item--focus .timeLine__flag:after {
  border: 3px solid #fe0f09;
}
.timeLine__hd {
  margin: 20px auto 4px;
  font-size: 0px;

  font-size: 13px;
  color: #6f758f;
}
.timeLine__hd:after {
  content: '';
  display: block;
  clear: both;
}
.timeLine__hd > a {
  line-height: 28px;
  color: #fe0f09;
}
.solid {
  width: 1px;
  height: 393px;
  background: #d6d7e1;
  position: absolute;
  left: 10px;
  top: 35px;
}
.timeLine__flag {
  /* width: 80px; */
  position: relative;
  font-weight: 700;
  font-size: 18px;
  color: #2e2e2e;
  display: inline-block;
  padding-left: 5px;
}
.timeLine__flag:after,
.timeLine__flag:before {
  content: '';
  position: absolute;
}
.timeLine__flag:before {
  z-index: 1;
  width: 0;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
  left: -21px;
  border-radius: 50%;
}
.timeLine__flag:after {
  z-index: 2;
  width: 0;
  height: 0;
  border: 3px solid #999;
  top: 50%;
  transform: translateY(-50%);
  left: -18px;
  border-radius: 50%;
}
.timeLine__nav {
  font-size: 0;
  position: relative;
  left: -6px;
}
.timeLine__link {
  font-size: 12px;
  color: #344049;
  letter-spacing: 0;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  width: 30%;
  text-align: center;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #bdc0cf;
  margin: 6px 2.5px;
  line-height: 28px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.timeLine__link:hover {
  background: #fe0f09;
  border: 1px solid #fe0f09;
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}
.tk {
  display: block;
  margin-top: 20px;
  height: 290px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/tkred.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
  transform: translateY(0px);
  transition: all 0.5s;
}
.tk:hover {
  transform: translateY(-5px);
}
.tk2 {
  display: inline-block;
  margin-top: 20px;
  width: 285px;
  height: 250px;
}
.tk2 > img {
  width: 100%;
}
.grid__bj {
  padding: 14px 20px !important;
}
.grid__live {
  width: 40%;
  margin-right: 20px;
}
.grid__recent {
  width: 100%;
}
.grid__recent-box {
}
.recentNews {
  width: 590px;
  height: 230px;
  background: #ffffff;
  border-radius: 12px;
  position: relative;
  padding: 14px 20px;
}
.grid__recent2024 {
  width: 590px;
  height: 170px;
  background: #ffffff;
  border-radius: 12px;
  float: left;
  padding: 14px 17px 14px 20px;
  margin-bottom: 20px;
}
.live {
  width: 285px;
  height: 420px;
  border-radius: 12px;
  float: left;
  padding: 12px 0 13px 15px;
  position: relative;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/live4.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.live2 {
  width: 285px;
  height: 420px;
  background: #ffffff;
  border-radius: 12px;
  float: left;
  padding: 14px 20px 15px;
  position: relative;
}
.liveTab__name {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-align: left;
  padding-left: 33px;
  position: relative;
  margin-bottom: 20px;
}
.Tab__name {
  font-weight: 700;
  font-size: 18px;
  color: #222222;
  text-align: left;
  position: relative;
  margin-bottom: 19px;
}
.Tab__name img {
  margin-right: 5px;
  vertical-align: text-top;
}
.liveTab__name::before {
  content: '';
  width: 35px;
  height: 35px;
  position: absolute;
  left: -2px;
  top: -7px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/live2.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.liveCon1 {
  width: 245px;
  height: 355px;
  overflow-y: auto;
}
.is_liveImg {
  width: 285px;
  height: 420px;
  position: absolute;
  left: 0;
  top: 0;
}
.liveTab .slick-current .liveTab__item--live i {
  background: url(../img/liveIcon1--hover.png) no-repeat center;
  background-size: cover;
}
.liveTab .slick-current .liveTab__item--doc i {
  background: url(../img/liveIcon2--hover.png) no-repeat center;
  background-size: cover;
}
.liveTab .slick-current .liveTab__item--course i {
  background: url(../img/liveIcon3--hover.png) no-repeat center;
  background-size: cover;
}
.liveTab__item {
  background-color: #f6f6f6;
  padding: 14px 0;
}
.liveTab__item i {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.liveTab__item--live i {
  width: 32px;
  height: 32px;
  background: url(../img/liveIcon1.png) no-repeat center;
  background-size: cover;
}
.liveTab__item--doc i {
  width: 30px;
  height: 32px;
  background: url(../img/liveIcon2.png) no-repeat center;
  background-size: cover;
}
.liveTab__item--course i {
  width: 32px;
  height: 32px;
  background: url(../img/liveIcon3.png) no-repeat center;
  background-size: cover;
}
.liveTab .slick-track {
  -webkit-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}
.liveTab .slick-active {
  border-top: 2px solid #ddd;
}
.liveTab .slick-current {
  border-top: 2px solid red;
}
.liveCon {
  height: 380px;
  overflow: hidden;
}
.liveMask {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
}
.liveMaskBox {
  width: 413px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
.liveMaskBox > img {
  width: 100%;
  height: 100%;
}
.liveMaskBox--close {
  width: 24px;
  height: 24px;
  background-image: url(//static.wangxiao.cn/2024/newPC/img/show_close.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  right: 9px;
  top: 9px;
  cursor: pointer;
}
.liveRec {
  height: 460px;
  padding: 20px 24px 0;
}
.liveRec__h1 {
  background: url(https://static.wangxiao.cn/newPC/img/fzy_2.png) no-repeat
    center;
  width: 106px;
  height: 27px;
  margin-bottom: 16px;
}
.liveRecList li {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  border-bottom: 1px dashed #f1f1f1;
}
.liveRecList em {
  font-style: normal;
}
.liveRecList a {
  line-height: 42px;
}
.lc1:after {
  content: '';
  display: table;
  clear: both;
}
.lc1:after {
  content: '';
  display: table;
  clear: both;
}
.lc1:after {
  content: '';
  display: block;
  clear: both;
}
.lc1:after {
  content: '';
  display: block;
  clear: both;
}

.lc1__item {
  width: 255px;
  background: #fff;
  border-radius: 10px;
  padding: 11px 10px 9px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}
.lc1__item:hover .lc1__name {
  color: #fe0f09;
}
/* .lc1__item ~ .lc1__item {
  border-top: 1px dashed #eee;
} */
.lc1__avatar {
  vertical-align: middle;
  font-size: 0px;
  height: 25px;
  position: relative;
  /* overflow: hidden; */
  padding-top: 2px;
  z-index: 2;
}
.avatarClass::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 23px;
  height: 23px;
  left: 0px;
  top: 60px;
  border-radius: 50%;
  background-color: #fff;
  border: 0.5px solid #fe0f09;
  animation-name: example;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

.lc1__avatarBox {
  display: inline-block;
  width: 23px;
  height: 23px;
  overflow: hidden;
  border-radius: 50%;
  border: 0.5px solid #eee;
  background-color: #fff;
  margin-right: 10px;
  position: relative;
  z-index: 2;
  top: 58px;
}

.lc1__avatar img {
  display: block;
  width: 100%;
}
.lc1__teacher {
  /* width: 50px; */
  text-align: center;
  font-size: 12px;
  color: #2e2e2e;
  display: inline-block;
  position: relative;
  top: 57px;
  transform: translateY(-50%);
}
.lc1__con {
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  margin: 5px 0 11px;
}
.lc1__label {
  padding: 2px 3px;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 5px;
  display: inline-block;
  font-size: 14px;
  color: #6f758f;
}
.lc1__time {
  display: inline-block;
  line-height: 26px;
  position: relative;
  top: -60px;
}
.lc1__time p {
  font-size: 12px;
}
.lc1__time--now .lc1__label {
  display: none;
}
.lc1__time--now2024 .lc1__btn {
  color: #ffffff;
  background-image: linear-gradient(270deg, #f70808 0%, #fb5a5a 98%);
  border-radius: 17px;
}
.lc1__time--now2024 .lc1__label {
  width: 36px;
  height: 13px;
  text-align: center;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 9px;
  color: #ffffff;
  background-image: linear-gradient(270deg, #f70808 0%, #fb5a5a 98%);
  border-radius: 20px 20px 20px 0;
  line-height: 13px;
}
.lc1__time--future p {
  color: #2e2e2e;
  padding-right: 0;
}
.lc1__date {
  color: #2e2e2e;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}
.lc1__name {
  font-weight: 700;
  font-size: 16px;
  color: #2e2e2e;
}
.lc1__Tit2024 .lc1__name {
  font-weight: 700;
  font-size: 14px;
  color: #fe0f09;
}
.lc1__type {
  width: 130px;

  font-size: 12px;
  color: #2e2e2e;
  position: absolute;
  top: 50%;
  left: 96px;
  transform: translateY(-50%);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.lc1__tool {
  height: 26px;
}
.lc1__btn {
  display: inline-block;
  width: 80px;
  text-align: center;
  height: 26px;
  border: 0.5px solid #fe0f09;
  border-radius: 17px;
  color: #ef4545;
  font-size: 14px;
  line-height: 26px;
  cursor: pointer;
  float: right;
}
.lc1__btn:hover {
  background-image: linear-gradient(270deg, #f70808 0%, #fb5a5a 98%);
  color: #fff;
}
.lc1__btn2024 {
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 13px;
  color: #ffffff;
  background-image: linear-gradient(270deg, #f70808 0%, #fb5a5a 98%);
  border-radius: 17px;
  padding-left: 20px;
  position: relative;
}
.lc1__btn2024:hover {
  background-image: linear-gradient(270deg, #f70808 0%, #fb5a5a 98%);
}
.lc1__btn2024::before {
  content: '';
  position: absolute;
  left: 11px;
  top: 5px;
  width: 16px;
  height: 16px;
  background-image: url(../img/live.gif);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.lc1__person {
  color: #666;
  font-size: 12px;
  display: none;
}
.lc1__person span {
  color: #ef7545;
}
.lc2__info {
  width: 200px;
  float: left;
}
.lc2__info i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}
.lc2__h1 {
  color: #333;
  font-size: 16px;
  margin: 0;
}
.lc2__item {
  padding: 15px 14px 15px 20px;
}
.lc2__courseNum {
  color: #999;
  font-size: 12px;
  margin: 14px 0 9px;
  display: none;
}
.lc2__courseNum i {
  width: 14px;
  height: 14px;
  background: url(../img/live__time.png) no-repeat center;
  background-size: cover;
}
.lc2__paper {
  color: #999;
  font-size: 12px;
  display: none;
}
.lc2__paper i {
  width: 13px;
  height: 12px;
  background: url(../img/live__doc.png) no-repeat center;
  background-size: cover;
}
.lc2__tool {
  width: 88px;
  float: right;
  margin-top: 10px;
}
.lc2__btn {
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  border: solid 1px #ef4545;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  color: #ef4545;
  cursor: pointer;
}
.lc2__person {
  font-size: 12px;
  color: #666;
  margin-top: 8px;
  display: none;
}
.lc2__person span {
  color: #f60;
}
.lc3 {
  line-height: 1;
}
.lc3__item {
  padding: 22px 12px 10px 20px;
  font-size: 0;
}
.lc3__item ~ .lc3__item {
  border-top: 1px dashed #eee;
}
.lc3__con {
  width: 65%;
  display: inline-block;
  vertical-align: middle;
}
.lc3__label {
  border: solid 1px #2d7bef;
  display: inline-block;
  color: #2d7bef;
  border-radius: 4px;
  padding: 3px 8px;
  font-size: 14px;
  text-align: center;
}
.lc3__name {
  font-weight: 700;
  font-size: 18px;
  color: #333;
  margin: 12px auto 10px;
}
.lc3__feature span {
  color: #666;
  font-size: 12px;
  border: solid 1px #eee;
  background-color: #f6f6f6;
  border-radius: 8px;
  display: inline-block;
  vertical-align: middle;
  padding: 2px 6px;
  margin: 4px;
}
.lc3__tool {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}
.lc3__tool:after {
  content: '';
  display: table;
  clear: both;
}
.lc3__tool:after {
  content: '';
  display: table;
  clear: both;
}
.lc3__tool:after {
  content: '';
  display: block;
  clear: both;
}
.lc3__tool:after {
  content: '';
  display: block;
  clear: both;
}
.lc3__price {
  font-size: 18px;
  color: #ef4545;
  float: right;
}
.lc3__price span {
  font-size: 23px;
}
.lc3__link {
  width: 78px;
  height: 28px;
  border-radius: 14px;
  border: solid 1px #ef4545;
  color: #ef4545;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin: 10px 0;
  float: right;
}
.lc3__person {
  font-size: 12px;
  color: #666;
  float: right;
  display: none;
}
.lc3__person span {
  color: #ef7545;
}
.slick-list,
.slick-slide,
.slick-track {
  height: 100%;
}
.liveCon .slick-list .slick-slide {
  overflow: auto;
}
.liveCon .slick-list .slick-slide::-webkit-scrollbar {
  width: 8px;
  background-color: #eee;
}
.liveCon .slick-list .slick-slide::-webkit-scrollbar-thumb {
  width: 4px;
  background-color: #ccc;
  border-radius: 2px;
}
.book {
  margin: 40px auto;
}
.book__hd {
  line-height: 28px;
}
.book__hd:after {
  display: block;
  clear: both;
  content: '';
}
.book__h1 {
  float: left;
  width: 112px;
  height: 28px;
  font-weight: 700;
  font-size: 28px;
  color: #2e2e2e;
  text-align: left;
  line-height: 28px;
}

.book__nav {
  float: right;
  /* width: 960px; */
  /* margin-left: 128px; */
  padding-left: 25px;
  padding-bottom: 8px;
  /* border-bottom: 1px solid rgba(230, 230, 239, 1); */
}
.book__nav:after {
  display: block;
  clear: both;
  content: '';
}
.book__navItem {
  float: right;
  margin: 0 15px;
  position: relative;
}
.book__navItem a {
  display: block;
  font-size: 20px;
  color: #2e2e2e;
}
.book__navItem:hover a {
  font-weight: 700;
  position: relative;
}

.book__hdMore {
  margin-left: 20px;
}
.book__hdMore,
.teacher__hdMore,
.ke_more {
  float: right;

  font-size: 18px;
  color: #6f758f;
  line-height: 18px;
  padding-right: 19px;
  line-height: 28px;
  text-align: right;
  position: relative;
  text-decoration: none;
}
.book__hdMore::after,
.teacher__hdMore::after,
.ke_more::after {
  content: '';
  width: 14px;
  height: 18px;
  position: absolute;
  right: 0;
  top: 4px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/morebook.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100%;
}
.book__con {
  margin-top: 12px;
  padding-top: 30px;
  width: 1200px;
  height: 320px;
  background: #ffffff;
  border-radius: 12px;
}
.bookItem {
  width: 170px;
  text-align: center;
}
.bookItem:hover .bookItem__title {
  color: #fe0f09;
}
.bookItem a:focus {
  outline: 0;
}
.bookItem__img {
  margin: 0 auto;
}
.bookItem__title {
  font-weight: 700;
  font-size: 14px;
  color: #2e2e2e;
  text-align: justify;
  margin: 20px auto 15px;
  width: 77%;
  text-align: left;
  line-height: 19px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.bookItem > a {
  display: block;
}
.bookPrice {
  font-size: 0;
  text-align: center;
}
.bookPrice__raw {
  vertical-align: middle;
  display: inline-block;

  font-weight: 700;
  font-size: 18px;
  color: #ef4545;
  margin-right: 10px;
}
.bookPrice__now {
  vertical-align: middle;
  display: inline-block;

  font-size: 14px;
  color: #999eb5;
}
.book .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.teacher__hd {
  margin-bottom: 20px;
}
.teacher__hd:after {
  display: block;
  clear: both;
  content: '';
}
.teacher__h1 {
  font-weight: 700;
  font-size: 28px;
  color: #2e2e2e;
  float: left;
}

.teacher .teacherList {
  margin: 20px auto 40px !important;
  width: 1200px;
  height: 380px;
  background: #ffffff;
  border-radius: 12px;
  padding: 0 0 0 20px;
  font-size: 0px;
}
.teacherList .slick-list {
  padding-top: 30px;
}
.teacherList .slick-slide {
  margin-right: 24px;
}
.teacherList .slick-slide::nth-child(3n) {
  margin-right: 0;
}
.teacherList__ul {
  display: none !important;
}
.teacherItem {
  width: 215px;
  height: 320px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/teacherbg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 18px 30px 0;
  box-sizing: border-box;
  margin-right: 20px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s;
}
.teacherItem:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.teacherItem__lf {
  width: 160px;
  display: inline-block;
  width: 100%;
  height: 127.17px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/teacherBottoms.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 55px 0px 0;
}
.teacherItem__name {
  font-weight: 700;
  font-size: 22px;
  color: #7a3823;
  text-align: right;
  padding-right: 25px;
}
.teacherItem__img {
  display: inline-block;
  width: 181px;
  vertical-align: top;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.teacherItem__btn {
  display: block;
  color: transparent;
  width: 100%;
  height: 127.17px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.teacherItem__text {
  display: none;
  font-size: 18px;
  color: #7a3823;
  background-color: #214c86;
  margin-bottom: 9px;
  padding: 2px 2px;
  box-sizing: border-box;
  margin-top: 20px;
}
.teacherItem__cs {
  padding: 0 25px;
  font-size: 14px;
  color: #7a3823;
  margin-top: 10px;
  text-align: right;
}
.teacher .slick-track {
  margin-left: unset;
  margin-right: unset;
}
.shiti_box {
  width: 1200px;
  margin: 0 auto 50px;
  position: relative;
}
.shiti_box .slick-list {
  padding-top: 5px;
  border-radius: 12px;
}
.shiti_title {
  font-weight: 700;
  font-size: 28px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.newsList {
  width: 390px !important;
  height: 330px;
  background: #ffffff;
  border-radius: 12px;
  margin-right: 15px;
  padding: 32px 21px;
  transition: all 0.5s;
  transform: translateY(0);
  cursor: pointer;
  position: relative;
}
.newsList .more {
  width: 120px;
  height: 34px;
  border: 0.5px solid #999eb5;
  border-radius: 17px;
  font-family: SourceHanSansCN-Medium;
  font-weight: 500;
  font-size: 15px;
  line-height: 15px;
  color: #6f758f;
  text-align: center;
  display: block;
  left: 50%;
  bottom: 23px;
  transform: translateX(-50%);
  position: absolute;
}
.newsList .more a {
  color: transparent;
  position: relative;
  display: block;
  width: 120px;
  height: 34px;
  z-index: 2;
  outline: none;
}
.newsList .more::after {
  width: 100%;
  content: '查看更多';
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.newsList:hover .more::after {
  color: #fe0f09;
}
.newsList:hover {
  transition: all 0.5s;
  transform: translateY(-5px);
}
.shiti_box .kTit {
  text-align: center;
  margin: 0 0 20px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.kName a {
  font-weight: 700;
  font-size: 20px;
  color: #2e2e2e;
}
.newsList:hover .more {
  border: 1px solid #fe0f09;
}
.shiti_box .newsList > ul {
  height: 180px;
  overflow: hidden;
}
.shiti_box .slick-prev {
  width: 35px;
  height: 35px;
  color: transparent;
  border: none;
  background-color: transparent;
  background-image: url('https://static.wangxiao.cn/2024/newPc/img/shiti_left.png');
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: -47px;
  transform: translateY(-50%);
}
.shiti_box .slick-next {
  width: 35px;
  height: 35px;
  color: transparent;
  border: none;
  background-color: transparent;
  background-image: url('https://static.wangxiao.cn/2024/newPc/img/shiti_right.png');
  background-size: 100%;
  background-position: left top;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: -47px;
  transform: translateY(-50%);
}
.shiti_content ul li {
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
  height: 20px;
  line-height: 20px;
}
.shiti_content ul li a {
  color: #42434b;
  font-size: 15px;
}
.shiti_content ul li:hover a {
  color: #fe0f09;
}
.shiti_content ul span {
  display: none;
}
.cities:after {
  display: block;
  clear: both;
  content: '';
}
.cities__h1 {
  font-weight: 700;
  font-size: 28px;
  color: #2e2e2e;
  line-height: 28px;
  margin-bottom: 20px;
}
.citiesNav {
  width: 1200px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 0;
  padding: 20px 25px;
}
.citiesNav:after {
  display: block;
  clear: both;
  content: '';
}
.citiesNav a {
  font-size: 15px;
  float: left;
  width: 4.5em;
  text-align: center;
  margin: 5px 2px;
  height: 1.8em;
  line-height: 1.8em;
  color: #2e2e2e;
}
.citiesNav a:hover {
  color: #fe0f09;
  /* font-weight: bold; */
}
.news_box {
  width: 1200px;
  height: 288px;
  margin: 50px auto;
}
.news_title {
  font-size: 28px;
  color: #2e2e2e;
  float: left;
  margin-right: 35px;
}
.news_title > p {
  font-weight: 700;
}
.news_nav {
}
.news_box1 .news_nav_content {
  float: right;
}
.news_left {
  float: left;
  position: relative;
  width: 800px;
  height: 288px;
}
.news_box1 > .news_left,
.news_box1 .news_title_content {
  width: 1200px;
}

.news_nav_list {
  float: left;

  font-size: 16px;
  color: #6f758f;
  margin-right: 15px;
  line-height: 28px;
  cursor: pointer;
}

.news_title_content {
  width: 800px;
  height: 240px;
  position: absolute;
  left: 0;
  top: 48px;
  padding-left: 20px;
  background: #ffffff;
  border-radius: 12px;
  padding-top: 30px;
}
.news_title_contentItem,
.news2_contentItem {
  width: 360px;
  height: 20px;
  margin-bottom: 20px;
  float: left;
  margin-right: 30px;
  list-style: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news_nav_list:hover {
  color: #fe0f09;
}
.news2_content > .news2_contentItem:nth-child(2n) {
  margin-right: 0;
}
.news_title_contentItem__type,
.news2_contentItem__type {
  color: #6f758f;
  font-size: 15px;
  float: left;
  font-weight: 100;
}
.news_title_contentItem__title,
.news2_contentItem__title {
  color: #344049;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
  max-width: 260px;
  font-weight: 500;
}
.news_title_contentItem__time,
.news2_contentItem__time {
  height: 20px;

  font-size: 15px;
  color: #999eb5;
  float: left;
  font-weight: 100;
}
.news_title_contentItem:hover a,
.news2_contentItem:hover a {
  color: #fe0f09;
}
.news_right {
  width: 380px;
  height: 288px;
  float: left;
  margin-left: 20px;
}
.news_right_title {
  font-weight: 700;
  font-size: 28px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.news_right-content {
  width: 380px;
  height: 240px;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 16px 0 20px;
}
.news_right-content > li {
  position: relative;
  width: 270px;
  height: 20px;
  font-size: 15px;
  color: #344049;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
  padding-right: 74px;
  box-sizing: content-box;
}
.news_right-content > li::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 20px;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/dw2.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left top;
}
.news_right-content > li:hover a {
  color: #fe0f09;
  /* font-weight: bold; */
}
.news_right-content > li:hover::after {
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/dw1.png);
}
.news2 {
  width: 1200px;
  overflow: hidden;
  margin: 0 auto;
  padding-bottom: 50px;
}

.news2_left {
  width: 800px;
  height: 288px;
  float: left;
  position: relative;
}
.news2s .news2_left {
  width: 1200px;
}
.news2_left_title {
  font-weight: 700;
  font-size: 28px;
  color: #2e2e2e;
  margin-bottom: 20px;
}
.news2_nav {
  width: 635px;
  position: absolute;
  left: 146px;
  top: 8px;
  padding: 0 20px;
}
.news2s .news2_nav {
  left: 555px;
}
.news2_nav .slick-track {
  /* float: right; */
}
.news2_nav li {
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news2_nav li a {
  color: #6f758f;
  font-size: 16px;
}
.news2_nav li:hover a {
  color: #fe0f09;
}
.news2_content {
  width: 800px;
  height: 240px;
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
}
.news2s .news2_content {
  width: 1200px;
  padding-right: 0;
}
.news2s .news2_content > .news2_contentItem:nth-child(2n) {
  margin-right: 30px;
}
.news2s .news2_content > .news2_contentItem:nth-child(3n) {
  margin-right: 0;
}
.news2_nav .slick-prev {
  color: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 44%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/left.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.news2_nav .slick-next {
  color: transparent;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  top: 44%;
  transform: translateY(-50%);
  border: none;
  border-radius: 50%;
  background-color: transparent;
  background-image: url(https://static.wangxiao.cn/2024/newPc/img/right.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100%;
}
.news2_right {
  float: right;
}
.news2_right_title {
  font-weight: 700;
  font-size: 28px;
  color: #fe0f09;
  margin-bottom: 20px;
}
.news2_right_content {
  width: 380px;
  height: 240px;
  background-image: linear-gradient(270deg, #fb5147 0%, #f7332e 100%),
    linear-gradient(270deg, #ff7373 0%, #ff5353 98%),
    linear-gradient(180deg, #ffeaea 0%, #fed9d9 100%);
  border: 1px solid #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
}
.news2_right_content > li {
  width: 100%;
  height: 20px;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
  color: #ffffff;
}
.news2_right_content > li > a {
  font-size: 15px;
  color: #ffffff;
}
.news2_right_content > li > a:hover {
  text-decoration: underline;
}
.news {
  margin: 40px auto 0;
}
.news__hd {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.news__hdTitle {
  color: #333;
  font-size: 28px;
  border-left: 4px solid #4085ed;
  border-radius: 2px;
  padding-left: 16px;
  float: left;
  line-height: 1;
}
.news__hdNav {
  float: right;
  padding-top: 6px;
}
.news__hdItem,
.news__hdNav li {
  float: left;
  height: 28px;
  width: auto;
  margin: 0;
}
.news_box1 .news__hdItem {
  list-style: none;
  line-height: 28px;
}
.news__hdItem:hover a {
  color: #fe0f09;
}
.news__hdLink,
.news__hdNav li > a {
  display: block;
  font-size: 16px;
  color: #6f758f;
  padding: 0 7.5px;
}
.news__hdLink:hover,
.news__hdNav li > a:hover {
  text-decoration: none;
  border-radius: 14px;
  background-color: #f6f6f6;
}
.news__con {
  padding: 20px 0 0;
}
.news__con:after {
  display: block;
  clear: both;
  content: '';
}
.news__hot {
  padding: 20px;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(bottom, #3380f4 0, #005fef 100%);
  background-image: linear-gradient(0deg, #3380f4 0, #005fef 100%);
  color: #fff;
}
.news__hotTitle {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 18px;
  display: block;
  color: #fff;
}
.news__hotTitle a {
  color: #fff;
}
.news_right-content .news__hotLink {
  position: relative;
  z-index: 99;
  width: 345px;
  height: 20px;
  line-height: 20px;
  padding-right: 60px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_title_content > .newsItem:nth-child(odd),
.news2_content > .newsItem:nth-child(odd) {
  margin-right: 30px;
}
.news_box1 .newsItem,
.news2s .newsItem {
  margin-right: 30px !important;
}
.news_box1 .newsItem__title,
.news2 .newsItem__title {
  max-width: 240px;
}
.newsItem {
  float: left;
  width: 360px;
  height: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  list-style-type: none;
  list-style: none;
  box-sizing: border-box;
}
.newsItem:hover a {
  color: #fe0f09;
  /* font-weight: bold; */
}
.newsItem__type {
  color: #6f758f;
  font-size: 15px;
  float: left;
}
.newsItem__title {
  color: #344049;
  font-size: 15px;
  width: auto;
  max-width: 230px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  float: left;
}
.newsItem__title:hover a,
.newsItem__type:hover a {
  color: red;
}
.newsItem__time {
  font-size: 12px;
  color: #999eb5;
  float: right;
}
.entry {
  height: 0;
  margin: 20px 0;
  font-size: 0;
  border-right: 0px solid #dcdcdc;
  border-top: 0px solid #dcdcdc;
  background-color: #fff;
  display: none;
}
.entry li {
  display: inline-block;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  width: 89px;
  height: 80px;
  vertical-align: top;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
}
.entry a {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #333;
  margin-top: 35px;
}
.entry a:hover {
  color: #f94549;
}
.entry.fzy__entry {
  margin: 40px auto 50px;
}
.ad14 {
  display: none !important;
}
.container2 {
  width: 1200px;
  margin: 0 auto;
}
#cc .ccH5Poster img {
  width: 100%;
}
.headerScroll {
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  width: 100%;
  background: #fff;
  transition: background 0.5s;
}
