@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: 9;
}

.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-dots {
  max-width: 14rem;
  margin: 0 auto;
  bottom: 0.3rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 8;
}

.banner .slick-dots li {
  width: 0.16rem;
  height: 0.16rem;
  background: url(/images/ban-dot1.png) no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: 0 0.12rem;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.24rem;
  width: 0.24rem;
  border-top: 1px solid #010544;
}

.banner .slick-dots li:first-child:before {
  display: none;
}

.banner .slick-dots li.slick-active {
  width: 0.22rem;
  height: 0.22rem;
  background-image: url(/images/ban-dot2.png);
}

.banner .slick-dots li button {
  display: none;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.28rem;
  height: 0.28rem;
  top: inherit;
  transform: none;
  bottom: 0.47rem;
  z-index: 9;
}

.banner .slick-prev {
  left: inherit;
  right: 50%;
  margin-right: 1.3rem;
  background: url() no-repeat;
  background-size: 100% 100%;
}

.banner .slick-next {
  right: inherit;
  left: 50%;
  margin-left: 1.3rem;
  background: url() no-repeat;
  background-size: 100% 100%;
} */

/*首页样式*/

/*主体*/
.section-bg {
  background: #fff;
}

.section1 {
  padding-top: 0.6rem;
  padding-bottom: 0.45rem;
}

.section_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section_c>div {
  width: 48.42%;
}

.jdt ul li a {
  display: block;

}

.jdt ul li .img_bg {
  height: 4.31rem;
}

.jdt ul li .jdt-date {
  position: absolute;
  left: 0.2rem;
  top: 0.2rem;
  text-align: center;
  width: 0.78rem;
  background: #fff;
}

.jdt ul li .jdt-date p {
  line-height: 0.42rem;
  background: #6F3187;
  font-size: 0.3rem;
  font-weight: bold;
  color: #FFFFFF;
}

.jdt ul li .jdt-date span {
  display: block;
  line-height: 0.26rem;
  font-size: 0.16rem;
  color: #B0B0B0;
}

.jdt ul li .jdt-tx {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 0.56rem;
  padding: 0 0.2rem;
  background: #6F3187;
}

.jdt ul li .jdt-tx h3 {
  width: calc(100% - 1rem);
  font-size: 0.2rem;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.jdt ul li:hover .jdt-tx h3 {}

.jdt ul li .jdt-tx p {
  font-size: 0.16rem;
  color: #0A58A6;
}

.jdt .slick-dots {
  width: auto;
  right: 0.21rem;
  bottom: 0.24rem;
  font-size: 0;
}

.jdt .slick-dots li {
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin: 0 0.04rem;
  background: rgba(255, 255, 255, 0.2);
}

.jdt .slick-dots li button {
  display: none;
}

.jdt .slick-dots li.slick-active {
  background: #fff;
}

.qh-tit {
  position: relative;
}

.qh-tit ul {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.qh-tit ul li {
  height: 100%;
  margin-left: 0.2rem;
  font-size: 0.24rem;
  font-weight: normal;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.qh-tit ul li:first-child {
  margin-left: 0;
}

.qh-tit ul li span {
  display: inline-block;
  position: relative;
}

.qh-tit ul li span::before {
  content: '';
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  width: 100%;
  height: 0.04rem;
  background: #6F3187;
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s;
}

.qh-tit ul li em {
  display: inline-block;
  margin-right: 0.2rem;
}

.qh-tit ul li.on {
  font-size: 0.3rem;
  font-weight: bold;
}

.qh-tit ul li.on em {
  font-size: 0.24rem;
  font-weight: normal;
}

.qh-tit ul li.on span {
  color: #6F3187;
  font-size: 0.3rem;
  font-weight: bold;
}

.qh-tit ul li.on b {
  color: #333;
  font-size: 0.3rem;
  font-weight: bold;
}

.qh-tit ul li.on span::before {
  visibility: visible;
  opacity: 1;
}

.qh-more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.2rem;
  transition: all 0.5s;
}

.qh-more a {
  display: none;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #646464;
  background: url(/images/more.png) no-repeat right center;
  background-size: 0.55rem 0.21rem;
  padding-right: 0.65rem;
}

.qh-more:hover {
  right: 0.15rem;
}

.qh-more a.on {
  display: block;
}

.qh-bd {
  position: relative;
}

.qh-bd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
}

.qh-bd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.qh-bd>ul li {
  overflow: hidden;
  line-height: 0.48rem;
  border-bottom: 1px dashed #D8D8D8;
  padding-left: 0.15rem;
  position: relative;
  transition: all 0.5s;
}

.qh-bd>ul li::before {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 15px;
  width: 4px;
  background: rgba(0, 0, 0, 0.16);
  transition: all 0.5s;
}

.qh-bd>ul li:hover::before {
  background: #6F3187;
}

.qh-bd>ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0;
  background: #6F3187;
  transition: all 0.5s;
}

.qh-bd>ul li:hover {
  border-bottom-color: transparent;
}

.qh-bd>ul li:hover::after {
  width: 100%;
}

.qh-bd>ul li span {
  float: right;
  font-size: 0.16rem;
  color: #666;
  padding-left: 0.2rem;
}

.qh-bd>ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 0.16rem;
  /* padding-left: 0.2rem; */
  position: relative;
  transition: all 0.5s;
}

.qh-bd>ul li:hover a {
  font-weight: bold;
  color: #6F3187;
}

.qh-bd>ul li:hover span {
  font-weight: bold;
  color: #6F3187;
}

/* 
.qh-bd>ul li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.05rem;
  height: 0.05rem;
  border-radius: 50%;
  background: #116EC9;
} */

.gg-t {
  background: #6F3187;
  margin-top: 0.35rem;
  margin-bottom: 0.07rem;
  padding: 0.18rem 0.25rem;
}

.gg-t a {
  display: flex;
  align-items: center;
  color: #fff !important;
}

.gg-t a .gg-date {
  text-align: center;
}

.gg-t a .gg-date p {
  font-size: 0.3rem;
  font-weight: bold;
}

.gg-t a .gg-date span {
  display: block;
  font-size: 0.16rem;
}

.gg-t a .gg-tr {
  flex: 1;
  min-width: 0;
  padding-left: 0.4rem;
  position: relative;
}

.gg-t a .gg-tr::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2rem;
  border-left: 0.5px dashed rgba(255, 255, 255, 0.4);
}

.gg-t a .gg-tr h3 {
  font-size: 0.2rem;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.gg-t a .gg-tr p {
  font-size: 0.16rem;
  line-height: 0.2rem;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.section_cd {
  margin-top: 0.4rem;
}

.section_cd>div {
  width: 31.33%;
}

.section_cd .qh-bd>ul {
  border: 1px solid rgba(0, 0, 0, 0.08);
  padding: 0.25rem;
  margin-top: 0.35rem;
}

.section_cd .qh-bd>ul li {
  border-bottom: none;
  line-height: 0.5rem;
  padding-left: 0.17rem;
}

.section_cd .qh-bd>ul li::after {
  display: none;
}

.section_cd .qh-bd>ul li::before {
  background: url(/images/sj1.png) no-repeat;
  background-size: 100% 100%;
  width: 0.07rem;
  height: 0.09rem;
}

.section_cd .qh-bd>ul li:hover::before {
  background: url(/images/sj2.png);
}

.section_cd .qh-bd>ul li span {
  color: #9E9E9E;
}

.section_cd .qh-bd>ul li:hover span {
  color: #6F3187;
}


@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.15rem;
  }

  .jdt ul li .img_bg {
    height: auto;
    padding-top: 68.3%;
  }

  .section_c>div {
    width: 100%;
  }

  .jdt {
    margin-bottom: 0.3rem;
  }

  .section1 {
    padding-top: 0.35rem;
    padding-bottom: 0.35rem;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .section_ct .qh-more {
    position: static;
    margin-top: 0.4rem;
    display: flex;
    justify-content: flex-end;
  }

  .section_ct .qh-tit ul {
    justify-content: center;
  }

  .gg-t {
    margin-top: 0.1rem;
  }

  .section_ct .qh-bd>ul li {
    line-height: 45px;
  }

  .qh-bd>ul li span,
  .qh-bd>ul li a {
    font-size: 14px;
  }

  .section_cd {
    margin-top: 0;
  }

  .section_cd>div {
    margin-top: 0.3rem;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}