.header {
  height: auto;
  background: url(../images/yj-yy-jczwgk-banner-bg.png) no-repeat center;
  background-color: #6ca7e8;
  background-size: 100% 100%;
}
.header .top .fr .user .user-center {
  color: #fff;
}
.header .top .fr .u-item {
  border: 1px solid #fff;
}
.header .top .fr .ghb {
  background-color: #fb9e0d;
  border: 1px solid #fb9e0d;
}
.header .top a {
  color: #fff;
}
.header .index-menu {
  background-color: rgba(17, 81, 153, 0.9);
}
.header .logo-search {
  margin-top: 30px;
}
.header .banner-bg {
  margin-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  *zoom: 1;
}
.header .banner-bg:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.header .banner-bg img {
  display: block;
}
.header .banner-bg img:nth-child(1) {
  float: left;
  margin-top: 90px;
  height: 80px;
}
.header .banner-bg img:nth-child(2) {
  float: right;
  margin-top: 0;
  height: 250px;
}

.position-box {
  width: 100%;
  font-size: 16px;
  line-height: 70px;
  color: #333;
}
.position-box a {
  color: #333;
}
.position-box a:hover {
  color: #286ace;
}
.position-box span {
  display: inline-block;
  margin: 0 10px;
}

.content-box {
  margin: 20px 0 60px 0;
  padding: 40px 40px;
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 4px 20px 0 rgba(7, 42, 101, 0.15);
  background-color: #fff;
  box-sizing: border-box;
}
.content-box .content-title-box {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.content-box .content-title-box .content-title {
  margin: 0 20px;
  margin-bottom: 28px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.2px;
  background-image: linear-gradient(to top, #7898d1, #4772bd), linear-gradient(to bottom, rgba(40, 106, 206, 0.45), rgba(40, 106, 206, 0.45));
  -webkit-background-clip: text;
  background-clip: text;
  color: rgba(40, 106, 206, 0.45);
  opacity: 0.45;
}
.content-box .content-title-box .content-title a {
  color: rgba(40, 106, 206, 0.45);
}
.content-box .content-title-box .active {
  margin-bottom: 40px;
  font-size: 36px;
  letter-spacing: 1.8px;
  background-image: linear-gradient(to top, #7898d1, #4772bd), linear-gradient(to bottom, #286ace, #286ace);
  -webkit-background-clip: text;
  background-clip: text;
  color: #286ace;
  opacity: 1;
}
.content-box .content-title-box .active a {
  color: rgba(40, 106, 206, 0.45);
}
.content-box .list-box {
  display: none;
}
.content-box .title-box {
  border-bottom: 1px solid rgba(53, 104, 194, 0.2);
}
.content-box .title-box span {
  display: inline-block;
  padding-bottom: 14px;
  background-image: linear-gradient(to top, #7898d1, #4772bd), linear-gradient(to bottom, #286ace, #286ace);
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #286ace;
  -webkit-background-clip: text;
  background-clip: text;
  border-bottom: 4px solid #286ace;
}
.content-box ul {
  display: block;
  margin: 25px 0;
  width: 100%;
  *zoom: 1;
}
.content-box ul:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.content-box ul li {
  float: left;
  padding: 0 10px;
  margin-right: 30px;
  margin-bottom: 20px;
  width: calc((100% - 90px) / 4);
  height: 65px;
  border-radius: 2px;
  border: solid 1px #c3d9fa;
  background-color: #f2f5fa;
  box-sizing: border-box;
}
.content-box ul li:nth-child(4n+4) {
  margin-right: 0;
}
.content-box ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  letter-spacing: 0.8px;
  color: #3568c2;
}
.content-box ul li:hover {
  background-color: #286ace;
}
.content-box ul li:hover a {
  color: #fff;
}

@media screen and (min-width: 993px) and (max-width: 1360px) {
  .header .banner-bg {
    margin-top: 2.60417vw;
    padding-bottom: 1.5625vw;
  }
  .header .banner-bg img:nth-child(1) {
    margin-top: 4.6875vw;
    height: 4.16667vw;
  }
  .header .banner-bg img:nth-child(2) {
    margin-top: 0;
    height: 13.02083vw;
  }
  .position-box {
    width: 100%;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    line-height: 3.64583vw;
  }
  .position-box span {
    display: inline-block;
    margin: 0 0.52083vw;
  }
  .content-box {
    margin: 1.04167vw 0 3.125vw 0;
    padding: 2.08333vw 2.08333vw;
    border-radius: 0.52083vw;
    box-shadow: 0 0.20833vw 1.04167vw 0 rgba(7, 42, 101, 0.15);
    -webkit-border-radius: 0.52083vw;
    -moz-border-radius: 0.52083vw;
    -ms-border-radius: 0.52083vw;
    -o-border-radius: 0.52083vw;
  }
  .content-box .content-title-box .content-title {
    margin: 0 1.04167vw;
    margin-bottom: 1.45833vw;
    font-size: 21.6px;
    font-size: 1.25vw;
    letter-spacing: 1.2px;
  }
  .content-box .content-title-box .active {
    margin-bottom: 2.08333vw;
    font-size: 32.4px;
    font-size: 1.875vw;
    letter-spacing: 1.8px;
  }
  .content-box .title-box span {
    padding-bottom: 0.72917vw;
    font-size: 18px;
    font-size: 1.0416666667vw;
    border-bottom: 0.20833vw solid #286ace;
  }
  .content-box ul {
    margin: 1.30208vw 0;
  }
  .content-box ul li {
    padding: 0 0.52083vw;
    margin-right: 1.5625vw;
    margin-bottom: 1.04167vw;
    width: calc((100% - 4.6875vw) / 4);
    height: 3.38542vw;
    border-radius: 0.10417vw;
    -webkit-border-radius: 0.10417vw;
    -moz-border-radius: 0.10417vw;
    -ms-border-radius: 0.10417vw;
    -o-border-radius: 0.10417vw;
  }
  .content-box ul li a {
    font-size: 14.4px;
    font-size: 0.8333333333vw;
  }
}
@media screen and (max-width: 992px) {
  .header .banner-bg {
    margin-top: 25px;
    padding-bottom: 15px;
  }
  .header .banner-bg img {
    display: block;
  }
  .header .banner-bg img:nth-child(1) {
    float: none;
    margin: 0 auto;
    height: 45px;
  }
  .header .banner-bg img:nth-child(2) {
    display: none;
  }
  .position-box {
    width: 100%;
    line-height: 38px;
  }
  .content-box {
    margin: 20px 0 20px 0;
    padding: 20px 20px;
    box-shadow: 0px 4px 10px 0 rgba(7, 42, 101, 0.15);
  }
  .content-box .content-title-box .content-title {
    margin: 0 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .content-box .content-title-box .active {
    margin-bottom: 22px;
    font-size: 20px;
  }
  .content-box .title-box span {
    font-size: 18px;
  }
  .content-box ul {
    margin: 15px 0;
  }
  .content-box ul li {
    float: left;
    padding: 0 5px;
    margin-right: 10px;
    margin-bottom: 15px;
    width: calc((100% - 10px) / 2);
    box-sizing: border-box;
  }
  .content-box ul li:nth-child(2n+2) {
    margin-right: 0;
  }
  .content-box ul li a {
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .content-box .content-title-box .content-title {
    margin: 0 0;
    margin-bottom: 20px;
  }
}