.w {
  width: 100%;
  padding: 0 10px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  color: #333;
  margin-bottom: 40px;
  margin-top: 49px;
}
.breadcrumbs img {
  margin-right: 10px;
}
.breadcrumbs a {
  color: #333;
}
.breadcrumbs a:hover {
  color: #016bb5;
}
.main {
  display: flex;
  flex-wrap: wrap;
}
.main .side {
  width: 100%;
}
.main .side .side_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100px;
  background-color: #016bb5;
}
.main .side .side_head .text {
  position: relative;
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}
.main .side .side_head .text::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 1px;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  background-color: #fff;
  opacity: 0.3;
}
.main .side .side_nav {
  padding: 20px;
  background-color: #f0f4f6;
}
.main .side .side_nav li {
  width: 100%;
  height: 50px;
  background-color: #ffffff;
  margin: 20px 0;
}
.main .side .side_nav li.active,
.main .side .side_nav li:hover {
  background-color: #016bb5;
}
.main .side .side_nav li.active a,
.main .side .side_nav li:hover a {
  color: #fff;
}
.main .side .side_nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #333;
  font-size: 20px;
}
.main .content {
  flex: 1;
  margin-left: 0px;
  margin-top: 30px;
}
.main .content .head {
  display: flex;
  justify-content: center;
  color: #016bb5;
  font-size: 36px;
  font-weight: 700;
  padding-bottom: 40px;
  background: url(../images/bg_line.png) no-repeat;
  background-size: 100% 10px;
  background-position: bottom;
}
.main .content .list {
  margin-top: 30px;
}
.main .content .list li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 45px;
}
.main .content .list li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #016bb5;
  transform: translateY(-50%);
}
.main .content .list li a {
  display: flex;
  justify-content: space-between;
  color: #333;
}
.main .content .list li a:hover {
  color: #016bb5;
}
.main .content .paging {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.main .content .paging a {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #fff;
  border: 1px solid #ebebeb;
  color: #bdbdbd;
  font-size: 14px;
  border-radius: 4px;
}
.main .content .paging a:hover {
  background-color: #016bb5;
  color: #fff;
}
.main .content .paging .active {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  background: #016bb5;
  color: #fff;
  font-size: 14px;
  border: 1px solid #016bb5;
  border-radius: 4px;
}
.main .content .paging .jump-ipt {
  display: flex;
  justify-content: center;
  margin: 0 5px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #ebebeb;
  outline: none;
  color: #016bb5;
  font-size: 14px;
}
