.page-wrapper {
  width: 100%;
  min-height: 100vh;
}
.content-wrapper {
  width: 14.50rem;
  margin: 0 auto;
}
/* header */
.header {
  width: 100%;
  height: 1.30rem;
  background: url('../2026img/top.png') no-repeat;
  background-size: 100% 100%;
}
.header .content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header img {
  width: 6.11rem;
  height: 0.81rem;
  object-fit: cover;
}
.header .search-box {
  width: 3.58rem;
  height: 0.50rem;
}
.header .search-box form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .search-box form input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: #fff;
  font-size: 0.18rem;
  border-radius: 4px 0 0 4px;
  padding-left: 0.18rem;
  box-sizing: border-box;
}
.header .search-box form button {
  width: 0.82rem;
  height: 0.50rem;
  background: #006CC6;
  border-radius: 0px 4px 4px 0px;
  color: #fff;
  font-size: 0.18rem;
  font-weight: 500;
  cursor: pointer;
}
/* menu-box */
.menu-box {
  width: 100%;
  height: 0.7rem;
  background: #F0F7FF;
  border-bottom: 1px solid #CCE0FF;
}
.menu-box .content-wrapper {
  height: 100%;
}
.menu-box .content-wrapper > ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.menu-box .content-wrapper > ul > li {
  display: block;
  width: 1.4rem;
  height: 100%;
  text-align: center;
 position:relative;
}
.menu-box .content-wrapper > ul > li > ul{
position:absolute;
z-index: 1;
    background: #c2e3fa;
    box-shadow: 0 0 5px #eee;
   width: 100%;
    z-index: 10;
   display: none;
}

.menu-box .content-wrapper ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.2rem;
  color: #333333;
}
.menu-box .content-wrapper ul li.active,
.menu-box .content-wrapper ul li:hover {
  background: #E1F0FB;
}
.menu-box .content-wrapper ul li.active a,
.menu-box .content-wrapper ul li:hover a {
  color: #3D88E5;
}
.menu-box .content-wrapper > ul > li {
   
}
.menu-box .content-wrapper > ul > li > ul > li a {
font-size: 0.18rem;
line-height: 0.4rem;
}
.menu-box .content-wrapper > ul >li.active ul,
.menu-box .content-wrapper > ul > li:hover ul {
  display:block;
}
/* main-box */
.main-box {
  width: 100%;
  height: auto;
  background: #F5F9FF;
}
.main-box .row {
  display: flex;
  justify-content: space-between;
  padding-top: 0.3rem;
}
.main-box .news-block {
  width: 100%;
  height: auto;
}
.main-box .title-box {
  width: 100%;
  height: 0.82rem;
  position: relative;
  border-radius: 10px 10px 0px 0px;
  background: rgba(12,126,215,0.74);
}
.main-box .title-box .title-content {
  width: 100%;
  padding: 0 0.28rem;
  height: 0.76rem;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #E3F2FD;
  position: absolute;
  top: 0.06rem;
}
.main-box .title-box .title-right{
    justify-content: right;
}
.main-box .title-box h2 {
  color: #0D2B5A;
  font-size: 0.24rem;
  font-weight: bold;
}
.main-box .title-box a {
  color: #4DA6FF;
  font-size: 0.18rem;
}
.main-box .title-box a span{
  width: 0.08rem;
  height: 0.12rem;
  display: inline-block;
  background: url(../2026img/jiantou.png) no-repeat;
  background-size: 100% 100%;
}
.main-box .title-box a:hover {
  font-weight: bold;
}
.main-box .row-1 {
  gap:0.4rem;
}
.main-box .tw {
  width: 62.78%;
  height: 5.6rem;
  flex-shrink: 0;
  position:relative;
}
.main-box .title-back{
  background:  #F5F9FF;
}
.main-box .title-box .title-back{
  background: #F5F9FF;
}
.gmyw {
 width: 100%;
 position:relative;
 z-index:1;
}
.gmyw .news-title {
  width: 100%;
  height: 0.40rem;
  display: flex;
  justify-content: space-between;
  margin-top: 0rem;
}
.gmyw .news-title .title {
  position: relative;
  display: inline-block;
  color:#0072AA;
  font-family: Microsoft YaHei;
}
.gmyw .news-title .title h1{
  font-size: 0.36rem;
}
.gmyw .news-title .title .en{
  display: flex;
  flex-direction: column-reverse;
  align-items: end;
  justify-content: center;
  position: absolute;
  left: -0.75rem;
  top: 0.08rem;
  width: 0.60rem;
}
.gmyw .news-title .title span{
  font-size: 0.48rem;
  font-weight: bold;
  writing-mode: vertical-rl;
  transform: rotate(-180deg);
}
.gmyw .news-title .title label{
  display: inline-block;
  width: 0.20rem;
  margin-top: 0.15rem;
}
.gmyw .news-title .news-more{
  width: 1.2rem;
  height: 0.41rem;
  display: inline-block;
  background: #47AEE1;
  border-radius: 0.20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 0.20rem;
  font-weight: bold;
  cursor: pointer;
}
.gmyw .news-title .news-more span{
  display: inline-block;
  width: 0.14rem;
  height: 0.14rem;
  background: url(../2026img/btn.png) no-repeat center center;
  background-size: contain;
  margin-left: 0.10rem;
}
.gmyw .gmyw-content {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 6.18rem;
  gap: 0.20rem;
  margin-top: 0.35rem;
}
.gmyw .swiper-container {width: 100%;height: 100%;}
.gmyw .tpxw {
  width: 62.78%;
}
.gmyw .tpxw .swiper-slide {
  width: 100%;
  height: 5.6rem;
  position: relative;
}
.gmyw .tpxw .swiper-slide img {
  width: 100%;
  height: 5.6rem;
  object-fit: cover;
}
.gmyw .tpxw .swiper-slide .text {
  position: absolute;
  bottom: -0.50rem;
  left: 0;
  z-index: 2;
  width: 78%;
  height: 0.87rem;
  opacity: 0.9;
  display: flex;
  align-items: center;
}
.gmyw .tpxw .text .date{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #C0A062;
  color: #fff;
  width: 0.87rem;
  height: 100%;
}
.gmyw .tpxw .text .date span:nth-child(1){
  font-size: 0.46rem;
  color: #fff;
  line-height: 1;
}
.gmyw .tpxw .text .date p{
  font-size: 0.16rem;
  color: #fff;
  line-height: 0.28rem;
  padding-top: 0.1rem;
  display: inline-block;
}
.gmyw .tpxw .text .date p::after{
  width: 100%;
  height: 1px;
  background: #fff;
  transform: rotate(-7deg);
  bottom: auto;
  top: .07rem;
}
.gmyw .tpxw .text .date::after{
  width: auto;
  right: 0.05rem;
  bottom: auto;
  top: -0.05rem;
  border-top: 0.05rem solid #8C2D30;
  border-left: 1px solid #8C2D30;
}
.w1{
  position: relative;
  z-index: 1;
}
.w1::after{
  content: "";
  z-index: -1;
  position: absolute;
  left: 0px;
}
.gmyw .tpxw .text .date span:nth-child(2) {
  font-size: 0.14rem;
  font-weight: bold;
}
.gmyw .tpxw .text .title {
  width: calc(100% - 0.87rem);
  height: 100%;
  display: flex;
  align-items: center;
  background: #DCF4FF;
  border-radius: 0 0.43rem 0 0;
  padding-right: 0.2rem;
}
.gmyw .tpxw .text .title a {
  color: #0077C1;
  font-size: 0.18rem;
  font-weight: bold;
  padding-left: 0.30rem;
}
.gmyw .tpxw .pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 22.47%;
  height: 0.30rem;
  display: flex;
  justify-content: center;
}
.gmyw .tpxw .pagination .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.10rem;
}
.gmyw .tpxw .pagination .swiper-pagination-bullet {
  width: 0.10rem;
  height: 0.10rem;
  background: #0093DD;
  border-radius: 50%;
  margin: 0 0.05rem;
}
.gmyw .gmyw-list {
  width: 35.8%;
  display: flex;
  flex-direction: column;
}
.gmyw .gmyw-list .item {
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  background: #fff;
}
.gmyw .gmyw-list .item .date {
  width: 1.08rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  /*flex-direction: column;*/
  color: #222;
  /*border-bottom: 1px solid #fff;*/
}

.gmyw .gmyw-list .item .date .tim{
  padding-left: 0.05rem;
}

.gmyw .gmyw-list .item .date span:nth-child(1){
  font-size: 0.32rem;
}
.gmyw .gmyw-list .item .date span:nth-child(2) {
  font-size: 0.12rem;
}
.gmyw .gmyw-list .item .title{
  width: calc(100% - 1.08rem);
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 0.10rem;
  border-bottom: 1px solid #eee;
  /*color: #000000;*/
  color: #222;
  font-size: 0.18rem;
  font-weight:bold;
  line-height:0.28rem;
}
.gmyw .gmyw-list .item span{
  font-size: 0.3rem;
  color: #353535;
}
.gmyw .gmyw-list .item .tim p{
  font-size: 0.2rem;
  color: #353535;
}
.gmyw .gmyw-list .item .tim i{
  display: inline-block;
  font-style: normal;
  font-size: 0.14rem;
}
.gmyw .gmyw-list .item .tim em{
  display: inline-block;
  font-style: normal;
  font-size: 0.12rem;
  color: #8C8C8C;
  line-height: 0.28rem;
}
.gmyw .gmyw-list .item .title a{
  font-size: 0.18rem;
  font-weight: bold;
  display: inline-block;
  line-height: 0.28rem;
  /*transition: color 0.3s ease-in-out;*/
  position: relative;
}
.gmyw .gmyw-list .item .title:hover{
  font-size: 0.18rem;
  color: #fff;
}
.gmyw .gmyw-list .item:hover {
  background: #0093DD;
  /*transition: all 0.4s ease-in-out;*/
  border-bottom: none !important;

}
.gmyw .gmyw-list .item::before {
  content: '';
  display: block;
  width: 0px;
  height: 1rem;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  /*transition: left 0.3s ease-in-out;*/
  z-index: 100;
}
.gmyw .gmyw-list .item:hover::before{
  width: 60px;
  left: -60px;
  background: #0093DD;
  height: 1rem;
}
.gmyw .gmyw-list .item:hover .date{
  border-bottom: none !important;
}

.gmyw .gmyw-list .item:hover .date span,
.gmyw .gmyw-list .item:hover {
  color: #fff !important;
  border-bottom: none !important;
}
.gmyw .gmyw-list .item:hover .tim{
  color: #fff !important;
}
.gmyw .gmyw-list .item:hover p,
.gmyw .gmyw-list .item:hover em,
.gmyw .gmyw-list .item:hover .title{
  color: #fff !important;
}

/* mtjj-ztwz */
.mtjj-ztwz {
  width: 100%;
  height: 3.65rem;
  background: url('../2026img/by.png') no-repeat left top;
  background-size: 100% 100%;
  margin-top: 0.40rem;
}
.mtjj-ztwz .column-title {
  padding: 0.40rem 0;display: flex;justify-content: space-between;
}
.mtjj-ztwz .column-title h1{
  font-size: 0.36rem;
}
.mtjj-ztwz .btn-group {
  display: flex;
  gap:0.40rem;
}
.mtjj-ztwz .btn-group .swiper-btn{
  display:flex;
  align-items: center;
  justify-content: center;
  width: 0.53rem;
  height: 0.53rem;
  border-radius: 50%;
  /* border: 1px solid RGBA(71, 165, 211, 1); */
  cursor: pointer;
  position: relative;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}

.mtjj-ztwz .swiper-btn:hover {
  transform: scale(1.1);
}


/* mtjj */
.mtjj {
  width: 100%;
  height: 3.65rem;
}
.mtjj .column-title {
  opacity: 1;
}
.mtjj h1 a{    color: #0D2B5A;
    font-size: 0.24rem;font-weight: bold;}
.mtjj-content {
  margin-top: auto;
  padding: 0 3%;
  box-sizing: border-box;
}
.mtjj .swiper-btn.next {
  background: url(../2026img/mtjj_next.png) no-repeat center;
  background-size: cover;
}
.mtjj .swiper-btn.prev {
  background: url(../2026img/mtjj_prev.png) no-repeat center;
  background-size: cover;
}
.mtjj .swiper-container {
    width: 100%;
    height: 100%;
}
.mtjj-content .mtjj-item {
  display: flex;
  flex-direction: column;
  color: #fff;
  gap: 0.12rem;
  width: 100%;
  height: 1.90rem;
}

.mtjj-content .mtjj-item h3 {
  font-size: 0.20rem;
  font-weight: bold;
  padding-top: 0.10rem;
  transform: translateY(0);
  transform-origin: left top;
  transition: all;
}
.mtjj-content .mtjj-item .h-line {
  width: 132%;
  height: 1px;
  background-color: #fff;
}
.mtjj-content .mtjj-item .date {
  font-size: 0.18rem;
}
.mtjj-content .mtjj-item .desc{
  font-size: 0.18rem;
  line-height: 0.24rem;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.mtjj-content .mtjj-item h3,
.mtjj-content .mtjj-item .date {
  display: inline-block;
  transform-origin: top left;
  transition: transform 0.3s ease-in-out, font-size 0.3s ease-in-out;
}

/* hover åŠ¨ç”» */
.mtjj-content .mtjj-item:hover h3,
.mtjj-content .mtjj-item:hover .date {
  transform: translateY(-9px) scale(1.05);

}



.mtjj .swiper-slide a {
  opacity: 1;
}

.news-block .news-list {
  width: 100%;
  height: 4.46rem;
}
.news-block .news-list ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 0.1rem 0.3rem 0.16rem 0.3rem;
  background-color: #F5F9FF;
}
.news-block .news-list ul li {
  width: 100%;
  height: 0.59rem;
  border-bottom: 1px solid #E0F2FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-block .news-list ul li a {
  font-size: 0.18rem;
  color: #333333;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.18rem;
  color: #333333;
  flex:1;
}
.news-block .news-list ul li span {
  font-size: 0.16rem;
  color: #333333;
  width: 0.70rem;
  flex-shrink: 0;
  display: inline-block;
  text-align: right;
}
.news-block .news-list ul li a:hover {
  color: #3D88E5;
  font-weight: bold;
}

.row-2 {
  gap:0.3rem;
}

.row-2 .news-block {
  width: 4.64rem;
}

/* .xglj */
.xglj {
  width: 100%;
  height: 1.2rem;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  margin-bottom: 0.6rem;
}
.xglj ul {
  width: 100%;
  height: 0.3rem;
  display: flex;
  justify-content: center;
}
.xglj ul li {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.xglj ul li a {
  color: #0C7ED7;
  font-size: 0.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
.xglj ul li a:hover{
  font-weight: bold;
}

.footer {
  width: 100%;
  height: 1.38rem;
  background:#0C7ED7 ;
  font-size: 0.20rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.footer div {
  height: 0.32rem;
}

@media screen and (max-width: 750px) {
  .header img {
    width: 50% !important;
    object-fit: fill;
    height: auto !important;
  }
  .content-wrapper {
    width: 90%!important;
  }
  .main-box .row {
    flex-direction: column;
    width: 100% !important;
  }
  .main-box .news-block {
    margin-bottom: 0.2rem;
    
  }

  .main-box .row-1 {
    flex-direction: column;
  }
   .gmyw .en{display:none !important;}
 .gmyw .gmyw-content {
    display: flex;
    flex-direction: column;
    height: auto;
  }
  .gmyw .tpxw {
    width: 100%;
    height: 24vh;
  }
  .gmyw .tpxw .swiper-slide {
    height: 20vh;
  }
  .gmyw .tpxw .swiper-slide img{
    height: 100%;
  }
  .gmyw .gmyw-list {
    width: 100%;
  }
.gmyw .tpxw .text .date span:nth-child(1) {
 font-size:0.36rem;
}
.gmyw .tpxw .text .title a  {
   height: 0.48rem;
  overflow: hidden;
}

  .main-box .row-1 .news-block:nth-child(2) {

    width: 100%;

  }

  .main-box .row-2 {

    flex-direction: column;

  }

  .main-box .row-2 .news-block {

    width: 100%;

  }

}