img[src=""],
img:not([src]) {
  opacity: 0;
}
figure.image {
  display: none !important;
}
figure.media {
  display: none !important;
}
a {
  text-decoration: none !important;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
}
.ellipsis3 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.upTop {
  width: 105px;
  height: 105px;
  background-image: url('../img/topbg.png');
  text-align: center;
  position: fixed;
  right: 220px;
  bottom: 260px;
  z-index: 1000;
  cursor: pointer;
  display: none;
}
.upTop img {
  width: 25px;
  top: 15px;
  margin-top: 41px;
  margin-bottom: 6px;
}
.homepage .page1 {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.homepage .page1 .page1-banner {
  position: relative;
  width: 100%;
  height: 100%;
}
.homepage .page1 .page1-banner img {
  width: 100%;
  height: 100%;
}
.homepage .page1 .page1-banner video {
  width: 100%;
}
.homepage .page1 .page1-banner a {
  position: absolute;
  top: 63px;
  right: 34px;
  width: 207px;
  height: 39px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.25);
  text-align: center;
  text-decoration: none;
}
.homepage .page1 .page1-banner a span {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 39px;
}
.homepage .page1 .page1-banner .logo {
  position: absolute;
  top: 60px;
  left: 86px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage .page1 .page1-banner .logo img:first-child {
  width: 86px;
  height: 44px;
}
.homepage .page1 .page1-banner .logo img:last-child {
  margin-left: 14px;
  width: 261px;
  height: 62px;
}
.homepage .page1 .page1-banner .title {
  position: absolute;
  width: 688px;
  height: 89px;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
}
.homepage .page1 .page1-nav-cont {
  width: 100%;
  height: 696px;
  background: url(../img/homepage-cover.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.homepage .page1 .page1-nav-cont .page1-nav {
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 1380px;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homepage .page1 .page1-nav-cont .page1-nav .item-box:hover {
  background: #FFFFFF;
  border-radius: 20px;
  color: #9A0000;
  font-weight: bold;
}
.homepage .page1 .page1-nav-cont .page1-nav .item-box:hover a {
  font-weight: bold;
  color: #9a0000;
}
.homepage .page1 .page1-nav-cont .page1-nav .item-box .page1-nav-item {
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  padding: 0 20px;
}
.homepage .page1 .page1-nav-cont .page1-nav .item-box.page1-nav-item-acitve {
  background: #ffffff;
  border-radius: 20px;
  font-weight: bold;
  color: #9a0000;
}
.homepage .page1 .page1-nav-cont .page1-nav .item-box.page1-nav-item-acitve a {
  font-weight: bold;
  color: #9a0000;
}
.homepage .page1 .page1-check-more-box {
  position: absolute;
  bottom: 100px;
  left: 50%;
  display: flex;
  justify-content: center;
  z-index: 100;
}
.homepage .page1 .page1-check-more-box .page1-check-more {
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fff;
}
.homepage .page1 .page1-check-more-box .page1-check-more .down {
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.homepage .page2-box {
  width: 100%;
  padding-bottom: 46px;
  position: relative;
}
.homepage .page2-box .bgimg-box {
  width: 100%;
  height: 3090px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.homepage .page2-box .bgimg-box .img1 {
  width: 100%;
  height: 1080px;
  vertical-align: bottom;
}
.homepage .page2-box .bgimg-box .img2 {
  width: 100%;
  height: 928px;
  vertical-align: bottom;
}
.homepage .page2 {
  border-bottom: 15px solid #9A0000;
  width: 1260px;
  padding: 20px 30px 0;
  margin: 0 auto;
  position: relative;
  background-color: #ffffff;
}
.homepage .page2 .toutiaoSwiperBox {
  width: 1260px;
  height: 288px;
  padding: 0;
}
.homepage .page2 .toutiaoSwiperBox .swiper-pic {
  width: 1200px;
  height: 288px;
  overflow: hidden;
  position: relative;
  /* 父容器相对定位 */
  /* 分页样式修复 */
}
.homepage .page2 .toutiaoSwiperBox .swiper-pic .swiper-slide {
  display: block;
  width: 100%;
  height: 288px;
  position: relative;
}
.homepage .page2 .toutiaoSwiperBox .swiper-pic .swiper-slide img {
  width: 100%;
  height: 288px;
  object-fit: cover;
  /* 修复图片溢出 */
}
.homepage .page2 .toutiaoSwiperBox .swiper-pic .swiper-pagination {
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.homepage .page2 .toutiaoSwiperBox .swiper-pic .swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 7px;
  border-radius: 12px;
  transition: all 0.3s;
  background: rgba(255, 255, 255, 0.5);
  /* 默认半透明白色 */
}
.homepage .page2 .toutiaoSwiperBox .swiper-pic .swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 20px;
}
.homepage .page2 .toutiaoSwiperBox .swiper-pic .swiper-button-left {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 14px;
  height: 23px;
  background: url("../img/toutiao-left.png");
  background-size: 100% 100%;
  z-index: 99;
}
.homepage .page2 .toutiaoSwiperBox .swiper-pic .swiper-button-right {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 14px;
  height: 23px;
  background: url("../img/toutiao-right.png");
  background-size: 100% 100%;
  z-index: 99;
}
.homepage .page2 .toutiao {
  display: flex;
  position: relative;
  margin-top: 20px;
}
.homepage .page2 .toutiao .logo-tt {
  width: 141px;
  height: 90px;
}
.homepage .page2 .toutiao .toutiao-cont {
  width: 1072px;
  flex: 1;
}
.homepage .page2 .toutiao .toutiao-cont #headLineTopContRef {
  font-family: PingFang SC;
  font-weight: 500;
  font-size: 32px;
  color: #333333;
  line-height: 36px;
}
.homepage .page2 .toutiao .toutiao-cont #headLineTopContRef:hover {
  color: #BB0808;
}
.homepage .page2 .toutiao .toutiao-cont .headline-top {
  text-align: center;
  font-size: 40px;
  white-space: nowrap;
  width: 100%;
  cursor: pointer;
  font-size: 30px;
  color: #444444;
  font-weight: bold;
  font-family: Microsoft YaHei;
  transform-origin: left 50%;
}
.homepage .page2 .toutiao .toutiao-cont .headline-top .headline-top-cont {
  display: inline-block;
}
.homepage .page2 .toutiao .toutiao-cont .toutiao-news-list {
  margin-top: 15px;
  font-size: 14px;
  color: #666666;
  text-align: center;
  position: relative;
}
.homepage .page2 .toutiao .toutiao-cont .toutiao-news-list .toutiao-news-cont {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.homepage .page2 .toutiao .toutiao-cont .toutiao-news-list .toutiao-news-link {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 14px;
  color: #BB0808;
  position: absolute;
  right: 18px;
  bottom: 4px;
}
.homepage .page2 .toutiao .toutiao-cont .toutiao-news-list .toutiao-news-item {
  width: 30%;
  overflow: hidden;
}
.homepage .page2 .toutiao .toutiao-cont .toutiao-news-list .news-list-item {
  position: relative;
  padding-left: 10px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-x: auto;
  scrollbar-width: none;
}
.homepage .page2 .toutiao .toutiao-cont .toutiao-news-list .news-list-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #0749a7;
  border-radius: 50%;
}
.homepage .page2 .toutiao .toutiao-cont .toutiao-news-list .news-list-item::-webkit-scrollbar {
  display: none;
}
.homepage .page2 .toutiao .toutiao-cont .toutiao-news-list .mCSB_dragger_bar {
  display: none;
}
.homepage .page2 .tongzhigonggao {
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  height: 40px;
  line-height: 40px;
  box-sizing: border-box;
  padding-left: 20px;
}
.homepage .page2 .tongzhigonggao .tzgg-title {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  text-decoration: none;
}
.homepage .page2 .tongzhigonggao .tzgg-cont {
  width: 1096px;
  height: 40px;
  overflow: hidden;
  position: relative;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont {
  width: 100%;
  height: 30px;
  overflow: hidden;
  position: relative;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont .scroll-cont {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont .tzgg-item-box {
  display: inline-block;
  position: relative;
  margin-right: 50px;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont .tzgg-item-box .tzgg-item {
  display: block;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  box-sizing: border-box;
  padding-left: 12px;
  float: left;
  position: relative;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont .tzgg-item-box .tzgg-item:hover {
  color: #BB0808;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont .tzgg-item-box .tzgg-item::-webkit-scrollbar {
  display: none;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont .tzgg-item-box .tzgg-item::before {
  position: absolute;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #B81C22;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont .tzgg-item-box .mCSB_dragger_bar {
  display: none;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .tzgg-scroll-cont .tzgg-item-box:last-child {
  margin-right: 0;
}
.homepage .page2 .tongzhigonggao .tzgg-cont .checkmore {
  position: absolute;
  bottom: 0px;
  right: 21px;
  font-size: 14px;
  color: #BB0808;
  cursor: pointer;
}
.homepage .page2 .toutiaoSwiperBox2 {
  margin: 20px 0;
  width: 100%;
  height: 432px;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main {
  display: flex;
  justify-content: space-between;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic {
  width: 570px;
  height: 420px;
  overflow: hidden;
  position: relative;
  border: 1px solid #EEEEEE;
  margin: auto;
  /* 父容器相对定位 */
  /* 分页样式修复 */
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-slide img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  /* 修复图片溢出 */
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-slide .info {
  height: 100px;
  padding: 16px 16px 0 9px;
  position: relative;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-slide .info .info-tit {
  margin: 0 0 12px;
  font-weight: bold;
  font-size: 18px;
  color: #333333;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-slide .info .info-tit:hover {
  color: #BB0808;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-slide .info .info-con {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-slide .info .view-more {
  padding-left: 14px;
  position: absolute;
  bottom: 8px;
  right: 12px;
  background-color: #fff;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-pagination2 {
  position: absolute;
  bottom: 123px;
  padding: 0 30px;
  z-index: 10;
  text-align: end;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-pagination2 .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  border: 1px solid #EEEEEE;
  transition: all 0.3s;
  /* 默认半透明白色 */
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .swiper-pic .swiper-pagination2 .swiper-pagination-bullet-active {
  background: #fff;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main {
  width: 600px;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title a {
  display: flex;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title .date {
  width: 108px;
  text-align: center;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title .date p:first-child {
  font-weight: bold;
  font-size: 32px;
  color: #BB0808;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title .date p:last-child {
  font-weight: 400;
  font-size: 14px;
  color: #BB0808;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title .date span {
  font-weight: 400;
  font-size: 14px;
  color: #BB0808;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title .title-info {
  width: 100%;
  padding: 13px;
  padding-top: 0;
  padding-bottom: 10px;
  height: 115px;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title .title-info .info-head {
  font-weight: bold;
  font-size: 18px;
  color: #BB0808;
  line-height: 24px;
  text-align: center;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title .title-info .info-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-title .title-info .info-more {
  text-align: end;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-line {
  margin-top: 2px;
  border: 1px solid #E6E6E6;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-list .list-item {
  margin-top: 10px;
  padding-left: 11px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 29px;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-list .list-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  border-radius: 50%;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-list .list-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-list .list-item .title {
  width: 80%;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-list .list-item .title:hover {
  color: #BB0808;
}
.homepage .page2 .toutiaoSwiperBox2 .toutiaoSwiperBox2-main .toutiao2-main .toutiao2-list .list-item .time {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.homepage .page2 .pingpaidangjian {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.homepage .page2 .pingpaidangjian .pingpaihuodong {
  width: 580px;
}
.homepage .page2 .pingpaidangjian .pingpaihuodong .lanmu-title {
  margin-bottom: 27px;
  padding-top: 12px;
  text-align: end;
  width: 580px;
  height: 40px;
  background: url('../img/pphd.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.homepage .page2 .pingpaidangjian .pingpaihuodong .pingpaihuodong-main {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.homepage .page2 .pingpaidangjian .pingpaihuodong .pingpaihuodong-main .pingpaihuodong-item {
  margin-right: 20px;
  margin-bottom: 20px;
  width: 280px;
  height: 200px;
}
.homepage .page2 .pingpaidangjian .pingpaihuodong .pingpaihuodong-main .pingpaihuodong-item:nth-child(2n) {
  margin-right: 0;
}
.homepage .page2 .pingpaidangjian .pingpaihuodong .pingpaihuodong-main .pingpaihuodong-item img {
  width: 100%;
  height: 157px;
  vertical-align: bottom;
}
.homepage .page2 .pingpaidangjian .pingpaihuodong .pingpaihuodong-main .pingpaihuodong-item .pingpaihuodong-info {
  height: 44px;
  background: #F6F6F6;
  padding: 0 10px;
  line-height: 44px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
}
.homepage .page2 .pingpaidangjian .pingpaihuodong .pingpaihuodong-main .pingpaihuodong-item .pingpaihuodong-info:hover {
  color: #BB0808;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan {
  width: 580px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .djzl-qlcb-title {
  margin-bottom: 27px;
  padding-top: 12px;
  text-align: end;
  width: 580px;
  height: 40px;
  background-size: 100% 100%;
  position: relative;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .djzl-qlcb-title .djzl-active-box {
  width: 200px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .djzl-qlcb-title .djzl-active,
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .djzl-qlcb-title .qlcb-active {
  width: 579px;
  position: absolute;
  top: 0;
  left: 0;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .djzl-qlcb-title .djzl-title,
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .djzl-qlcb-title .qlcb-title {
  width: 83px;
  position: absolute;
  z-index: 20;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .djzl-qlcb-title .djzl-title {
  left: 28px;
  top: 14px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .djzl-qlcb-title .qlcb-title {
  left: 165px;
  top: 14px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main {
  width: 100%;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-title {
  height: 160px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-title a {
  display: flex;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-title .title-bg {
  display: block;
  width: 280px;
  height: 157px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-title .title-info {
  width: 300px;
  padding: 13px;
  height: 147px;
  background: #F8F8F8;
  margin-top: 6px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-title .title-info .info-head {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-title .title-info .info-head:hover {
  color: #BB0808;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-title .title-info .info-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-title .title-info .info-more {
  text-align: end;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-line {
  margin-top: 22px;
  border: 1px solid #E6E6E6;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-list .list-item {
  margin-top: 13px;
  padding-left: 11px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-list .list-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  border-radius: 50%;
}
.homepage .page2 .pingpaidangjian .dangjianzhuanlan .dangjianzhuanlan-main .pingpaihuodong-list .list-item:hover {
  color: #BB0808;
}
.homepage .page2 .advertisement {
  margin: 35px 0;
  width: 100%;
}
.homepage .page2 .advertisement .advertisement-item {
  display: block;
  width: 100%;
}
.homepage .page2 .advertisement .advertisement-item img {
  width: 100%;
  height: 178px;
}
.homepage .page2 .xinshutuijian .newBook-title {
  margin-bottom: 27px;
  padding-top: 12px;
  text-align: end;
  width: 100%;
  height: 40px;
  background: url('../img/xstj.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.homepage .page2 .xinshutuijian .xinshutuijian-main {
  width: 100%;
  margin-bottom: 22px;
}
.homepage .page2 .xinshutuijian .xinshutuijian-main .swiper-pic {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-right: 13px;
  /* 父容器相对定位 */
}
.homepage .page2 .xinshutuijian .xinshutuijian-main .swiper-pic .swiper-slide {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.homepage .page2 .xinshutuijian .xinshutuijian-main .swiper-pic .swiper-slide img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  box-shadow: 9px 8px 0px 0px rgba(170, 170, 170, 0.54);
  border: 1px solid #E0E0E0;
}
.homepage .page2 .xinshutuijian .xinshutuijian-main .swiper-pic .swiper-slide .info {
  height: 55px;
  padding: 0 9px;
  margin-top: 16px;
}
.homepage .page2 .xinshutuijian .xinshutuijian-main .swiper-pic .swiper-slide .info .info-tit {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.homepage .page2 .xinshutuijian .xinshutuijian-main .swiper-pic .swiper-button-right {
  position: absolute;
  top: 40%;
  left: 0;
  width: 26px;
  height: 40px;
  background: url('../img//xinshutuijian-left.png');
  background-size: 100% 100%;
  z-index: 99;
}
.homepage .page2 .xinshutuijian .xinshutuijian-main .swiper-pic .swiper-button-left {
  position: absolute;
  top: 40%;
  right: 0;
  width: 26px;
  height: 40px;
  background: url('../img//xinshutuijian-right.png');
  background-size: 100% 100%;
  z-index: 99;
}
.homepage .page2 .readingAndListening {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.homepage .page2 .readingAndListening .readingBox {
  width: 710px;
}
.homepage .page2 .readingAndListening .readingBox .reading-title {
  margin-bottom: 27px;
  padding-top: 12px;
  text-align: end;
  width: 710px;
  height: 40px;
  background: url('../img/dzssd.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.homepage .page2 .readingAndListening .readingBox .readingBox-main {
  height: 350px;
  display: flex;
  justify-content: flex-start;
}
.homepage .page2 .readingAndListening .readingBox .readingBox-main .reading-item {
  display: block;
  width: 160px;
  height: 290px;
  margin-right: 24px;
}
.homepage .page2 .readingAndListening .readingBox .readingBox-main .reading-item img {
  width: 160px;
  height: 230px;
  box-shadow: 9px 8px 0px 0px rgba(170, 170, 170, 0.54);
  border: 1px solid #E0E0E0;
}
.homepage .page2 .readingAndListening .readingBox .readingBox-main .reading-item .info {
  margin-top: 16px;
}
.homepage .page2 .readingAndListening .readingBox .readingBox-main .reading-item .info .info-tit {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.homepage .page2 .readingAndListening .listeningBox {
  width: 450px;
}
.homepage .page2 .readingAndListening .listeningBox .listening-title {
  margin-bottom: 27px;
  padding-top: 12px;
  text-align: end;
  width: 450px;
  height: 40px;
  background: url('../img/yssst.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.homepage .page2 .readingAndListening .listeningBox .listening-main {
  height: 350px;
  display: flex;
  flex-wrap: wrap;
}
.homepage .page2 .readingAndListening .listeningBox .listening-main .listening-item {
  display: block;
  text-align: left;
  margin-right: 40px;
  margin-left: 8px;
  position: relative;
}
.homepage .page2 .readingAndListening .listeningBox .listening-main .listening-item:nth-child(2),
.homepage .page2 .readingAndListening .listeningBox .listening-main .listening-item:nth-child(4) {
  margin-right: 0;
}
.homepage .page2 .readingAndListening .listeningBox .listening-main .listening-item .play {
  position: absolute;
  width: 36px;
  height: 35px;
  left: 58px;
  top: 56px;
}
.homepage .page2 .readingAndListening .listeningBox .listening-main .listening-item .cover {
  width: 148px;
  height: 148px;
  background: #BB0808;
  border-radius: 10px;
}
.homepage .page2 .readingAndListening .listeningBox .listening-main .listening-item .gp {
  width: 47px;
  height: 123px;
}
.homepage .page2 .mediaAndstory {
  display: flex;
  justify-content: space-between;
}
.homepage .page2 .mediaAndstory .mediaBox {
  width: 580px;
  height: 480px;
}
.homepage .page2 .mediaAndstory .mediaBox .mediaBox-title {
  margin-bottom: 27px;
  padding-top: 12px;
  text-align: end;
  width: 580px;
  height: 40px;
  background: url('../img/mtgz.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main {
  width: 100%;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-title {
  height: 166px;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-title a {
  width: 100%;
  display: flex;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-title .title-bg {
  display: block;
  width: 280px;
  height: 157px;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-title .title-info {
  width: 300px;
  padding: 13px;
  height: 147px;
  background: #F8F8F8;
  margin-top: 6px;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-title .title-info .info-head {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-title .title-info .info-head:hover {
  color: #BB0808;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-title .title-info .info-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-title .title-info .info-more {
  text-align: end;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-line {
  margin-top: 22px;
  border: 1px solid #E6E6E6;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-list .list-item {
  margin-top: 13px;
  padding-left: 11px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-list .list-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  border-radius: 50%;
}
.homepage .page2 .mediaAndstory .mediaBox .media-main .media-list .list-item:hover {
  color: #BB0808;
}
.homepage .page2 .mediaAndstory .storyBox {
  width: 580px;
  height: 480px;
}
.homepage .page2 .mediaAndstory .storyBox .storyBox-title {
  margin-bottom: 27px;
  padding-top: 12px;
  text-align: end;
  width: 580px;
  height: 40px;
  background: url('../img/cbgs.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.homepage .page2 .mediaAndstory .storyBox .story-main {
  width: 100%;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-title {
  height: 166px;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-title a {
  display: flex;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-title .title-bg {
  display: block;
  width: 280px;
  height: 157px;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-title .title-info {
  width: 300px;
  padding: 13px;
  height: 147px;
  background: #F8F8F8;
  margin-top: 6px;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-title .title-info .info-head {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 24px;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-title .title-info .info-head:hover {
  color: #BB0808;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-title .title-info .info-text {
  margin-top: 19px;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-title .title-info .info-more {
  text-align: end;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-line {
  margin-top: 22px;
  border: 1px solid #E6E6E6;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-list .list-item {
  margin-top: 13px;
  padding-left: 11px;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-list .list-item::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: block;
  content: "";
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  border-radius: 50%;
}
.homepage .page2 .mediaAndstory .storyBox .story-main .story-list .list-item:hover {
  color: #BB0808;
}
.homepage .page2 .website {
  width: 100%;
}
.homepage .page2 .website .website-title {
  padding-top: 12px;
  text-align: end;
  width: 100%;
  height: 40px;
  background: url('../img/wzjq.png') 0 0 no-repeat;
  background-size: 100% 100%;
}
.homepage .page2 .website .website-main {
  width: 100%;
  height: 59px;
  margin: 20px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.homepage .page2 .website .website-main .website-item:last-child .line {
  display: none;
}
.homepage .page2 .website .website-main .website-item:hover {
  color: #BB0808;
}
.homepage .page2 .website .website-main .line {
  width: 1px;
  height: 14px;
  background-color: #222222;
  display: inline-block;
  margin: 0 18px;
}
.homepage .page2 .footer-line {
  width: 100%;
  height: 15px;
  background: #9A0000;
}
