@font-face {
  font-family: 'sySong';
  src: url('../fonts/sySong.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

.banner-box {
  /* position: relative; */
  /* padding-top: 0; */
  /* overflow: hidden; */
  /* top: 0; */
  /* margin-top: 43%; */
  /* margin-bottom: .3rem; */
}

.banner {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
}

.banner img {
  display: block;
  width: 100%;
}

.banner .slick-prev {
  width: .14rem;
  height: .25rem;
  background: url(../images/bal.png) no-repeat center center;
  background-size: cover;
  left: 0.3rem;
  z-index: 9;
}

.banner .slick-next {
  width: .14rem;
  height: .25rem;
  background: url(../images/bar.png) no-repeat center center;
  background-size: cover;
  right: 0.3rem;
  z-index: 9;
}

.banner .slick-dots {
  width: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  bottom: .2rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
}

.banner .slick-dots li {
  margin: 0 .15rem;
  width: auto;
  height: auto;
}

.banner .slick-dots li button {
  display: block;
  font-size: 0rem;
  color: #fff;
  font-weight: bold;
  background: #fff;
  opacity: 0.5;
  width: 0.11rem;
  height: 0.11rem;
  transform: rotate(45deg);
}

.banner .slick-dots li.slick-active button {
  opacity: 1;
  background: url(../images/lbdhover.png);
  width: 0.27rem;
  height: 0.27rem;
  transform: rotate(90deg);
}



/* ifast  */
.ifast {
  margin: -0.7rem auto 0 auto;
  padding: 0;
  border-radius: 0rem 0.3rem 0rem 0.3rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
  overflow: hidden;
}

.ifast>ul {
  display: flex;
  justify-content: space-between;
}

.ifast>ul>li {
  position: relative;
  width: 20%;

  padding: 0.5rem 0.2rem 0.2rem 0.2rem;
}

.ifast>ul>li a {
  border-right: 0.01rem solid #e8e8e8;
}

.ifast>ul>li:last-child a {
  border-right: none
}

.ifast>ul>li:before {
  content: "";
  position: absolute;
}

.ifast>ul>li>a {
  padding: 0rem 0 0 0;
  display: block;
}

.ifast>ul>li span {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: block;
  width: 1.12rem;
  height: 1.12rem;
  margin: 0 auto;
  background: #F2F7F6;
  overflow: hidden;
  align-content: center;
  transition: all 0.6s;
  border: 0.05rem solid #F2F7F6;
}

.ifast>ul>li span img {
  width: 0.65rem;
  height: 0.65rem;
  display: block;
  margin: 0 auto;
}

.ifast>ul>li a i {
  display: block;
  font-size: 0.18rem;
  line-height: .6rem;
  text-align: center;
  letter-spacing: normal;
  color: #333333;
  font-style: normal;
}

.ifast>ul>li>:hover span {
  background: #016249;
  border: 0.05rem solid #8eaba3;
  transition: all 0.6s;

}

.ifast>ul>li>:hover span img {
  filter: invert(100%);
  filter: contrast(5) grayscale(100%) invert(100%);
}

.ifast>ul>li:hover a i {
  font-weight: bold
}

.ifast .tsrwmbox {
  position: relative;
}

.ifast .tsrwmbox .tsrwm {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  opacity: 0;
}

.ifast .tsrwmbox:hover {
  display: block;
  background: #016249;
}

.ifast .tsrwmbox:hover>a {
  display: none
}

.ifast .tsrwmbox:hover .tsrwm {
  display: block;
  border: none;
  opacity: 1;
  transition: all 0.6s;
  z-index: 999;
  top: 50%;
  margin-top: 0.15rem;
}

.ifast .tsrwmbox:hover .tsrwm span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  border-radius: inherit;
}

.ifast .tsrwmbox:hover .tsrwm img {
  display: block;
  width: 100%;
  height: 100%;
  filter: none;
}

.ifast .tsrwmbox:hover .tsrwm i {
  color: #fff
}

/*  */
.ifast .tsrwmbox {
  position: relative;
}

.ifast .tslxwmbox .tslxwm {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  opacity: 0;
}

.ifast .tslxwmbox:hover {
  display: block;
  background: url(../images/fasbg.png) #016249 center no-repeat;
  background-size: 60%;
}

.ifast .tslxwmbox:hover>a {
  display: none
}

.ifast .tslxwmbox h2 {

  position: relative;

  color: #fff;

  line-height: .6rem;

  margin-bottom: 0.2rem;

  font-size: .2rem;
}

.ifast .tslxwmbox h2:before {
  content: '';
  position: absolute;
  background: #fff;
  width: .4rem;
  height: 0.03rem;
  left: 0;
  bottom: 0;
}

.ifast .tslxwmbox p {
  font-size: .14rem;
  line-height: .3rem;
  color: #fff;
}

.ifast .tslxwmbox:hover .tslxwm {
  display: block;
  border: none;
  opacity: 1;
  transition: all 0.6s;
  z-index: 999;
  width: 100%;
  padding: 0.4rem;
}

.ifast .tslxwmbox:hover .tslxwm span {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border: none;
  border-radius: inherit;
}

/*  */
.ifast .cwgjbox {
  position: relative;
}

.ifast .cwgjbox .cwgjlist {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.6s;
  opacity: 0;
}

.ifast .cwgjbox:hover {
  display: block;
  background: url(../images/fasbg.png) #016249 center no-repeat;
  background-size: 60%;
}

.ifast .cwgjbox:hover>a {
  display: none
}

.ifast .cwgjbox h2 {

  position: relative;

  color: #fff;

  line-height: .6rem;

  margin-bottom: 0.2rem;

  font-size: .2rem;
}

.ifast .cwgjbox h2:before {
  content: '';
  position: absolute;
  background: #fff;
  width: .4rem;
  height: 0.03rem;
  left: 0;
  bottom: 0;
}

.ifast .cwgjbox p {
  font-size: .14rem;
  line-height: .3rem;
  color: #fff;
}

.ifast .cwgjbox:hover .cwgjlist {
  display: block;
  border: none;
  opacity: 1;
  transition: all 0.6s;
  z-index: 999;
  width: 100%;
  padding: 0.4rem;
}

.ifast .cwgjbox .cwgjlist a {
  display: block;
  border: none;
  color: #fff;
  font-size: .16rem;
  line-height: .36rem;
  position: relative;
  transition: all 0.3s;
  background-size: 0;
}

.ifast .cwgjbox .cwgjlist a:after {
  content: "";
  position: absolute;
  width: .23rem;
  height: .36rem;
  background: url(../images/xrjtico.png) right center no-repeat;
  background-size: 100% auto;
  right: .1rem;
  opacity: 0;
  transition: all 0.3s;
}

.ifast .cwgjbox .cwgjlist a:hover {
  margin-left: .1rem;
}

.ifast .cwgjbox .cwgjlist a:hover:after {
  opacity: 1;
  transition: all 0.3s;
  right: 0rem;
}

/*  */


/*  */
.index {}

.index .section1 {
  padding-top: .5rem;
  padding-bottom: .4rem;
  display: flex;
  justify-content: space-between;
}

.index .section1>div {
  width: 7.44rem;
}

.index .section1 .section1_r {
  height: auto;
  /* overflow: hidden; */
  flex: 1;
  margin-left: .5rem;
  min-width: 0;
}

.index .section1 .s1tit {
  text-align: center;
  font-size: .32rem;
  /* font-weight: bold; */

  line-height: .32rem;
  color: #333333;
}

.srtit {
  position: relative;
  padding-bottom: .2rem;
  /* border-bottom: 0.01rem dashed #D8D8D8; */
}

.srtit h4 {
  text-align: left;
  font-size: .3rem;
  line-height: .7rem;
  color: #016249;
  font-weight: bold;
  background-size: auto 100%;
  font-weight: bold;
  position: relative;
}

.srtit h4:before {
  content: '';
  position: absolute;
  background: #E1AD6A;
  width: .6rem;
  height: 0.04rem;
  left: 0;
  bottom: 0;
}

.srtit h4 span {
  color: #373737;
}

.srtit a {
  text-transform: uppercase;
  font-size: .14rem;
  color: #666666;
  position: absolute;
  top: 45%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/more_ico.png) right center no-repeat;
  padding-right: .5rem;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #646464;
  transition: all 0.6s;
}

.srtit a:hover {
  right: 0.1rem;
}



.infonews14_42_l {
  width: 100%;
}

.infonews14_42_l ul li a {
  display: block;
  position: relative;

}

.infonews14_42_l ul li .img_bg {
  position: relative;
  overflow: hidden;
  height: 4.92rem;
}

.infonews14_42_l 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;
}

.infonews14_42_l 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;
}

.infonews14_42_l ul li .infonews14_42jdt-tx {
  position: absolute;
  left: 0;
  right: 0;
  bottom: .3rem;
  padding: 0 .3rem;
}

.infonews14_42_l ul li .infonews14_42jdt-tx span {
  display: inline-block;
  font-size: .18rem;
  font-weight: bold;
  line-height: .26rem;
  color: #FFFFFF;
  background: #016249;
  text-align: center;
  padding: .05rem .11rem;
}

.infonews14_42_l ul li .infonews14_42jdt-tx h3 {
  width: calc(100% - 1rem);
  font-size: .2rem;
  font-weight: bold;
  color: #FFFFFF;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: .1rem;
}

.infonews14_42_l .slick-dots {
  width: auto;
  right: .33rem;
  bottom: .35rem;
  text-align: right;
}

.infonews14_42_l .slick-dots::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.33rem;
  width: .4rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.infonews14_42_l .slick-dots li {
  width: .1rem;
  height: .1rem;
  margin: 0 .08rem;
  background: rgba(255, 255, 255, 0.5);
  transform: rotate(45deg);
  position: relative;
}

.infonews14_42_l .slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  width: 100%;
  height: 100%;
  padding: .05rem;
  border: .01rem solid #016249;
  display: none;
}

.infonews14_42_l .slick-dots li button {
  display: none;
}

.infonews14_42_l .slick-dots li.slick-active {
  background: #016249;
  margin: 0 .16rem;
}

.infonews14_42_l .slick-dots li.slick-active::after {
  display: block;
}

/*  */
.infonews14_42_r ul li {
  position: relative;
  margin-top: .18rem;
}

.infonews14_42_r ul li:first-child {
  margin-top: 0;
}

.infonews14_42_r ul li:hover::after {
  width: 100%;
}

.infonews14_42_r ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #fff;
  padding: .3rem .2rem;
  position: relative;
  transition: all 0.5s;
  box-shadow: 0rem 0.04rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
}

.infonews14_42_r ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: .02rem;
  background: #E1AD6A;
  display: none;
}

.infonews14_42_r ul li a p {
  font-size: .18rem;
  font-weight: bold;
  line-height: .24rem;
  color: #389B7B;
  transition: all 0.5s;
}

.infonews14_42_r ul li a hr {
  background: none;
  height: .16rem;
  border-left: .01rem solid #AEB5B3;
  margin: 0 .1rem 0 .1rem;
  transition: all 0.5s;
}

.infonews14_42_r ul li a h3 {
  width: calc(100% - .8rem);
  font-size: .18rem;
  font-weight: normal;
  line-height: .24rem;
  color: #404040;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}


.infonews14_42_r ul li:hover a {
  background: #016249;
}

.infonews14_42_r ul li:hover a::after {
  display: block;
}

.infonews14_42_r ul li:hover a p {
  color: #fff;
}

.infonews14_42_r ul li:hover a hr {
  border-left: 1px solid #D3C8B3;
}

.infonews14_42_r ul li:hover a h3 {
  color: #fff;
  font-weight: bold;
}

/*  */
.s1rb {
  border-top: 0.01rem dashed #D8D8D8;
}

.s1rb ul li {
  line-height: .48rem;
  font-size: .14rem;
  position: relative;
  left: 0;
  color: #333333;
  border-bottom: #e5e5e5 .01rem dashed;
}

.s1rb ul li:last-child {
  border: none;
}

.s1rb ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  padding-right: .9rem;
  background: url(../images/list_ico.png) left center no-repeat;
  padding-left: .25rem;
  font-size: 0.18rem;
  line-height: 0.48rem;
  color: #3F3F3F;
}

.s1rb ul li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 0.14rem;
  font-weight: normal;
  line-height: 0.5rem;
  letter-spacing: normal;
  color: #8A8A8A;
}

.s1rb ul li:hover a {
  color: #016249;
  font-weight: bold;
}

.s1rb ul li:hover span {
  color: #333;
}

.tz_ico ul li a {
  background: url(../images/list_ico2.png) left center no-repeat !important;
}

.zs_ico ul li a {
  background: url(../images/list_ico3.png) left center no-repeat !important;
}

.py_ico ul li a {
  background: url(../images/list_ico4.png) left center no-repeat !important;
}

.xy_ico ul li a {
  background: url(../images/list_ico5.png) left center no-repeat !important;
}

.xs_ico li a {
  background: url(../images/list_ico6.png) left center no-repeat !important;
}

.s1r .s1rm:last-child {
  margin-top: -0.05rem;
}

.section2 {
  margin: 0 auto 0 auto;
}

.section2 .px1400 {
  display: flex;
  justify-content: space-between;
  box-shadow: 0rem 0.05rem 0.14rem 0rem rgba(0, 0, 0, 0.08);
  padding: 0.3rem 0.3rem;
  border-top: #016249 0.03rem solid;
  background: url(../images/i_dslistbg.png) right bottom no-repeat;
}

.section2_left {
  flex: 1;
  min-width: 0;

}

.section2_left>div {
  width: 100%;
}

.section2_right {
  width: 6.7rem;
  height: auto;
  /* overflow: hidden; */
  margin-left: 0.5rem;
}

.fasterbox {}

.fasterbox ul {}

.fasterbox li {
  margin-bottom: 0.27rem;
}

.fasterbox li a {
  display: block;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 0.01rem solid rgba(52, 76, 151, 0.1);
  display: flex;
  align-items: center;
  align-content: center;
  /* justify-content: center; */
  padding: 0.27rem 0.2rem 0.27rem 0.2rem;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 0.3rem;
  color: #373737;
  transition: all 0.6s;
}

.fasterbox li a:hover {
  background: #016249;
  color: #fff;
  box-shadow: 0 0.05rem .2rem #a9a9a9a8;
}

.fasterbox li a:hover img {
  filter: invert(1);
}

.fasterbox li img {
  margin: 0 0.1rem 0 0.2rem;
  width: auto;
  height: .6rem;
}

.date_list {}

.date_list ul {
  margin-right: -3%;
  margin-left: -3%;
}

.date_list ul li {
  width: 32%;
  height: auto;
  overflow: hidden;
  padding: .3rem;
  float: left;
  margin: 0 0%;
  border-top-right-radius: .4rem;
  transition: all 0.6s;
  background: url() 3.4rem .95rem no-repeat
}

.date_list ul li:hover {
  background: #ffffff;
  box-shadow: 0 0 .1rem #a9a9a9a8;
}

.date_list ul li a {
  height: auto;
  overflow: hidden;
}

.date_list ul li span {
  display: block;
  width: .9rem;
  padding: 0;
  box-sizing: border-box;
  float: left;
  background: #f0f0f0;
}

.date_list ul li span i {
  width: 100%;
  display: block;
  text-align: center;
  font-style: normal;
  line-height: .45rem;
}

.date_list ul li span i:nth-child(1) {
  background: #0d7539;
  color: #ffffff;
  font-size: .3rem;
  font-weight: bold;
}

.date_list ul li span i:nth-child(2) {
  font-size: .14rem;
  color: #0d7539;
}

.date_list .text {
  overflow: hidden;
  padding-left: .3rem;
}

.date_list .text h2 {
  font-size: .18rem;
  color: #333;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  /* white-space: nowrap; */
  margin: .15rem 0;
  line-height: .3rem;
}

.date_list .text p {
  font-size: .14rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.date_list ul li:hover .text h2 {
  color: #0d7539;
  font-weight: bold;
}

.date_list ul li:hover .text p {
  color: #222;
}

.ilist {}

.ilist ul {}

.ilist ul li {
  line-height: .48rem;
  font-size: .14rem;
  position: relative;
  left: 0;
  color: #333333;
  padding-left: .15rem;
}

.ilist ul li::before {
  content: "";
  position: absolute;
  width: .06rem;
  height: .06rem;
  background: #f6920e;
  border-radius: 50%;
  left: 0;
  top: 45%;
  transform: translateY(0%);
}

.ilist ul li:last-child {
  border: none;
}

.ilist ul li a {
  font-size: .14rem;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333333;
  padding-right: .98rem;
}

.ilist ul li span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  color: #999999;
  font-size: .14rem;
  line-height: .14rem;
  padding-left: .06rem;
}

.ilist ul li:hover a {
  color: #b30203;
  font-weight: bold;
}

.ilist ul li:hover span {
  color: #333;
}

.ilist ul li:hover::before {
  background: #b30203;
}

.ilist3 {}

.ilist3 ul li {
  padding-left: .25rem !important;
}

.ilist3 ul li::before {
  content: "";
  position: absolute;
  width: .18rem;
  height: .18rem;
  background: url(../images/ico_dh.png) left center no-repeat;
  border-radius: 0;
  left: 0;
  top: 30%;
  transform: translateY(0%);
}

.ilist ul li:hover::before {
  background: url(../images/ico_dh.png) left center no-repeat;
}


.date_list2 {}

.date_list2 ul {}

.date_list2 ul li {
  width: 100%;
  height: auto;
  overflow: hidden;
  padding: .2rem 0;
  border-bottom: #bfbfbf .01rem dashed;
  /* margin-bottom: .15rem; */
}

.date_list2 ul li:last-child {
  border-bottom: none !important;
}

.date_list2 ul li a {
  height: auto;
  overflow: hidden;
}

.date_list2 ul li span {
  display: block;
  width: .8rem;
  padding: .02rem 0;
  box-sizing: border-box;
  float: left;
  text-align: right;
}

.date_list2 ul li span i {
  width: 100%;
  display: block;
  text-align: right;
  font-style: normal;
  font-weight: bold;
  line-height: .3rem;
}

.date_list2 ul li span i:nth-child(1) {
  color: #999999;
  font-size: .14rem;
}

.date_list2 ul li span i:nth-child(2) {
  font-size: .24rem;
  color: #333333;
}

.date_list2 .text {
  overflow: hidden;
  padding-left: .2rem;
}

.date_list2 .text h2 {
  display: block;
  font-size: .18rem;
  line-height: .32rem;
  color: #333;
  font-weight: normal;
  margin: 0rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.date_list2 .text p {
  font-size: .14rem;
  color: #999999;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.date_list2 ul li:hover {
  border-bottom: #b30203 .01rem dashed;
}

.date_list2 ul li:hover span i {
  color: #b30203;
  font-weight: bold;
}


.date_list2 ul li:hover .text h2 {
  color: #b30203;
  font-weight: bold;
}

.date_list2 ul li:hover .text p {
  color: #222;
}

/*  */
.section3 {
  margin: 0.4rem auto 0.6rem auto;
}

.section3 .px1400 {
  display: flex;
  justify-content: space-between;
  background: url(../images/p3bg.png) #fff;
  background-size: 100% auto;
  box-shadow: 0rem 0.05rem 0.14rem 0rem rgba(0, 0, 0, 0.08);
  padding: 0.3rem 0.3rem;
  border-top: #016249 0.03rem solid;
}

.section3 .section3_left {
  width: 48%;
}

.section3 .section3_right {
  width: 48%;
}

.i_list {}

.i_list ul {}

.i_list li a {
  display: flex;
  align-items: center;
  height: .72rem;
  border-bottom: .01rem dashed #d8d8d8;
  padding: 0 0.2rem;
  position: relative;
  z-index: 9;
}

.i_list li:last-child a {
  border: none
}


.i_list li a::after {
  content: "";
  position: absolute;
  background: #016249;
  z-index: 0;
  left: 0px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  transition: 0.5s;
}

.i_list li a:hover::after {
  width: 100%;
  opacity: 1;
}

.i_list li span {
  width: .75rem;
  display: inline-block;
  color: #333;
  font-size: .2rem;
  padding-right: .14rem;
  border-right: .01rem solid #d8d8d8;
  white-space: nowrap;
  position: relative;
  z-index: 9;
}

.i_list li h3 {
  font-size: .18rem;
  color: #333;
  width: calc(100% - .75rem);
  padding: 0 0 0 .15rem;
  position: relative;
  z-index: 9;
  font-weight: normal;
}

.i_list li:hover h3 {
  color: #fff;
  font-weight: bold;
}

.i_list li:hover span {
  color: #fff;
}

/*  */
.i_dlist li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 0.93rem;
}

.i_dlist li a::after {
  width: auto;
  left: -0.25rem;
  right: -0.25rem;
  background: #FFFFFF;
  box-shadow: 0rem .04rem .1rem 0rem #DCEBE6;
  opacity: 0;
}

.i_dlist .date {
  width: .73rem;
  text-align: center;
  background: #FFFFFF;
  text-align: center;
  height: .71rem;
  overflow: hidden;
  border: 0.01rem solid #E1EBE8;
}

.i_dlist .con {
  width: calc(100% - 1rem);
  height: 100%;
  display: flex;
  align-items: center;
  border-bottom: .01rem solid #E4E4E4;
  font-weight: normal;
}

.i_dlist .con h3 {
  color: #373737;
  font-size: .18rem;
  font-weight: normal;
}

.i_dlist li:last-child .con {
  border-bottom: none;
}

.i_dlist li span {
  display: flex;
  height: .44rem;
  background: #016249;
  color: #fff;
  line-height: .3rem;
  align-items: center;
  font-size: .3rem;
  justify-content: center;
}

.i_dlist li p {
  font-size: .14rem;
  line-height: .16rem;
  color: #373737;
  margin-top: .05rem;
}

.i_dlist .wl {
  position: relative;
  z-index: 1;
}

.i_dlist .wl::after {
  content: "";
  z-index: -1;
  position: absolute;
  left: -25px;
  bottom: 0px;
  width: 0px;
  height: 100%;
  transition: 0.5s;
  background: url(../images/i_dlist.png) right bottom #016249 no-repeat;
}

.i_dlist li a::after {
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px #DCEBE6;
}

.i_dlist li a:hover::after {
  opacity: 1;
  width: auto;
  left: -25px;
  right: -25px;
  background: url(../images/i_dlist.png) right bottom #016249 no-repeat;
  /* box-shadow: 0px 4px 10px 0px #DCEBE6; */
}

.i_dlist li a:hover .con {
  border-bottom: none
}

.i_dlist li a:hover .con h3 {
  color: #fff;
  font-weight: bold;
}

.i_dlist li a:hover span {
  background: #e1ad6a
}

/*  */

.i_dslist ul {
  padding: 0 .25rem;
  /* background: #FFFFFF; */
  height: auto;
  overflow: hidden;
  /* box-shadow: 0rem 0.05rem 0.14rem 0rem rgba(0, 0, 0, 0.1); */
  /* border-top: #016249 0.03rem solid; */
}

.i_dslist ul::after {
  width: 100%;
  bottom: auto;
  top: 0;
  background: #016249;
  height: .03rem;
}

.i_dslist li a {
  align-items: center;
  height: .93rem;
  display: flex;
  border-bottom: .01rem solid #D8D8D8;
  position: relative;
}

.i_dslist li:last-child a {
  border: none;
}

.i_dslist li a::after {
  height: .01rem;
  bottom: -0.01rem;
  background: #016249;
}

.i_dslist li .date {
  width: .7rem;
  border-right: .01rem solid #DEDEDE;
  overflow: hidden;
}

.i_dslist li .con {
  width: calc(100% - .4rem);
  padding: 0 0rem 0 .16rem;
  position: relative;
  z-index: 9;
}

.i_dslist li h3 {
  font-size: .18rem;
  color: #333;
  line-height: .3rem;
  max-height: .6rem;
  font-weight: normal;

}

.i_dslist li span {
  display: block;
  font-size: .18rem;
  color: #333;
  line-height: .32rem;
}

.i_dslist li p {
  font-size: .14rem;
  color: #bbb;
  line-height: .18rem;
  /* margin-top: .05rem; */
}

.i_dslist li:hover h3 {
  color: #016249;
  font-weight: bold
}

.i_dslist li a::after {
  height: .01rem;
  bottom: -0.01rem;
  background: #016249;
  content: "";
  z-index: 0;
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 0px;
  transition: 0.5s;
}

.i_dslist li a:hover::after {
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {
  .banner-box {}
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
  .ifast .cwgjbox:hover .cwgjlist {
    display: none;
  }

  .ifast .cwgjbox:hover>a {
    display: block;
  }

  .ifast .tslxwmbox:hover .tslxwm {
    display: none;
  }

  .ifast .tslxwmbox:hover>a {
    display: block
  }

  .ifast .tsrwmbox:hover .tsrwm {
    display: none
  }

  .ifast .tsrwmbox:hover>a {
    display: block
  }

  .ifast>ul>li {
    padding: 0.1rem;
    background: none !important;
  }

  .ifast>ul>li a i {
    line-height: 0.3rem
  }

  .ifast>ul>li>a {
    border-right: none;
  }

  .ifast {
    margin: 0 auto 0 auto;
    border-radius: 0;
  }

  .ifast>ul>li span {
    width: 0.8rem;
    height: 0.8rem;
  }

  .ifast>ul>li span img {
    width: 0.45rem;
    height: 0.45rem;
  }

  .banner .slick-dots {
    bottom: .1rem;
  }

  .banner .slick-dots li {
    /* width: .1rem; */
    /* height: .1rem; */
    margin: 0 .05rem;
  }

  .banner-box {
    top: 0 !important;
  }

  .banner .slick-prev {
    left: .45rem;
  }

  .banner .slick-next {
    right: .45rem;
  }

  .s1rb {
    border: none
  }

  .index .section1 {
    display: block
  }

  .index .section1>div {
    width: 100% !important;
    margin-bottom: 0.3rem
  }

  .index .section1 .section1_r {
    margin-bottom: 0rem;
    margin: 0;
  }

  .bnt_list li:nth-child(3) {
    margin-bottom: 0rem
  }

  .section2 .px1400 {
    display: block;
    padding: 0.2rem 0;
    border: none;
    box-shadow: none;
  }

  .section2_left {
    display: block
  }

  .section2_left>div {
    width: 100%;
  }

  .section2_right {
    width: 100%;
    margin: 0 auto;
  }

  .i_dslist ul {
    padding: 0;
  }

  .fasterbox li a {
    padding: 0.2rem 0.2rem 0.2rem 0.2rem;
  }

  .fasterbox li {
    margin-bottom: 0.1rem;
  }

  .fasterbox li img {
    height: 0.3rem;
    width: auto
  }

  .srtit {
    position: relative;
    margin-bottom: .2rem;
    padding-bottom: 0;
  }



  .s1r {
    margin-top: .3rem;
  }

  .date_list ul li {
    width: 50%;
  }

  .srtit h4 {
    font-size: .24rem;
  }

  .s2l {
    float: none;
    width: 100%;
  }

  .s2r {
    float: none;
    width: 100%;
    margin-top: .3rem;
  }

  .section2 {
    padding-top: .15rem;
    padding-bottom: .15rem;
    margin-top: .15rem;

  }


  .s1rb ul li {
    line-height: .48rem;
  }

  .index .section1 .s1tit {
    font-size: .3rem;
  }

  .section3 .px1400 {
    padding: 0;
    display: block;
    border: none;
    box-shadow: none;
  }

  .section3 .section3_left {
    width: 100%
  }

  .section3 .section3_right {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .infonews14_42_l ul li .img_bg {
    height: 3rem;
  }

  .ifast>ul>li a i {
    font-size: .14rem;
  }

  .ifast>ul>li span {
    width: 0.6rem;
    height: 0.6rem;
  }

  .ifast>ul>li span img {
    width: 0.35rem;
    height: 0.35rem;
  }

  .srtit a {
    top: 55%;
  }

  .date_list ul li span {
    width: .7rem;
  }

  .date_list ul li span i {
    line-height: .3rem;
  }


  .date_list ul li span i:nth-child(1) {
    background: #0d7539;
    color: #ffffff;
    font-size: .2rem;
    font-weight: bold;
  }

  .date_list ul li span i:nth-child(2) {
    font-size: .14rem;
  }

  .date_list .text {
    padding-left: .2rem;
  }

  .date_list .text h2 {
    margin: 0;
    font-size: .14rem;
  }

  .index .section1 .s1tit {
    font-size: .28rem;
  }

  .section2 {
    margin-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
  }

  .section3 {
    margin: 0 auto 0.6rem auto;
  }

  .section4 {
    padding: .3rem 0;
  }

  .date_list ul li {
    width: 100%;
    padding: .1rem;
  }

  .s2b ul {
    margin-left: -0.1rem;
    margin-right: -0.1rem;
  }

  .s2b ul li {
    margin-left: .1rem;
    margin-right: .1rem;
  }

  .s1r {
    margin-top: .1rem;
  }

  .index .section1 {
    padding-bottom: 0;
    padding-top: 0.2rem;
  }





  .sbsbox li i {
    width: .8rem;
    height: .8rem;
  }

  .sbsbox li i::before {
    left: -0.07rem;
    top: -0.07rem;
    width: .85rem;
    height: .85rem;
  }

  .sbsbox li i::after {
    left: 0;
    top: 0;
    width: .8rem;
    height: .8rem;
  }

  .sbsbox li img {
    display: block;
    margin: .1rem auto;
    padding: .15rem;
    transition: all 0.6s;
    border-radius: .15rem;
    width: .6rem;
    height: .6rem;
    position: relative;
    top: .1rem;
  }
}

@media screen and (max-width: 520px) {
  .banner .slick-prev {
    width: .2rem;
    height: .31rem;
    left: .28rem;
  }

  .banner .slick-next {
    width: .2rem;
    height: .31rem;
    right: .28rem;
  }

  .index .section1 .s1tit {
    font-size: .26rem;
  }

  .s1r .srtit a {
    font-size: .14rem;
  }

  .tit h4 {
    font-size: .26rem;
  }

  .tit a {
    font-size: .15rem;
  }

  .s1r .srtit h4 {
    font-size: .22rem;
  }

  .s1r .srtit h4 span {
    font-size: .17rem;
  }


  .s1l .slick-dots li {
    width: .1rem;
    height: .1rem;
    margin: 0 .06rem;
  }

  .s1l a .text {
    padding-top: .7rem;
    padding-left: .25rem;
    padding-right: 1.45rem;
  }

  .s1l .slick-dots {
    height: .24rem;
    right: .18rem;
  }

  .s1l a .text p {
    font-size: .17rem;
  }
}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }

  .s1l {
    margin-top: 0;
  }

  .s1l a .text {
    padding-bottom: 0;
  }

  .s1l .slick-dots {
    bottom: .14rem;
    right: .08rem;
  }

  .s1l a .text p {
    font-size: .15rem;
  }

  .s1l .slick-dots li {
    margin: 0 .04rem;
  }

  .s1rb ul li a {
    font-size: .15rem;
  }

  .s1rb ul li {
    line-height: .44rem;
  }

  .s1rb ul li span {
    font-size: .13rem;
  }

  .s1r .srtit h4 {
    font-size: .2rem;
  }

  .tit h4 {
    font-size: .22rem;
  }

  .index .section1 .s1tit {
    font-size: .22rem;
  }

  .s1l a .text {
    padding-left: .18rem;
    padding-right: 1.05rem;
  }

  .s1l .slick-dots li {
    width: .1rem;
    height: .1rem;
  }

  .section2 {
    padding-top: .25rem;
  }


}