@charset "utf-8";

.container {
  width: 1200px;
  margin: 0 auto 30px;
  display: flex;
  justify-content: space-between;
}

.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb {
  width: 100%;
  height: 45px;
  background-color: #f4f4f4;
}

.breadcrumb .breadcrumb_con {
  width: 1200px;
  height: 100%;
  line-height: 45px;
  margin: 0 auto;
}

.breadcrumb .breadcrumb_con img {
  position: relative;
  top: 3px;
  margin-right: 10px;
}

.banner {
  margin-top: 30px;
  margin-bottom: 30px;
}

.normal-title {
  width: 100%;
  font-size: 24px;
  font-weight: 600;
  color: #115db2;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 2px solid #115db2;
}

.fzgh-one,
.fzgh-two {
  flex-direction: column;
}

.fzgh-one .container {
  margin-bottom: 5px;
}

.fzgh-one-left {
  width: 65%;
}

.fzgh-one-left .swiper-slide a {
  position: relative;
}

.fzgh-one-left .swiper-slide p {
  position: absolute;
  bottom: 5px;
  width: 100%;
  padding-right: 12%;
  height: 45px;
  color: #fff;
  line-height: 45px;
  padding-left: 20px;
  background: rgba(0, 0, 0, 0.5);
}

.swiper-container .swiper-pagination {
  bottom: 10px;
  text-align: right;
  padding-right: 10px;
}

.swiper-container .swiper-pagination-bullet {
  background-color: #fff;
}

.fzgh-one-right {
  width: 35%;
  padding-left: 2.5%;
  background-color: #f5f5f5;
}

.fzgh-one-right a {
  width: 100%;
  padding: 30px 0;
  border-bottom: 1px dashed #cdcdcd;
}

.fzgh-one-right a:last-child {
  border-bottom: 0;
}

.fzgh-one-right a:hover p {
  color: #115db2;
}

.fzgh-one-right a p {
  width: 95%;
  line-height: 42px;
}

.fzgh-one-right a p img {
  position: relative;
  top: 4px;
}

.fzgh-one-right a p span {
  color: #999;
  margin-left: 8px;
}

.fzgh-two-left {
  width: 33.3%;
  height: 260px;
  overflow: hidden;
}

.fzgh-two-left img {
  transition: all 0.8s;
}

.fzgh-two-left:hover img {
  transform: scale(1.08);
}

.fzgh-two-right {
  width: 63.3%;
}

.fzgh-two-right a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  width: 100%;
  text-align: center;
  padding: 3px 5%;
  margin-bottom: 16px;
}

.fzgh-two-right a:hover {
  color: #115db2;
}

.fzgh-two-right p {
  height: 210px;
  line-height: 30px;
  overflow: hidden;
}

.fzgh-three-con {
  width: 48.3%;
  margin-bottom: 30px;
}
.fzgh-four-con {
  width: 100%;
  margin-bottom: 30px;
}
.ljlist {width: 100%;}
.ljlist li {width: 33.33333333%;float: left;text-align: center;font-size: 16px;}
.ljlist li a{font-size: 16px;line-height: 50px;    background-color: #5478ad;
  color: #fff;
  font-size: 18px;width: 80%;margin: auto;display: block;}
.ln-title {
  display: flex;
  position: relative;
  padding-left: 8px;
  margin-bottom: 15px;
}

.ln-title p {
  width: 5px;
  height: 30px;
  margin-right: 10px;
  background-color: #115db2;
}

.ln-title h2 {
  color: #115db2;
}

.ln-title a {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #115db2;
}

.normal-ul-li {
  position: relative;
  height: 50px;
  line-height: 50px;
  text-indent: 8px;
  padding: 0 6px;
  border-bottom: 1px dashed #cdcdcd;
}

.normal-ul-li a {
  display: block;
}

.normal-ul-li:hover .caption {
  color: #115db2;
}

.normal-ul-li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background-color: #404040;
  border-radius: 50%;
  left: 8px;
  top: 25px;
}

.normal-ul-li .caption {
  display: inline-block;
  width: 70%;
}

.normal-ul-li a .time {
  float: right;
  color: #999;
}
.con-title {
    margin: 20px auto;
    background-image: url("2022ghjhtitle.png");
    background-repeat: no-repeat;
    width: 1200px;
    text-align: center;
}
.con-title span {
  font-size: 32px;
  font-weight: 600;
  font-style: italic;
  letter-spacing: 8px;
  line-height: 70px;

  background-image: -webkit-linear-gradient(bottom, #3b7afd, #71bafe);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 98%;
    padding-left: 1%;
    padding-right: 1%;
  }

  .breadcrumb .breadcrumb_con {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .container {
    flex-direction: column;
  }

  .fzgh-one-left,
  .fzgh-one-right,
  .fzgh-two-left,
  .fzgh-two-right,
  .fzgh-three-con
  .fzgh-four-con {
    width: 100%;
  }

  .fzgh-one-left,
  .fzgh-two-left {
    margin-bottom: 20px;
  }

  .fzgh-one-right a {
    padding: 10px 0;
  }

  .fzgh-two-left {
    text-align: center;
  }

  .fzgh-two-left,
  .fzgh-two-right p {
    height: auto;
  }
}

@media screen and (max-width: 420px) {
  .fzgh-one-left .swiper-slide p {
    padding-right: 20%;
  }

  .normal-ul-li .caption {
    width: 65%;
  }
}

@media screen and (max-width: 320px) {
  .normal-ul-li .caption {
    width: 60%;
  }
}
