@charset "UTF-8";
html,
body {
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

.clear {
  clear: both;
}

.line {
  margin: 0 auto;
  background: #015293;
  width: 80px;
  height: 1px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.bg_gray {
  background: #e0e4e6;
}

.bg_blue {
  background: #5d8be1;
}

/*垂直居中*/
/*均匀排列 两端对齐*/
#wrap .list {
  display: flex;
  justify-content: space-between;
}

/*居中对齐*/
#wrap .search {
  display: flex;
  justify-content: center;
}

/*上下左右对齐*/
header .navbar-nav li {
  font-size: 18px;
  margin-left: 15px;
  font-weight: 550;
}
header .navbar-nav li a:hover {
  color: #003793 !important;
}
header .fixed-top {
  border-bottom: 3px solid #6b93de;
}
header #toTop {
  height: 62px;
}

#banner .container-fluid {
  padding: 0 0 0 0 !important;
}

#wrap h2 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 30px;
}
#wrap .search {
  margin-bottom: 30px;
}
#wrap .search .input {
  width: 220px;
  margin-right: 20px;
}
#wrap .search .sub {
  margin-right: 10px;
}
#wrap .warning {
  color: #dc3545;
  margin-top: 20px;
}
#wrap .text {
  text-indent: 2em;
  background: #CCCCCC;
}
#wrap .list {
  height: 40px;
  line-height: 40px;
  margin-bottom: 15px;
}
#wrap .list span:nth-child(1) {
  margin-right: 50px;
  display: block;
  width: 330px;
  line-height: 25px;
}
#wrap .list span:nth-child(1) i {
  float: left;
  width: 4px;
  height: 4px;
  overflow: hidden;
  margin: 12px 6px 0 0;
  background: #0099cc;
}
#wrap .list span:nth-child(2) {
  display: block;
  color: #365d98;
  line-height: 25px;
  width: 180px;
}/*# sourceMappingURL=style.css.map */