.container, .row {
  padding: 0!important;
  margin: 0 auto!important;
}

.aboutus, .shipin {
  width: 50%;
  padding: 1rem;
}

.news, .wenhua {
  width: 50%;
}

.footers {
  background-color: #e9eaef;
}

.header {
  color: #005bac;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

em {
  color: #b9b9b9;
  font-size: 15px;
}

.hes {
  padding: 0px;
}

.he {
  color: #005bac;
  font-size: 18px;
  font-weight: bold;
  margin-top: 0 25px;
}

.he span {
  color: #000000;
  font-size: 14px;
  float: right;
  letter-spacing: 10px;
}

.content p{
  width: 90%;
  text-indent: 2em;
}

.itemss {
  color: #fff;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
  font-size: 20px;
}

.items:hover {
  color: #ff4444;
}

.item-1 {
  background: #e76653;
  width: 180px;
  height: 150px;
}

.item-2 {
  background: #9c6830;
  width: 180px;
  height: 150px;
}

.item-3 {
  background: #e67c00;
  width: 370px;
  height: 150px;
}

.item-4 {
  background: #35444b;
  width: 180px;
  height: 150px;
}

.item-5 {
  background: #006fb7;
  width: 180px;
  height: 150px;
}

.item-6 {
  background: #27ae61;
  width: 200px;
  height: 150px;
}

.item-7 {
  background: #ff8d8d;
  width: 160px;
  height: 150px;
}

.item-8 {
  background: #ba534f;
  width: 300px;
  height: 150px;
}

.item-9 {
  background: #9b58b5;
  width: 300px;
  height: 150px;
}

.containers {
  align-content: center;
  margin-bottom: 20px;
}

.rows {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
}

.columns {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

.cards {
  margin: 15px;
}

.hes {
  justify-content: space-between;
  align-items: flex-end;
}

.card-title {
  text-align: center;
}

.newsList li{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
}

.newsList li a{
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  align-items: center;
  height: 3rem;
  border-bottom: 1px dashed #999;
  width: 100%;
  margin-left: 1rem;
}

.newsList li span:nth-child(1) {
  flex-grow: 2;
}

.marginT{
  margin: 1rem auto;
}