.bg {
  background: url('../img/bg.png') no-repeat;
  background-size: 100% 100%;
  min-height: 500px;
  padding-bottom: 60px;
}
.content {
  width: 1200px;
  padding: 20px 30px 0;
  min-height: 500px;
  background: #FFFFFF;
  margin: auto ;
  border-bottom: 15px solid #9A0000;
}
.crumbs {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  margin-bottom: 19px;
}
.crumbs a {
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.crumbs span {
  color: #9a0000;
}
.container {
  margin-top: 27px;
  width: 1100px;
  margin: auto;
  display: flex;
  align-self: start;
  justify-content: space-between;
}
.container .article {
  width: 100%;
  box-sizing: border-box;
}
