.bg {
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  padding-bottom: 50px;
}
.content {
  width: 1260px;
  padding: 20px 30px 0;
  background: #FFFFFF;
  margin: auto ;
  border-bottom: 15px solid #9A0000;
  padding-bottom: 50px;
}
.crumbs {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 19px;
}
.crumbs a {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumbs img {
  margin-right: 20px;
}
.crumbs span {
  color: #9a0000;
}
.ellipsis3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.ads {
  width: 1200px;
  height: 288px;
}
.ads a {
  display: block;
}
.ads img {
  width: 1200px;
  height: 288px;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.view-more {
  font-weight: 400;
  font-size: 14px;
  color: #BB0808;
}
.title {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}
.title img {
  width: 100%;
  height: 40px;
}
.title .morebtn {
  position: absolute;
  right: 0;
  bottom: 7px;
}
.title .morebtn a {
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #666666;
}
.title .morebtn .icon {
  width: 11px;
  height: 12px;
}
.tp-news {
  width: 1200px;
  margin-top: 28px;
}
.tp-news .tp-content {
  width: 1200px;
  height: 280px;
  display: flex;
  justify-content: space-between;
}
.tp-news .swiper-pic {
  width: 1200px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-right: 13px;
  /* 父容器相对定位 */
}
.tp-news .swiper-pic .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.tp-news .swiper-pic .swiper-slide img {
  width: 178px;
  height: 257px;
  object-fit: cover;
  box-shadow: 9px 8px 0px 0px rgba(170, 170, 170, 0.54);
  border: 1px solid #E0E0E0;
}
.tp-news .swiper-pic .swiper-slide .info-tit {
  margin-top: 14px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.tp-news .swiper-pic .swiper-button-tpright {
  position: absolute;
  top: 40%;
  left: 0;
  width: 26px;
  height: 40px;
  background: url('../img/left.png');
  background-size: 100% 100%;
  z-index: 99;
}
.tp-news .swiper-pic .swiper-button-tpleft {
  position: absolute;
  top: 40%;
  right: 0;
  width: 26px;
  height: 40px;
  background: url('../img/right.png');
  background-size: 100% 100%;
  z-index: 99;
}
.book {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-content: center;
  margin-top: 36px;
}
.book .left {
  width: 897px;
}
.book .right {
  width: 257px;
}
.book .ybts {
  width: 100%;
  height: 694px;
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
}
.book .dzs {
  width: 100%;
  height: 270px;
}
.book .yss {
  width: 100%;
  height: 696px;
}
.book .yss a {
  display: block;
  margin-bottom: 43px;
}
.book .yss .yys-item {
  text-align: left;
  margin-left: 27px;
  position: relative;
}
.book .yss .yys-item .play {
  position: absolute;
  width: 36px;
  height: 35px;
  left: 66px;
  top: 68px;
}
.book .yss .yys-item .cover {
  width: 170px;
  height: 170px;
  background: #BB0808;
  border-radius: 10px;
}
.book .yss .yys-item .gp {
  width: 57px;
  height: 147px;
}
.book .book-item {
  margin-right: 84px;
  margin-bottom: 34px;
  text-align: center;
  width: 160px;
}
.book .book-item:nth-child(4) {
  margin-right: 0;
}
.book .book-item:nth-child(8) {
  margin-right: 0;
}
.book .book-item img {
  width: 178px;
  height: 257px;
  box-shadow: 9px 8px 0px 0px rgba(170, 170, 170, 0.54);
  border: 1px solid #E0E0E0;
}
.book .book-item .name {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.book .book-item .author {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.book .zyxz {
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
}
.book .zyxz .zyxz-item {
  position: relative;
  margin-top: 14px;
  padding-left: 16px;
}
.book .zyxz .zyxz-item::before {
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #9A0000;
  border-radius: 50%;
}
.tszx {
  width: 1200px;
  margin: 0 auto;
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
}
.tszx .left-swiper {
  width: 570px;
  height: 321px;
  overflow: hidden;
  position: relative;
}
.tszx .left-swiper .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
}
.tszx .left-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.tszx .left-swiper .swiper-pagination {
  position: absolute;
  right: 29px;
  bottom: 23px;
  text-align: right;
  box-sizing: border-box;
  padding-right: 29px;
}
.tszx .left-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background: url(../img/bullet.png) no-repeat;
  background-size: 100% 100%;
}
.tszx .left-swiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.tszx .right-news {
  width: 573px;
}
.tszx .right-news .right-news-item {
  display: block;
  margin-bottom: 21px;
  width: 100%;
  text-decoration: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
}
.tszx .right-news .right-news-item .title {
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 7px;
}
.tszx .right-news .right-news-item .summary {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  min-height: 24px;
}
.tszx .right-news .right-news-item .readmore {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #BB0808;
  position: absolute;
  right: 0;
  bottom: 22px;
}
.tszx .right-news .right-news-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.tszx .right-news .right-news-item:last-child .readmore {
  bottom: 2px;
}
