@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide {
  overflow: hidden;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-slide a p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.35rem;
  width: calc(100% - 2rem);
  padding-right: 2rem;
  max-width: 15rem;
  text-align: left;
  font-size: 0.36rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  z-index: 9;
}

.banner .slick-dots {
  max-width: 15rem;
  margin: 0 auto;
  bottom: 0.32rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: right;
  font-size: 0;
  z-index: 8;
}

.banner .slick-dots li {
  width: 0.13rem;
  height: 0.13rem;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 2px;
  vertical-align: middle;
  margin: 0 0.08rem;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-dots li.slick-active {
  width: 0.65rem;
  background: #ebad14;
  border-radius: 0.2rem;
}

/*首页样式*/
.title {
  position: relative;
}

.title h3 {
  font-size: 0.36rem;
  font-weight: bold;
  color: #4d4d4d;
}

.title h3 img {
  vertical-align: middle;
  margin-right: 0.15rem;
}

.more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.more a {
  display: block;
  background: url(../images/more2.png) no-repeat right center;
  background-size: 0.24rem auto;
  padding-right: 0.35rem;
  font-size: 0.18rem;
  color: #363636;
  transition: all 0.5s;
}

.more a:hover {
  color: #06368b;
  background-image: url(../images/more1.png);
}

/*主体*/

.section1 {
  padding-top: 0.45rem;
  padding-bottom: 0.58rem;
  background: url(../images/section1-bg.png) no-repeat center;
  background-size: cover;
}

.qh-tit {
  position: relative;
  padding-right: 1.16rem;
}

.qh-tit ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.qh-tit ul li {
  width: 1.48rem;
  height: 0.4rem;
  line-height: 0.36rem;
  text-align: center;
  border: 1px solid rgba(30, 83, 156, 0.2);
  border-radius: 0.3rem;
  font-size: 0.24rem;
  color: #6b6b6b;
  margin-left: 0.4rem;
  cursor: pointer;
  transition: all 0.5s;
}

.qh-tit ul li.on {
  border: 1px solid #1e539c;
  background: linear-gradient(94deg, #0c3d95 8%, #326ed9 99%);
  color: #fff;
}

.qh-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.qh-more a {
  display: none;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.24rem auto;
  padding-right: 0.35rem;
  font-size: 0.18rem;
  color: #363636;
  transition: all 0.5s;
}

.qh-more:hover a {
  color: #06368b;
}

.qh-more a.on {
  display: block;
}

.qh-bd {
  position: relative;
  margin-top: 0.4rem;
}

.qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.qh-bd>div {
  align-items: flex-start;
}

.jdt {
  width: 48.66%;
}

.jdt ul li a {
  display: block;
}

.jdt ul li .img_bg {
  height: 4.1rem;
}

.jdt ul li .jdt-date {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1.05rem;
  height: 0.84rem;
  background: url(../images/jdt-date.png) no-repeat;
  background-size: cover;
  padding-top: 0.2rem;
  text-align: right;
  padding-right: 0.12rem;
}

.jdt ul li .jdt-date p {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
  padding-right: 0.12rem;
}

.jdt ul li .jdt-date span {
  display: block;
  font-size: 0.18rem;
  color: #ffffff;
}

.jdt ul li .jdt-tx h3 {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: 0.3rem;
  color: #3d3d3d;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.24rem;
  transition: all 0.5s;
}

.jdt ul li:hover .jdt-tx h3 {
  color: #07378D;
}

.jdt ul li .jdt-tx p {
  margin-top: 0.12rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: rgba(61, 61, 61, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.jdt .slick-dots {
  display: inline-block;
  width: auto;
  position: static;
  margin-top: 0.18rem;
  background: #fff;
  margin-left: 60%;
}

.jdt .slick-slider::before {
  content: "";
  position: absolute;
  bottom: 0.15rem;
  left: 0;
  right: 0;
  border-bottom: 1px solid #2250a7;
  z-index: -1;
}

.jdt .slick-slider::after {
  content: "";
  position: absolute;
  bottom: 0.12rem;
  right: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #2250a7;
}

.jdt .slick-dots li {
  width: 0.09rem;
  height: 0.09rem;
  margin: 0 0.12rem;
  vertical-align: middle;
}

.jdt .slick-dots li button {
  width: 0.09rem;
  height: 0.09rem;
  opacity: 0.2;
  background: #2250a7;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
}

.jdt .slick-dots li.slick-active {
  width: 0.4rem;
  height: 0.3rem;
}

.jdt .slick-dots li.slick-active button {
  font-size: 0.36rem;
  font-weight: bold;
  width: 0.4rem;
  height: 0.3rem;
  background: none;
  border-radius: 0;
  color: rgba(34, 80, 167, 0.1);
  -webkit-text-stroke: 1px #2250a7;
  opacity: 1;
}

.s1-r {
  width: 48.66%;
}

.s1-r ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  transition: all 0.2s;
}

.s1-r ul li .s1-rdate {
  position: relative;
  display: none;
}

.s1-r ul li .s1-rdate::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.22rem;
  height: 0.55rem;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.s1-r ul li .s1-rdate>p {
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  color: #fff;
}

.s1-r ul li .s1-rdate>span {
  display: block;
  font-size: 0.16rem;
  text-align: center;
  color: #fff;
}

.s1-r ul li .s1-rtx {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-r ul li .s1-rtx h3 {
  font-size: 0.18rem;
  line-height: 0.87rem;
  width: calc(100% - 1.2rem);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 0.2rem;
}

.s1-r ul li .s1-rtx h3::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #2250a7;
}

.s1-r ul li .s1-rtx>p {
  font-size: 0.14rem;
  line-height: 0.2rem;
  height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 0.1rem;
  display: none;
}

.s1-r ul li .s1-rtx .s1-rsj {
  line-height: 0.87rem;
  display: block;
}

.s1-r ul li.on a {
  padding: 0.27rem 0.25rem;
  background: url(../images/s1-rbg.jpg) no-repeat center;
  background-size: cover;
  border-bottom: 1px solid transparent;
}

.s1-r ul li.on p {
  display: -webkit-box !important;
}

.s1-r ul li.on .s1-rdate {
  display: block;
}

.s1-r ul li.on .s1-rtx {
  width: calc(100% - 1.1rem);
}

.s1-r ul li.on .s1-rtx h3 {
  width: 100%;
  height: auto;
  padding-left: 0;
  color: #fff;
  line-height: inherit;
}

.s1-r ul li.on .s1-rtx h3::after {
  display: none;
}

.s1-r ul li.on .s1-rtx>p {
  display: block;
}

.s1-r ul li.on .s1-rtx .s1-rsj {
  display: none;
}

.tzgg ul {
  display: flex;
  flex-wrap: wrap;
}

.tzgg ul li {
  width: 30%;
  margin-left: 5%;
}

.tzgg ul li:nth-child(3n+1) {
  margin-left: 0;
}

.tzgg ul li a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.25rem 0;
  border-bottom: 1px solid #e5e5e5;
}

.tzgg ul li:first-child a,
.tzgg ul li:nth-child(2) a,
.tzgg ul li:nth-child(3) a {
  padding-top: 0;
}

.tzgg ul li a .tzgg-date {
  text-align: center;
}

.tzgg ul li a .tzgg-date p {
  font-size: 0.36rem;
  font-weight: bold;
  transition: all 0.5s;
}

.tzgg ul li a .tzgg-date span {
  display: block;
  font-size: 0.16rem;
  color: #999;
  transition: all 0.5s;
}

.tzgg ul li a .tzgg-r {
  width: calc(100% - 0.9rem);
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.tzgg ul li:hover a .tzgg-r {
  color: #07378D;
}

.tzgg ul li:hover a .tzgg-date p {
  color: #07378D;
}

.tzgg ul li:hover a .tzgg-date span {
  color: rgba(7, 55, 141, 0.4);
}



.section2 {
  padding-top: 0.45rem;
  padding-bottom: 0.7rem;
  background: url(../images/section2-bg.png) no-repeat center;
  background-size: cover;
}

.section2>div {
  align-items: flex-start;
}

.section2>div .title {
  margin-bottom: 0.35rem;
}

.s2-l,
.s2-r {
  width: 31.6%;
}

.s2-lt a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-lpic {
  width: 2.57rem;
}

.s2-lpic .img_bg {
  height: 1.68rem;
}

.s2-lt a:hover .img_bg .a {
  transform: scale(1.1);
}

.s2-ltx {
  width: calc(100% - 2.57rem);
  border: 1px solid #06368b;
  border-left: none;
  padding: 0.2rem 0.2rem 0.1rem;
}

.s2-ltx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.3rem;
  transition: all 0.5s;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.s2-ltx p {
  font-size: 0.14rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.12rem;
}

.s2-ltx .gd {
  height: 0.22rem;
  background: url(../images/s2-lmore.png) no-repeat right center;
  background-size: 0.29rem 0.22rem;
  margin-top: 0.13rem;
  transition: all 0.5s;
}

.s2-lt a:hover .s2-ltx h3,
.s2-lt a:hover .s2-ltx .gd {
  color: #06368b;
}

.s2-ld ul {
  margin-top: 0.04rem;
}

.s2-ld ul li {
  overflow: hidden;
  line-height: 0.77rem;
  border-bottom: 1px dashed rgba(6, 54, 139, 0.2);
}

.s2-ld ul li span {
  float: right;
  font-size: 0.14rem;
  color: #999;
  padding-left: 0.2rem;
  background: url(../images/sj.png) no-repeat left center;
  background-size: 0.16rem;
  transition: all 0.5s;
}

.s2-ld ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #262626;
  padding-left: 0.2rem;
  position: relative;
  transition: all 0.5s;
}

.s2-ld ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  background: #06368b;
  border-radius: 50%;
  z-index: -1;
}

.s2-ld ul li:hover a {
  color: #06368b;
}

.s2-r ul.bt {
  border: 1px solid rgba(6, 54, 139, 0.2);
  border-bottom: none;
}

.s2-r ul.gd {
  border: 1px solid rgba(6, 54, 139, 0.2);
  border-top: none;
}

.s2-r ul.gd {
  height: 4.82rem;
}

.s2-r ul.bt li:first-child {
  border-bottom: none;
  margin: 0;
  height: 0.8rem !important;
  line-height: 0.8rem;
  background: rgba(6, 54, 139, 0.1);
}

.s2-r ul.bt li:first-child span {
  width: 1.4rem;
  display: inline-block;
  font-size: 0.2rem;
  font-weight: bold;
  color: #06368b;
}

.s2-r ul.bt li:first-child span:first-child {
  text-align: center;
}

.s2-r ul.bt li:first-child span:nth-child(2) {
  width: calc(100% - 1.46rem);
}

.s2-r ul li span {
  vertical-align: top;
  display: inline-block;
  width: 1.1rem;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.s2-r ul li a {
  display: inline-block;
  width: calc(100% - 1.2rem);
  line-height: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.s2-r ul li {
  height: 0.6rem !important;
  line-height: 0.6rem;
  margin: 0 0.3rem;
  border-bottom: 1px dashed rgba(6, 54, 139, 0.1) !important;
}

.s2-r ul li:last-child {
  border-bottom: none;
}

.s2-r ul li a:hover {
  color: #06368b;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-slide a p {
    font-size: 0.26rem;
    bottom: 0.25rem;
    width: calc(100% - 1rem);
    padding-right: 1rem;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.04rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.35rem;
  }

  .jdt .slick-dots {
    margin-left: 50%;
  }

  .s2-lpic {
    width: 2rem;
  }

  .s2-ltx {
    width: calc(100% - 2rem);
  }
}

@media screen and (max-width: 830px) {
  .tzgg ul li {
    width: 47%;
    margin-left: 5%;
  }

  .tzgg ul li:nth-child(3n+1) {
    margin-left: 5%;
  }

  .tzgg ul li:nth-child(2n+1) {
    margin-left: 0;
  }


  .banner .slick-slide a p {
    font-size: 0.18rem;
  }

  .jdt {
    width: 100%;
  }

  .jdt ul li .img_bg {
    height: auto;
    padding-top: 56.16%;
  }

  .section1 {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
  }

  .qh-bd {
    margin-top: 0.3rem;
  }

  .qh-tit ul {
    justify-content: flex-start;
  }

  .qh-tit ul li:first-child {
    margin-left: 0;
  }

  .jdt ul li .jdt-date p {
    font-size: 0.24rem;
  }

  .jdt ul li .jdt-date span {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }

  .jdt ul li .jdt-date {
    width: 0.85rem;
    height: 0.68rem;
    padding-top: 0.15rem;
    padding-right: 0.08rem;
  }

  .jdt ul li .jdt-tx h3 {
    font-size: 0.16rem;
    margin-top: 0.2rem;
  }

  .jdt ul li .jdt-tx p {
    font-size: 0.14rem;
    margin-top: 0.1rem;
  }

  .jdt .slick-dots {
    margin-top: 0.15rem;
  }

  .jdt .slick-dots li {
    margin: 0 0.1rem;
  }

  .jdt .slick-dots li.slick-active {
    width: 0.3rem;
  }

  .jdt .slick-dots li.slick-active button {
    width: 0.3rem;
    font-size: 0.24rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-r ul li .s1-rtx h3,
  .s1-r ul li .s1-rtx .s1-rsj {
    font-size: 0.16rem;
    line-height: 0.7rem;
  }

  .s1-r ul li .s1-rdate>p {
    font-size: 0.24rem;
  }

  .s1-r ul li .s1-rdate>span {
    font-size: 0.14rem;
    margin-top: 0.05rem;
  }

  .s1-r ul li.on a {
    padding: 0.2rem;
  }

  .section2 {
    padding-top: 0.3rem;
    padding-bottom: 0.4rem;
  }

  .s2-l,
  .s2-r {
    width: 100%;
  }

  .s2-r {
    margin-top: 0.3rem;
  }

  .title h3 img {
    max-width: 0.36rem;
  }

  .title h3 {
    font-size: 0.26rem;
  }

  .more a {
    font-size: 0.16rem;
  }

  .section2>div .title {
    margin-bottom: 0.3rem;
  }

  .s2-ltx h3 {
    font-size: 0.18rem;
  }

  .s2-ld ul li {
    line-height: 0.7rem;
  }

  .s2-ld ul li a {
    font-size: 0.16rem;
  }

  .s2-r ul li:first-child span {
    font-size: 0.18rem;
  }

  .s2-r ul li span,
  .s2-r ul li a {
    font-size: 0.16rem;
  }

  .s2-r ul li:first-child {
    height: 0.7rem;
    line-height: 0.7rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .tzgg ul li {
    width: 100%;
    margin-left: 0;
  }

  .tzgg ul li:nth-child(3n+1),
  .tzgg ul li:nth-child(2n+1) {
    margin-left: 0;
  }

  .qh-tit ul li:nth-child(2) {
    margin-left: 0.2rem;
  }

  .qh-tit ul li {
    width: 1.3rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}