@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: 71.42%;
}

.s1-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.35rem;
}

.jdt {
  width: 59.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: 37%;
}

.s1-lr ul {
  position: relative;
}

.s1-lr ul li {

  padding: 0.199rem 0;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.34);
}
.s1-lr ul li:first-child{padding-top:0;}
.s1-lr ul li a .date {
  margin-right: 0.12rem;
  font-size: 0.14rem;

  color: #999;
  position: relative;
     padding-top: 0.06rem;
}

.s1-lr ul li a .date::before {
  content: '';
  display: none;
  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.23rem;
  overflow: hidden;    padding-left: 0.23rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;    background: url(../images/dz.png) no-repeat left 0.04rem;

}

.s1-lr ul li:hover a .date::before {
  background: #004e96;
}

.s1-lr ul li:hover a h3 {
  color: #004e96;
}

.s1-r {
  width: 25.5%;
}

.tzgg{width:100%;margin-top:0.35rem;}

.tzgg ul li a .date {
  margin-right: 0.12rem;
  font-size: 0.14rem;

  color: #999;
  position: relative;
     padding-top: 0.06rem;
}

.tzgg ul li a .date::before {
  content: '';
  display: none;
  width: 0.07rem;
  height: 0.07rem;
  border-radius: 50%;
  background: #bdbdbd;
  border: 0.03rem solid #fff;
  margin-right: 0.05rem;
  transition: all 0.5s;
}

.tzgg ul li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.16rem;
  line-height: 0.22rem;
  height: 0.23rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.tzgg ul li:hover a .date::before {
  background: #004e96;
}

.tzgg ul li:hover a h3 {
  color: #004e96;
}



.section2 {
  padding: 0.4rem 0 0.7rem 0;
}
.section4 {
  padding: 0.4rem 0;
}
.s2-c {
  align-items: flex-start;
}

.s2-c .title {
  margin-bottom: 0.2rem;
}

.s2-l,
.s2-r {
  width: 47.85%;
  height: 4.47rem;
}

.s2-l ul li a {
  display: block;
  padding: 0 0.15rem;
  transition: all 0.5s;
}

.s2-l ul li a .s2-lt {
  overflow: hidden;
  font-size: 0.16rem;
  line-height: 0.5rem;
}

.s2-l ul li a .s2-lt .tit {
  color: #000;
  background: url(../images/s2-lzs1.png) no-repeat left center;
  background-size: 0.1rem auto;
  padding-left: 0.22rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.s2-l ul li a .s2-lt span {
  float: right;
  color: #888;
  padding-left: 0.15rem;
}

.s2-l ul li p {
  font-size: 0;
  text-indent: 2em;
  color: #666;
  padding-left: 0.22rem;
  transition: all 0.5s;
}

.s2-l ul li.on {
  background: url(../images/s2-lbg.png) no-repeat;
  background-size: cover;
}

.s2-l ul li.on a {
  padding: 0.07rem 0.15rem 0.15rem 0.15rem;
  box-shadow: 0px 0.1rem 0.1rem 0px rgba(9, 59, 118, 0.3);
  border-radius: 0.04rem;
}

.s2-l ul li.on p {
  font-size: 0.14rem;
  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;
}


.s2-l ul li.on a .s2-lt .tit {
  color: #004e96;
}

.s2-l ul li.on a .s2-lt .tit {
  background: url(../images/s2-lzs2.png) no-repeat left center;
  background-size: 0.1rem auto;
}

.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;
}



.gg-list1 li {
  font-size: 0.16rem;
  line-height: 0.6rem;
  overflow: hidden;padding-left: 0.18rem;
  border-bottom: 1px dotted rgba(51, 51, 51, 0.32);
  position: relative;
background: url(../images/s2-lzs1.png) no-repeat left 0.24rem;
}

.gg-list1 li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  border-bottom: 1px solid #004e96;
  transition: all 0.5s;
}

.gg-list1 li span {
  float: right;
  color: #888;
  padding-left: 0.15rem;
}

.gg-list1 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-list1 li:hover {
  border-bottom-color: transparent;
}

.gg-list1 li:hover::after {
  width: 100%;
}

.gg-list1 li:hover a::before {
  background: #004e96;
}

.gg-list1 li:hover a {
  color: #004e96;
}

.section3 {
  background: #e7f3ff;
  padding: 0.4rem 0 0.7rem 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;    min-height: 0.56rem;
}

.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: left;
    margin-top: .09rem;
    min-height: 2rem;
    font-size: 0.14rem;
    line-height: 0.25rem;
}

.s3-ldl a .gd span {
    display: block;
    width: 0.25rem;
    margin-top: 0.12rem;
    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;
}
.special{margin:0.25rem 0 0;}

.special .slick-slide {
	padding:0 0.1rem;
}

.special .slick-slide li {
	position: relative;
	
	padding-bottom: 10px;
	display: block !important;
}

.special .slick-slide li a {
	display: block;
	position: relative;
        box-shadow: 0 0 5px rgba(185,50,44, 0.1);
        overflow: hidden;
	background: #fff;;
	z-index: 8;
	transition: all 0.3s;
}
.special .slick-slide li a img{
      height:210px;width:100%;
}

.special .slick-slide li a p {
	padding: 0.15rem;
        font-size: 0.16rem;margin:0;text-align:center;
}

.special .slick-slide li:hover a p {
	color: #004694;
}

.special .slick-arrow {
	width: 40px;
	height: 56px;
	border-radius: 50%;
	margin-top: -20px;
	z-index: 9;
}

.special .slick-prev {
	background: url(../images/s4-l.png) no-repeat;
	background-position: center center;
	left: -30px;
}

.special .slick-next {
	background: url(../images/s4-r.png) no-repeat;
	background-position: center center;
	right: -30px;
}
@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) {
  .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-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;
  }
.special .slick-prev {
	left: -22px;
}

.special .slick-next {
	right: -22px;
}
.special .slick-slide li a p{    font-size: 0.18rem;}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}