body {
  background-color: #efefef;
}
.container {
  background-color: #fff;
}
.container .container_top {
  border-bottom: 5px solid #015293;
  padding-bottom: 40px;
}
.container .container_top .logo {
  padding: 10px;
}
.container .container_top .regulations_title {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.container .main {
  display: flex;
  padding: 40px;
}
.container .main .inner {
  flex: 1;
  padding-right: 40px;
  border-right: 1px solid #e6e6e6;
}
.container .main .other {
  width: 300px;
  padding-left: 30px;
}
.container .main .other .file {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 218px;
  background: url(../images/regulations_bg_xz.png) no-repeat;
  background-size: 100% 100%;
}
.container .main .other .file h2 {
  font-size: 24px;
  color: #015293;
  font-weight: 700;
  margin-top: 10px;
}
.container .main .other .file .qt {
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.container .main .other .file .qt li {
  width: 100px;
  height: 36px;
  background-color: #0c7ac7;
  border-radius: 17px;
  margin: 0 5px;
}
.container .main .other .file .qt li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: 18px;
  color: #fff;
}
.container .main .other .module {
  margin-top: 30px;
}
.container .main .other .module .module_title {
  font-size: 20px;
  color: #015293;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: 700;
}
.container .main .other .module .module_list li {
  position: relative;
  padding-left: 24px;
  margin-top: 20px;
}
.container .main .other .module .module_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 6px;
  background-color: #015293;
  border-radius: 50%;
}
.container .main .other .module .module_list li a {
  font-size: 18px;
  color: #333;
}
.container .main .other .module .module_list li:hover a {
  color: #015293;
}
.container .container_bottom {
  display: flex;
  justify-content: flex-end;
  border-top: 5px solid #015293;
  padding: 40px 70px;
  font-size: 28px;
  color: #015293;
}
