/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  border-bottom: 0.01rem dashed #D8D8D8;
  padding-bottom: .1rem;
}

.index_tit_img {
  width: 0.05rem;
  height: 0.3rem;
  background: #65216A;
  margin-right: .2rem;
}

.index_tit_img img {
  width: .46rem;
  height: .46rem;
}

.index_tc {
  /* display: inline-block; */
  background-size: 1.24rem 1.11rem;
  text-align: left;
  display: flex;
  align-items: center;
}

.index_tc i {
  display: block;
  position: relative;
  font-style: normal;
  color: #65216A;
  font-size: .12rem;
  padding-left: .05rem;
  text-transform: capitalize;
  /* display: none; */
}

/* .index_tc i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 72%;
  transform: translateY(-50%);
  width: 0.18rem;
  height: 0.02rem;
  background: #65216A;
} */

.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #65216a;
}

.index_tc h3 {
  font-size: .20rem;
  font-weight: bold;
  line-height: .36rem;
  color: #333333;
}

.index_more {
  position: absolute;
  right: 0;
  top: 55%;
  transform: translateY(-50%);
}

.index_more a {
  display: block;
  font-size: .14rem;
  font-weight: 290;
  line-height: .24rem;
  color: #9E9E9E;
  background: url(../images/more_ico.png) right center no-repeat;
  padding-right: .4rem;
  transition: all 0.3s;
  background-size: 0.37rem 0.11rem;
}

.index_more a:hover {
  color: #65216a;
  margin-right: .1rem;
  transition: all 0.3s
}

.index_tit2 {
  text-align: left;
  position: relative;
  margin-bottom: .4rem;
}

.index_tit2 .index_tc {
 
}

/*  */
.section1 {
  /* margin: .6rem auto; */
  padding: .29rem 0 .3rem 0;
  height: auto;
  overflow: hidden;
}

.section1 .px1600 {
  display: flex;
  justify-content: space-between;
}

.newbox {
  flex: 1;
  min-width: 0;
  display: flex;
}

.newbox_left {
  flex: 1;
  min-width: 0;
  margin-right: .34rem;
}

.txt_list {}

.txt_list li {
  border-bottom: 0.01rem dashed #D8D8D8;
}

.txt_list li a {
  display: flex;
  justify-content: space-between;
  padding: 0 0;
  line-height: 0.4rem;
}

.txt_list li a h3 {
  width: calc(100% - 1rem);
  padding: 0 0;
  font-size: .16rem;
  color: #525252;
  transition: 0.5s;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: .2rem;
  font-weight: 400;
  transition: all .3s;
}

.txt_list li a h3::after {
  content: "";
  position: absolute;
  width: .07rem;
  height: .07rem;
  bottom: auto;
  top: 50%;
  left: 0;
  background: #65216A;
  width: 0.05rem;
  height: 0.05rem;
  transform: rotate(45deg) translateY(-50%);
}


.txt_list li a p {
  width: 1rem;
  text-align: right;
  font-size: .14rem;
  color: #9E9E9E;
  margin: 0;
  padding: 0;
}

.txt_list li:hover a h3 {
  font-weight: 800;
  color: #65216A;
}

.txt_list li:hover a {}

/*  */

.news-img {
  width: 4.5rem;
  height: auto;
  overflow: hidden;
  margin-top: 0;
}

.news-img a {
  position: relative
}

.news-img a h3 {
  display: block;
  width: 75%;
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: .16rem;
  line-height: .5rem;
  bottom: 0;
  left: .1rem;
  padding: 0rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-img .modulepic {
  height: 2.5rem;
  padding-top: 0;
}

.news-img a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/news-imgbg.png) repeat-x;
  background-position: center bottom;
  z-index: 1;
  opacity: 0.8;
  object-fit: cover;
}


.news-img .slick-dots {
  text-align: right;
  padding-bottom: .2rem;
  padding-right: .1rem;
  z-index: 0;
  width: 2rem;
  right: 0;
}

.news-img .slick-dots li {
  width: .05rem;
  height: .05rem;
  ;
  padding: 0;
  margin: 0 .05rem;
}

.news-img .slick-dots li.slick-active {
  width: 0.3rem;
  background: rgba(255, 255, 255, 1);
}

.news-img .slick-dots li button {
  width: 0.05rem;
  height: 0.05rem;
  background: rgba(255, 255, 255, .3);
  margin: 0;
  display: block;
  padding: 0;
}

.news-list {
  min-width: 0;
  margin-left: .34rem;
  background: #fff;
  width: 4.5rem;
}

.news_hd {
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  line-height: .6rem;
}

.news_hd a {
  display: block;
  text-align: center;
  font-size: .2rem;
  font-weight: bold;
  color: #333333;
  line-height: .6rem;
  width: 20%;
  transition: all 0.3s
}

.news_hd a.active {
  background: #65216A;
  color: #fff;
}

.news_hd a:hover {
  background: #65216A;
  color: #fff;
}

.news_bd {}

.news_bd ul {
  display: none;
}

.news_bd ul.active {
  display: block;
  padding: .2rem .3rem;
}

.news_bd li {}

.news_bd li a {
  display: flex;
  justify-content: space-between;
  padding: 0 0;
  line-height: .46rem;
}

.news_bd li a h3 {
  width: calc(100% - 1rem);
  padding: 0 0;
  font-size: .18rem;
  color: #525252;
  transition: 0.5s;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: .2rem;
  font-weight: 400;
  transition: all .3s;
}

.news_bd li a h3::after {
  content: "";
  position: absolute;
  width: .07rem;
  height: .07rem;
  bottom: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #65216A;
  background-size: 100% 100% !important;
  border-radius: 50%;
}

.news_bd li a h3::before {
  content: "";
  position: absolute;
  width: .01rem;
  height: 1rem;
  top: 0;
  left: 0.03rem;
  background: #f5f5f5;
}

.news_bd li a p {
  width: 1rem;
  text-align: right;
  font-size: .16rem;
  color: #9E9E9E;
  margin: 0;
  padding: 0;
}

.news_bd li:hover a h3 {
  font-weight: 800;
  color: #65216A;
}

.news_bd li:hover a {}

/*  */
.section2 {
  margin: 0rem auto .3rem auto;
  padding: 0 0;
}

.section2 .px1600 {
  display: flex;
  justify-content: space-between;
}

.s2_l {
  flex: 1;
  min-width: 0;
}

.fast_list {
  margin-left: .34rem;
  width: 4.5rem;
}

.fast_list .index_tit {
  border-bottom: none;
}

.fast_list .slick-list {
  margin: 0 -0.1rem;
}

.fast_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fast_list li {
  width: 47.5%;
  height: .58rem;
  background: #ccc;
  margin: .065rem 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.fast_list li a {
  margin: 0.05rem 0;
  display: block;
  color: #fff;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  transition: all 0.3s;
  font-weight: 400;
  width: 1.7rem;
  /* display: inline-block; */
}

.fast_list li a img {
  margin: 0 .1rem;
  transition: all .3s;
  width: .42rem;
  height: .42rem;
}

.fast_list li:hover {
  box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(0, 0, 0, 0.2);
  font-weight: 800;
  transition: all 0.3s;
}


.fast_list li:hover img {
  transform: rotateY(180deg);
}

.fast_list li a span {
  font-size: .18rem;
  line-height: .4rem;
  color: #333333;
}

.fast_list li:nth-child(1) {
  background: #eaf0f7;
}

.fast_list li:nth-child(2) {
  background: #f4e6e7;
}

.fast_list li:nth-child(3) {
  background: #fff9e9;
}

.fast_list li:nth-child(4) {
  background: #44a9b0;
}

.fast_list li:nth-child(4) span {
  color: #fff
}

.fast_list li:nth-child(5) {
  background: #f6f4fb;
}

.fast_list li:nth-child(6) {
  background: #fdefe3;
}


/*  */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .section2 {
    margin: 0rem auto .4rem auto;
  }

  .newbox_left {
    margin-right: 0;
  }

  .fast_list {
    width: 100%;
    margin: .4rem auto 0 auto;
  }

  .news-list {
    width: 100%;
    margin: 0rem auto 0 auto;
  }

  .s2_l {
    width: 100%;
    margin: 0rem auto 0 auto;
  }

  .index_tit {
    margin-bottom: 0;
  }

  .section1 {
    background-size: 100% auto;
    padding: .2rem 0 .4rem 0;
  }

  .section1 .px1600 {
    display: block;
  }

  .newbox {
    display: block;
  }

  .section2 .px1600 {
    display: block;
  }

  .news-img {
    width: 100%;
    margin-top: .4rem;
  }

  .index_tc h3 {
    font-size: .24rem;
  }

  .news-list {
    margin-left: 0;
    margin-top: .4rem;
  }

  .news-img .modulepic {
    height: auto;
    padding-top: 60%;
  }

  .news-img a h3 {
    width: 100%;
    left: 0;
    padding: .1rem .2rem;
  }

  .news-img .slick-dots {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0;
    display: none !important;
  }


}


@media screen and (max-width: 768px) {
  .fast_list li a {
    padding: .1rem 0rem;
  }

  .fast_list li a img {
    width: .3rem;
    height: .3rem;
  }
}

@media screen and (max-width: 520px) {
#eol_float{display:none}
  .news_hd a {
    font-size: .16rem;
  }

  .fast_list li {
    width: 100%;
    height: .7rem;
    margin: .07rem 0;
  }
}

@media screen and (max-width: 375px) {}