.hlx-news-list {
  margin-top: 40px;
}
.hlx-news-list .hlx-news-item {
  margin-bottom: 40px;
}

.hlx-news-list .hlx-news-item {
  display: flex;
  display: -ms-flexbox;
  padding: 50px 80px;
  background: url("../images/page-list/card-bottom-bg.png") center bottom/110% auto no-repeat, white;
  border-radius: 16px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.hlx-news-list .hlx-news-item .cover {
  width: 350px;
  height: 220px;
  background: url("../images/page-list/cover-bg.png") center center no-repeat;
}
.hlx-news-list .hlx-news-item .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: 100% 100%;
}
.hlx-news-list .hlx-news-item .content {
  width: 0;
  flex: 1 0 0;
  -ms-flex: 1 0 0%;
  margin-left: 40px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: space-around;
  -ms-flex-pack: justify;
}
.hlx-news-list .hlx-news-item .content .title {
  display: block;
  font-size: 24px;
  color: #1c1c1c;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hlx-news-list .hlx-news-item .content .desc {
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #1c1c1c;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 96px;
}
.hlx-news-list .hlx-news-item .content .time {
  display: block;
  font-size: 14px;
  color: #1c1c1c;
  text-align: right;
}

@media (max-width: 768px) {
  .hlx-news-list .hlx-news-item {
    padding: 16px;
    align-items: center;
    -ms-flex-align: center;
    background: url("../images/page-list/card-bottom-bg.png") center bottom no-repeat/110% auto, white;
  }
  .hlx-news-list .hlx-news-item .cover {
    width: 140px;
    height: 88px;
  }
  .hlx-news-list .hlx-news-item .content {
    margin-left: 20px;
  }
  .hlx-news-list .hlx-news-item .content .title {
    font-size: 20px;
  }
  .hlx-news-list .hlx-news-item .content .desc {
    line-height: 20px;
    -webkit-line-clamp: 2;
    height: 40px;
  }
}
.column-title-box {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -ms-flex-align: center;
  justify-content: center;
  -ms-flex-align: center;
}
.column-title-box .column-title {
  border: 16px solid transparent;
  border-image: url("../images/bg/column-title-bg.png") 24 fill;
  font-size: 30px;
  color: #8b2a27;
}
.column-title-box .column-title.active {
  border: 16px solid transparent;
  border-image: url("../images/bg/column-title-bg-active.png") 24 fill;
  color: #fff;
}

.column-title-box.multiple {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.column-title-box.multiple .column-title {
  margin-right: 12px;
}

.hlx-list-new-content {
  background: url("../images/page-list/card-bottom-bg.png") center bottom/100% auto no-repeat, white;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  font-size: 20px;
  color: #1c1c1c;
  line-height: 1.5;
}
.hlx-list-new-content img {
  width: 100%;
}
.hlx-list-new-content p {
  text-indent: 2em;
  margin-top: 20px;
}