@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.37rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 8;
}

.banner .slick-dots li {
  width: 0.14rem;
  height: 0.14rem;
  border: 1px solid #fff;
  border-radius: 50%;
  vertical-align: middle;
  margin: 0 0.16rem;
  padding: 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #fff;
}

.banner .slick-dots li button {
  display: none;
}

.banner .slick-prev,
.banner .slick-next {
  width: 0.55rem;
  height: 0.55rem;
  z-index: 9;
}

.banner .slick-prev {
  left: 7.03%;
  background: url(../images/ban-prev.png) no-repeat;
  background-size: 100% 100%;
}

.banner .slick-next {
  right: 7.03%;
  background: url(../images/ban-next.png) no-repeat;
  background-size: 100% 100%;
}


/*首页样式*/
.in-pc {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 998;
}

.in-pc img {
  display: block;
  max-width: 2rem;
}

.title {
  padding-bottom: 0.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.34);
}

.title h3 {
  display: flex;
  align-items: center;
}

.title h3 img {
  display: block;
  max-width: 0.42rem;
  max-height: 0.38rem;
  margin-right: 0.1rem;
}

.title h3 span {
  display: block;
  font-size: 0.3rem;
  color: #000;
}

.more a {
  display: block;
  transition: all 0.5s;
  width: 0.58rem;
  height: 0.14rem;
  background: url(../images/more.png) no-repeat;
  background-size: 100% 100%;
}

.more a:hover {
  background: url(../images/more1.png) no-repeat;
  background-size: 100% 100%;
}

/*主体*/

.section1 {
  background: url(../images/section1-bg.jpg) repeat;
  padding: 0.4rem 0 0.55rem 0;
}

.s1-c {
  align-items: flex-start;
}

.s1-lk {
  width: 66%;
}

.s1-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.35rem;
}

.jdt {
  width: 53.8%;
}

.jdt ul li a {
  display: block;
}

.jdt ul li a .img_bg {
  height: 3.69rem;
}

.jdt ul li a h3 {
  line-height: 0.51rem;
  padding: 0 0.2rem;
  font-size: 0.16rem;
  color: #fff;
  background: #004e96;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.jdt .slick-dots {
  bottom: 0.74rem;
}

.jdt .slick-dots li {
  width: 0.1rem;
  height: 0.1rem;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0 0.1rem;
  transition: all 0.5s;
}

.jdt .slick-dots li.slick-active {
  background: #fff;
}

.jdt .slick-dots li button {
  display: none;
}

.s1-lr {
  width: 43%;
}

.s1-lr ul {
  position: relative;
}

.s1-lr ul::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.24rem;
  bottom: 0;
  border-left: 1px solid rgba(57, 162, 177, 0.27);
}

.s1-lr ul li a {
  display: flex;
  padding: 0.195rem 0;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
}

.s1-lr ul li a .date {
  margin-right: 0.12rem;
  font-size: 0.16rem;
  font-weight: bold;
  color: #004e96;
  position: relative;
  margin-left: -0.06rem;
}

.s1-lr ul li a .date::before {
  content: '';
  display: inline-block;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #bdbdbd;
  border: 0.03rem solid #fff;
  margin-right: 0.05rem;
  transition: all 0.5s;
}

.s1-lr ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.16rem;
  line-height: 0.22rem;
  height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s1-lr ul li:hover a .date::before {
  background: #004e96;
}

.s1-lr ul li:hover a h3 {
  color: #004e96;
}
.s1-r {
  width: 32%;
}


.s1-r ul li a {
  display: flex;
  align-items: center;
  padding: 0.15rem 0;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
}

.s1-r ul li a .date {
  width: 0.6rem;
  height: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background: #e5edf7;
  margin-right: 0.2rem;
  font-family: Arial;
}

.s1-r ul li a .date b {
  display: block;
  font-size: 0.28rem;
  font-weight: bold;
  line-height: 1;
  color: #004e96;
}

.s1-r ul li a .date span {
  display: block;
  font-size: 0.14rem;
  color: #7e7e7e;
}

.s1-r ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.16rem;
  line-height: 0.22rem;
  height: 0.44rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  left: 0;
  transition: all 0.5s;
}

.s1-r ul li:hover a h3 {
  color: #004e96;
  font-weight: bold;
  left: 0.05rem;
}

.section2 {
  padding: 0.4rem 0 0 0;
}

.s2-c {
  align-items: flex-start;
}

.s2-c .title {
  margin-bottom: 0.2rem;
}

.s2-l{
  width: 32%;
  height: 4.2rem;
}
.s2-l:nth-child(2){margin:0 2%;}
.s2-r {
  width: 32%;
  height: 4.2rem;
}

.gg-list li {
  font-size: 0.16rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.32);
  position: relative;
}

.gg-list li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #004e96;
  transition: all 0.5s;
}

.gg-list li span {
  float: right;
  color: #888;
  padding-left: 0.15rem;
}

.gg-list li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #000;
  position: relative;
  transition: all 0.5s;
}

.gg-list li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.07rem;
  height: 0.07rem;
  background: #bdbdbd;
  border-radius: 50%;
  margin: 0 0.12rem 0 0.07rem;
}

.gg-list li:hover {
  border-bottom-color: transparent;
}

.gg-list li:hover::after {
  width: 100%;
}

.gg-list li:hover a::before {
  background: #004e96;
}

.gg-list li:hover a {
  color: #004e96;
}



.bsfw ul li {
  width:49%;margin-left:2%;float:left;
  font-size: 0.16rem;
  line-height: 0.6rem;
  overflow: hidden;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.32);
  position: relative;
}
.bsfw ul li:nth-child(odd){margin-left:0%;}
.bsfw ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #004e96;
  transition: all 0.5s;
}

.bsfw ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #000;
  position: relative;
  transition: all 0.5s;
}

.bsfw ul li a::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 0.07rem;
  height: 0.07rem;
  background: #bdbdbd;
  border-radius: 50%;
  margin: 0 0.12rem 0 0.07rem;
}

.bsfw ul li:hover {
  border-bottom-color: transparent;
}

.bsfw ul li:hover::after {
  width: 100%;
}

.bsfw ul li:hover a::before {
  background: #004e96;
}

.bsfw ul li:hover a {
  color: #004e96;
}

.section3 {
  background: #e7f3ff;
  padding: 0.4rem 0;
}

.s3-c {
  align-items: flex-start;
}

.s3-l,
.s3-r {
  width: 47.85%;
}

.s3-ld {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.3rem;
}

.s3-ldl {
  width: 42.68%;
}

.s3-ldl a {
  display: block;
  background: #004e96 url(../images/s3-lbg.png) no-repeat right bottom;
  background-size: 1.66rem auto;
  color: #fff;
  padding: 0.3rem 0.25rem;
}

.s3-ldl a .date {
  font-size: 0.16rem;
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.21rem;
}

.s3-ldl a .date span {
  font-size: 0.3rem;
}

.s3-ldl a .date::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.02rem;
  background: #fff;
}

.s3-ldl a h3 {
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.84rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s3-ldl a .gd {
  text-align: right;
  margin-top: 1.1rem;
}

.s3-ldl a .gd span {
  display: inline-block;
  width: 0.25rem;
  height: 0.12rem;
  background: url(../images/s3-jt.png) no-repeat;
  background-size: 100% 100%;
}

.s3-ldl a:hover h3 {
  text-decoration: underline;
}

.s3-ldr {
  width: 55.22%;
}

.s3-ldr ul li {
  margin-top: 0.25rem;
}

.s3-ldr ul li:first-child {
  margin-top: 0;
}

.s3-ldr ul li a {
  display: block;
  background: #fff;
  border: 1px solid #0d50a0;
  padding: 0.1rem 0.2rem;
  transition: all 0.5s;
}

.s3-ldr ul li a h3 {
  font-size: 0.16rem;
  line-height: 0.24rem;
  height: 0.48rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #000;
  transition: all 0.5s;
}

.s3-ldr ul li:hover a {
  background: #0d50a0;
}

.s3-ldr ul li:hover a h3 {
  color: #fff;
}

.s3-r .gg-list {
  margin-top: 0.19rem;
}


@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.25rem;
  }
}

@media screen and (max-width: 768px) {
.s1-r1{width:100%;}
.xslist{margin-top:0.3rem;}
.xslist li{width:49%;margin-right: 2%;}

.xslist li:nth-child(even){margin-right: 0}
.xslist li a .litpic{
    height: 80px;
    width: 80px;
}
.xslist li a .tit{font-size: 0.18rem;}
.s2-l:nth-child(2){margin:0 auto;}
  .banner .slick-dots li {
    width: 0.12rem;
    height: 0.12rem;
    margin: 0 0.1rem;
  }

  .title {
    padding-bottom: 0.15rem;
  }

  .section1 {
    padding: 0.3rem 0;
  }

  .s1-box {
    margin-top: 0.3rem;
  }

  .s1-lk {
    width: 100%;
  }

  .jdt {
    width: 100%;
  }

  .jdt ul li a .img_bg {
    height: auto;
    padding-top: 61.7%;
  }

  .jdt ul li a h3 {
    font-size: 0.18rem;
  }

  .s1-lr {
    width: 100%;
    margin-top: 0.2rem;
  }

  .s1-lr ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: auto;
    max-height: 0.6rem;
  }

  .s1-lr ul li a .date {
    font-size: 0.18rem;
    line-height: 0.3rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s1-r ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: auto;
    max-height: 0.6rem;
  }

  .section2 {
    padding: 0.3rem 0;
  }

  .s2-l,
  .s2-r,
  .s3-l,
  .s3-r {
    width: 100%;
    height: auto;
  }
.s2-l:nth-child(2){ margin-top: 0.3rem;}
  .s2-r,
  .s3-r {
    margin-top: 0.3rem;
  }

  .s2-l ul li a .s2-lt {
    font-size: 0.18rem;
  }

  .s2-l ul li.on p {
    font-size: 0.16rem;
    line-height: 0.3rem;
    height: auto;
    max-height: 0.6rem;
  }

  .gg-list li {
    font-size: 0.18rem;
  }

  .section3 {
    padding: 0.3rem 0;
  }

  .s3-ldl {
    width: 100%;
  }

  .s3-ldr {
    width: 100%;
    margin-top: 0.25rem;
  }

  .s3-ldl a h3 {
    height: auto;
    line-height: 0.3rem;
    max-height: 0.9rem;
  }

  .s3-ldl a .gd {
    margin-top: 0.3rem;
  }

  .s3-ldr ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: auto;
    max-height: 0.6rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}