h1 {
  width: 100%;
  font-size: 24px;
  line-height: 24px;
  height: 24px;
  padding-bottom: 14px;
  border-bottom: 1px solid #eeeeee;
}

h1 span {
  float: left;
}

h1 i {
  color: #e02727;
  font-weight: bold;
}

h1 a.fr {
  float: right;
  font-size: 14px;
  color: #999999;
  font-weight: normal;
  padding-right: 20px;
  background: url(../../images/news2/more.png) no-repeat right center;
  background-size: 16px 16px;
}

.position {
  margin-top: 30px;
  height: 18px;
}

.position img {
  margin-right: 8px;
}

.position span,
.position a,
.position i {
  display: block;
  float: left;
  font-size: 16px;
  line-height: 18px;
  color: #999999;
}

.position a:last-child {
  color: #e02727;
}

.position i {
  margin: 0 5px;
}

.content-c {
  margin-top: 40px;
  position: relative;
}


.book-list h2 {
  width: 100%;
  height: 60px;
  background-color: #f2f4f6;
  font-size: 26px;
  line-height: 60px;
  text-indent: 26px;
  position: relative;
  margin-top: 40px;
}

.book-list h2::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 6px;
  height: 100%;
  background-color: #dc0000;
}

.book-list ul li {
  float: left;
  width: 25%;
  height: 270px;
  margin-top: 40px;
}

.book-list ul li .book-img {
  width: auto;
  height: 210px;
}

.book-list ul li .book-img img {
  width: auto;
  height: 100%;
}

.book-list ul li .bookname {
  max-width: 100%;
  font-size: 16px;
  line-height: 26px;
  color: #5e6370;
  text-align: center;
}

.hot-center {
  margin-top: 50px;
}

.hot-center .mySwiper6 {
  width: 100%;
  padding: 0 44px;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-top: 30px;
}

.hot-center .mySwiper6 .swiper-slide {
  border-radius: 6px;
  overflow: hidden;
}

.hot-center .mySwiper6 img {
  margin: 0 auto;
}

.hot-center .mySwiper6 .swiper-button-next,
.hot-center .mySwiper6 .swiper-button-prev {
  width: 44px;
  height: 100%;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0;
  top: 0;
  opacity: 1;
}

.hot-center .mySwiper6 .swiper-button-next::after,
.hot-center .mySwiper6 .swiper-button-prev::after {
  display: none;
}

.hot-center .mySwiper6 .swiper-button-next {
  right: -1px;
  background: url(../../images/news2/swiper-btn3.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
}

.hot-center .mySwiper6 .swiper-button-prev {
  left: -1px;
  background: url(../../images/news2/swiper-btn4.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
}

.hot-center .mySwiper6 .swiper-button-next.swiper-button-disabled {
  background: url(../../images/news2/swiper-btn3-3.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
  opacity: 1;
}

.hot-center .mySwiper6 .swiper-button-prev.swiper-button-disabled {
  background: url(../../images/news2/swiper-btn4-4.png) #ffffff no-repeat center center;
  background-size: 26px 26px;
  opacity: 1;
}

@media screen and (max-width: 1440px) {
  h1 {
    font-size: 22px;
    line-height: 22px;
    height: 22px;
    padding-bottom: 12px;
  }

  h1 a.fr {
    font-size: 12px;
  }

  .position {
    margin-top: 25px;
    height: 16px;
  }

  .position img {
    height: 16px;
    width: auto;
    margin-right: 6px;
  }

  .position span,
  .position a,
  .position i {
    font-size: 15px;
    line-height: 16px;
  }

  .hot-center {
    margin-top: 40px;
  }
}

@media screen and (max-width: 1366px) {}

@media (max-width: 1280px) {}