.list-item {
  height: 3.55rem;
}

.friend-links .item__link-text {
  display: block;
  margin-top: 5px;
}

.swiper-news .swiper-container a {
  display: block;
  width: 100%;
  height: 18rem;
}

.swiper-news .swiper-slide span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.8rem;
  padding: 0.25rem;
  background: #e8e8e8;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 1.15rem;
}

.swiper-news .swiper-pagination-bullets {
  bottom: 47px;
}


.swiper-news {
  width: auto;
  max-width: 390px;
  height: auto;
}

.swiper-news .swiper-container {
  height: 18.5rem;
}

.swiper-news .swiper-container a {
  display: block;
  width: 100%;
  height: 16rem;
}

.swiper-news .swiper-slide {
  position: relative;
  background: #fff;
}

.swiper-news .swiper-slide span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0rem;
  padding: 0.25rem;
  background: #e8e8e8c6;
  text-align: center;
  color: #333;
  font-weight: 500;
  font-size: 1.15rem;
}

.swiper-news .swiper-slide p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0rem;
  padding: 0.45rem;
  height: 2.85rem;
  border: 1px solid #e8e8e8;
  display: none;
}

.swiper-news .swiper-pagination-bullets {
  bottom: 47px;
}

.swiper-news .swiper-pagination-bullet {
  border: 1px solid #0f5e6c;
}

.swiper-news .swiper-pagination-bullet-active {
  background: #0f5e6c !important;
}

.list-item.has-date-left .item-link__text {
  font-weight: 500;
  font-size: 1.05rem;
}

.list-item.has-date-left p {
  color: #939393
}

.item-link__text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.item-link.line-clamp-1 {
  flex: 1 !important;
  width: 280px;
}

/*解决超宽问题*/

.swiper-763 {
  height: 200px;
}

.swiper-763 .swiper-container a {
  display: block;
  width: 100%;
  height: 180px;
}

.swiper-763 .item-link__text {
  text-align: center;
}

.swiper-763 .swiper-slide {
  width: 25% !important;
}

.item-link.item-link-714 {
  flex: 1 !important;
  width: 100%;
}

item-link-714 .item-link__text {
  padding: 2px;
}

.swiper-714 {
  height: 180px;
}

.swiper-714 .swiper-container a {
  display: block;
  width: 100%;
  height: 194px;
}

.swiper-714 .item-link__text {
  text-align: center;
}

.swiper-714 .swiper-slide {
  width: 25% !important;
}


@media screen and (max-width: 768px) {
  .friend-links .level-item {
    width: 50%;
    flex: 0 0 auto !important;
    margin-top: .5rem !important;
    margin-right: 0rem !important;
  }
}


 .date-box{
      width: 62px;
    height: 45px;
    text-align: center;
    margin-right: 12px;
    background: url(../img/date.jpg) no-repeat;
    display: block;
    float: left;
  }
  
  .date-box span {
    font-size: 18px;
    width: 100%;
    float: left;
    display: block;
    color: #fff;
    height: 27px;
    line-height: 27px;
}

.date-box i {
    display: block;
    width: 100%;
    float: left;
    text-align: center;
    color: #999;
    height: 18px;
    line-height: 18px;
    font-size: 12px;
    font-style: normal;
}  

.item-link{
    line-height: normal;
}

.item-link .info_text{
    color: #999999;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    line-height: normal;
}