html,
body {
  background-color: #fff;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
}
a:hover {
  color: #013c6b;
}
.f16 {
  font-size: 16px !important;
}
.form-control,
.btn {
  border-radius: 0;
}
.g-main {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.content {
  background-color: #fff;
  padding: 15px 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
}
.text-blue {
  color: #2f80c1;
}
.text-red {
  color: #f14141;
}
.text-success {
  color: #0ca101;
}
.pl-2 {
  padding-left: 20px !important;
}
.p-2 {
  padding: 20px !important;
}
.panel {
  border-radius: 0;
  box-shadow: none;
}
.border {
  border: 1px solid #e7e7e7;
}
.btn-primary {
  background-color: #014a84;
  border-color: #014a84;
}
.btn-primary:hover {
  background-color: #013c6b;
}
.alert {
  border-radius: 0;
  padding: 10px;
}
.alert.alert-danger {
  border: 1px solid #f6aeae;
  background-color: #ffeded;
  color: #333;
}
.header-banner {
  background: url(../img/h_banner.png) center no-repeat;
  height: 210px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 16px;
}
.header-banner .header-title {
  font-size: 36px;
  color: #fff;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 210px;
  padding-left: 60px;
}
.header-banner .header-title span {
  position: relative;
}
.header-banner .header-title span:after {
  content: "";
  position: absolute;
  height: 3px;
  width: 24px;
  background-color: #fff;
  left: 5px;
  bottom: -15px;
}
.header-banner .header-title img {
  padding-right: 20px;
  vertical-align: middle;
}
.head-title {
  border-bottom: 1px solid #333;
  padding-bottom: 15px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.matters-list > li {
  margin-bottom: 25px;
}
.matters-list > li > a {
  font-size: 16px;
  background-color: #f1f2f3;
  border: 1px solid #e7e7e7;
  padding: 15px 10px;
  display: block;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.matters-list > li > a:hover,
.matters-list > li > a:active,
.matters-list > li > a:focus {
  background-color: #2f80c1;
  border-color: #2f80c1;
  color: #fff;
}
.matters-list > li.active > a,
.matters-list > li.active > a:hover,
.matters-list > li.active > a:active,
.matters-list > li.active > a:focus {
  background-color: #2f80c1;
  border-color: #2f80c1;
  color: #fff;
}
.paeg {
  margin-bottom: 20px;
}
.paeg > li {
  display: inline;
}
.paeg > li > a {
  color: #014a84;
  border-radius: 50%;
  height: 28px;
  width: 28px;
  display: inline-block;
  line-height: 28px;
}
.paeg > li > a:hover,
.paeg > li > a:active,
.paeg > li > a:focus {
  background-color: #014a84;
  color: #fff;
}
.paeg > li.active > a {
  background-color: #014a84;
  color: #fff;
}
.notice {
  background-color: #f7f7f7;
  border: 1px solid #d5d5d5;
  padding: 15px;
  font-size: 18px;
}
.notice i {
  font-size: 24px;
  padding-right: 5px;
  vertical-align: middle;
}
.steps {
  margin-left: 0;
  margin-bottom: 25px;
  margin-top: 25px;
  overflow: hidden;
}
.steps > li {
  padding: 0;
  margin: 0;
  float: left;
  position: relative;
  padding-left: 99px;
}
.steps > li:nth-child(1) {
  padding-left: 0;
}
.steps > li:after {
  content: "";
  position: absolute;
  background: url(../img/arrow.png) no-repeat;
  height: 22px;
  width: 12px;
  right: -55px;
  top: 25px;
}
.steps > li .step-test {
  width: 225px;
  height: 75px;
  line-height: 75px;
  background-color: #fff;
  border: 1px solid #dfdfdf;
  font-size: 18px;
  vertical-align: middle;
  padding: 0 10px;
  text-align: center;
  overflow: hidden;
}
.steps > li .step-test i {
  font-size: 24px;
  vertical-align: middle;
  padding-right: 10px;
  color: #6e6e6e;
}
.steps > li.active:after {
  content: "";
  position: absolute;
  background: url(../img/arrow_active.png) no-repeat;
}
.steps > li.active .step-test {
  background-color: #014a84;
  border-color: #014a84;
  color: #fff;
}
.steps > li.active .step-test i {
  color: #fff;
}
.steps > li.active .step-test:after {
  color: #fff;
}
.process-list {
  margin-bottom: 30px;
}
.process-list > dt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.process-list > dd {
  font-size: 14px;
  padding-left: 20px;
}
.process-list:last-child {
  margin-bottom: 0;
}
.btn-operation .btn-previous {
  background-color: #fff;
  border: 1px solid #014a84;
  color: #014a84;
}
.btn-operation .btn-previous:hover,
.btn-operation .btn-previous:focus,
.btn-operation .btn-previous:active {
  background-color: #014a84;
  color: #fff;
}
.btn-operation .btn {
  font-size: 16px;
  min-width: 155px;
  padding: 13px;
}
.btn-operation .btn + .btn {
  margin-left: 20px;
}
.table > tbody > tr > th,
.table > thead > tr > th,
.table > tbody > tr > td,
.table > thead > tr > td {
  padding: 10px 8px;
  vertical-align: middle;
  border-bottom-width: 1px;
}
.table > thead > tr > td {
  font-size: 16px;
}
.table-form > thead > tr > th,
.table-form > thead > tr > td {
  border: 0;
}
.table-form > tbody > tr > th,
.table-form > tbody > tr > td {
  border: 0;
}
.declare-success {
  font-size: 24px;
  color: #5473e8;
  font-weight: bold;
  margin-bottom: 20px;
}
.declare-success i {
  font-size: 35px;
  vertical-align: middle;
  color: #00b558;
  padding-right: 10px;
}
.declare-title {
  font-size: 16px;
  margin: 15px 0;
}
.text-register {
  text-decoration: underline;
  color: #2f80c1;
}
