.white-bg {
  background-color: #fff;
  padding: 20px;
}
.yu-common-tab-dom .yu-common-tab-header .item:only-of-type {
  color: #125CB1;
}
.more-huiyi {
  position: absolute;
  right: 0;
  top: 3px;
  display: block;
  font-size: 14px;
  padding-left: 35px;
  color: #666;
}
.more-huiyi:hover {
  color: #125CB1;
}
.huiyi .huiyi_slider_top {
  padding: 0 30px 15px;
  padding: 0 .3rem .15rem;
  height: 146px;
  margin: 20px auto 0;
}
.huiyi .huiyi_slider_top .swiper-slide {
  width: 16.6%;
  height: 128px;
  border-bottom: 1px dashed #D1DBE7;
  position: relative;
}
.huiyi .huiyi_slider_top .swiper-slide .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 98px;
  height: 98px;
  border: 9px solid #C2D1DB;
  border-radius: 50%;
  cursor: pointer;
}
.huiyi .huiyi_slider_top .swiper-slide.swiper-slide-active .txt {
  border-color: #3F9FFF;
}
.huiyi .huiyi_slider_top .swiper-slide .txt .year {
  font-weight: bold;
  color: #1A1A1A;
  font-size: 18px;
}
.huiyi .huiyi_slider_top .swiper-slide.swiper-slide-active .txt .year {
  color: #1D84EC;
}
.huiyi .huiyi_slider_top .swiper-slide .txt .date {
  color: #000;
  font-size: 16px;
}
.huiyi .huiyi_slider_top .swiper-slide .dot {
  position: absolute;
  left: 50%;
  bottom: -9px;
  transform: translateX(-50%);
  width: 17px;
  height: 17px;
  background-color: #fff;
  z-index: 9;
  border-radius: 50%;
  border: 1px solid #C2D1DB;
}
.huiyi .huiyi_slider_top .swiper-slide.swiper-slide-active .dot {
  border: 1px solid #3F9FFF;
}
.huiyi .huiyi_slider_top .swiper-slide .dot::after {
  position: absolute;
  content: '';
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #C2D1DB;
}
.huiyi .huiyi_slider_top .swiper-slide.swiper-slide-active .dot::after {
  background-color: #3F9FFF;
}
.huiyi .huiyi_slider_top .swiper-slide .b-arrow {
  width: 0;
  height: 0;
  border: solid 8px transparent;
  border-top: solid 10px #3F9FFF;
  position: absolute;
  bottom: -26px;
  z-index: 9;
  display: none;
  transition: .5s all;
}
.huiyi .huiyi_slider_top .swiper-slide.swiper-slide-active .b-arrow {
  display: block;
}
.huiyi .huiyi_slider_top .swiper-button-prev,
.huiyi .huiyi_slider_top .swiper-button-next {
  width: 30px;
  height: 30px;
  background: #3F9FFF;
  border-radius: 50%;
  left: 0px;
  bottom: 4px;
  top: auto;
  cursor: pointer;
  z-index: 999;
  color: #fff;
}
.huiyi .huiyi_slider_top .swiper-button-prev.swiper-button-disabled,
.huiyi .huiyi_slider_top .swiper-button-next.swiper-button-disabled {
  background: #ccc;
}
.huiyi .huiyi_slider_top .swiper-button-next {
  background: #3F9FFF;
  left: auto;
  right: 0;
}
.huiyi .huiyi_slider_con {
  margin-top: 40px;
  margin-top: .4rem;
}
.huiyi .huiyi_slider_con .swiper-slide {
  overflow: hidden;
}
.huiyi .huiyi_slider_con .swiper-slide .con {
  width: 100%;
  height: 380px;
  display: flex;
}
.huiyi .huiyi_slider_con .swiper-slide .con .this-info {
  flex: 6;
  background-color: #3F9FFF;
  padding: 30px;
}
.huiyi .huiyi_slider_con .swiper-slide .con .this-info .title {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
  margin-bottom: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.huiyi .huiyi_slider_con .swiper-slide .con .this-info .desc {
  height: 190px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
  text-align: justify;
  margin-bottom: 50px;
  margin-bottom: .5rem;
}
.huiyi .huiyi_slider_con .swiper-slide .con .this-info .operate-list {
  display: flex;
}
.huiyi .huiyi_slider_con .swiper-slide .con .this-info .operate-list .item {
  width: 136px;
  height: 40px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  margin-right: 20px;
  cursor: pointer;
  color: #3F9FFF;
}
.huiyi .huiyi_slider_con .swiper-slide .con .this-info .operate-list .item:hover {
  opacity: .85;
}
.huiyi .huiyi_slider_con .swiper-slide .con .this-info .operate-list .item.loading {
  opacity: .85;
}
.huiyi-audio-dom {
  width: 190px;
  height: 40px;
  display: none;
}
.huiyi .huiyi_slider_con .swiper-slide .con .association-info {
  flex: 4;
  margin-left: 20px;
  background-color: #F4F6F8;
  padding: 20px;
}
.huiyi .huiyi_slider_con .swiper-slide .con .association-info .yu-common-tab-header .item {
  font-weight: normal;
  cursor: pointer;
}
.huiyi .huiyi_slider_con .swiper-slide .con .association-info .yu-common-tab-header .more-huiyi {
  font-size: 16px;
}
.huiyi .huiyi_slider_con .swiper-slide .con .association-info .shipinhuigu {
  display: block;
  position: relative;
  max-height: 430px;
  overflow: hidden;
}
.huiyi .huiyi_slider_con .swiper-slide .con .association-info .shipinhuigu .icon {
  position: absolute;
  width: 40px;
  height: 40px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.huiyi .huiyi_slider_con .swiper-slide .con .association-info .shipinhuigu .cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.huiyi .huiyi_slider_con .swiper-slide .con .association-info .association-huiyi-info .title {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  margin-bottom: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.huiyi .huiyi_slider_con .swiper-slide .con .association-info .association-huiyi-info .desc {
  height: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 9;
  -webkit-box-orient: vertical;
  font-size: 18px;
  color: #333;
  line-height: 1.5;
  text-align: justify;
}

.huiyi_list {
  height: 400px;
  overflow-y: scroll;
  margin-top: 40px;
  margin-top: .4rem;
}
.huiyi_list .item {
  position: relative;
  display: flex;
  font-size: 16px;
  justify-content: space-between;
  align-items: center;
  line-height: 20px;
  padding-top: 10px;
  padding-left: 30px;
  padding-bottom: 10px;
  padding-right: 15px;
}
.huiyi_list .item:hover {
  background-color: rgba(30, 30, 30, .05);
}
.huiyi_list .item::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  content: '';
  width: 5px;
  height: 5px;
  background-color: #1B63C6;
}
.huiyi_list .item .txt {
  display: block;
  color: #000;
  flex: 1;
  width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.huiyi_list .item .txt:hover {
  color: #125CB1;
}
.huiyi_list .item .right {
  display: flex;
  align-items: center;
}
.huiyi_list .item .right .shipin_link {
  display: block;
  padding: 7px 10px 7px 40px;
  background: #F4FAFF;
  border-radius: 2px;
  border: 1px solid #C3D3DE;
  font-size: 16px;
  line-height: 16px;
  background-image: url('../images/yaowendongtai/huiyi/video.png');
  background-size: 22px 17px;
  background-repeat: no-repeat;
  background-position: 10px center;
}
.huiyi_list .item .right .shipin_link:hover {
  border-color: #69addd;
}
.huiyi_list .item .right .time {
  text-align: right;
  width: 110px;
  color: #999;
}


@media screen and (max-width: 991px) {
  .huiyi .huiyi_slider_top {
    padding-left: .1rem;
    padding-right: .1rem;
  }
}

@media screen and (max-width: 768px) {
  .huiyi .huiyi_slider_top {
    padding-left: 0;
    padding-right: 0;
    height: 130px;
  }
  .huiyi .huiyi_slider_top .swiper-slide .txt {
    width: 80px;
    height: 80px;
  }
  .huiyi .huiyi_slider_top .swiper-slide .txt .year {
    font-size: 16px;
  }
  .huiyi .huiyi_slider_top .swiper-slide .txt .date {
    font-size: 14px;
  }
  .huiyi .huiyi_slider_top .swiper-slide {
    width: 33.33%;
    height: 112px;
  }
  .huiyi .huiyi_slider_con .swiper-slide .con {
    height: auto;
    flex-direction: column;
  }
  .huiyi .huiyi_slider_con .swiper-slide .con .association-info {
    margin-left: 0;
    margin-top: 20px;
  }
  .huiyi .huiyi_slider_con .swiper-slide .con .this-info .title {
    white-space: normal;
    font-size: 18px;
  }
  .huiyi .huiyi_slider_con .swiper-slide .con .this-info .desc {
    font-size: 16px;
  }
  .huiyi_list .item {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 15px;
  }
  .huiyi_list .item::before {
    top: 18px;
    transform: none;
    left: 5px;
  }
  .huiyi_list .item .right .shipin_link {
    margin-top: 10px;
  }
  .huiyi_list .item .txt {
    width: 100%;
    white-space: normal;
  }
  .huiyi_list .item .right .time {
    display: none;
  }
}

@media screen and (max-width: 330px) {
  .huiyi .huiyi_slider_con .swiper-slide .con .this-info {
    padding: 15px;
  }
  .huiyi .huiyi_slider_con .swiper-slide .con .association-info {
    padding: 10px;
  }
  .more-huiyi {
    right: -15px;
  }
}
