﻿
/**
 * 东风公司采购招投标平台
 * date: 2024-7-2
 * author: gaojing;
 */
.online-mall {
  margin: 24px 8px 0;
  display: flex;
  align-items: center;
  padding-left: 24px;
  height: 64px;
  color: #3f5367;
  background: url("../image/mall_bg.png");
  border-radius: 3px;
}

.public-right-content {
  padding-left: 0;
  padding-right: 0;
}


.article h5 {
    line-height: 48px;
    text-align: center;
    font-size: 22px;
    color: red;
}