.active{
    color: #005BAC;
  }
  .content-title {
    font-size: 36px;
    line-height: 90px;
    height: 90px;
    font-weight: 500;
    font-family: "Source Han Sans SC Bold";
    margin:20px 0;
    color: #3E3A39;
  }
  .news-list {
    box-sizing: border-box;
  }
  .article-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-right: 20px;
    width: 300px;
  }
  .article-item:hover {
    text-decoration: none;
  }
  .article-img {
    overflow: hidden;
  }
  .article-img .article-image {
    width: 100%;
    object-fit: cover;
    transition: 0.8s;
    transform: scale(1.0);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
  }
  .article-img .article-image:hover {
    transition: 0.8s;
    transform: scale(1.1);
    -webkit-transition: 0.8s;
    -moz-transition: 0.8s;
    -ms-transition: 0.8s;
    -o-transition: 0.8s;
  }
  .article-info,.media-info,.acticity-info {
    width: 100%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 150px;
  }
  .article-title {
    color: #3e3a39;
    margin: 10px 0;
    font-family: "Source Han Sans SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .article-subtitle {
    color: #999;
    font-family: "Source Han Sans SC Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }
  .article-bottom,
  .media-bottom,.activity-bottom {
    width: 100%;
    margin: 10px 0;
    padding: 10px;
  }
  .article-date,
  .media-date,
  .activity-date {
    color: #3e3a39;
    font-family: "Alibaba PuHuiTi";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  .read-fullText {
    color: #005bac;
    font-family: "Source Han Sans CN";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  .activity-content,.media-content {
    display: flex;
    align-items: flex-start;
    height: 160px;
  }
  .activity-content{
    width:450px;
    margin-right: 40px;
  }
  .activity-title,.media-title {
    color: #3e3a39;
    font-family: "Source Han Sans SC";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
  }
  .activity-subtitle,.media-subtitle {
    color: #999;
    font-family: "Source Han Sans SC Light";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
  }
  .media-img-box {
    margin-right: 20px;
  }
  .media-img {
    height: 100%;
  }
  .activity-img-box {
      margin-right: 20px;
    }
    .activity-img {
      height: 100%;
    }
    .media-box{
      display:flex;
      justify-content:space-between;
      align-items: center;
    }