.page-headline-blog .swiper-container {
  width: 760px;
  height: 420px;
}
.page-headline-blog .swiper-container .swiper-slide {
  overflow: hidden;
  border-radius: 4px;
}

.page-headline-blog .swiper-container .swiper-slide a {
  display: block;
  height: 100%;
}
.page-headline-blog .swiper-container .swiper-slide img {
  width: 100%;
  min-height: 100%;
}
.page-headline-blog .swiper-container .swiper-slide a {
  position: relative;
}
.page-headline-blog .swiper-container .swiper-slide a .desc {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 16px;
  bottom: 16px;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  line-height: 22px;
  z-index: 1;
}
.page-headline-blog .swiper-container .swiper-slide a .mark{
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
/* .swiper-button-next{
  visibility:hidden
}
.swiper-button-prev{
  visibility:hidden
}
.page-headline-blog .swiper-container:hover .swiper-button-next{
  visibility: visible
}
.page-headline-blog .swiper-container:hover .swiper-button-prev{
  visibility: visible
} */
.swiper-pagination {
  text-align: end;
  padding-right: 16px;
}
.swiper-pagination-bullet {
  background-color: transparent;
  border: 0.5px solid rgba(255, 255, 255, 1);
  width: 5px;
  height: 5px;
  margin: 0 0 0 8px !important;
}
.swiper-pagination-bullet-active {
  background-color: rgba(38, 84, 255, 1);
  border-color: rgba(38, 84, 255, 1);
}
.right-adver-image-view {
  margin-left: 16px;
  width: 424px;
}
.right-adver-image-view .image-view {
  height: 202px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}
.right-adver-image-view .image-view:first-child {
  margin-top: 0;
}
.right-adver-image-view .image-view img {
  width: 100%;
  min-height: 100%;
}
.right-adver-image-view .image-view .desc {
  position: absolute;
  bottom: 16px;
  color: #fff;
  font-size: 16px;
  padding: 0 16px;
  text-align: left;
  left: 0;
  right: 0;
  font-weight: 600;
  line-height: 22px;
  z-index: 1
}
.right-adver-image-view .image-view .mark{
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.image-view .mark{
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.article-content {
  margin-top: 24px;
}
.article-content .article-list-view {
  background-color: #fff;
  border-radius: 4px;
}
.article-content .article-type-list {
  padding: 0 20px;
  overflow: auto;
}
.article-content .article-type-list li a {
  display: block;
  padding: 24px 0 12px 0;
  margin-right: 24px;
  border-bottom: 2px solid transparent;
  font-size: 14px;
  color: rgba(100, 101, 102, 1);
}
.article-content .article-type-list li.is-active a {
  color: rgba(38, 84, 255, 1);
  border-bottom-color: rgba(38, 84, 255, 1);
}
.article-content .article-type-list li:hover a {
  color: rgba(38, 84, 255, 1);
  border-bottom-color: rgba(38, 84, 255, 1);
}
.article-content .article-type-list li a.active {
  color: rgba(38, 84, 255, 1);
  border-bottom-color: rgba(38, 84, 255, 1);
}
.article-content .list-group {
  padding: 0 16px 16px 16px;
  margin-top: 8px;
}
.article-content .article-list-view {
  overflow: hidden;
}
.article-content .list-group .list-group-item {
  padding: 16px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid rgba(235, 237, 240, 1);
  border-radius: 0;
  margin: 0;
}
.article-content .list-group .list-group-item:last-child {
  border-bottom: none;
}
.article-content .list-group .list-group-item a:first-child {
  display: block;
}
.article-content .list-group .list-group-item .article-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.article-content .list-group .list-group-item .label-list-view {
  margin-top: 14px;
}
.article-content .list-group .list-group-item .label-list-view a {
  display: inline-block;
  padding: 2px 4px;
  font-family: PingFang SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  border: 1px solid rgba(235, 237, 240, 1);
  margin-right: 8px;
  border-radius: 4px;
  margin-bottom: 4px;
  /*cursor: default;*/
}
/*.article-content .list-group .list-group-item .label-list-view a:hover{*/
/*  color: #646566;*/
/*}*/
.article-content .list-group .list-group-item .label-list-view:last-child a {
  margin-right: 0;
}
.publish-time {
  margin-top: 12px;
  color: rgba(100, 101, 102, 1);
  font-size: 12px;
}
.article-content .list-group .list-group-item .image-view {
  width: 200px;
  height: 150px;
  overflow: hidden;
  border-radius: 4px;
  margin-left: 31px;
}
.article-content .list-group .list-group-item .image-view img {
  width: 100%;
  min-height: 100%;
}
.article-content .list-group .list-group-item .article-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 12px;
  line-height: 22px;
}
.article-content .list-group .list-group-item .article-text-view {
  overflow: hidden;
}
.article-content .list-group .list-group-item .article-text-view p {
  color: rgba(100, 101, 102, 1);
}
.search-more-btn-view {
  padding-bottom: 24px;
  display: none;
}
.search-more-btn-view a {
  border: 1px solid rgba(235, 237, 240, 1);
  padding: 8px 16px;
  border-radius: 4px;
  display: block;
  color: rgba(50, 50, 51, 1);
}

/* 右边的广告 */
.article-advertising-view {
  margin-left: 16px;
  width: 320px;
}
.article-advertising-view .card {
  padding: 0 16px;
  border: none;
}
.advertising-card {
  margin-top: 16px;
}
.article-advertising-view .card .card-header {
  padding: 16px 0 0 0;
  border: none;
}
.article-advertising-view .card .card-header h2 {
  display: inline-block;
  height: 100%;
  border-bottom: 2px solid rgba(38, 84, 255, 1);
  padding-bottom: 12px;
}
.article-advertising-view .popular-articles-card .list-group {
  margin: 0;
  padding: 0;
}
.article-advertising-view .popular-articles-card .list-group .list-group-item {
  border: none;
  padding: 0;
  margin-bottom: 16px;
}
.article-advertising-view .popular-articles-card .list-group .list-group-item:last-child {
  margin-bottom: 0;
}
.popular-articles-card .card-header button p {
  color: rgba(38, 84, 255, 1);
  font-size: 14px;
  margin-right: 6px;
}
.popular-articles-card .card-header button img {
  width: 12px;
}
.popular-articles-card .card-body .list-group-item .sort {
  color: rgba(150, 151, 153, 1);
  font-size: 14px;
}
.popular-articles-card .card-body .list-group-item .sort.top-three {
  color: rgba(237, 106, 12, 1);
}
.popular-articles-card .card-body .list-group-item .title {
  margin-left: 8px;
  font-size: 14px;
  color: rgba(50, 50, 51, 1);
  line-height: 20px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.advertising-card .card-body .image-view {
  height: 180px;
  overflow: hidden;
  border-radius: 4px;
}
.advertising-card .card-body .tip {
  margin-top: 16px;
}
.advertising-card .card-body .tip span {
  color: rgba(100, 101, 102, 1);
}
.line {
  display: inline-block;
  margin: 0 6px;
  height: 14px;
  width: 1px;
  background-color: rgba(100, 101, 102, 1);
}

@media (min-width: 769px) and (max-width: 960px) {
}

@media (max-width: 768px) {
  .page-headline-blog .swiper-container {
    width: 100%;
    height: 190px;
    margin-bottom: 16px;
  }
  .page-headline-blog .swiper-container .swiper-slide {
    width: 100%;
    height: 190px;
  }
  .page-headline-blog .swiper-container .swiper-slide a .desc {
    bottom: 8px;
    padding: 0 8px;
    font-size: 14px;
    line-height: 18px;
    font-weight: bold
  }
  .swiper-pagination {
    padding-right: 8px;
    bottom: 8px;
  }
  .image-view {
    margin-bottom: 16px;
  }
  .image-view:last-child {
    margin-bottom: 0;
  }
  .image-view a {
    position: relative;
    display: block;
    height: 164px;
    border-radius: 4px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-items: center
  }
  .image-view a img {
    width: 100%;
    min-height: 100%;
  }
  .image-view a .desc {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 8px;
    padding: 0 16px;
    line-height: 18px;
    z-index: 11
  }
  .article-content {
    margin-top: 16px;
  }
  .article-content .article-type-list {
    padding: 0 15px;
  }
  .article-content .article-type-list li a {
    display: block;
    padding: 16px 0 11px 0;
    margin-right: 16px;
    border-bottom: 2px solid transparent;
    font-size: 13px;
    color: rgba(100, 101, 102, 1);
  }
  .article-content .article-type-list::-webkit-scrollbar {
    display: none;
  }
  .article-content .article-type-list {
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .article-content .list-group {
    padding: 0 14px 14px 14px;
    margin-top: 2px;
  }
  .article-content .list-group .list-group-item {
    padding: 14px 0;
  }
  .article-content .list-group .list-group-item .article-text {
    font-size: 13px;
    line-height: 15px;
  }
  .article-content .list-group .list-group-item .label-list-view {
    margin-top: 13px;
  }
  .article-content .list-group .list-group-item .label-list-view a {
    font-size: 11px;
    line-height: 14px;
    margin-right: 8px;
    border-radius: 4px;
    margin-bottom: 2px;
  }
  .publish-time {
    margin-top: 11px;
    font-size: 11px;
  }
  .article-content .list-group .list-group-item .image-view {
    width: 110px;
    height: 82px;
    border-radius: 4px;
    margin-left: 20px;
  }
  .search-more-btn-view {
    padding-bottom: 16px;
  }
  .article-content .list-group .list-group-item .article-title {
    margin-bottom: 11px;
    font-weight: bold
  }
}
