 .navbar {
        position: relative;
        right: 0;
        left: 0;
        clear: both;
        width: 100%;
        background: #00797c;
        transition: all 0.7s ease-out 0s;
        box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.3);
      }
      .navbar .navbar-nav {
        width: 1460px;
        margin: 0 auto;
      }
      .navbar .navbar-nav li {
        width: 182px;
        padding: 20px 0;
      }
      .navbar .navbar-nav li:hover {
        background: #004d4f;
      }
      .navbar .navbar-nav > li > a {
        font-size: 20px;
        font-family: 'sys' !important;
        color: #fff;
      }
      .navbar .navbar-nav > li.current > a,
      .navbar .navbar-nav > li:hover > a {
        color: #edac2d;
      }
      .navbar .navbar-nav > li.current > a:hover {
        color: #fff;
      }

      .navbar .nav-child > li {
        padding: 0;
      }

      .header {
        background: url(../images/shan.png) no-repeat center bottom !important;
        height: 140px;
        padding-top: 20px;
      }

      .header .right {
        float: right;
        position: relative;
        top: 0px;
      }
      .header .right .link {
        position: absolute;
        right: 90px;
        top: -20px;
        color: #fff;
        border: 1px solid #00797c;
        padding: 5px 10px;
        border-radius: 0 0 5px 5px;
        border-top: none;
        background: #00797c;
      }
      .header .right .link a {
        color: #fff;
        font-size: 18px;
      }
      .header .right .text {
        line-height: 40px;
        background: #f0f0f0;
        padding: 0 20px;
        width: calc(100% - 60px);
        box-sizing: border-box;
        height: 40px;
        outline: none;
        border: none;
        border-radius: 10px 0 0 10px;
      }
      .header .right .searchBox .btn {
        position: absolute;
        right: 0;
        top: 0;
        height: 100%;
        background: #005768;
        border-radius: 0px 40px 40px 0;
        width: 60px;
        font-size: 20px;
        color: #fff;
      }

      /* 底部导航栏样式 */
      .navbar2 {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
        background-color: #fff;
        border-top: 1px solid #e0e0e0;
        padding-bottom: env(safe-area-inset-bottom); /* 适配iPhone等设备的安全区域 */
        z-index: 91;
      }

      .nav-item {
        flex: 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 10px 5px;
        text-decoration: none;
        color: #666;
        transition: all 0.2s ease;
        min-height: 60px;
      }

      .nav-item.active {
        color: #007aff; /* iOS蓝色 */
      }

      .nav-icon {
        font-size: 22px;
        margin-bottom: 4px;
      }

      .nav-text {
        font-size: 12px;
      }

      /* 点击效果 */
      .nav-item:active {
        background-color: rgba(0, 0, 0, 0.05);
      }

      @media (max-width: 768px) {
        .header {
          height: 60px;
          padding-top: 0;
        }
        .navbar .navbar-nav {
          width: 240px;
          margin: unset;
        }
        .header .right {
          display: none;
        }
        .navbar2 {
          display: flex;
        }
      }
	  
	  .fixedHeader{}

      @media (max-width: 1240px) {
        body.side-right .mask {
          position: fixed;
          z-index: 12;
          right: 0;
          left: 0;
          top: 0;
          height: 100%;
          background: rgba(0, 0, 0, 0.8);
        }
      }
	 
	  
	  
	 @media (max-width: 768px) {
        .newsList {
          float: none;
          width: 100% !important;
          margin-left: 0;
        }
		.fixedHeader{
			position: fixed !important;
			padding: 0;
			top: 0;
			left: 0;
			z-index: 999;
			width: 100%;
			height: 62px;
			background: #00797c;
			box-shadow: 0 0 0.06rem rgba(0, 0, 0, 0.3);
		}
      }
	  
	  
.ul-list-d3 li{display:flex;width:100%;}
.ul-list-d3 li div{flex:1}
.ul-list-d3 li span{width:100px;background:red;color:#ffff;}