.border1:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  transform-origin: 50% 0%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .border1:before {
    transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .border1:before {
    transform: scaleY(0.33);
  }
}
/*banenr*/
.main_banner {
  width: 100%;
  overflow: hidden;
}
/*通用板块信息*/
.content_list {
  overflow: hidden;
}
.content_list:not(:last-of-type) {
  margin-bottom: 2rem;
}
.list_box_title {
  display: flex;
  justify-content: center;
  align-items: end;
  flex-flow: column;
  align-items: center;
  padding-bottom: 2.52rem;
  position: relative;
  z-index: 2;
}
.list_box_title img {
  width: auto;
  height: 3.08rem;
}
.list_box_title p {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
}
.list_box_title p span {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 2.56rem;
  padding: 0 0.96rem;
  z-index: 1;
  border-radius: 1.2rem;
  background-color: #fff;
  border: 0.16rem solid #d5356b;
}
.list_box_title p span img {
  width: auto;
  height: 1.52rem;
}
.list_box_title p:before {
  content: "";
  position: absolute;
  z-index: 0;
  width: 1.32rem;
  height: 1.32rem;
  background-color: #2e06ab;
  border: solid 0.16rem #d5356b;
  border-radius: 50%;
  overflow: hidden;
  left: -0.66rem;
}
.list_box_title p:after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 1.32rem;
  height: 1.32rem;
  background-color: #2e06ab;
  border: solid 0.16rem #d5356b;
  border-radius: 50%;
  overflow: hidden;
  right: -0.66rem;
}
/*内容板块*/
.content_list_box {
  width: 100%;
  height: auto;
  padding: 0.8rem 0 5.6rem;
  background: #0620a6;
  overflow: hidden;
  position: relative;
  margin-top: -0.08rem;
}
.content_list_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content_list_box img[data-src] {
  object-fit: cover;
}
.content_list_box .item-list-box {
  width: 100%;
  padding: 3.2rem 0 0;
}
.content_list_box .item-list-box .title-bar {
  width: 100%;
  padding-bottom: 1.28rem;
  overflow: hidden;
}
.content_list_box .item-list-box .title-bar img {
  object-fit: contain;
}
.content_list_box .item-list-box .title-bar .sub-title {
  width: 100%;
  height: 3.56rem;
}
.content_list_box .item-list-box .title-bar .main-title {
  width: 100%;
  height: 2.4rem;
  margin-top: 0.8rem;
}
.content_list_box .item-list-box .sub-item-box {
  overflow: hidden;
}
.content_list_box .item-list-box .sub-item-box:not(:last-of-type) {
  margin-bottom: 80/25rem;
}
.content_list_box .item-list-box .sub-item-box .all-score-box {
  width: 100%;
}
.content_list_box .item-list-box .sub-item-box .all-score-box img {
  margin: 0;
}
.content_list_box .item-list-box .sub-item-box .site-title {
  height: 58/25rem;
  text-align: center;
}
.content_list_box .item-list-box .sub-item-box .site-title img {
  width: auto;
  height: 100%;
  vertical-align: super;
}
.content_list_box .item-list-box .sub-item-box .sub-banner-link {
  width: 100%;
  text-align: center;
  height: 60/25rem;
  margin-top: 40/25rem;
}
.content_list_box .item-list-box .sub-item-box .sub-banner-link img {
  width: auto;
  height: 100%;
}
.content_list_box .item-list-box .item-detail-con {
  position: relative;
  width: 100%;
  height: auto;
  padding: 8.56rem 0 1.84rem;
}
.content_list_box .item-list-box .item-detail-con:before,
.content_list_box .item-list-box .item-detail-con:after {
  content: "";
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 8.56rem;
  background: url("../images/content-border-top.png") center top no-repeat;
  -webkit-background-size: 100% 8.56rem;
  background-size: 100% 8.56rem;
  overflow: hidden;
}
.content_list_box .item-list-box .item-detail-con:after {
  top: auto;
  bottom: 0.04rem;
  height: 1.84rem;
  background: url("../images/content-border-bottom.png") center bottom no-repeat;
  -webkit-background-size: 100% 1.84rem;
  background-size: 100% 1.84rem;
}
.content_list_box .item-list-box .item-detail-con .content-info {
  width: 100%;
  height: auto;
  margin-top: -6rem;
  padding: 0 2rem 0.64rem;
  position: relative;
  overflow: hidden;
}
.content_list_box .item-list-box .item-detail-con .content-info:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 0;
  top: 6rem;
  display: block;
  width: 100%;
  height: 100%;
  background: url("../images/content-border-cen.png") center top;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  overflow: hidden;
}
.content_list_box .item-list-box .item-detail-con .content-info > div {
  position: relative;
  z-index: 1;
}
.content_list_box .item-list-box .item-detail-con .content-info .text {
  width: 100%;
  margin-top: -0.4rem;
  margin-bottom: 0.72rem;
  overflow: hidden;
}
.content_list_box .item-list-box .item-detail-con .content-info .text p {
  text-align: justify;
  text-indent: 2em;
  line-height: 1.84rem;
  color: #fff;
  font-size: 0.96rem;
}
.content_list_box .item-list-box .item-detail-con .content-info .show-radius {
  border-radius: 0.4rem;
  overflow: hidden;
}
.content_list_box .item-list-box .video-base-box {
  overflow: hidden;
}
.content_list_box .item-list-box .video-base-box .swiper-container {
  width: 100%;
  position: relative;
}
.content_list_box .item-list-box .video-base-box .swiper-container .swiper-button-next,
.content_list_box .item-list-box .video-base-box .swiper-container .swiper-button-prev {
  width: 1.12rem;
  height: 1.12rem;
  overflow: hidden;
  top: 50%;
  margin-top: -0.56rem;
  background: url(../images/icon_solide_btn.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content_list_box .item-list-box .video-base-box .swiper-container .swiper-button-next:after,
.content_list_box .item-list-box .video-base-box .swiper-container .swiper-button-prev:after {
  content: none;
}
.content_list_box .item-list-box .video-base-box .swiper-container .swiper-button-next:hover,
.content_list_box .item-list-box .video-base-box .swiper-container .swiper-button-prev:hover {
  background: url(../images/icon_solide_btn1.png) center center no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
}
.content_list_box .item-list-box .video-base-box .swiper-container .swiper-button-next {
  right: 0.8rem;
  transform: rotate(0);
}
.content_list_box .item-list-box .video-base-box .swiper-container .swiper-button-prev {
  left: 0.8rem;
  transform: rotate(180deg);
}
.content_list_box .item-list-box .video-base-box .swiper-slide {
  background-size: cover;
  background-position: center;
}
.content_list_box .item-list-box .video-base-box .gallery-top {
  height: 100%;
  width: 100%;
  border-radius: 0.48rem;
  overflow: hidden;
  height: 14.16rem;
}
.content_list_box .item-list-box .video-base-box .gallery-thumbs {
  height: 4.48rem;
  box-sizing: border-box;
  margin-top: 0.64rem;
  overflow: hidden;
}
.content_list_box .item-list-box .video-base-box .gallery-thumbs .swiper-slide {
  width: 25%;
  height: 100%;
  border-radius: 0.24rem;
  overflow: hidden;
}
.content_list_box .item-list-box .video-base-box .gallery-thumbs .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  border: 0.16rem solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.content_list_box .item-list-box .video-base-box .gallery-thumbs .swiper-slide-thumb-active {
  position: relative;
}
.content_list_box .item-list-box .video-base-box .gallery-thumbs .swiper-slide-thumb-active:before {
  border: 0.08rem solid #FD07CF;
}
.content_list_box .item-list-box .other-program-info {
  width: 100%;
  overflow: hidden;
}
.content_list_box .item-list-box .other-program-info .program-list {
  margin-top: 1.44rem;
  overflow: hidden;
}
.content_list_box .item-list-box .other-program-info .program-list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  overflow: hidden;
}
.content_list_box .item-list-box .other-program-info .program-list ul li {
  flex-shrink: 0;
  width: 12.72rem;
  margin-top: 0.64rem;
  border-radius: 0.32rem;
  overflow: hidden;
}
.content_list_box .item-list-box .other-program-info .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.84rem;
}
.content_list_box .item-list-box .other-program-info .sub-title strong {
  flex-shrink: 0;
  color: #fff;
  margin: 0 0.48rem;
}
.content_list_box .item-list-box .other-program-info .sub-title:before,
.content_list_box .item-list-box .other-program-info .sub-title:after {
  content: "";
  width: 100%;
  height: 0;
  border-bottom: 0.04rem solid #fff;
  overflow: hidden;
}
/*# sourceMappingURL=superScholar.css.map */