@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: 1;
  margin-left: 8.3%;
}

.banner .slick-list {
  position: relative;
}

.banner .slick-list::after {
  /* content: ''; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: -moz-linear-gradient(
    -90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -webkit-linear-gradient(
    -90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  background-image: -ms-linear-gradient(
    -90deg,
    rgb(0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 100%
  );
  height: 2.61rem;
}

.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 {
  bottom: 0.28rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 9;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
  width: 0.28rem;
  height: 0.28rem;
  background: url(../images/ban_dot1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: url(../images/ban_dot2.png) no-repeat;
  background-size: 100% 100%;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
	width: 0.09rem;
	height: 0.16rem;
	top: inherit;
	bottom: 0.65rem;
}

.banner .slick-prev {
	left: inherit;
	right: 50%;
	margin-right: 0.7rem;
	
	background-size: 100% 100%;
}

.banner .slick-next {
	right: inherit;
	left: 50%;
	margin-left: 0.7rem;
	
	background-size: 100% 100%;
} */

/*首页样式*/

.title {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}

.title h3 {
}

.title h3 b,
.title h3 span {
  display: inline-block;
}

.title h3 b {
  font-size: 0.2rem;
  color: #004e97;
  font-weight: bold;
}

.title h3 span {
  font-size: 0.12rem;
  color: #b2b2b2;
  background: url(../images/tit-x.png) no-repeat left top;
  background-size: 0.46rem 0.02rem;
  margin-left: 0.1rem;
  padding-top: 0.05rem;
  display: none;
}

.more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.more a {
  display: block;
  font-size: 0.12rem;
  color: #818181;
  line-height: 0.3rem;
  transition: all 0.5s;
}

.more:hover a {
  color: #e6a535;
}
/*新通知公告*/

.m-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.s6-r {
    width: 32.64%;
}
.clr::after {
    content: "";
    display: block;
    clear: both;
}
.date-list li{
    margin-top: 25px;
}
.date-list li .date{
    width: 50px;
    height: 50px;
    background-color: #42a0e0;
    border-radius: 4px;
    color: #fff;
    padding: 5px 0;
    box-sizing: border-box;
}
.date-list li .date span{
    display: block;
    text-align: center;
}
.date-list li .date .day{
    font-size: 24px;
    line-height: 24px;
}
.date-list li .date .month{
    font-size: 12px;
}
.date-list li a{
    /* padding-bottom: 0px; */
    width: calc(100% - 62px);
    margin-top: 4px;
    font-size: 0.16rem;
    line-height: 0.24rem;
    color: #333;
    /* padding-top: 20px; */
}
.date-list li:hover a{
    color: #185ab1;
}
.date-list li>span{
    display: none;
}
.s2-l a {
    display: block;
    position: relative
}

.s2-l a .pic {
    padding-top: 92%;
}

.s2-l a p {
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0px;
    color: #fff;
    padding: 0px 117px 0 8px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: rgba(0, 0, 0, .6);
    line-height: 50px
}

.s2-l .slick-dots {
    font-size: 0;
    right: 15px;
    bottom: 18px;
    text-align: right;
    position: absolute
}

.s2-l .slick-dots li {
    width: 10px;
    height: 10px;
    color: transparent;
    margin-left: 0px;
    margin-right: 10px;
    border-radius: 50%;
    border: 1px solid #fff
}

.s2-l .slick-dots li button {
    display: block;
    font-size: 0px;
    padding: 0;
    margin: 0;
    border: none
}

.s2-l .slick-dots li.slick-active {
    background-color: #fff
}

.s2-l .slick-dots li.slick-active button {
    color: #fff
}

.s2-l a:hover p {
    text-decoration: underline
}

.s2-r {
    overflow: hidden
}

.s2-r ul li:first-child a {
    padding-top: 0
}

.s2-r ul li a {
    display: block;
    padding: 17px 0 17px 10px;
    border-bottom: 1px dashed #b5c3cf;
    transition: all 0.3s
}

.s2-r ul li a h3 {
    font-size: 18px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 600;
    color: #000000
}

.s2-r ul li a p {
    font-size: 14px;
    line-height: 23px;
    height: 69px;
    overflow: hidden;
    color: #3890b7;
    margin-top: 16px
}

.s2-r ul li a:hover {
    background: rgba(255, 255, 255, .3);
    border-color: rgba(255, 255, 255, .3);
    padding-left: 15px;
    padding-right: 15px
}

.s2-r ul li a:hover h3 {
    color: #154dbe
}
.operating-list li{
    float: left;
    width: 26%;
    margin-left: 30px;
    margin-top: 20px;
}
.operating-list li:first-child,.operating-list li:nth-child(4){
    margin-left: 0px;
}
.operating-list li:nth-child(4){
    margin-left: 0px;
}

.operating-list li span{
    display: block;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
    color: #666666;
    margin-top: 13px;
    text-align: center;
}
.operating-list.clr {
    /* padding-left: 30px; */
}
.operating-list li .item-pic{
    height: 62px;
    background-image: url("../img/icon01.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.operating-list li:hover .item-pic{
    background-image: url("../img/icon01h.png");
}
.operating-list li:hover span{
    color: #000;
}

.operating-list li:nth-child(2) .item-pic{
    background-image: url("../img/icon02.png");
}
.operating-list li:nth-child(2):hover .item-pic{
    background-image: url("../img/icon02h.png");
}
.operating-list li:nth-child(3) .item-pic{
    background-image: url("../img/icon03.png");
}
.operating-list li:nth-child(3):hover .item-pic{
    background-image: url("../img/icon03h.png");
}
.operating-list li:nth-child(4) .item-pic{
    background-image: url("../img/icon04.png");
}
.operating-list li:nth-child(4):hover .item-pic{
    background-image: url("../img/icon04h.png");
}
.operating-list li:nth-child(5) .item-pic{
    background-image: url("../img/icon05.png");
}
.operating-list li:nth-child(5):hover .item-pic{
    background-image: url("../img/icon05h.png");
}
.operating-list li:nth-child(6) .item-pic{
    background-image: url("../img/icon06.png");
}
.operating-list li:nth-child(6):hover .item-pic{
    background-image: url("../img/icon06h.png");
}
/* ********************************************** */
/*主体*/

.section1 {
  padding-top: 0.6rem;
  /* padding-bottom: 0.25rem; */
  overflow: hidden;
  /* background: #fff; */
  /* background: rgba(227, 234, 243, .24); */
}

.s1-c {
  align-items: flex-start;
}

.s1-l {
  width: 31.333%;
}

.s1-lt {
  margin-top: 0.36rem;
}

.s1-lt a {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0.27rem;
  margin-bottom: 0.12rem;
}

.s1-lt-l {
  width: 45.44%;
}

.s1-lt-l .bg_img {
  /* padding-top: 67.47%; */
  height: 2.22rem;
}

.s1-lt-ltx {
  flex: 1;
  min-width: 0;
  padding-left: 0.24rem;
}

.s1-lt-ltx h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}

.s1-lt-ltx p {
  font-size: 0.15rem;
  color: #8c8c8c;
  line-height: 0.27rem;
  height: 0.81rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
}

.s1-lt-ltx span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
  padding-left: 0.26rem;
  color: #e6a535;
}

.s1-l ul li {
  overflow: hidden;
  line-height: 0.44rem;
  height: 50px;
  box-sizing: border-box;
  /* line-height: 49px; */
  position: relative;
  border-bottom: 1px solid #ddd;
}

.s1-l ul li span {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #8c8c8c;
  padding-left: 0.1rem;
  transition: all 0.5s;
}

.s1-l ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 0.16rem;
  /* padding-left: 0.2rem; */
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s1-l ul li a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 4px;
  background: #004096;
  border-radius: 50%;
  display: none;
}

.s1-l ul li:hover a,
.s1-l ul li:hover span {
  color: #003c89;
}

.s1-r {
  width: 41.64%;
}

.s1-r ul {
  margin-top: 0.36rem;
  background: #f2f5f9;
  padding: 0.04rem 0.22rem 0.5rem 0.22rem;
  border-top: 0.04rem solid #024094;
}

.s1-r ul li {
  margin-top: 0.38rem;
}

.s1-r ul li a {
  display: block;
  border: 1px solid rgba(2, 64, 148, 0.5);
  padding: 0.12rem 0.2rem;
  transition: all 0.5s;
}

.s1-r ul li a .s1-rdate {
  font-family: Arial;
  color: rgba(2, 64, 148, 0.8);
  transition: all 0.5s;
}

.s1-r ul li a .s1-rdate span {
  font-size: 0.26rem;
  color: rgba(2, 64, 148, 1);
  display: inline-block;
  margin-right: 0.1rem;
  transition: all 0.5s;
}

.s1-r ul li a h3 {
  font-size: 0.18rem;
  line-height: 0.32rem;
  margin-top: 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.s1-r ul li:hover a {
  background: url(../images/s2-bg.png) no-repeat;
  background-size: cover;
}

.s1-r ul li:hover a .s1-rdate {
  color: rgba(230, 165, 53, 0.8);
}

.s1-r ul li:hover a .s1-rdate span {
  color: rgba(230, 165, 53, 1);
}

.s1-r ul li:hover a h3 {
  color: #fff;
}

.section2 {
  padding-top: 0.48rem;
  padding-bottom: 0.5rem;
  /* background: #eff3f8; */
  overflow: hidden;
}



.section2 .title h3 {
  display: inline-block;
  text-align: left;
}

.s2-c {
  margin-top: 0.45rem;
}

.s2-c ul {
  margin: 0 -0.19rem;
}

.s2-c ul li a {
  display: block;
  margin: 0 0.19rem;
  background: rgba(255, 255, 255, 0.4);
  transition: all 0.5s;
  position: relative;
}

.s2-c ul li a .pic {
  padding-top: 71.73%;
}

.s2-c ul li a .s2-ctx {
  padding: 0.1rem 0.2rem 0.2rem;
}

.s2-c ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.3rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
  padding-left: 0.26rem;
  color: #e6a535;
}

.s2-c ul li a h3 {
  font-size: 0.15rem;
  line-height: 0.26rem;
  height: 0.52rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  /* margin-top: 0.15rem; */
  transition: all 0.3s;
}

.s2-c ul li:hover a {
  background: #fff;
  box-shadow: 3px 0 8px rgba(0, 0, 0, 0.1);
}

.s2-c ul li:hover a span {
  color: #003c89;
  background: url(../images/time2.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
}

.s2-c ul li:hover a h3 {
  color: #003c89;
}

.s2-c .slick-prev,
.s2-c .slick-next {
  width: 0.5rem;
  height: 0.5rem;
  transition: all 0.5s;
}

.s2-c .slick-prev {
  left: -0.8rem;
  background-image: url(../images/s2-prev.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s2-c .slick-next {
  right: -0.8rem;
  background-image: url(../images/s2-next.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s2-c .slick-prev:hover,
.s2-c .slick-next:hover {
  transform: translateY(-50%) scale(1.05);
}

.section3 {
  /* background: url(../images/section3_bg.png) no-repeat; */
  background-size: contain;
  margin-top: 0.45rem;
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  background: rgba(227, 234, 243, .24);
}

.s3-c {
  align-items: flex-start;
}

.s3-l,
.s3-r {
  width: 48.57%;
  background-color: #fff;
  padding: 0.4rem 0.36rem;
}

.s3-l ul li {
  margin-top: 0.2rem;
}

.s3-l ul li:first-child {
  margin-top: 0.35rem;
}

.s3-l ul li a {
  display: block;
  border-left: 1px solid #003f93;
  padding: 0.04rem 0.1rem 0.05rem 0.16rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.s3-l ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background: url(../images/s3-lbg.png) no-repeat;
  background-size: cover;
  z-index: -1;
  transition: all 0.5s;
}

.s3-l ul li a h3 {
  font-size: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  transition: all 0.5s;
}

.s3-l ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.16rem;
  line-height: 0.2rem;
  margin-top: 0.06rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
  padding-left: 0.26rem;
  color: #e6a535;
  transition: all 0.5s;
}

.s3-l ul li:hover a {
  /* padding: 0.1rem 0.1rem 0.1rem 0.16rem; */
}

.s3-l ul li:hover a::before {
  width: 100%;
}

.s3-l ul li:hover a h3 {
  color: #fff;
}

.s3-l ul li:hover a span {
  color: #fff;
  background: url(../images/time3.png) no-repeat left center;
  background-size: 0.16rem 0.18rem;
}

.s3-r ul li {
  margin-top: 0.3rem;
}

.s3-r ul li:first-child {
  margin-top: 0.35rem;
}

.s3-r ul li a {
  display: flex;
  justify-content: space-between;
  box-shadow: 0.02rem 0 0.24rem rgba(0, 0, 0, 0.11);
}

.s3-r ul li a .s3-rpic {
  width: 51.31%;
}

.s3-r ul li a .s3-rpic .bg_img {
  /* padding-top: 67.62%; */
  height: 2.11rem;
}

.s3-r .s3-rtx {
  flex: 1;
  min-width: 0;
  padding: 0.2rem;
}

.s3-r .s3-rtx .s3-rdate {
  font-size: 0.14rem;
  color: #e6a535;
}

.s3-r .s3-rtx .s3-rdate span {
  display: inline-block;
  font-size: 0.26rem;
}

.s3-r .s3-rtx h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s3-r .s3-rtx p {
  font-size: 0.14rem;
  color: #8c8c8c;
  line-height: 0.23rem;
  height: 0.46rem;
  margin-top: 0.1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.s3-r ul li:hover .s3-rtx h3 {
  color: #003c89;
}

.section4 {
  padding-top: 0.8rem;
  padding-bottom: 0.55rem;
  overflow: hidden;
  display: none;
}

.s4-c ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 1.68rem;
  margin: 0 0.33rem;
  background-color: #a273fb;
  background-image: url(../images/s4-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.s4-c ul li.s4-2 a {
  background-color: #5196f1;
}

.s4-c ul li.s4-3 a {
  background-color: #5ec47f;
}

.s4-c ul li.s4-4 a {
  background-color: #fa9e5b;
}

.s4-c ul li a .icon {
  height: 0.63rem;
}

.s4-c ul li a .icon img {
  max-height: 100%;
  vertical-align: middle;
}

.s4-c ul li a h3 {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  color: #fff;
  padding: 0 0.1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  top: 0;
  transition: all 0.5s;
}

.s4-c ul li:hover a .icon img {
  animation: jello 1.6s linear;
}

.s4-c ul li:hover a h3 {
  top: -0.1rem;
}

@media screen and (max-width: 1600px) {
  .banner {
    margin-left: 0.2rem;
  }
}

@media screen and (max-width: 1450px) {
  .s2-c .slick-prev {
    left: 0;
  }

  .s2-c .slick-next {
    right: 0;
  }
}

@media screen and (max-width: 1024px) {
.s1-l{width:100%;padding-top: 20px;}
.s6-r{width:100%;padding-top: 20px;}
.operating-list li{    width: 13%;    margin-left: 0px;}
  .section3 {
    padding-top: 0.57rem;
  }
}

@media screen and (max-width: 768px) {
.operating-list li{    width: 33.33%;    margin-left: 0px;}
  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .section1 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s1-l,
  .s1-r {
    width: 100%;
  }

  .s1-r {
    margin-top: 0.3rem;
  }

  .s1-lt a {
    flex-wrap: wrap;
  }

  .s1-lt-l {
    width: 100%;
  }

  .s1-lt-l .bg_img {
    padding-top: 67.47%;
    height: auto;
  }

  .s1-lt-ltx {
    width: 100%;
    flex: none;
    min-width: 0;
    padding-left: 0;
    margin-top: 0.2rem;
  }

  .s1-lt-ltx h3 {
    font-size: 0.2rem;
  }

  .s1-lt-ltx p {
    height: auto;
    max-height: 0.81rem;
  }

  .s1-lt-ltx span {
    margin-top: 0.1rem;
  }

  .s1-l ul li a {
    font-size: 0.2rem;
  }

  .s1-r ul li a h3 {
    font-size: 0.2rem;
  }

  .s2-c ul li a h3 {
    font-size: 0.2rem;
  }

  .section2 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .section3 {
    padding-top: 0.4rem;
  }

  .s3-l,
  .s3-r {
    width: 100%;
    padding: 0.3rem;
  }

  .s3-r ul li a {
    flex-wrap: wrap;
  }

  .s3-r ul li a .s3-rpic {
    width: 100%;
    order: 1;
  }

  .s3-r ul li a .s3-rpic .bg_img {
    padding-top: 67.62%;
    height: auto;
  }

  .s3-r .s3-rtx {
    order: 2;
  }

  .s3-l ul li a h3 {
    font-size: 0.2rem;
  }

  .s3-l ul li a span {
    margin-top: 0.1rem;
  }

  .s3-r .s3-rtx h3 {
    font-size: 0.2rem;
    height: auto;
    max-height: 0.6rem;
  }

  .s3-r .s3-rtx p {
    height: auto;
    max-height: 0.46rem;
  }

  .s4-c ul li a h3 {
    font-size: 0.2rem;
    margin-top: 0.15rem;
  }

  .section4 {
    padding-top: 0.2rem;
    padding-bottom: 0.4rem;
  }
}

@media screen and (max-width: 640px) {
}

@media screen and (max-width: 480px) {
  .more a {
    font-size: 12px;
  }

  .s2-c .slick-prev,
  .s2-c .slick-next {
    width: 0.4rem;
    height: 0.4rem;
  }

  .s2-c .slick-prev {
    left: 0.2rem;
  }

  .s2-c .slick-next {
    right: 0.2rem;
  }

  .s3-l,
  .s3-r {
    width: 100%;
    padding: 0.15rem;
  }

  .s4-c ul li a {
    margin: 0 0.15rem;
  }
}

@media screen and (max-width: 375px) {
}

@media screen and (max-width: 320px) {
}