/*clock*/
.word_time {
  position: absolute;
  bottom: .25rem;
  right: .2rem;
  z-index: 100;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}
.di_in {
  display: inline-block;
}

/* åŽŸæ¥ï¼š.di_no { display: none; } */
.di_no {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.di_bl {
  position: relative;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.clock-container {
  background: #1a365d;
  /* border: .04rem solid #ffffff; */
  border-radius: 2rem;
  padding: .4rem .2rem;
  color: #ffffff;
  font-family: Arial, sans-serif;
  box-shadow: 0 .04rem .12rem rgba(0, 0, 0, 0.15);
  width: 2rem;
  height: 3.2rem;
}

.clock-section {
  text-align: center;
  margin-bottom: .15rem;
}

.clock-section:last-child {
  margin-bottom: 0;
}

.clock-location {
  font-size: .16rem;
  margin-bottom: .08rem;
  font-weight: bold;
}

.clock-time {
  font-size: .24rem;
  font-weight: bold;
  margin-bottom: .05rem;
  font-family: Digital Numbers, 'Courier New', monospace;
}

.clock-date {
  font-size: .16rem;
  margin-bottom: .03rem;
}

.clock-day {
  font-size: .16rem;
  font-family: Bebas;
}

.clock-divider {
  height: .01rem;
  background: rgba(255, 255, 255, 0.3);
  margin: .15rem 0;
}

.banner-box {
  position: relative;
}

.banner {
  position: relative;
}

.banner .slick-slide a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 1;
  background: linear-gradient(360deg, #0000008a 5%, #00000000 30%);
}

.banner .slick-slide a {
    position: relative;
    width: 100%;
    display: block;
    height: 100%;
}

.banner .slick-slide.slick-active img {
  transition: 6s 1s linear;
  transform: scale(1.1);
}

.banner .slick-active img {}

.banner img {
  display: block;
  width: 100%;
}


.banner .slick-prev {
  width: .64rem;
  height: .56rem;
  left: auto;
  z-index: 9;
  top: auto;
  bottom: 0;
  right: 5.2rem;
  padding: 0.13rem 0.17rem;
  border: 1px solid rgb(255 255 255 / 50%);
  border-right: 0;
}

.banner .slick-next {
  width: .64rem;
  height: .56rem;
  right: 4.59rem;
  z-index: 9;
  top: auto;
  bottom: 0;
  padding: 0.13rem 0.17rem;
  border: 1px solid #fff;
  border-left: 0;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1
}

.banner .slick-dots {
  width: 100%;
  transform: translateX(-50%);
  bottom: 0.3rem;
  display: flex;
  align-items: center;
  height: .32rem;
  text-align: center;
  margin: 0 auto;
  left: 50%;
  justify-content: center;
}



.banner .slick-dots li {
  width: 0.16rem;
  height: 0.16rem;
  margin: 0 .08rem;
  box-sizing: border-box;
  border-radius: 50%;
}

.banner .slick-dots li button {
  background: #fff;
  display: block;
  font-size: 0 !important;
  color: #fff;
  width: 0.12rem;
  height: 0.12rem;
  font-size: 0.2rem;
  border-radius: 50%;
}

.banner .slick-dots li.slick-active, .banner .slick-dots li.slick-active button{
  width:0.5rem;  
  border-radius: 0.2rem;
  
}

/*  */
.index_tit {
  margin-bottom: 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.4rem;
}

.index_tit .px1400 {
  position: relative;
}


.index_tc i {
  text-align: center;
  font-size: 0.2rem;
  line-height: .33rem;
  letter-spacing: normal;
  color: #79889F;
  position: relative;
  font-style: normal;
}



.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0066CC;
}



.index_tc {
  position: relative;
  transition: all .3s;
  display: inline-block;
  border-bottom: 0.03rem solid #153AA1;
  line-height: 0.7rem;
  height: 0.7rem;
}

.index_tc h3 {
  font-family: MiSans;
   font-size: 0.36rem;
   font-weight: 600;
   line-height: 0.42rem;
   letter-spacing: -0.02em;
   color: #222222;
}



.index_tc h3 span {
  color: #2AA2B9;
  padding-left: 0.21rem;
}

.index_more {
  position: absolute;
  right: 0;
  top: calc(100% - 0.3rem);
  width: 1.5rem;
  height: 0.4rem;
  line-height: .4rem;
  transition: all 0.3s;
  text-align: left;
  display: block;
  box-sizing: border-box;
}

.index_more:after {
  content: "";
  position: absolute;
  left: 0;
  top: 58%;
  width: .6rem;
  height: .4rem;
  transition: all .3s;
  transform: translateY(-50%);
  background-size: 100%;
}

.index_more a {
  display: block;
  font-size: .18rem;
  font-weight: 290;
  color: #333333;
  transition: all 0.5s;
  line-height: .5rem;
  padding-left: .7rem;
}

.index_more:hover a {
  transition: all 0.5s;
  padding-left: .65rem;
  color: #3aabc0;
}

.index_more:hover {
  background: rgba(2555, 255, 255, .1)
}










/*  */
.section1 {
  padding: 0.5rem 0;
  background-size: 100% auto;
  background: #fff;
  background-size: 100% 100%;
}


.s1-c {
  display: flex;
  align-items: flex-start;
}

.s1-left {
  width: 12rem;
  position: relative;
  margin-right: 0.4rem;
}

.tabs {
  position: relative;
  align-items: center;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0.4rem;
}
.s2-l .tabs{
  margin-bottom:0.2rem;
}
.tabs .index_tit {
  margin-right: .2rem;
  position: static;
  border: 0;
  margin-bottom: 0;
}
.tabs .index_tit .index_tc{
    border: 0;
}
.tabs .index_tit .title p {
  display: none;
}

.tabs .on .title p {
  display: block;
}

.tabs .index_tit .more {
  display: none;
}

.tabs .index_tit h3{
   font-family: MiSans;
   font-size: 0.28rem;
   line-height: 0.42rem;
   color: #666;
   font-weight: 400;
}
.tabs .index_tit.on {
  border-bottom: 0.03rem solid #153AA1;
}
.tabs .index_tit.on  h3{
   font-family: MiSans;
   font-size: 0.36rem;
   font-weight: 600;
   line-height: 0.42rem;
   letter-spacing: -0.02em;
   color: #222222;
}
.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.more  a{
  font-family: MiSans;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.22rem;
  letter-spacing: normal;
  color: #153AA1;
}
.tabs .index_tit.on .more {
  display: flex;
}


.s1-l {
  width: 6rem;
  margin-right: .2rem;
  position: relative;
  float: left;
}
.s1-r {
  float: right;
 width: calc(100% - 6.2rem);
}
.s1-l ul li a {
  display: block;
  position: relative;
}

.s1-l ul li a .pic {
  padding-top: 75%;
  border-radius: 0.08rem;
}

.s1-l ul li a .pic:after {
  background: linear-gradient(0deg, #000000, transparent);
  left: 0;
  bottom: 0;
  width: 100%;
  position: absolute;
  content: "";
  height: 1rem;
}

.s1-l ul li a .date {
  position: absolute;
  left: 0.16rem;
  bottom: 0.62rem;
  width: 1.06rem;
  height: 0.28rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  align-content: center;
  background: #153AA1;
  color: #fff;
}

.s1-l ul li a .date b {
  font-size: .3rem;
  font-weight: normal;
  line-height: .3rem;
  letter-spacing: normal;
  color: #FFFFFF;
}

.s1-l ul li a .date div {
  width: .76rem;
  height: .06rem;
  margin: .05rem 0;
}

.s1-l ul li a .date span {
  font-size: .18rem;
  font-weight: normal;
  line-height: .2rem;
  letter-spacing: normal;
  color: #FFFFFF;
  font-weight: normal;
}

.s1-l ul li a .info {
  padding-top: .25rem;
  padding-bottom: .2rem;
  position: absolute;
  bottom: 0;
  left: 0.2rem;
  width: calc(100% - 1.4rem);
}

.s1-l ul li a .info h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #ffffff;
}

.s1-l ul li a .info h3 i {
  font-style: normal;
}

.s1-l ul li a .info h3 span {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: Georgia;
  font-size: .18rem;
  font-weight: normal;
  line-height: .36rem;
  color: #ffffff;
}

.s1-l ul li a .info p {
  font-size: .18rem;
  font-weight: normal;
  line-height: .26rem;
  letter-spacing: 0rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: .52rem;
  font-family: SourceHanSerifCN-Regular;
  margin-top: .2rem;
}

.s1-l ul .slick-dots {
  position: absolute;
  display: flex;
  align-items: center;
  overflow: hidden;
  width: 1.19rem;
  margin-left: 0;
  right: 0;
  bottom: 0.22rem;
  padding-right: 0.15rem;
}
.s1-l ul .slick-dots:after{
  position:absolute;
  content:"";
  width:0.26rem;
  height:0.01rem;
  background:#fff;
  opacity:0.5;
  right: 0;
}
.s1-l ul .slick-dots li {
  width: 27px;
  height: 27px;
  margin: 0 .05rem;
  transition: all 0.5s;
  background: url(../images/dot.png) no-repeat center;
}

.s1-l ul .slick-dots li button {
  display: none; 
}

.s1-l ul .slick-dots li.slick-active {
  background: url(../images/dot_on.png) no-repeat center;
  background-size: 100%;
}
.s1-l ul .slick-dots li:last-child.slick-active {
 
  margin-right:0.1rem;
}




.s1-r ul li {
  transition: all .3s;
  overflow: hidden;
  position: relative;
  border-top: 1px dashed #D8D8D8;
}


.s1-r ul li:first-child {
  margin-top: 0;
  border: 0;
}


.s1-r ul li a {
  position: relative;
  display: block;
  padding-left: 0.1rem;
}



.s1-r ul li a .tpp {
 
  display: none;
  margin-right: .15rem;
  width: 2.22rem;
}

.s1-r ul li a .tpp .pic {
  padding-top: 61%;
}



.s1-r ul li a .text {
  margin-right: 0;
  flex: 1;
  min-width: 0;
}








.s1-r ul li a .text h4 {
 font-size: .2rem;
 color: #222222;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 line-height: .2rem;
 padding-left: .2rem;
 width: calc(100% - 0.8rem);
 float: left;
 line-height: 0.66rem;
 position:relative;
font-weight: 400;
}
.s1-r ul li:hover a .text h4{
 color: #153AA1;
}
.s1-r ul li a .text h4:before{
  position:absolute;
  content:"";
  width:0.04rem;
  height:0.04rem;
  background: #9E9E9E;
  left: 0;
  top: 0.31rem;
}
.s1-r ul li:hover a .text h4:before{
  background: #153AA1;
}
.s1-r ul li a .text span {
  font-family: Century Gothic;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.66rem;
  letter-spacing: normal;
  color: #153AA1;
  float: right;
}





.bslc ul li{
  width: 100%;
  margin-bottom: 0.13rem;
  height: auto;
  overflow: hidden;
  border-radius: 0.06rem;
  height: auto;
}
.bslc ul li img{
  transition: all 1s;
  width: 100%;
}
.bslc ul li:hover img{
  transform:scale(1.05);
}
/* .section2 */
.home2 {
  background: url(../images/bg.png) center bottom no-repeat rgb(227 241 255 / 40%);
  background-size: 100% auto;
  padding: 0.5rem 0 1rem;
  height: auto;
  overflow: hidden;
}


.s2-l {
  width: 11.8rem;
  float: left;
  margin-right: 0.38rem;
  position: relative;
}

.s2-list{

}

.s2-list li{
  width: 100%;
  height: auto;
  overflow: hidden;
  border-bottom: 0.01rem solid #ddd;
  padding: 0.23rem 0;
}


.s2-list li.on{
  border-bottom: 0.02rem solid #153AA1;   
}

.s2-list li a{
  display: block;
}
.s2-list li a .date2{
  background: #153AA1;
  width: 0.74rem;
  height: 0.74rem;
  text-align: center;
  padding: 0.05rem;
  opacity: 0;
  max-width: 0;
  float: left;
  max-height: 0;
}
.s2-list li.on a .date2{
  opacity:1;
  max-width: none;
  max-height: none;
  margin-right: 0.2rem;
  position:relative;
  top: 0.06rem;
  left: 0.06rem;
}
.s2-list li.on a .date2:before{
  position:absolute;
  content:"";
  border: 1px solid #D8D8D8;
  width: 0.74rem;
  height: 0.74rem;
  left: -0.06rem;
  top: -0.06rem;
  z-index: -1;
}
.s2-list li a .date2 span{
  font-size: .32rem;
  font-weight: normal;
  line-height: .36rem;
  letter-spacing: normal;
  color: #FFFFFF;
  font-family: Century Gothic;
}
.s2-list  li a .date2 span:last-child{
  font-size: .16rem;
  font-family: Century Gothic;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #FFFFFF;
}
.s2-list li.on a .text{width: calc(100% - 0.94rem);}
.s2-list li a .text{
    width: calc(100% - 1.2rem);
    float: left;
}
.s2-list  li a .text h4{
  font-family: MiSans;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.26rem;
  color: #222222;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  display: block;
  overflow: hidden;
}
.s2-list  li a .text .desc{
  font-family: MiSans;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.26rem;
  letter-spacing: normal;
  color: #666666;
  opacity:0;
  max-height:0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.s2-list  li.on a .text h4{
  color: #153AA1;
}
.s2-list  li.on a .text .desc{
  opacity:1;
  max-height:none;
  margin-top: 0.08rem;
}
.s2-list li a .date {
  float:right;
  
}
.s2-list li.on a .date{
  opacity:0;
  max-width:0;
}
.s2-list  li a  .date span{
  font-family: Century Gothic;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #153AA1;
}
.s2-r {
  width: calc(100% - 12.2rem);
  float: left;
}
.ky-container{
  margin-bottom:0.4rem;
}
.ky-container .pic{
  padding-top: 44.74%;
  border-radius: 0.06rem;
}
.ky-container .pic:hover img{
  transform:scale(1.05);
}

.xshd{
  margin-top:0.6rem;
}

.xs-container{
  
}
.xs-container ul{
  display:grid;
  grid-template-columns: repeat(3,1fr);
  gap: 0.24rem;
}
.xs-container li{
  width: 100%;
  overflow: hidden;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #AABAF4;
  padding-bottom: 0.24rem;
}
.xs-container li a{}

.xs-container li a .date{
    width: 0.66rem;
    height: 0.66rem;
    position: relative;
    background: linear-gradient(0deg, #153AA1, #153AA1), linear-gradient(270deg, #016354 0%, #01473c 100%), #0C8052;
    text-align: center;
    float: left;
    margin-right: 0.2rem;
    left: 0.04rem;
    top: 0.04rem;
}
.xs-container li a .date:after{
  position:absolute;
  content:"";
  width:0.66rem;
  height:0.66rem;
  left: -0.04rem;
  top: -0.04rem;
  background: #7590DC;
  z-index: -1;
}
.xs-container li a .date span:first-child{
  font-size: 0.32rem;
  line-height: .42rem;
  background: #153AA1;
}
.xs-container li a .date span{
    font-family: Century Gothic;
    font-size: 0.16rem;
    font-weight: normal;
    line-height: 0.24rem;
    text-align: center;
    letter-spacing: normal;
    color: #FFFFFF;
    background: #2A4FB6;
    display: block;
    width: 100%;
}
.xs-container li a .text{
    height: 0.66rem;
}
.xs-container li a .text h3{
    font-family: MiSans;
    font-size: 0.2rem;
    font-weight: normal;
    line-height: 0.3rem;
    letter-spacing: normal;
    color: #222222;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xs-container li:hover a .text h3{
  color: #153AA1;
}

.yqlj-container{}
.yqlj-container li{
  width:100%;
  border-radius:0.06rem;
  margin-bottom: 0.12rem;
  height: auto;
  overflow: hidden;
  box-shadow: 0 0px 0.05rem #e0e0e0;
}
.yqlj-container li img{
  width: 100%;
  vertical-align: middle;
}
/*  */


@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {
  .xsdt-container {
  margin-top: 0.95rem;
  padding-bottom: 0.2rem;
}
}

@media screen and (max-width: 1024px) {
  .s1-left, .s2-l{
    width:100%;
  }
   .s1-right{
     width:100%;
   }
  .bslc ul {
    display:grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0 0.2rem;
  }
  .s2-r{
    width:100%;
  }
 

  .px1400 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .section2 .px1400 {
  }

  .banner .slick-dots {
    bottom: 0.15rem;
    right: auto;
    left: 50%;
  }

  .banner .slick-dots li {
  }

  .banner-box {
    top: 0 !important;
    margin-top: 0.1rem;
  }

  .banner .slick-prev {
    width: .35rem;
    height: .35rem;
    right: 0.76rem;
    background-size: 60%;
  }

  .banner .slick-next {
    width: .35rem;
    height: .35rem;
    right: .28rem;
    background-size: 60%;
  }

  .s1-c {
  flex-direction: column;
  }

  .s1-l {
    width: 100%;
    margin: 0 auto .2rem auto;
  }

  .s1-r {
    width: 100%;
  }

  .s2_con {
    display: block
  }

  .s2_con_l {
    width: 100% !important;
  }

  .s2_con_r {
    width: 100%
  }

  .newsbox {
    width: 100%;
  }

  .news_info {
    width: 100%;
    margin-left: 0;
  }

  .ipic_list {
    width: 100%;
    margin-left: 0;
    margin-top: .3rem;
  }


  .section1 {
    /* padding: .4rem 0 0; */
  }

  .home2 {
  }

  .section2 {
    padding: 0;
  }

  .section3 {

    background-size: 100%;
  }

  .index_tc h3 {
    font-size: .2rem !important;
    line-height: .4rem;
    text-align: left;
  }
  .tabs .index_tit.on h3{
    font-size: .24rem !important;
  }

  .index_tc h3:after {
    left: 0;
    width: 2rem !important;
  }

  .s1-l ul li a .info h3 {
    font-size: .2rem;
    font-weight: bold;
  }

  .s1-l ul .slick-dots li.slick-active button {
    font-size: .22rem;
  }
}

@media screen and (max-width: 900px) {
  .s1-l ul .slick-dots {
  }

  .xshd{
    margin-top:0.4rem;
  }

  .s1-r ul li {
  }

 
  .index_tit {
    text-align: left;
    margin-right: 0.15rem;
  }

  .s1-r ul li.on {
    margin: .1rem 0;
  }
  .s2-l .tabs{
  padding-right: 0.65rem;
  }

  .index_tc {
    text-align: left !important;
    height: 0.5rem;
    line-height: 0.5rem;
  }
}

@media screen and (max-width: 1024px) {
  .s2-l .more{
      top: 74%;
  }
   .bslc ul {
    display:grid;
    grid-template-columns: repeat(2,1fr);
    gap: 0 0.2rem;
  }
  .xs-container ul, .yqlj-container ul {
    grid-template-columns: repeat(2,1fr);
    display: grid;
    gap: 0 0.24rem;
  }    
}
@media screen and (max-width: 520px) {

  .notice-item {
    width: 100%;
    margin: .1rem 0;
  }

 

  .index_tc h3 {
    font-size: 0.2rem !important;
    line-height: 0.42rem !important;
  }


  .index_tc h3:after {
    width: 1.62rem !important;
    bottom: -0.23rem;
  }


}

@media screen and (max-width: 430px) {
  .s1-l .pub-arrow{
    width: 1rem;
  }
  .s1-l ul .slick-dots{
}
  .s1-r ul li.on a{
    flex-direction:column;
  }
  .s1-r ul li.on .text{
    width:100%;
  }
  .s1-r ul li.on a .tpp{
    width: 73%;
    margin-right: 0 !important;
  }
  .notice-container li.on {
    height: auto;
  }

  .notice-container .text {
    padding-right: 0.2rem;
  }
  .xs-container ul, .yqlj-container ul{
    grid-template-columns: repeat(1, 1fr);
  }
  .s2-list li{
    padding: 0.15rem 0;
  }
  .s2-list li a .date{
  }
  .s2-list li.on a .text .desc{
  }
   .s2-l .more{
      top: 80%;
  }
   .bslc ul {
    display:grid;
    grid-template-columns: repeat(1,1fr);
    gap: 0 0.2rem;
  }
}

aside{
  position:fixed;
  right: 0;
  top: 50%;
}

@media screen and (max-width: 1024px) {
  aside{
    display:none;
  }
}