/* 资讯栏目及子栏目主标题 */
.article-list-title {
  position: relative;
  margin: 18px 0 42px;
  color: #222;
  font-size: 38px;
  font-weight: 600;
  line-height: 1.35;
  letter-spacing: .5px;
}

.article-list-title:after {
  position: absolute;
  bottom: -17px;
  left: 50%;
  width: 38px;
  height: 3px;
  margin-left: -19px;
  background: #e7161a;
  content: "";
}

@media (max-width: 760px) {
  .article-list-title {
    margin: 12px 14px 34px;
    font-size: 28px;
    line-height: 1.4;
  }

  .article-list-title:after {
    bottom: -13px;
    width: 32px;
    height: 2px;
    margin-left: -16px;
  }
}
