﻿body {
  position: relative;
  background: #fff;
  background-size: 100% 100%;
}

.banner-box {
  margin-top: 2.25rem;
  position: relative;
}


.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: .5rem;
  height: .5rem;
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  left: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner .slick-prev:hover {
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}

.banner .slick-next {
  width: .5rem;
  height: .5rem;
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  background-size: 20%;
  right: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner .slick-next:hover {
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}


.banner .slick-dots {
  width: auto;
  bottom: .44rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  width: 100%;
}

.banner .slick-dots li {
  margin: 0 .1rem;
  background: url(../images/bannerdots_ico.png) center no-repeat;
  height: 0.55rem;
  width: 0.55rem;
  background-size: 100% 100%;
}

.banner .slick-dots li button {
  display: none
}

.banner .slick-dots li.slick-active {
  opacity: 1;
  background: url(../images/bannerdotsactive_ico.png) center no-repeat;
  background-size: 100% 100%;
}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .2rem;
  width: 100%;
  border-bottom: rgba(164, 0, 0, 0.2) .01rem dashed;
}

.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .44rem;
  width: 100%;
}

.tit_center {}

.tit_center .index_tc {
  text-align: center;
}

.tit_center .index_tc:before {
  left: 50%;
  transform: translateX(-50%);
}

.tit_center .index_tc h3 {}

.index_tc i {
  display: block;
  font-style: normal;
  font-family: Cardo;
  font-size: .48rem;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: normal;
  color: rgba(49, 48, 141, 0.1);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}




.index_tc {
  position: relative;
  text-align: left;
  transition: all .3s;
  padding-bottom: .05rem;
}

.index_tc:before {
  content: "";
  position: absolute;
  width: 1.2rem;
  height: 0.05rem;
  left: 0px;
  bottom: 0;
  background: #a40000;
}

.index_tc h3 {
  font-size: .3rem;
  font-weight: normal;
  line-height: .6rem;
  text-align: left;
  letter-spacing: normal;
  color: #333333;
  display: inline;
}


.index_more {
  position: absolute;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  width: .6rem;
  height: .36rem;
  transition: all 0.3s;
  background-size: 100% 100%;
}

.index_more a {
  display: block;
  font-size: .14rem;
  font-weight: 290;
  color: #e7000e;
  transition: all 0.3s;
  padding: 0 0;
  line-height: .36rem;
}

.index_more:hover a {
  font-weight: bold;
  transition: all 0.3s;
}

.index_more:hover {
  color: #e7000e;
  transition: all 0.3s;
  right: .02rem;

}



/*  */
.section1 {
  padding: .6rem 0 .3rem 0;
  height: auto;
  overflow: hidden;
}

.section1 .px1600 {
  display: flex;
  justify-content: space-between;
}

.section1 .s1_left {
  width: 7rem;
}

.section1 .s1_right {
  flex: 1;
  min-width: 0;
  margin-left: .3rem;
}

.news_pic {
  background: #fff;
  width: 100%;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.section1_right {
  background: #fff;
  width: 49%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
}

.news_pic ul li a {
  display: block;
  position: relative;
}

.news_pic ul li a:hover .news_pic_img span {
  scale: 1.1;
  transition: 0.6s;
}

.news_pic .news_pic_img {
  position: relative;
  overflow: hidden;
  height: 4.7rem;
}

.news_pic .news_pic_img>span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: 0.6s;
}

.news_pic .news_pic_info {
  width: 100%;
  background-size: cover;
  padding: .17rem .2rem;
  position: relative;
  background: rgba(112, 112, 112, .5);
  position: absolute;
  bottom: 0;
  left: 0;
}


.news_pic .news_pic_info>span {
  display: block;
  font-size: .14rem;
  line-height: .26rem;
  color: #999999;
  background: url(../images/infolist14_35lsj.png) no-repeat left center;
  background-size: .11rem auto;
  padding-left: .21rem;
}

.news_pic .news_pic_info h3 {
  width: 80%;
  font-size: .18rem;
  font-weight: normal;
  line-height: .24rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0;
}

.news_pic .news_pic_info>p {
  font-size: .16rem;
  line-height: .2rem;
  color: #666;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: .07rem;
}

.news_pic .slick-prev,
.news_pic .slick-next {
  top: inherit;
  transform: none;
  width: .4rem;
  height: .4rem;
}

.news_pic .slick-prev {
  left: 2%;
  bottom: 50%;
  background: url(../images/infolist14_35lprev.png) no-repeat center;
  background-size: .4rem;
  transition: 0.2s;
  display: none;
  opacity: 0.5;
  z-index: 9;
}

.news_pic .slick-prev:hover {
  opacity: 0.8
}

.news_pic .slick-next {
  right: 2%;
  bottom: 50%;
  background: url(../images/infolist14_35lnext.png) center no-repeat;
  background-size: .4rem;
  display: none;
  opacity: 0.5;
  z-index: 9;
}

.news_pic .slick-next:hover {
  opacity: 0.8
}

.news_pic .slick-dots {
  right: .1rem;
  bottom: .18rem;
  text-align: right;
}

.news_pic .slick-dots li {
  width: .13rem;
  height: 0.13rem;
  background: #fff;
  border-radius: 50%
}

.news_pic .slick-dots li button {}

.news_pic .slick-active {
  background: #ff0000 !important;
}

.inews_list {
  padding: 0 0;
}

.inews_list ul {
  box-sizing: border-box;
  position: relative;
  z-index: 9;
  margin-top: -.15rem;
}


.inews_list li {
  padding-right: 1.2rem;
  background-position: left center;
  position: relative;
  font-size: .16rem;
  line-height: .46rem;
  padding-left: 0.2rem;
}

.inews_list li:before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: #a40000;
  border-radius: 50%
}

.inews_list li:hover {}

.inews_list li:hover a {
  color: #a40000;
  transition: all 0.3s;
}


.inews_list li:last-child {
  border-bottom: none
}

.inews_list li a {
  display: block;
  font-weight: 400;
  color: #585858;
  font-size: .18rem;
  line-height: .5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s
}

.inews_list li span {
  position: absolute;
  right: .1rem;
  font-size: .18rem;
  color: #585858;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s
}


/*  */
.section2 {
  background: url(../images/s2_bg.png) center top no-repeat;
  padding-top: .7rem;
  padding-bottom: .5rem;
}

.tz_list {
  padding-top: .2rem;
}

.tz_list ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -.125rem;
}

.tz_list li {
  width: 33.333%;
  margin-bottom: .4rem;
}

.tz_list li a {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: .205rem 0;
  transition: all 0.3s;
  box-sizing: border-box;
  margin: 0 .125rem;
  padding: .25rem .17rem;
  background: #fff;
}

.tz_list li:hover a {
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.1);
}

.tz_list .rdate {
  text-align: center;
  width: 0.8rem;
  /* height: 1rem; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  font-family: sySong;
  transition: all .3s
}

.tz_list .rdate p {
  font-size: .18rem;
  line-height: .3rem;
  color: #909090;
}

.tz_list .rdate span {
  display: block;
  font-size: .72rem;
  line-height: .7rem;
  color: #909090;
  font-family: "SimSun";
  width: 100%;
}

.tz_list h3 {
  width: calc(100% - 1rem);
  font-size: .18rem;
  font-weight: normal;
  line-height: .32rem;
  max-height: .9rem;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tz_list li:hover .rdate {
  transition: all .3s;
  color: #b9251d;
}

.tz_list li:hover .rdate span {
  color: #b9251d;
}

.tz_list li:hover .rdate p {
  color: #b9251d;
}

.tz_list li:hover h3 {
  color: #cc0000;
}








/*  */
.section3 {
  padding: .2rem 0 0 0;
  height: auto;
  overflow: hidden;
}

.s3_con {
  padding-top: .1rem;
}

.s3_con ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s3_con ul li {
  width: 24%;
}

.s3_con ul li a {
  background: #fff;
  display: block;
  transition: all .5s;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  overflow: hidden;
}

.s3_con ul li:hover a {
  background: #f1f1f1;
  box-shadow: 0 .05rem .15rem rgba(0, 0, 0, 0.1);
}

.s3_con ul li .img_bg {
  position: relative;
  overflow: hidden;
  height: 2.6rem;
  transition: all .5s;
  width: 100%;
}

.s3_con ul li:hover .img_bg .a {
  transform: scale(1.1);
}

.s3_con ul li .img_bg::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/infonews14_42_jdtyy.png) repeat-x center bottom;
  height: 1.24rem;
}

.s3_con ul li .img_bg .a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .5s
}

.s3_con .s3_txt {
  padding: .15rem .2rem;
  display: block;
  width: 100%;
  border: #dcdcdc .01rem solid;
}

.s3_con li:hover .s3_txt {}

.s3_con .s3_date {
  font-size: 0.14rem;
  line-height: .3rem;
  letter-spacing: normal;
  color: #585858;
  background: url(../images/date_ico.png) left center no-repeat;
  padding-left: .22rem;
  background-size: .15rem .13rem;
}

.s3_con .s3_tit {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.27rem;
  letter-spacing: normal;
  color: #585858;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .54rem;
  height: .54rem;
}

.s3_con .s3_zy {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.27rem;
  text-align: justify;
  /* ?μ?è§???¨??ˉè??????”ˉ??? */
  letter-spacing: normal;
  color: #A7A49F;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: .54rem;
  height: .54rem;
}

.s3_con ul li:hover .s3_date {
  color: #000;
}

.s3_con ul li:hover .s3_zy {
  color: #fff;
  opacity: .8
}

.s3_con ul li:hover .s3_tit {
  color: #000;
  font-weight: bold
}







/*  */
.section4 {
  background: url(../images/s4_bg.png) center no-repeat;
  background-size: 100% 100%;
  padding: .3rem 0 .6rem 0;
}

.section4 .px1600 {
  display: flex;
  justify-content: space-between;
}

.s4_con {
  width: 48%;
}

.s4_list {}

.s4_list ul {
  display: flex;
  justify-content: space-between;
}

.s4_list li {
  width: 48%;
}

.s4_list li a {
  position: relative;
  display: block;
}

.s4_list li .img_bg {
  position: relative;
  overflow: hidden;
  height: 2.6rem;
  transition: all .5s;
  width: 100%;
}

.s4_list ul li .img_bg .a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: all .5s
}

.s4_list .s4_tit {
  position: absolute;
  width: 100%;
  padding: 0 .1rem;
  height: .4rem;
  line-height: .4rem;
  color: #fff;
  font-size: .16rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .4);
  transition: all .5s
}

.s4_list ul li:hover .img_bg .a {
  transform: scale(1.1);
}

.s4_list li:hover .s4_tit {
  background: rgba(0, 0, 0, .8);
  font-weight: bold
}








/*  */
.section5 {
  padding: .3rem 0 .6rem 0;
  height: auto;
  overflow: hidden;
}

.s5_list {
  padding: 0;
}

.s5_list ul {
  margin: 0 -.14rem;
}

.s5_list li {}

.s5_list li:hover a {
  /* box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(99, 6, 95, 0.5); */
}

.s5_list li a {
  display: block;
  text-align: center;
  margin: 0 .14rem;
  padding: 0;
  transition: all .5s
}

.s5_list li:hover {}

.s5_list li:hover .pic img {
  scale: 1.05;
}

.s5_list li .pic {
  text-align: center;
  padding-top: 60%;
}

.s5_list li .pic img {
  /* width: auto; */
  /* max-width: 1rem; */
  /* max-height: 1rem; */
  position: absolute;
  display: block;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.s5_list li .s6_txt {
  font-size: 0.18rem;
  font-weight: bold;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
  line-height: .4rem;
}

.s5_list li:hover .s6_txt {
  color: #5d0d57
}


.s5_list .slick-prev {
  width: .5rem;
  height: .5rem;
  background: url(../images/bal.png) no-repeat center center;
  background-size: .14rem .27rem;
  left: -0.5rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .5;
}

.s5_list .slick-prev:hover {
  opacity: 1;
  left: -0.52rem;
}

.s5_list .slick-next {
  width: .5rem;
  height: .5rem;
  background: url(../images/bar.png) no-repeat center center;
  background-size: .14rem .27rem;
  right: -0.5rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
  opacity: .5;
}

.s5_list .slick-next:hover {
  opacity: 1;
  right: -0.52rem;
}


/*  */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
  .banner-box {
    margin-top: 0rem
  }
}

@media screen and (max-width: 1024px) {
  .banner .slick-dots li {
    height: 0.2rem;
    width: 0.2rem;
  }

  .banner .slick-dots {
    bottom: .2rem;
  }

  .section1 .px1600 {
    display: block;
  }

  .section1 .s1_left {
    width: 100%;
    margin: 0 auto .3rem auto;
  }

  .section1 .s1_right {
    width: 100%;
    margin: 0 auto;
  }

  .section4 .px1600 {
    display: block;
  }

  .s4_con {
    width: 100%;
    margin: 0 auto .3rem auto;
  }

  .s3_con ul li {
    width: 48%;
    margin-bottom: .2rem;
  }

  .index_tc h3 {
    font-size: .26rem;
  }

  .tz_list .rdate span {
    font-size: .4rem;
    line-height: .4rem;
  }
}

@media screen and (max-width: 900px) {
  .s3_con ul li .img_bg {
    height: 2rem;
  }

  .newslistbox {
    padding: .2rem .2rem;
  }

  .section1 {
    padding: .2rem 0 .3rem 0;
  }
}

@media screen and (max-width: 520px) {
  .banner .slick-prev {
    width: .2rem;
    height: .31rem;
    left: .28rem;
  }

  .banner .slick-next {
    width: .2rem;
    height: .31rem;
    right: .28rem;
  }

  .s3_con ul li {
    width: 100%;
  }

  .s3_con ul li .img_bg {}

  .s3_con ul li .img_bg {
    height: 2.6rem;
  }

  .s4_list ul {
    display: flex;
    flex-wrap: wrap;
  }

  .s4_list li {
    width: 100%;
    margin-bottom: .2rem;
  }
}

@media screen and (max-width: 475px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }

}