.float-left {
  width: 710px;
  float: left;
}

.float-left .swiper-banner {
  width: 100%;
  height: 320px;
  border-radius: 6px;
}

.float-left .swiper-banner .swiper-slide img {
  width: 100%;
}

.float-left .swiper-banner .swiper-pagination {
  width: auto;
  left: 44px;
  bottom: 27px;
}

.float-left .swiper-banner .swiper-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #D8D8D8;
}

.float-left .swiper-banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #004BE1;
}

.float-left .article-list {
  margin-top: 26px;
}

.float-right {
  width: 346px;
  float: right;
}

.float-right .advertising .item {
  width: 100%;
  height: 148px;
  overflow-x: hidden;
  margin-top: 24px;
}

.float-right .advertising .item:first-child {
  margin-top: 0;
}

.float-right .rec-authors {
  margin-top: 20px;
}

.float-right .rec-authors .title {
  width: 100%;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  color: #333;
  position: relative;
  border-bottom: 1px solid #EFEFEF;
}

.float-right .rec-authors .title::before {
  content: '';
  display: block;
  width: 63px;
  height: 6px;
  background: linear-gradient(90deg, #4591FF, #004BE1);
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.float-right .rec-authors .item {
  width: 100%;
  height: 115px;
  display: flex;
  align-items: center;
  margin-top: 10px;
  padding-left: 14px;
  padding-right: 22px;
  border: 1px solid #EBF0F3;
  border-radius: 4px;
}

.float-right .rec-authors .item:hover {
  box-shadow: -1px 2px 10px 0px rgba(53, 101, 128, 0.13);
}

.float-right .rec-authors .item .profile-photo {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 14px;
}

.float-right .rec-authors .item .profile-photo img {
  width: 100%;
  height: 100%;
}

.float-right .rec-authors .item .text-box {
  width: 164px;
}

.float-right .rec-authors .item .text-box .name {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.float-right .rec-authors .item .text-box .name:hover {
  color: #004BE1;
}

.float-right .rec-authors .item .text-box .intro {
  font-size: 14px;
  color: #666;
  line-height: 20px;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  display: box;
  -webkit-box-orient: vertical;
  box-orient: vertical;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}

.float-right .rec-authors .item .btn {
  border: 1px solid #004BE1;
  border-radius: 2px;
  padding: 0 7px;
  font-size: 14px;
  line-height: 20px;
  color: #004BE1;
  margin-left: 5px;
  cursor: pointer;
}

.float-right .rec-authors .item .btn.followed {
  color: #fff;
  background: #8590A6;
  border-color: #8590A6;
}

.float-right .official-account {
  margin-top: 20px;
  width: 100%;
  height: 148px;
  overflow: hidden;
}