.container {
  min-width: 1200px;
  margin: 0 auto;
  background-color: #F7F7F9;
}
.container .banner {
  position: relative;
  margin-top: 85px;
}
.container .banner > div {
  width: 1100px;
  margin: 0 auto;
  height: 80px;
  position: relative;
}
.container .banner > div > .cargo {
  display: inline-block;
  font-size: 21px;
  font-weight: bold;
  line-height: 27px;
  color: #5a5a5a;
  margin-top: 40px;
}
.container .banner > div > .cargo > span {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #5a5a5a;
  letter-spacing: 2px;
  margin-left: 5px;
}
.container .banner > div > .bumerp {
  position: absolute;
  right: 0px;
  top: 37px;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #434343;
  letter-spacing: 2px;
}
.container .banner > div > .bumerp > span,
.container .banner > div > .bumerp a {
  margin: 0 10px;
  color: #434343;
  text-decoration: none;
  cursor: pointer;
}
.container > .content {
  min-width: 1100px;
  margin: 0 auto;
}
.container > .content > hr {
  width: 1102px;
  height: 0px;
  border: 1px solid rgba(232, 232, 232, 0.3);
  margin-top: -5px;
}
.container > .content > div {
  width: 1100px;
  margin: 50px auto;
  position: relative;
  height: 630px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.16);
}
.container > .content > div > .item-1 {
  position: absolute;
  top: 30px;
  left: 50px;
}
.container > .content > div > .item-1 .title {
  color: #3B3B3B;
  font-size: 16px;
  font-weight: Bold;
}
.container > .content > div > .item-1 > hr {
  width: 260px;
  height: 0px;
  border: 1px solid rgba(112, 112, 112, 0.3);
  margin: 0;
}
.container > .content > div > .item-1 > .detail {
  color: #3B3B3B;
  font-size: 16px;
}
.container > .content > div > .item-2 {
  position: absolute;
  top: 300px;
  left: 50px;
}
.container > .content > div > .item-2 .title {
  color: #3B3B3B;
  font-size: 16px;
  font-weight: Bold;
}
.container > .content > div > .item-2 > hr {
  margin: 0;
  width: 308px;
  height: 0px;
  border: 1px solid rgba(112, 112, 112, 0.3);
}
.container > .content > div > .item-2 > .detail {
  color: #3B3B3B;
  font-size: 16px;
}
.container > .content > div > img {
  width: 278px;
  height: 278px;
  position: absolute;
  right: 180px;
  bottom: 120px;
}
