.container {
  position: relative;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 44px 30px 47px 30px;
  margin-top: -120px;
  z-index: 99;
}
.container .breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  font-size: 18px;
}
.container .breadcrumbs img {
  margin-right: 10px;
}
.container .breadcrumbs a {
  color: #333;
}
.container .breadcrumbs a:hover {
  color: #016bb5;
}
.container .article_head {
  padding-bottom: 22px;
  background: url(../images/show_bg_line.png) no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
}
.container .article_head h2 {
  font-size: 40px;
  color: #333;
  text-align: center;
}
.container .preface {
  margin-top: 30px;
}
.container .preface .preface_title {
  display: flex;
  justify-content: center;
}
.container .preface .preface_title .text {
  display: flex;
  justify-content: center;
  width: 251px;
  font-size: 30px;
  color: #015293;
  font-weight: 700;
  background: url(../images/show_bg_preface.png) no-repeat;
  background-size: 100% 32px;
  background-position: bottom;
  padding-bottom: 10px;
}
.container .preface .preface_inner {
  margin-top: 30px;
  font-size: 18px;
  color: #333;
  line-height: 48px;
}
.container .preface .preface_check {
  display: flex;
  justify-content: flex-end;
}
.container .preface .preface_check a {
  font-size: 18px;
  color: #015293;
  padding-bottom: 5px;
  border-bottom: 4px solid #015293;
}
.container .other_info {
  margin-top: 80px;
  margin-bottom: 50px;
}
.container .other_info .info_nav {
  display: flex;
  margin-bottom: 50px;
}
.container .other_info .info_nav li {
  width: 381px;
  height: 87px;
  margin-right: 33px;
  padding-left: 94px;
  background: url(../images/show_bg_invest.png) no-repeat;
  background-size: 100% 100%;
}
.container .other_info .info_nav li:last-child {
  margin-right: 0;
}
.container .other_info .info_nav li.on {
  background-image: url(../images/show_bg_invest_active.png);
}
.container .other_info .info_nav li.on a {
  color: #015293;
}
.container .other_info .info_nav li a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 30px;
  color: #333;
}
.container .other_info .info_inner {
  font-size: 18px;
  line-height: 48px;
}
