@charset "UTF-8";
.header .top-bg {
  height: 534px;
}
.header > .logo-search-container {
  top: 70px;
}
.header .header-title {
  font-size: 72px;
  font-size: calc(80 * var(--font-scale) * 1px);
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 8px;
  text-shadow: 2.7px 5.3px 4px rgba(44, 99, 179, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 232px;
}

.section1 {
  *zoom: 1;
}
.section1:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section1 .left-container {
  float: left;
  width: 33.57142%;
  margin-top: -136px;
  background-image: url(/images/yj-zx-zdjc-img-jcgk-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  overflow: hidden;
}
.section1 .left-container .search-box {
  width: 76.59574%;
  color: #fff;
  margin: 42px auto 42px;
  background-color: #0764cc;
  padding: 33px 40px;
}
.section1 .left-container .search-box .title {
  font-size: 21.6px;
  font-size: calc(24 * var(--font-scale) * 1px);
  text-align: left;
}
.section1 .left-container .search-box .title select {
  border: solid 1px #fff;
  border-radius: 4px;
  height: 30px;
  line-height: 30px;
  width: 38.57142%;
  max-width: 140px;
  text-align: center;
  background-color: transparent;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.section1 .left-container .search-box .title select option {
  background-color: #fff;
  color: #333;
}
.section1 .left-container .search-box input {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
}
.section1 .left-container .search-box #jc-type {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 12.6px;
  font-size: calc(14 * var(--font-scale) * 1px);
  border: solid 1px #fff;
  background-color: transparent;
  color: #fff;
  border-radius: 4px;
  margin-top: 10px;
}
.section1 .left-container .search-box #jc-type option {
  background-color: #fff;
  color: #333;
}
.section1 .left-container .search-box button {
  margin-top: 20px;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  text-align: center;
  border-radius: 4px;
  background-color: #4593ea;
  color: #fff;
}
.section1 .left-container .search-box button img {
  width: 17px;
  vertical-align: middle;
  margin-right: 6px;
}
.section1 .right-container {
  float: right;
  width: 63.57142%;
  padding-top: 26px;
}
.section1 .right-container .title-container {
  padding-left: 48px;
  font-size: 31.5px;
  font-size: calc(35 * var(--font-scale) * 1px);
  font-weight: bold;
  letter-spacing: 3.45px;
  color: #0764cc;
  margin-bottom: 15px;
}
.section1 .right-container .title-container img {
  width: 30px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section1 .right-container .item {
  text-align: left;
  height: 48px;
  line-height: 48px;
}
.section1 .right-container .item a {
  display: inline-block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: bold;
}
.section1 .right-container .item a:hover {
  color: #0764cc;
}
.section1 .right-container .item span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  color: #999;
}

.section-title-container .section-title {
  display: inline-block;
  box-sizing: border-box;
  position: relative;
  color: #0764cc;
  font-size: 25.2px;
  font-size: calc(28 * var(--font-scale) * 1px);
  font-weight: bold;
}

.section2 {
  margin-top: 30px;
  background-color: #f7f7f7;
  padding: 40px 0;
}
.section2 .jcca-swiper-prev {
  width: 28px;
  height: 25px;
  border-radius: 4px;
  background-color: #438be6;
  cursor: pointer;
  background-image: url(/images/yj-zx-zdjc-ic-jcca-arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 15px;
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
}
.section2 .jcca-swiper-prev.disabled {
  opacity: 0.6;
  cursor: no-drop;
}
.section2 .jcca-swiper-next {
  width: 28px;
  height: 25px;
  border-radius: 4px;
  background-color: #438be6;
  cursor: pointer;
  background-image: url(/images/yj-zx-zdjc-ic-jcca-arrow-right.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 15px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section2 .jcca-swiper-next.disabled {
  opacity: 0.6;
}
.section2 .jcca-swiper {
  margin-top: 40px;
  overflow: hidden;
}
.section2 .jcca-swiper .swiper-slide a {
  background-image: url(/images/yj-zx-zdjc-img-jcca-bg.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  display: block;
  box-sizing: border-box;
  position: relative;
  padding: 30px 45px;
  height: 145px;
}
.section2 .jcca-swiper .swiper-slide a h1 {
  margin: 0;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.section2 .jcca-swiper .swiper-slide a .types {
  margin-top: 20px;
}
.section2 .jcca-swiper .swiper-slide a .types span {
  display: inline-block;
  padding: 0 28px;
  height: 42px;
  line-height: 42px;
  background-color: #4593ea;
  border-radius: 4px;
  color: #fff;
  font-size: 16.2px;
  font-size: calc(18 * var(--font-scale) * 1px);
  margin-right: 10px;
}

.section3,
.section4 {
  *zoom: 1;
  margin-top: 40px;
}
.section3:after,
.section4:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section3 .left-container,
.section4 .left-container {
  float: left;
  width: 47.85714%;
}
.section3 .right-container,
.section4 .right-container {
  float: right;
  width: 47.85714%;
}
.section3 .news-list,
.section4 .news-list {
  margin-top: 20px;
}
.section3 .news-list li,
.section4 .news-list li {
  position: relative;
}
.section3 .news-list li::before,
.section4 .news-list li::before {
  content: "";
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #0764cc;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section3 .news-list li a,
.section4 .news-list li a {
  padding-left: 15px;
}

.section5 {
  *zoom: 1;
  margin-top: 50px;
  margin-bottom: 66px;
}
.section5:after {
  display: block;
  clear: both;
  content: "";
  visibility: hidden;
  height: 0;
}
.section5 .section-title-container {
  margin-bottom: 33px;
}
.section5 .section-title-container .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  color: #0764cc;
}
.section5 .left-container {
  float: left;
  width: 44.2857%;
  text-align: left;
}
.section5 .left-container a {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
  background-color: #f7f7f7;
  height: 120px;
}
.section5 .left-container a .time {
  width: 117px;
  text-align: center;
  border-right: solid 1px #999;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section5 .left-container a .time span {
  display: block;
  text-align: center;
}
.section5 .left-container a .time span:nth-child(1) {
  font-size: 19.8px;
  font-size: calc(22 * var(--font-scale) * 1px);
}
.section5 .left-container a .time span:nth-child(2) {
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  margin-top: 24px;
}
.section5 .left-container a .title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; /*设置对齐模式*/
  -webkit-line-clamp: 2; /*设置多行的行数*/
  padding-left: 147px;
  padding-right: 35px;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  line-height: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.section5 .left-container a:hover {
  color: #0764cc;
}
.section5 .left-container a:hover .time {
  border-right-color: #0764cc;
}
.section5 .right-container {
  float: right;
  width: 51.42857%;
}
.section5 .right-container .swiper-slide img {
  height: 421px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.section5 .right-container .swiper-slide .title-container {
  background-color: #0764cc;
  color: #fff;
  padding: 18px;
}
.section5 .right-container .swiper-slide .title-container h1 {
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  font-size: calc(20 * var(--font-scale) * 1px);
  text-align: left;
}
.section5 .right-container .swiper-slide .title-container div {
  text-align: right;
  font-size: 14.4px;
  font-size: calc(16 * var(--font-scale) * 1px);
  margin-top: 10px;
}
.section5 .right-container .zxqkgk-swiper-next {
  position: absolute;
  top: 367px;
  right: 12px;
  width: 42px;
  height: 38px;
  background-color: rgba(17, 121, 238, 0.77);
  background-image: url(/images/yj-zx-zdjc-ic-arrow-right.png);
  background-size: 22px 18px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.section5 .right-container .zxqkgk-swiper-prev {
  position: absolute;
  top: 367px;
  right: 64px;
  width: 42px;
  height: 38px;
  background-color: rgba(17, 121, 238, 0.77);
  background-image: url(/images/yj-zx-zdjc-ic-arrow-left.png);
  background-size: 22px 18px;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}
.section5 .right-container .zxqkgk-swiper-prev.disabled,
.section5 .right-container .zxqkgk-swiper-next.disabled {
  opacity: 0.5;
  cursor: no-drop;
}

@media screen and (max-width: 1450px) {
  .header .top-bg {
    height: 27.8125vw;
  }
  .header > .logo-search-container {
    top: 3.64583vw;
  }
  .header .header-title {
    letter-spacing: 0.41667vw;
    text-shadow: 0.14063vw 0.27604vw 0.20833vw rgba(44, 99, 179, 0.8);
    top: 12.08333vw;
  }
  .section1 .left-container {
    margin-top: -7.08333vw;
  }
  .section1 .left-container .search-box {
    margin: 2.1875vw auto 2.1875vw;
    padding: 1.71875vw 2.08333vw;
  }
  .section1 .left-container .search-box .title select {
    height: 1.5625vw;
    line-height: 1.5625vw;
    max-width: 7.29167vw;
  }
  .section1 .left-container .search-box input {
    height: 2.08333vw;
    line-height: 2.08333vw;
    padding: 0 0.78125vw;
    margin-top: 1.04167vw;
  }
  .section1 .left-container .search-box #jc-type {
    height: 2.08333vw;
    line-height: 2.08333vw;
    padding: 0 0.78125vw;
    margin-top: 0.52083vw;
  }
  .section1 .left-container .search-box button {
    margin-top: 1.04167vw;
    height: 2.60417vw;
    line-height: 2.60417vw;
  }
  .section1 .left-container .search-box button img {
    width: 0.88542vw;
    margin-right: 0.3125vw;
  }
  .section1 .right-container {
    padding-top: 1.35417vw;
  }
  .section1 .right-container .title-container {
    padding-left: 2.5vw;
    letter-spacing: 0.17969vw;
    margin-bottom: 0.78125vw;
  }
  .section1 .right-container .title-container img {
    width: 1.5625vw;
  }
  .section1 .right-container .item {
    height: 2.5vw;
    line-height: 2.5vw;
  }
  .section2 {
    margin-top: 1.5625vw;
    padding: 2.08333vw 0;
  }
  .section2 .jcca-swiper-prev {
    width: 1.45833vw;
    height: 1.30208vw;
    background-size: 0.41667vw 0.78125vw;
    right: 2.39583vw;
  }
  .section2 .jcca-swiper-next {
    width: 1.45833vw;
    height: 1.30208vw;
    background-size: 0.41667vw 0.78125vw;
  }
  .section2 .jcca-swiper {
    margin-top: 2.08333vw;
  }
  .section2 .jcca-swiper .swiper-slide a {
    padding: 1.5625vw 2.34375vw;
    height: 7.55208vw;
  }
  .section2 .jcca-swiper .swiper-slide a .types {
    margin-top: 1.04167vw;
  }
  .section2 .jcca-swiper .swiper-slide a .types span {
    padding: 0 1.45833vw;
    margin-right: 0.52083vw;
    height: 2.1875vw;
    line-height: 2.1875vw;
  }
  .section3,
.section4 {
    margin-top: 2.08333vw;
  }
  .section3 .news-list,
.section4 .news-list {
    margin-top: 1.04167vw;
  }
  .section5 {
    margin-top: 2.60417vw;
    margin-bottom: 3.4375vw;
  }
  .section5 .section-title-container {
    margin-bottom: 1.71875vw;
  }
  .section5 .left-container a {
    margin-bottom: 0.52083vw;
    height: 6.25vw;
  }
  .section5 .left-container a .time {
    width: 6.09375vw;
  }
  .section5 .left-container a .time span:nth-child(2) {
    margin-top: 1.25vw;
  }
  .section5 .left-container a .title {
    padding-left: 7.65625vw;
    padding-right: 1.82292vw;
  }
  .section5 .right-container .swiper-slide img {
    height: 21.92708vw;
  }
  .section5 .right-container .swiper-slide .title-container {
    padding: 0.9375vw;
  }
  .section5 .right-container .swiper-slide .title-container div {
    margin-top: 0.52083vw;
  }
  .section5 .right-container .zxqkgk-swiper-next {
    top: 19.11458vw;
    right: 0.625vw;
    width: 2.1875vw;
    height: 1.97917vw;
    background-size: 1.14583vw 0.9375vw;
  }
  .section5 .right-container .zxqkgk-swiper-prev {
    top: 19.11458vw;
    right: 3.33333vw;
    width: 2.1875vw;
    height: 1.97917vw;
    background-size: 1.14583vw 0.9375vw;
  }
}
@media screen and (max-width: 992px) {
  .header .top-bg {
    height: 240px;
  }
  .header > .logo-search-container {
    top: 60px;
  }
  .header .header-title {
    font-size: 25.2px;
    font-size: calc(28 * var(--font-scale) * 1px);
    text-shadow: 2.7px 5.3px 4px rgba(44, 99, 179, 0.8);
    bottom: 20px;
    top: initial;
  }
  .section1 {
    *zoom: 1;
  }
  .section1:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0;
  }
  .section1 .left-container {
    float: none;
    width: 100%;
    margin-top: 0;
    background: none;
  }
  .section1 .left-container .search-box {
    width: 100%;
    color: #fff;
    margin: 15px auto 15px;
    padding: 15px 20px;
  }
  .section1 .left-container .search-box .title {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .section1 .left-container .search-box .title select {
    height: 30px;
    line-height: 30px;
    width: 38.57142%;
    max-width: 140px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
  }
  .section1 .left-container .search-box input {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    border-radius: 4px;
    margin-top: 20px;
  }
  .section1 .left-container .search-box #jc-type {
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-size: 12.6px;
    font-size: calc(14 * var(--font-scale) * 1px);
    border: solid 1px #fff;
    border-radius: 4px;
    margin-top: 10px;
  }
  .section1 .left-container .search-box button {
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    border-radius: 4px;
  }
  .section1 .left-container .search-box button img {
    width: 17px;
    margin-right: 6px;
    margin-top: -3px;
  }
  .section1 .right-container {
    float: none;
    width: 100%;
    padding-top: 10px;
  }
  .section1 .right-container .title-container {
    padding-left: 30px;
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  .section1 .right-container .title-container img {
    width: 20px;
  }
  .section1 .right-container .item {
    height: 48px;
    line-height: 48px;
  }
  .section1 .right-container .item a {
    width: 70%;
  }
  .section-title-container {
    margin-top: 10px;
  }
  .section-title-container .section-title {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .section2 {
    margin-top: 15px;
    background-color: #f7f7f7;
    padding: 15px 0;
  }
  .section2 .jcca-swiper-prev {
    width: 28px;
    height: 25px;
    border-radius: 4px;
    background-size: 8px 15px;
    right: 46px;
  }
  .section2 .jcca-swiper-next {
    width: 28px;
    height: 25px;
    border-radius: 4px;
    background-size: 8px 15px;
  }
  .section2 .jcca-swiper {
    margin-top: 15px;
    overflow: hidden;
  }
  .section2 .jcca-swiper .swiper-slide a {
    padding: 30px;
    height: 110px;
  }
  .section2 .jcca-swiper .swiper-slide a h1 {
    margin: 0;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    font-weight: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section2 .jcca-swiper .swiper-slide a .types {
    margin-top: 10px;
  }
  .section2 .jcca-swiper .swiper-slide a .types span {
    padding: 0 10px;
    border-radius: 4px;
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-right: 10px;
    height: 30px;
    line-height: 30px;
  }
  .section3,
.section4 {
    margin-top: 15px;
  }
  .section3 .left-container,
.section4 .left-container {
    float: none;
    width: 100%;
  }
  .section3 .right-container,
.section4 .right-container {
    float: none;
    width: 100%;
  }
  .section3 .news-list,
.section4 .news-list {
    margin-top: 10px;
  }
  .section3 .news-list li::before,
.section4 .news-list li::before {
    width: 4px;
    height: 4px;
  }
  .section3 .news-list li a,
.section4 .news-list li a {
    padding-left: 15px;
  }
  .section5 {
    margin-top: 15px;
    margin-bottom: 20px;
  }
  .section5 .section-title-container {
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .section5 .section-title-container .more {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    color: #0764cc;
  }
  .section5 .left-container {
    float: none;
    width: 100%;
    text-align: left;
  }
  .section5 .left-container a {
    margin-bottom: 10px;
    height: 80px;
  }
  .section5 .left-container a .time {
    width: 90px;
  }
  .section5 .left-container a .time span:nth-child(1) {
    font-size: 19.8px;
    font-size: calc(22 * var(--font-scale) * 1px);
  }
  .section5 .left-container a .time span:nth-child(2) {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-top: 15px;
  }
  .section5 .left-container a .title {
    padding-left: 100px;
    padding-right: 15px;
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
    line-height: 2;
  }
  .section5 .right-container {
    float: none;
    width: 100%;
  }
  .section5 .right-container .swiper-slide img {
    height: 150px;
  }
  .section5 .right-container .swiper-slide .title-container {
    padding: 15px;
  }
  .section5 .right-container .swiper-slide .title-container h1 {
    font-size: 16.2px;
    font-size: calc(18 * var(--font-scale) * 1px);
  }
  .section5 .right-container .swiper-slide .title-container div {
    font-size: 14.4px;
    font-size: calc(16 * var(--font-scale) * 1px);
    margin-top: 10px;
  }
  .section5 .right-container .zxqkgk-swiper-next {
    position: absolute;
    top: 70px;
    right: 0;
    width: 42px;
    height: 38px;
    background-size: 22px 18px;
  }
  .section5 .right-container .zxqkgk-swiper-prev {
    position: absolute;
    top: 70px;
    right: auto;
    left: 0;
    width: 42px;
    height: 38px;
    background-size: 22px 18px;
  }
}