
    /* 头部导航 */
    .header {
        width: 100vw;
        background-color: #fff;
        height: 100px;
        background: linear-gradient(180deg, #000000 0%, rgba(0,0,0,0) 100%);
        opacity: 0.9;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
    }
	.header .nav {
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
	}
	.header .nav .lang  {
		transform: translateY(-11px);
	}
	.header .nav .lang a {
		font-size: 14px;
	}
	.header .nav a {
		color: #fff;
	}

    .nav-container {
      width: 1600px;
      margin: 0 auto;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px 0;
    }

    .logo img {
      height: 84px;
    }

    .nav-list {
      display: flex;
      color: #fff;
	  width: 100%;
	justify-content: flex-end;
    }

    .nav-list li {
      margin: 0 15px;
    }
	.nav-list li:last-child {
		margin: 0;
	}
    .nav-list li a {
      color: #fff;
      font-size: 22px;
      position: relative;
    }
    .nav-list li a::before {
        display: block;
        content: '';
        height: 3px;
        width: 52px;
        background: #348e94;
        position: absolute;
        bottom: -10px;
        left: 50%;
        margin-left: -26px;
        opacity: 0;
        transition: 0.5s;
    }
    
    .nav-list li a:hover::before {
        opacity: 1;
    }

    /* 轮播图（简单示例，可替换为更复杂的轮播组件） */
    .banner {
      width: 100%;
      /* 替换实际轮播图地址 */
      display: flex;
      justify-content: center;
      align-items: center;
      color: #fff;
      font-size: 36px;
      font-weight: bold;
    }

    /* 内容容器 */
    .container {
      width: 1300px;
      margin: 30px auto;
	  overflow: hidden;
    }

    .section-title {
      text-align: center;
      font-size: 24px;
      margin-bottom: 75px;
      position: relative;
    }


    /* 学院资讯 */
    .news-list {
      display: flex;
      justify-content: space-between;
    }

    .news-item {
      width: 31%;
      border: 1px solid #eee;
      padding: 15px;
      transition: box-shadow 0.3s ease;
    }

    .news-item:hover {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    }

    .news-item img {
      margin-bottom: 10px;
    }
    
    .public-management .container {
      overflow: initial;
    }

    /* 邂逅公管等板块，结构类似，可复用样式 */
    .public-management,
    .xuelu,
    .study-tide {
	  padding: 100px 0;
    }

    .pm-content,
    .xuelu-content,
    .tide-content {
      display: flex;
      justify-content: space-between;
    }

 

    .pm-content .left {
		width: 200px;
		margin-right: 13px;
	}
    .pm-content .right {
		flex: 1;
	}
    .pm-content .right .box .info .p1 {
		color: #2A2A2A;
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 25px;
	}
    .pm-content .right .box .info .p2 {
		color: #8F8F8F;
		font-size: 18px;
		line-height: 25px;
	}
    .pm-content .right .box .info {
		padding: 30px 30px 50px 30px;
		box-shadow: 0px 9px 15px 0px rgba(153,187,218,0.18);
	}
    .pm-content .right .box {
		max-width: 1300px;
		width: 100%;
		display: none;
		box-shadow: 20px 20px 0px #348e94;
	}

    .pm-content .right .box.active {
		display: block;
	}

    .side-nav li {
      margin-bottom: 10px;
      cursor: pointer;
      transition: color 0.3s ease;
    }

    .side-nav li:hover {
      color: #009688;
    }

    .pm-content .left .side-nav {
		padding: 0;
	}
    .pm-content .left .side-nav li {
		text-align: center;
		line-height: 60px;
		font-size: 24px;
		height: 60px;
		color: #000;
		margin-bottom: 10px;
	}
    .pm-content .left .side-nav li.active {
		color: #04A600;
		box-shadow: 0px 9px 15px 0px rgba(153,187,218,0.18);
		border-left: 5px solid #04A600;
	}
    /* 底部 */
    .footer {
      width: 100%;
      background-color: #f5f5f5;
      text-align: center;
    }

    .footer .top {
      background: url("../images/bg7.png") no-repeat center;
      padding: 50px 0;
    }
    .footer .bottom {
      color: #fff;
      text-align: center;
      line-height: 70px;
      background: #363636;
    }
    .footer .top .qrcode img
    .footer .top .info {
      width: 60%;
    }
    .footer .container {
      display: flex;
      align-items: center;
      width: 1600px;
    }
    .footer-logo {
      width: 450px;
      margin-bottom: 40px;
    }
    .footer-logo img {
      width: 100%;
    }

    .contact-info {
      display: flex;
      color: #fff;
      padding-left: 90px;
      justify-content: space-between;
    }

    .contact-info .box{
      margin-right: 100px;
    }
    .contact-info .box p {
      display: flex;
      align-items: center;
	  justify-content: flex-start;
      font-size: 18px;
	  
	  justify-content: left;
      margin-bottom: 10px;
    }
    .contact-info .box p:last-child {
      font-size: 18px;
      font-weight: bold;
    }
    .contact-info .box p img {
      width: 21px;
      margin-right: 20px;
    }

    .qrcode {
      display: flex;
      margin-top: 10px;
    }

    .qrcode-item {
      margin: 0 35px;
      font-size: 16px;
      color: #fff;
      text-align: center;
    }

    .qrcode-item img {
      margin-bottom: 20px;
      width: 100px;
    }
    
    .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }


	
	.banner {
        position: relative;
        width: 100%;
        overflow: hidden;
    }
    .banner .bottom {
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        bottom: 130px;
        width: 1300px;
        height: 100%;
    }
    .banner .bottom>div {
        display: inline-flex;
        height: 30px;
        position: absolute;
        right: 70px;
        z-index: 999;
        bottom: 0;
    }
    .banner .pagination {
        display: flex;
        align-items: center;
        width: auto;
        margin: 0 15px;
    }
    .banner .pagination .swiper-pagination-bullet {
        opacity: 0.3;
        background: #fff;
        width: 15px;
        height: 15px;
		margin: 0 5px;
    }
    .banner .pagination .swiper-pagination-bullet-active {
        opacity: 1;
        background: #fff;
    }
    .banner .bottom .swiper-next,
    .banner .bottom .swiper-prev {
        display: flex;
        align-items: center;
        width: 30px;
        height: 30px;
        cursor: pointer;
    }

    .banner .bottom .swiper-next img,
    .banner .bottom .swiper-prev img{
        width: 100%;
        height: 100%;
    }


	.banner .search {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 55px;
        background: url("../images/bg1.png");
        z-index: 111;
        display: flex;
        align-items: center;
        justify-content: center;
      }
      .banner .search .content {
        width: 1300px;
        display: flex;
        color: #fff;
      }
      .banner .search .content img {
        width: 27px;
      }
      .banner .search .content input {
        background: none;
        color: #fff;
        border: none;
        margin-left: 30px;
        outline: none;
      }
      .banner .search .content input::placeholder {
          color: #fff; /* 设置颜色 */
          font-size: 16px; /* 设置字体大小 */
          opacity: 1; /* 使 opacity 适用于不同浏览器 */
      }


	  .xyzx{
        background: url("../images/bg3.png") no-repeat center;
        padding: 120px 0;
        position: relative;
      }
      .xyzx .swiper-button-prev1 {
        position: absolute;
        left: 0;
        top: 50%;
        width: 40px;
        height: 100px;
        z-index: 9;
        margin-top: -80px;
        cursor: pointer;
      }
      .xyzx .swiper-button-next1 {
        cursor: pointer;
        position: absolute;
        right: 0;
        z-index: 9;
        top: 50%;
        width: 40px;
        height: 100px;
        margin-top: -80px;
      }
      .section-title{
        font-weight: bold;
        font-size: 46px;
        color: #2A2A2A;
		position: relative;
      }
      .section-title a {
		position: absolute;
		right: 0;
		bottom: 0;
		color: #348E94;
		font-size: 18px;
		display: flex;
		align-items: center;
	  }
      .section-title a img {
		width: 18px;
		margin-left: 10px;
	  }
      .section-title .txt {
        display: inline-block;
        width: 520px;
        text-align: center;
        background: url("../images/bg2.png") no-repeat center;
        background-size: contain;
      }
            
      #certify {
        position: relative;
        margin: 0 auto
      }
      .xyzx .container {
      }
      #certify .swiper-container {
        padding-bottom: 60px;
      }

      #certify .swiper-slide {
        width: 700px;
        height: 600px;
        background: none;
        opacity: 0.5;
      }
      #certify .swiper-slide-active{
        opacity: 1;
      }
      #certify .swiper-slide img{
        display:block;
      }
      #certify .swiper-slide .txt {
        background: #fff;
        padding: 20px ;
        position: relative;
        box-shadow:0 0 1px #ccc;
      }
      #certify .swiper-slide .txt a {
        position: absolute;
        right: 20px;
        display: flex;
        bottom: 20px;
        color: #348E94;
        font-size: 14px;
        align-items: center;
      }
      #certify .swiper-slide .txt a img {
        width: 14px;
        margin-left: 5px;
      }
      #certify .swiper-slide p {
        line-height: 20px;
        padding-top: 0;
        text-align: left;
        color: #000;
        margin: 0;
        margin-top:10px;
      }
      #certify .swiper-slide .txt .p1 {

        font-size: 20px;
      }
      #certify .swiper-slide .txt .p2 {
        color: #8F8F8F;
        font-size: 14px;
      }

      #certify .swiper-pagination {
        width: 100%;
        bottom: 20px;
      }

      #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        background-color: #d5d5d5;
        width: 30px;
        height: 30px;
        opacity: 1;
      }

      #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background-color: #348e94; 
      }
      #certify .swiper-button-prev {
        left: -30px;
        width: 45px;
        height: 45px;
        background-position: 0 0;
        background-size: 100%;
      }

      #certify .swiper-button-prev:hover {
        background-position: 0 -46px;
        background-size: 100%
      }

      #certify .swiper-button-next {
        right: -30px;
        width: 45px;
        height: 45px;
        background-position: 0 -93px;
        background-size: 100%;
      }

      #certify .swiper-button-next:hover {
        background-position: 0 -139px;
        background-size: 100%
      }


	  

	.xuelu{
		background: url("../images/bg3.png") no-repeat center;
		padding: 120px 0;
		position: relative;
	}

	.xuelu .swiper-slide {
		display: flex;
	}
	.xuelu .swiper-slide .pic {
		width: 768px;
	}
	.xuelu .swiper-slide .info {
		width: calc(100% - 768px);
		background: url("../images/bg4.png") no-repeat center;
		padding: 70px 50px;
		background-size: contain;
		text-align: left;
	}
	.xuelu .swiper-slide .info .p1 {
		font-size: 24px;
		line-height: 36px;
		font-weight: 500;
		margin-bottom: 30px;
	}
	.xuelu .swiper-slide .info .p2 {
		height: 105px;
		font-weight: 400;
		font-size: 16px;
		color: #8F8F8F;
		line-height: 30px;
		margin-bottom: 90px;
	}
	.xuelu .swiper-slide .info a {
		display: flex;
		color: #348E94;
		font-size: 18px;
		align-items: center;
	  }
	.xuelu .swiper-slide .info a img {
		width: 18px;
		margin-left: 11px;
	  }

	.xuelu .swiper-pagination2 {
		display: flex;
		justify-content: center;
		margin-top: 50px;
	}
	.xuelu .swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 5px;
		background-color: #d5d5d5;
		width: 30px;
		height: 30px;
		opacity: 1;
	}

    .xuelu  .swiper-pagination-bullets .swiper-pagination-bullet-active {
		background-color: #348e94; 
	}


	.study-tide {
		padding: 90px 0 120px;
		background: url("../images/bg5.png") no-repeat center;
		background-size: 100%;
	}
	.tide-content {
		background: url("../images/bg6.png") no-repeat center;
		background-size: 100% 100%;
	}
	.tide-content .container {
		display: flex;
		width: 1300px;
	}
	.tide-content .container .item::before {
		position: absolute;
		display: block;
		content: '';
		width: 2px;
		height: 300px;
		background: #fff;
		right: 0;
		top: 50%;
		margin-top: -150px;
	}
  .tide-content .container .item:last-child::before {
    display: none;
  }
	.tide-content .container .item {
		width: 25%;
		position: relative;
		padding: 40px 35px 35px;
	}
	.tide-content .container .item .time {
		color: #3A9198;
		font-size: 16px;
		margin-bottom: 24px;
	}
	.tide-content .container .item .time img {
		width: 27px;
		margin-right: 20px;
	}
	.tide-content .container .item .title {
		padding-left: 30px;
		color: rgba(64, 64, 64, 1);
		font-size: 18px;
		margin-bottom: 30px;
		line-height: 30px;
    
	}
	.tide-content .container .item .other {
		padding-left: 30px;
		line-height: 30px;
		font-size: 16px;
    color: rgba(0, 0, 0, 1);
	}

	.picture-show  {
		display: flex;
	}
	.picture-show img {
		width: 100%;
    transition: 0.5s;
	}

	.picture-show .left {
		width: 60.3%;
	}
	.picture-show .right {
		width: 40.7%;
	}
	.picture-show .item {
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.picture-show .right .item {
		margin-bottom: 8px;
		margin-right: 0px;
	}
	.picture-show .left .box1 {
		width: 100%;
		display: flex;
	}
	.picture-show .left .box2 {
		width: 100%;
		display: flex;
	}
	.picture-show  .item {
    position: relative;
    cursor: pointer;
  }
	.picture-show  .item .pic {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
	.picture-show  .item:hover .pic img {
    transform: scale(1.1);
  }
	.picture-show  .item:hover .txt {
    opacity: 1;
  }
	.picture-show .item .txt {
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.5s;
    opacity: 0;
    background: rgba(52, 142, 148, 0.6);
  }
	.picture-show  .item .txt span {
    color: #fff;
    font-size: 36px;
    line-height: 70px;
    font-weight: bold;
    border-bottom: 5px solid #fff;
  }
	.picture-show .left .box1 .item1 {
	}


 /* 消息通知和信息公示列表样式 */
    .message-list {
        padding: 10px 30px 32px;
        background: #fff;
        height: 100%;
        box-sizing: border-box;
    }

    .list-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 25px;
        padding-bottom: 15px;
        border-bottom: 2px solid #348e94;
    }

    .list-header h3 {
        font-size: 20px;
        color: #2A2A2A;
        font-weight: bold;
        margin: 0;
    }

    .more-link {
        color: #348E94;
        font-size: 14px;
        text-decoration: none;
        display: flex;
        align-items: center;
        transition: all 0.3s ease;
    }

    .more-link:hover {
        color: #2A7A80;
    }

    .more-link img {
        width: 12px;
        margin-left: 5px;
    }

    .notification-list {
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .list-item {
        margin-bottom: 15px;
        padding: 12px 0;
        border-bottom: 1px dashed #e0e0e0;
        transition: all 0.3s ease;
    }

    .list-item:last-child {
        border-bottom: none;
        margin-bottom: 0;
    }

    .list-item:hover {
        background-color: #f8f9fa;
        padding-left: 10px;
        padding-right: 10px;
        border-radius: 4px;
    }

    .item-content {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .item-date {
        color: #999;
        font-size: 13px;
        white-space: nowrap;
        min-width: 80px;
        margin-top: 2px;
    }

    .item-title {
        color: #333;
        font-size: 14px;
        text-decoration: none;
        line-height: 1.5;
        flex: 1;
        transition: color 0.3s ease;
        display: block;
    }

    .item-title:hover {
        color: #348E94;
    }

    /* 移动端响应式 */
    @media (max-width: 1100px) {
        .message-list {
            padding: 20px 15px;
        }

        .list-header h3 {
            font-size: 18px;
        }

        .item-content {
            flex-direction: column;
            gap: 5px;
        }

        .item-date {
            min-width: auto;
            margin-top: 0;
        }

        .item-title {
            font-size: 13px;
        }
    }




	    /* 响应式适配，简单处理 */
    @media (max-width: 1300px) and  (min-width: 1400px) {
		.section-title .txt {
			width: 480px;
		}
		.section-title {
			font-size: 36px;
		}
		.section-title a {
			font-size: 16px;
		}
		.banner .search .content,
      .nav-container,
      .container {
        width: 1400px;
      }
	  .banner .bottom {
		width: 1400px;
	  }
	  #certify {
		width: 1400px;
	  }
	  #certify .swiper-slide {
		width: 1000px;
	  }
      .news-list {
        flex-wrap: wrap;
      }

      .news-item {
        width: 48%;
        margin-bottom: 20px;
      }

	  .nav-list li a {
		font-size: 18px;
	  }
	  .public-management,
	  .xuelu,
	  .study-tide {
		padding: 100px 0;
	  }
	  .xuelu .swiper-slide .pic {
		width: 760px;
	  }
	  .xuelu .swiper-slide .info {
		width: calc(100% - 900px);
		padding: 100px;
	  }
	  .xuelu .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
	  }
	  .tide-content .container .item .title {
		padding-left: 35px;
		font-size: 18px;
		line-height: 25px;
	  }
	  .tide-content .container .item .time {
		font-size: 14px;
		margin-bottom: 20px;
	  }
	  .tide-content .container .item .time img {
		width: 20px;
		margin-right: 11px;
	  }
	  .tide-content .container .item .other {
			padding-left: 35px;
			line-height: 25px;
			font-size: 14px;
		}
		.picture-show .item .txt span {
			font-size: 30px;
		}
		.contact-info .box p {}
		.contact-info .box {
			margin-right: 20px;
		}
		.contact-info .box p img {
			margin-right: 10px;
		}
		.footer .container .info {
			flex: 1;
		}
		.footer .container .qrcode {
			width: 650px;
			justify-content: space-between;
		}
		.qrcode-item {
			margin: 0 auto;
		}
		.qrcode-item p {
			font-size: 14px;
		}
    }


	    /* 响应式适配，简单处理 */
	 @media (max-width: 1620px) and  (min-width: 1409px) {
	.nav-container{
        width: 90%;
      } 
    .nav-list li a {
		font-size: 16px;
	  }
	 }
    
		
		
    @media (max-width: 1408px) and  (min-width: 1200px) {
		.section-title .txt {
			width: 380px;
		}
		.section-title {
			font-size: 30px;
			margin-bottom: 20px;
		}
		.section-title a {
			font-size: 14px;
		}
		.banner .search .content,
      .nav-container{
        width: 1200px;
      }
      .container {
        width: 1000px;
      }
	  .banner .bottom {
		width: 1000px;
	  }
	  .xyzx {
		padding: 60px 0;
	  }
	  #certify .swiper-container {
		padding-bottom: 0;
	  }
	  #certify .swiper-pagination {
		bottom: 0px;
	  }
	  #certify {
		width: 1000px;
	  }
	  #certify .swiper-slide {
		width: 800px;
	  }
	  #certify .swiper-slide .txt .p1 {
		font-size: 20px;
	  }
	  #certify .swiper-slide .txt .p2 {
		font-size: 14px;
	  }
	  #certify .swiper-slide .txt a {
		font-size: 14px
	  }
	  #certify .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
	  }
	  .public-management,
	  .xuelu,
	  .study-tide {
		padding: 60px 0;
	  }
	  .pm-content .right .box .info .p1 {
		font-size: 20px;
	  }
	  .pm-content .right .box .info .p2 {
		font-size: 16px;
		line-height: 20px;
	  }
	  .pm-content .left .side-nav li {
		font-size: 18px;
	  }
	  .pm-content .right {
		padding-bottom: 30px;
	  }
	  .pm-content .right .box {
		max-width: 770px;
	  }
      .news-list {
        flex-wrap: wrap;
      }

      .news-item {
        width: 48%;
        margin-bottom: 20px;
      }

	  .nav-list li a {
		font-size: 14px;
	  }

	  .xuelu .swiper-slide {
		padding: 40px;
	  }
	  .xuelu .swiper-slide .pic {
		width: 560px;
	  }
	  .xuelu .swiper-slide .info {
		width: calc(100% - 560px);
		padding: 0px 40px;
	  }
	  .xuelu .swiper-slide .info .p1 {
		font-size: 20px;
		margin-bottom: 15px;
	  }
	  .xuelu .swiper-pagination-bullets .swiper-pagination-bullet {
		width: 20px;
		height: 20px;
	  }
	  .tide-content .container .item .title {
		padding-left: 35px;
		font-size: 18px;
		line-height: 25px;
	  }
	  .tide-content .container .item .time {
		font-size: 14px;
		margin-bottom: 20px;
	  }
	  .tide-content .container .item .time img {
		width: 20px;
		margin-right: 11px;
	  }
	  .tide-content .container .item .other {
			padding-left: 35px;
			line-height: 25px;
			font-size: 14px;
		}
		.picture-show .item .txt span {
			font-size: 30px;
		}
		.tide-content .container .item {
			padding: 30px 40px 20px;
		}
		.contact-info {
			padding-left: 45px;
		}
		.contact-info .box p:last-child {
			font-size: 16px;
		}
		.contact-info .box {
			margin-right: 40px;
		}
		.qrcode-item {
			margin: 0 10px;
		}
    }
    @media (max-width: 1200px) {
      .header {
        display: none;
      }
      .xyzx {
        padding: 30px 0;
      }
      .container {
        width: calc(100% - 20px);
        margin: 0 auto;
      }
      .section-title {
        font-size: 24px;
        margin-bottom: 0px;
      }
      .section-title .txt {
        width: 80%;
        margin-bottom: 20px;
      }
      .section-title a {
        font-size: 14px;
      }
      .section-title a img {
        width: 10px;
        margin-left: 5px;
      }

      .public-management, .xuelu, .study-tide {
        padding: 30px 0;
      }
      .pm-content {
        flex-wrap: wrap;
      }
      .pm-content .left {
        width: 100%;
        margin-right: 0;
      }
      .pm-content .left .side-nav {
        flex-wrap: wrap;
        display: flex;
      }
      .pm-content .left .side-nav li {
        width: 33%;
        font-size: 14px;
        line-height: 35px;
        height: 35px;
      }
      .pm-content .right .box .info {
        padding: 15px;
      }
      .pm-content .right .box .info .p1 {
        font-size: 18px;
        margin-bottom: 10px;
        line-height: 25px;
      }
      .pm-content .right .box .info .p2 {
        font-size: 14px;
        line-height: 20px;
      }
      .xuelu .swiper-slide {
        flex-wrap: wrap;
      }
      .xuelu .swiper-slide .pic {
        width: 100%;
      }
      .xuelu .swiper-slide .info {
        width: 100%;
        padding: 15px;
      }
      .xuelu .swiper-slide .info .p1 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 10px;
      }
      .xuelu .swiper-slide .info .p2 {
        height: auto;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 20px;
      }
      .xuelu .swiper-slide .info a {
        
        position: initial;
        font-size: 12px;
        margin-top: 0px;
      }
      
      .xuelu .swiper-slide .info a img {
        width: 10px;
      }
      .xuelu .swiper-pagination2 {
        margin-top: 20px;
      }
      .xuelu .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
      }
      .tide-content {
        background-size: cover;
      }
      .tide-content .container {
        flex-wrap: wrap;
        width: 100%;
      }
      .tide-content .container .item {
        width: 100%;
        padding: 20px;
        border-bottom: 1px dashed #ccc;
      }
      .tide-content .container .item .time {
        margin-bottom: 10px;
      }
      .tide-content .container .item .time span {
        font-size: 14px;
      }
      .tide-content .container .item .time img {
        width: 15px;
        margin-right: 5px;
      }
      .tide-content .container .item .title {
        padding: 0 5px 0 20px;
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 20px;
      }
      .tide-content .container .item .other {
        padding-left: 20px;
        line-height: 20px;
        font-size: 14px;
      }
      .picture-show {
        flex-wrap: wrap;
      }
      .picture-show .left {
        width: 100%;
      }
      .picture-show .right {
        width: 100%;
      }
      .picture-show .left .box1 .item:last-child ,
      .picture-show .left .box2 .item:last-child {
        margin-right: 0;
      }
      .footer .top {
        padding: 20px 0;
        background-size: cover;
      }
      .footer .container {
        width: calc(100% - 20px);
        flex-wrap: wrap;
      }
      .footer .container .info {
        width: 100%;
      }
      .footer-logo {
        width: 230px;
        margin: 0 auto 20px;
      }
      .contact-info {
        padding: 0;
        flex-wrap: wrap;
        width: 100%;
      }
      .contact-info .box {
        margin-right: 0;
        padding-left: 10px;
        width: 100%;
        display: flex;
      }
      .qrcode {
        flex-wrap: wrap;
      }
      .qrcode-item {
        width: 50%;
        margin: 0 auto 10px;
        font-size: 14px;
        line-height: 25px;
      }
      .qrcode-item img {
        margin-bottom: 0;
      }
      .banner .search .content { 
        width: calc(100% - 20px);
      }
      .xuelu-content {
        margin-top: 20px;
      }
      .contact-info .box p img {
        width: 15px;
        margin-right: 5px;
      }
      .contact-info .box p {
        font-size: 16px;
      }
      .contact-info .box p:last-child {
        font-size: 16px;
        font-weight: 400;
      }
      .footer .bottom {
        line-height: 30px;
        padding: 10px 0;
      }
      .banner .search .content input {
        font-size: 14px;
        margin-left: 15px;
      }
      .banner .search .content img {
        width: 18px;
      }
      .web_nav {
        display: block;
        position: fixed;
        z-index: 99;
        width: 100%;
        height: 100%;
        right: -100%;
        margin: 0 auto;
        top: 0;
        background-color: #fff;
        transition: 0.3s;
        z-index: 999;
      }
      .web_nav .nav {
        padding: 0 20px;
      }
      .web_nav .top {
        width: 100%;
        background: #009096;
        padding: 10px;
      }
      .web_nav.active {
        right: 0;
      }
      .web_nav .close img {
        height: 20px;
      }
      .web_nav .logo img {
        height: 25px;
      }
      .web_nav> .flex {
        flex-wrap: wrap;
      }
      .web_nav> .flex>.item {
        width: 100%;
        line-height: 50px;
        border-bottom: 1px solid #ededed;
      }
      .web_nav> .flex>.item p {
        position: relative;
      }
      .web_nav> .flex>.item a ,
      .web_nav> .flex>.item p a {
        display: block;
        width: 100%;
        font-weight: bold;
        height: 40px;
        line-height: 40px;
      }
      .web_nav> .flex>.item p i {
        font-size: 16px;
        height: 50px;
        line-height: 50px;
        width: 50px;
        text-align: right;
        padding: 0 20px;
        position: absolute;
        right: 0;
        z-index: 1;
        top: 0;
      }
      .web_nav> .flex .item .child {
        padding-left: 20px ;
        display: none;
      }
      
    .common_web_head {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        z-index: 99;
        background: #009096;
        width: 100%;
        max-width: 750px;
        padding: 10px ;
    }
    .common_web_head .logo img{
        height: 25px;
    }
    .common_web_head .menu img {
        height: 20px;
    }
      .web_nav .footer .qrcode{
        display: none;
      }
      .web_nav .footer {
        position: absolute;
        bottom: 0;
        width: 100%;
        left: 0;
      }
      .web_nav .footer .top {
        padding: 20px 0;
      }
      .contact-info .box p {
        font-size: 14px !important;
      }
      .picture-show .item .txt span {
        font-size: 20px;
        line-height: 40px;
        border-bottom: 2px solid #fff;
      }
      #certify .swiper-slide {
        width: 100%;
        height: auto;
      }
      #certify .swiper-slide .txt .p1 {
        font-size: 18px;
        line-height: 25px;
      }
      #certify .swiper-slide .txt a {
        position: initial;
        margin-top: 5px;
      }
      .xyzx .swiper-button-prev1,
      .xyzx .swiper-button-next1 {
        width: 30px;
      }
      #certify .swiper-pagination {
        bottom: 10px;
      }
      #certify .swiper-pagination-bullets .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
      }
      .pm-content .right .box {
        box-shadow: 5px 5px 0px #348e94;
      }
    }
    