.column-banner.announce {
  background-image: url(../images/announce-banner-2x.jpg);
}

.list-content {
  padding-top: 0.8rem;
}

.list-content .announce-list-wrap .list-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.36rem 0 0.37rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.list-content .announce-list-wrap .list-item .title {
  font-size: 1.5714em;
  font-weight: 700;
  text-align: left;
  color: #373737;
  line-height: 36px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-content .announce-list-wrap .list-item .title:hover {
  text-decoration: underline;
}

.list-content .announce-list-wrap .list-item .date {
  font-size: 1.1428em;
  font-weight: normal;
  text-align: left;
  color: #777777;
  line-height: 24px;
}

.list-content .news-list-wrap .news-item {
  padding: 0.36rem 0 0.36rem 0;
  border-bottom: 1px dashed rgba(151, 151, 151, 0.31);
}

.list-content .news-list-wrap .news-item:first-child {
  padding-top: 0;
}

.list-content .news-list-wrap .news-item:last-child {
  border: none;
}

.list-content .news-list-wrap .news-item .news-item-wrap {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.list-content .news-list-wrap .news-item .news-item-wrap .news-item-img {
  width: 5rem;
  height: 2.81rem;
  margin-right: 0.5rem;
  font-size: 0;
  overflow: hidden;
}

.list-content .news-list-wrap .news-item .news-item-wrap .news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease-in-out;
  -webkit-transition: transform 0.5s ease-in-out;
}

.list-content .news-list-wrap .news-item .news-item-wrap .new-item-text {
  flex: 1;
}

.list-content .news-list-wrap .news-item .news-item-wrap .new-item-text .title {
  margin-bottom: 0.24rem;
  font-size: 1.5714em;
  font-weight: 700;
  text-align: left;
  color: #373737;
  line-height: 26px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-content .news-list-wrap .news-item .news-item-wrap .new-item-text .title:hover {
  text-decoration: underline;
}

.list-content .news-list-wrap .news-item .news-item-wrap .new-item-text .abstract {
  font-size: 1.1428em;
  font-weight: 300;
  text-align: left;
  color: #373737;
  line-height: 1.4;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.list-content .news-list-wrap .news-item .news-item-wrap .new-item-text .abstract:hover {
  text-decoration: underline;
}

.list-content .news-list-wrap .news-item .news-item-wrap .new-item-text .more {
  display: inline-block;
  margin-top: 0.36rem;
  font-size: 0.8571em;
  font-weight: 600;
  text-align: left;
  color: #55b428;
  padding-right: 20px;
  background: url(../images/right_arrow.png) no-repeat right center/12px 11px;
}

.list-content .news-list-wrap .news-item .news-item-wrap .new-item-text .more:hover {
  text-decoration: underline;
}

.list-content .news-list-wrap .news-item:hover .news-item-img img {
  transform: scale(1.2, 1.2);
  -webkit-transform: scale(1.2, 1.2);
}

.list-button {
  margin-top: 40px;
}

@media screen and (max-width: 910px) {
  .list-content {
    padding: 0.3rem 0 0.4rem 0;
  }
  .list-content .news-list-wrap .news-item .news-item-wrap {
    display: block;
  }
  .list-content .news-list-wrap .news-item .news-item-wrap .news-item-img {
    width: 100%;
    height: auto;
    margin-right: 0;
  }
  .list-content .announce-list-wrap .list-item {
    padding: 0.2rem 0 0.2rem 0;
  }
  .list-content .announce-list-wrap .list-item .title {
    font-size: 1em;
    line-height: 28px;
  }
  .list-content .announce-list-wrap .list-item .date {
    font-size: 0.8em;
  }
}
