body {
  max-width: 1920px;
  margin: 0 auto !important;
  background-color: rgba(244, 245, 246, 1);
}

.list {
  margin: 0 auto 70px;
  width: 1270px;
  padding-left: 10px;
}

div {
  box-sizing: border-box;
}
.list_title:hover {
		color: #3384DC;
	}
.list_top-tab>ul a:hover {
		color: #3384DC;
	}
.list h3 {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin: 0;
}

.list_nav {
  border-bottom: 1px solid #ccc;
  clear: both;
}

.list_nav:after {
  /*伪元素是行内元素 正常浏览器清除浮动方法*/
  content: '';
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.list_box {
  width: 1260px;
  overflow: hidden;
  padding-top: 20px;
}

.list_left {
  width: 970px;
  float: left;
  padding-left: 1px;
}

.list_left > div {
  float: left;
}

.list_banner {
  position: relative;
  width: 630px;
  height: 298px;
  margin: 10px 20px 0 0px;
  /* background-color: #f30e40; */
}

.list_merchandise {
  width: 315px;
  transition: all 0.5s;
  /* height: 318px; */
  margin: 0 10px 10px 0;
  padding: 10px;

  background-color: transparent;
}

.list_left:after,
.list_left:before {
  content: '';
  display: table;
}

.list_left:after {
  clear: both;
}

.list_left > div:nth-child(2),
.list_left > div:nth-child(5) {
  margin-right: 0;
}

.list_merchandise:hover {
  cursor: pointer;
  width: 315px;
  transition: all 0.5s;
  /* height: 318px; */
  background: #ffffff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
}

.list_img {
  width: 295px;
  height: 166px;
  margin: 0 auto;
  background: #f2f2f2;
  box-shadow: 0px 3px 6px rgba(102, 102, 102, 0.2);
  border-radius: 4px;
  margin-bottom: 20px;
}

.list_merchandise-name {
  width: 295px;
  /* height: 53px; */
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: 11px;
  text-decoration: none;
}

.briefIntroduction {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
  margin-bottom: 8px;
}

.text_bottom {
  overflow: hidden;
}

.text_bottom > span:first-child {
  float: left;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #f4621f;
  opacity: 1;
}

.text_bottom > span:last-child {
  float: right;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #999999;
}

.list_right {
  float: right;
  padding-top: 10px;
}

.list_right-top {
  width: 285px;
  /* height: 439px; */
  margin-bottom: 15px;
  background: #ffffff;
  border-radius: 4px;
  padding: 20px;
}

.containers > a:last-child > .list_title {
  margin-bottom: 0;
}

.list_right > h3 {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 14px;
  border: none;
  padding: 0;
}

.list_right-bottom {
  width: 285px;
  /* height: 128px; */
  background: #ffffff;
  border-radius: 4px;
  padding: 15px 20px;
}

.list_top-tab {
  width: 255px;
  margin: 0 auto 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}

li {
  list-style: none;
}

.list_top-tab > ul {
  overflow: hidden;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
}

.list_top-tab > ul > li {
  display: block;
  float: left;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
  margin-right: 30px;
  cursor: pointer;
}

.list_top-tab > ul > li:last-child {
  margin-right: 0;
}

.list_title,
.news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #666666;
  margin-bottom: 14px;
}

.list_bottom-box {
  width: 100%;
  height: 175px !important;
  margin-bottom: 10px;
  position: relative  !important;
}

.list_bottom-tab {
  cursor: pointer;
  margin-right: 30px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1;
  color: #333333;
  float: left;
}

.activeTab {
  font-size: 18px;
  color: #3384dc;
  position: relative;
}

.activeTab::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 32px;
  height: 2px;
  background: #3384dc;
  opacity: 1;
  border-radius: 25px;
}

.news__sBox2 {
  width: 100%;
  height: 520px;
  max-width: 1920px;
  overflow: hidden;
  padding: 0;
  position: relative;
}

.slick_ke > div {
  width: 100%;
  height: 520px;
}

.slick_ke img {
  display: block;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.slick-slide {
  float: left;
}

.banner_box {
  position: relative;
  overflow: hidden;
}

.banner_tab-box {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -635px;
  background-color: rgba(255, 255, 255, 0.8);
  width: 295px;
  height: 520px;
  /* margin: 0 auto; */
  z-index: 1000;
  padding-top: 40px;
}

.banner_tab-tit {
  font-size: 17px;
  font-weight: bold;
  line-height: 1;
  color: #333333;
  padding-left: 16px;
  margin-bottom: 8px;
}

.banner_tab-content {
  cursor: pointer;
  padding: 20px 10px 12px 0;
  border-left: 4px solid transparent;
  transition: all 0.5s;
  overflow: hidden;
}

.banner_tab-content:hover {
  background: #ffffff;
  transition: all 0.5s;
  border-left: 4px solid rgba(51, 132, 220, 1);
}

.banner_list {
  font-size: 15px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #444444;
  margin-left: 16px;
  margin-top: 8px;
  float: left;
}
  .list_merchandise a {
    text-decoration: none;
  }
.banner_list:hover {
  color: #3384dc;
}

/* 热门考试 */
.nav_list {
  width: 1270px;
  margin: 0 auto;
  overflow: hidden;
  padding-top: 36px;
  padding-left: 10px;
}

.nav_list > .list_merchandise {
  width: 314.5px;
  margin-right: 0;
  float: left;
}

.nav_list > h3 {
  font-size: 24px;
  font-family: PingFang SC;
  font-weight: bold;
  color: #333333;
  padding-bottom: 8px;
  margin-bottom: 30px;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}

/* 热门考试结束 */
.list_right-bottom > a:last-child > .list_title {
  margin-bottom: 0;
}

/* 考试导航 */
.list_nav > ul {
  float: right;
}

.list_nav > ul > li {
  float: left;
  margin-left: 30px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 1;
  color: #444444;
  cursor: pointer;
}
.list_nav > ul > li>a:hover{
color: #3384dc;
}
.list_nav > h3 {
  float: left;
}

.news__navItem {
  padding-bottom: 12px;
}

.news__navItem--focus {
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 25px;
  color: #3384dc !important;
  opacity: 1;
  /* position: relative; */
}

.news__navItem--focus {
  border-bottom: 2px solid #3384dc;
   
}
.news__navItem--focus>a{
color: #3384dc;
}
.list_right {
  display: none;
  position: absolute;
  right: 0;
  top: 53px;
}

.news__navItem--focus .list_right {
  display: block;
}

.list_news {
  position: relative;
}
.release_time {
  margin-bottom: 60px;
}
.list_banner img{
height: 298px;
}
.list_banner .slick-dots {
      z-index: 9999;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
  }

  .list_banner .slick-dots li {
    width: 30px;
    height: 4px;
    display: inline-block;
    margin: 0 5px;
  }

.list_banner .slick-dots button {
    outline: 0;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1) !important;
    font-size: 0;
  }

  .list_banner .slick-dots .slick-active button {
    background: #fff !important;
  }
.list_banner>div {
    height: 298px;
  }

  .news__sBox2 .slick-dots {
    z-index: 9999;
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 0;
  }

  .news__sBox2 .slick-dots li {
    width: 30px;
    height: 4px;
    display: inline-block;
    margin: 0 5px;
  }

  .news__sBox2 .slick-dots button {
    outline: 0;
    border: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1) !important;
    font-size: 0;
  }

  .news__sBox2 .slick-dots .slick-active button {
    background: #fff !important;
  }
.slick-arrow{
    font-size: 18px;
    position: absolute;
    top: 50%;
    z-index: 2;
    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;
  background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    text-align: center;color: transparent;border: none;
}
.slick_ke:hover .slick-arrow {
    opacity: 1;
}
.slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.5);
}
.slick-next {
    right: 50%;
    margin-right: -560px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  background-image: url(http://www.yixuewang.com/ykmf/template/img/右.png);
}
.slick-prev {
    left: 50%;
    margin-left: -305px;
    -webkit-transform: translateY(-50%) scale(-1, 1);
    -ms-transform: translateY(-50%) scale(-1, 1);
    transform: translateY(-50%) scale(-1, 1);
   background-image: url(http://www.yixuewang.com/ykmf/template/img/右.png);
}
.list_banner .slick-arrow {
  display: none !important;
  }
.slick-slide img{
width: auto !important;
}
.list_banner .lazy{
    width: 100% !important;
  }
.list_bottom-tab .containers{
    margin-top: 20px;
  }
.list_bottom-tab--focus{
    font-size: 18px  !important;
    color: #3384DC  !important;
}
.list_bottom-tab>.containers{
  display: none;
}
.list_bottom-tab--focus>.containers {
    position: absolute;
    left: 0;
    display: block;
  width: 245px;
  }
.list_bottom-tab--focus::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -8px;
    width: 32px;
    height: 2px;
    background: #3384DC;
    opacity: 1;
    border-radius: 25px;
  display: none;
  }