.enchina{display: none;}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff ;
  font-size: 16px;
}

ul,
li {
  list-style: none;
}

img {
  display: block;
}

body {
  font-family: "Microsoft YaHei", sans-serif;
  overflow-x: hidden;

}

.flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ellipsis2 {
  display: -webkit-box;
  /* 使用弹性盒模型 */
  -webkit-box-orient: vertical;
  /* 设置子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 限制显示行数为2行 */
  overflow: hidden;
  /* 隐藏超出部分 */
  text-overflow: ellipsis;
  /* 超出部分显示为省略号 */
}

 .footer-right p {
   margin-bottom: 0px;
}

/* 首页的↓↓↓↓↓↓↓ */
/* 大于等于769px */
@media screen and (min-width: 769px) {
  .pchidden{
  display:none
}
  .header-content,
  .temp-node-content {
    width:1280px;

  }
  .togimg{width:15px;height:15px;}

  /* 轮播图样式 */
  .target {
    width: 100%;
    height: 545px;
    overflow: hidden;
    position: relative;
  }

  /* 头部导航样式 */
  .nav-item>div .jia {
    display: none;
  }

  .header-main {
    width: 100%;
    background: #21883C;
    background-size: 100% 100%;
    background-position: center;
  }

  .search-ph,
  .menu-btn {
    display: none;
  }

  .kcz-padd {
    padding: 72px 0 35px 0;
  }

  .header-content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
    flex-wrap: wrap;
  }

  .header-content .logo {
    width:334px;
    height: 52px;
  }
  .English-btn{
    display: block;
  }

  .search-main {
    width: 234px;
    height: 38px;
    border: 1px solid #82FCA2;
    display: flex;
    align-items: center;
    background-color: transparent;
    border-radius: 4px;
    padding: 0 10px;
    margin-left: 20px;
   font-size: 14px;
  }

  .search-main .input {
    background: transparent;
    border: none;
    color: white;
    width: 100%;
    outline: none;
    color: white;
  }

  .search-main .input::placeholder {
    color: white;
  }

  .search-main .btn {
    border: none;
    color: white;
    width: 19px;
    height: 19px;
    outline: none;
    cursor: pointer;
  }

  .header-content .nav {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin-top: 24px;
  }

  .nav-item {
    position: relative;

  }

  .nav-item .nav-item-prent {
    cursor: pointer;
    color: #FFFFFF;
    text-decoration: none;
    padding: 15px 20px;
    text-align: center;
  }

  .nav-item-childs {
    position: absolute;
    left: calc(50% - 72.5px);
    top: 51px;
    background: #2c9646ca;
    display: none;
    z-index: 100;
  }

  .nav-item-childs>div {
    width: 145px;
    text-align: center;
    height: 44px;
    line-height: 44px;
  }

  .nav-item:hover .nav-item-childs {
    display: block;
  }

  .nav-item-childs>div>a {
    color: #fff;
    /* 取消a标签下划线 */
    text-decoration: none;
    font-size: 16px;
  }

  .nav-item-childs>div:hover {
    background: #1b7f36b7;
  }

  .nav-item-childs>div:hover a {
    color: #fff;
  }

  /* 轮播图样式 */
  .target img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
   object-fit: cover;
  }

  /* 居中元素节点 */
  .kcdt-margin {
    margin: 43px 0 19px 0;
  }


  .temp-node-main {
    width: 100%;
    background: #FFFFFF;
    /* background: url('../img/heard-bg.png') no-repeat;
  background-size: 100% 100%;
  background-position: center; */
  }

  .temp-node-content {
    margin: 0 auto;

  }

  .temp-node-title-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .temp-node-title-main>div {
    width: calc(100% / 2);
margin-bottom: 20px;
  }

  .temp-node-title {
    font-weight: bold;
    font-size: 30px;
    color: #1A1A1A;
  }

  .temp-title-more img {
    width: 26px;
    height: 26px;
    margin-right: 10px;
  }

  .temp-title-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 16px;
    color: #21883C;
  }



  .kczjs-padding {
    /* padding: 35px 0 24px 0;
    border: 1px solid #eef7ff; */
  }

  .kcjs-bg {
    background: url('../img/bg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 45px 0 60px 0;

  }

  .kcjs-content {
    margin-top: 32px;
    display: flex;
    justify-content: space-between;
  }

  .kcjs-content-swapper {
    display: none;
  }

  .kcjs-item {
    width: 300px;
  }

  .kcjs-item-img {
    overflow: hidden;
  }

  .kcjs-item-img img {
    width: 300px;
    height: 247px;
    transition: all .5s;
  }

  .kcjs-item-img img:hover {
    /* 变大 */
    transform: scale(1.2);
  }

  .kcjs-item-text-main {
    background: #fff;
    padding: 19px;
  }

  .kcjs-item-text {
    font-size: 17px;
    color: #333333;
    margin-bottom: 15px;
       display: -webkit-box;
    /* 使用弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方式 */
    -webkit-line-clamp: 2;
    /* 限制显示行数为2行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }
.kcjs-item:hover .kcjs-item-text-main{
 background: #21883C;

}

.kcjs-item:hover  .kc-list-item-tips,
.kcjs-item:hover  .kcjs-item-time,
.kcjs-item:hover .kcjs-item-text{
color: #ffffff;

}
  /*.kcjs-item-text:hover {
    color: #21883C;
    cursor: pointer;
  } */

  .kc-list-item-tips {
    font-size: 14px;
    color: #A6A6A6;
    margin-bottom: 15px;
  }

  .kcjs-item-time {
    font-size: 14px;
    color: #A6A6A6;
    display: flex;
    align-items: center;
  }

  .yqlj {
    margin-top: 44px;
  }

  .yqlj-main {
    margin: 34px 0 55px 0;
    display: grid; /* 启用网格布局 */
    grid-template-columns: repeat(4, 1fr); /* 4列，每列等宽（1份空间） */
    gap: 30px; /* 元素之间的间距（可选，增强美观） */
  }

  .yqlj-item {
    padding:15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E3E3E3;
    font-size: 16px;
    color: #666666;
    cursor: pointer;
  }

  .yqlj-item:hover {
    background: #21883C;
    color: #fff;
  }

  .footer-main {
    width: 100%;
    height: 188px;
    display: flex;
    justify-content: space-between;
    color: #FFFFFF;
    padding-top: 42px;
  }

  .footer-left {
    width: 70%;
  }

  .footer-right {
    width: 30%;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
  }



  .footer-logo {
       width: 334px;
        height: 52px;
    margin-bottom: 20px;
  }

  .footer-tips {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
  }


}

/* 小于等于768px*/
@media screen and (max-width: 768px) {
  .waphidden{
  display:none
}
  .kcz-padd {
    padding: 20px 12px;
  }

  .header-content {
    width: 100%;
    padding: 20px !important;
    position: relative;
  }
  .togimg{width:22px;height:22px;}
  .toggce{display:none;}

  .temp-node-content {
    width: 100%;
  }

  /* 轮播图样式 */
  .target {
    width: 100%;
    height: 187px;
    overflow: hidden;
    position: relative;
  }

  .target img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
object-fit: cover;
  }

  .target2 {
    margin-top: 20px;
    width: 100%;
    height: 399px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
  }

  .target2 .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 244px;
  }

  .target2 .kcdt-banner-text {
    padding: 0 10px;
    margin-top: 254px;
    font-size: 15px;
    color: #333333;
  }

  .target2 .kcdt-banner-tips {
    padding: 0 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #A6A6A6;
  }

  .target2 .kcdt-banner-time {
    padding: 0 10px;
    margin-top: 10px;
    font-size: 14px;
    color: #A6A6A6;
    display: flex;
    align-items: center;
  }
  .hy-dot i{
    background: #FFF;
  }
  .hy-dot i.active {
    background: #2C9447 !important;
  }

  /* 头部导航样式 */
  .header-main {
    width: 100%;
    background: #21883C;
    background-size: 100% 100%;
    background-position: center;
  }

  .header-content {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0 0 0;
    flex-wrap: wrap;
  }

  .header-content .logo {
        width: 204px;
        height: 32px;
  }
  .English-btn{
    display: none;
  }
  .search-main {
    width: 100%;
    height: 55px;
    border: none;
    display: flex;
    align-items: center;
    background-color: #21883C;
    padding: 0 10px;
    padding: 15px !important;
    position: absolute;
    bottom: -55px !important;
    left: 0 !important;
    z-index: 1;
    display: none;
  }

  /* .search-main .input::placeholder {
    color: #333;
  } */

  .search-main .input {
    border-radius: 15px 15px 15px 15px;
    height: 30px;
    background: #fff;
    border: none;
    width: 100%;
    outline: none;
    color: #21883C;
    padding: 0 15px;
    font-size: 14px;
  }

  .search-main .btn {
    border: none;
    color: white;
    width: 19px;
    height: 19px;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 21px;

  }

  .header-content .nav {
    display: none;
    position: absolute;
    left: 0;
    top: 68px;
    width: 100%;
    max-height: 400px;
    background: #21883c;
    overflow-y: auto;
    z-index: 100;
  }

    .nav a{color:#fff;}

  .nav-item>div .jia {
    float: right;
  }

  .nav-item>div:nth-child(1) {
    display: block;
    width: 100%;
    padding: 12px;
    border-bottom: 1px solid #fff;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
  }

  .nav-item-childs {
    display: none;
  }

  .nav-item-childs>div {
    margin-left: 12px;
    width: calc(100% - 12px);
    border-bottom: 1px solid #fff;
    padding: 12px;
    font-size: 14px;
    color: #fff;
  }

  .nav-item-childs>div:last-child {
    /* border-bottom: none; */
  }


  /* 居中元素节点 */
  .kcdt-margin {
    margin: 28px 0 20px 0;
  }


  .temp-node-main {
    width: 100%;
    background: #FFFFFF;
  }

  .temp-node-content {
    margin: 0 auto;

  }

  .temp-node-title-main {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  .temp-node-title-main>div {
    width: calc(100% / 2);
margin-bottom: 20px;
  }

  .temp-node-title {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
  }

  .temp-title-more img {
    width: 12px;
    height: 12px;
    margin-right: 10px;
  }

  .temp-title-more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 400;
    font-size: 12px;
    color: #21883C;
  }

  .kc-main {
    width: 100%;
    padding: 0 12px;
  }

  .ke-pic-item {
    cursor: pointer;
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.15);
  }

  .ke-pic {
    width: 100%;
    height: 244px;
    transition: all .5s;

  }

  .ke-pic:hover {
    /* 变大 */
    transform: scale(1.2);
  }

  .ke-pic-time {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 11px;
    position: absolute;
    top: 218px;
    width: 130px;
    height: 26px;
    background: #21883c7e;
    border-radius: 0px 20px 0px 0px;
  }

  .ke-pic-time>img {
    width: 13px;
    height: 13px;
    margin-right: 6px;
  }

  .ke-pic-tips {
    line-height: 22px;
    height: 58px;
    padding: 10px;
    font-size: 15px;
    color: #333;
    display: -webkit-box;
    /* 使用弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方式 */
    -webkit-line-clamp: 2;
    /* 限制显示行数为2行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }




  .kc-list-item {
    cursor: pointer;
    margin-bottom: 17px;
    width: 100%;
    position: relative;
  }
  .kc-list-item > div:not(:last-child){
    border-bottom: 1px solid #ECECEC;
  }

  .kc-list-item-main {
    width: 100%;
    display: flex;
    align-items: center;
    padding-bottom: 15px;
    
    margin-bottom: 15px;
  }

  .kc-list-item-time {
    width: 58px;
    margin-right: 27px;
  }

  .riqi_1 {
    width: 58px;
    height: 32px;
    background: #21883C;
    border-radius: 4px 4px 0px 0px;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .riqi_2 {
    width: 58px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid #21883C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #21883C;
  }

  .kc-list-item-time>img {
    width: 14px;
    height: 14px;
    margin-right: 8px;
  }


  .kc-list-item-tips {
    width: 100%;
    font-family: Microsoft YaHei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    /* 使用弹性盒模型 */
    -webkit-box-orient: vertical;
    /* 设置子元素的排列方式 */
    -webkit-line-clamp: 2;
    /* 限制显示行数为2行 */
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
    /* 超出部分显示为省略号 */
  }


  /* .kc-list-main .kc-active .kc-list-item-main {
    background: #2C9447;
  }

  .kc-list-main .kc-active .kc-list-item-time {
    color: #FFF;
  }

  .kc-list-main .kc-active .kc-list-item-tips {
    color: #FFF;
  } */


  .kcjs-bg {
    background: url('../img/bg.png') no-repeat;
    background-size: 100% 100%;
    background-position: center;
    padding: 19px 12px 22px 12px;

  }


  .kcjs-content {
    display: none;
  }

  .kcjs-content-swapper {
    display: block;
  }

  .yqlj {
    margin-top: 22px;
    padding: 0 12px;
  }

  .yqlj-main {
    margin: 10px 0 0px 0;
    display: grid; /* 启用网格布局 */
      grid-template-columns: repeat(2, 1fr); /* 2列，每列等宽（1份空间） */
gap: 20px; /* 元素之间的间距（可选，增强美观） */
    padding: 0 12px;

  }

  .yqlj-item {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E3E3E3;
    padding: 15px 0px;
    font-size: 12px;
    color: #666666;
    cursor: pointer;
  }

  .yqlj-item:hover {
    border: 1px solid #21883C;
    color: #21883C;
  }

  .footer-main {
    margin-top: 48px;
    width: 100%;
    /* height: 188px; */
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #FFFFFF;
    padding: 33px 32px;
  }

  .footer-left {
    width: 100%;
    text-align: center;
  }

  .footer-right {
    text-align: center;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
  }

  .footer-logo {
        width: 270px;
        height: 43px;
    margin: 0 auto;
  }

  .footer-tips {
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin-top: 16px;

  }

}

/* detail界面的↓↓↓↓↓↓↓ */
/* 大于等于769 */
@media screen and (min-width: 769px) {
  .list-banner {
    width: 100%;
    height: 300px;
  }

  .content-big {
    width: 100%;
    display: flex;
    padding: 0 0 35px 0;
  }

  .phone-title {
    display: none;
  }

  .phone-address {
    display: none;
  }

  .address {
    margin: 0 0 32px 0;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    display: flex;
    align-items: center;
  }

  .home-img {
    width: 17px;
    height: 15px;
    margin-right: 7px;
  }

  /* 左侧菜单 */
  .mainBox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
  }

  .left-menu {
    flex-shrink: 0;
    margin-right: 20px;
    /* background: #fff; */
    /* border: 1px solid #f1f1f1; */
  }

  .left-menu-title {
    width: 351px;
    height: 104px;
    background-image: url("../img/menu/menu-big-bg.png");
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 30px;
    color: #fffffe;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
  }

  .left-menu .list-unstyled {
    width: 351px;
    background: #fff;
  }

  .left-menu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 358px;
    height: 68px;
    font-size: 18px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
    position: relative;
  }

  .left-menu-item:hover {
    text-decoration: none;
    color: #2C9447;
  }

  .left-menu-item.active {
    background-image: url("../img/menu/ac-menu.png");
    background-size: 100% 100%;
    background-position: center;
    color: white;
    border-bottom: none;
  }

  .left-menu-item.active:hover {
    color: white;
  }

  .left-menu-item.active:first-child {
    border-top: none;
  }

  .left-menu-item .menu-arrow {
    width: 16px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: transform 0.3s ease;
    position: absolute;
    right: 55px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .left-menu-item .menu-arrow:focus {
    outline: none;
  }

  .left-menu-item .menu-text {
    color: inherit;
    text-decoration: none;
    flex: 1;
    text-align: center;
    font-size: 18px;
  }

  .left-menu-item .menu-text:hover {
    color: inherit;
    text-decoration: none;
  }

  .left-menu-item[data-toggle="collapse"][aria-expanded="false"] .menu-arrow {
    background-image: url("../img/menu/down.png");
    transform: translateY(-50%) rotate(0deg);
  }

  .left-menu-item[data-toggle="collapse"][aria-expanded="true"] .menu-arrow {
    background-image: url("../img/menu/down.png");
    transform: translateY(-50%) rotate(180deg);
  }

  .left-menu-item.active[data-toggle="collapse"][aria-expanded="false"] .menu-arrow {
    background-image: url("../img/menu/top.png");
    transform: translateY(-50%) rotate(180deg);
  }

  .left-menu-item.active[data-toggle="collapse"][aria-expanded="true"] .menu-arrow {
    background-image: url("../img/menu/top.png");
    transform: translateY(-50%) rotate(0deg);
  }

  /* 为div容器内的箭头图标添加样式 */
  .left-menu-item.active .menu-arrow {
    background-image: url("../img/menu/top.png");
    transform: translateY(-50%) rotate(180deg);
  }

  .left-menu-item.active[aria-expanded="true"] .menu-arrow {
    background-image: url("../img/menu/top.png");
    transform: translateY(-50%) rotate(0deg);
  }

  /* 为div容器内的非激活状态箭头图标添加默认样式 */
  .left-menu-item:not(.active) .menu-arrow {
    background-image: url("../img/menu/down.png");
    transform: translateY(-50%) rotate(0deg);
  }

  .left-menu-item:not(.active)[aria-expanded="true"] .menu-arrow {
    background-image: url("../img/menu/down.png");
    transform: translateY(-50%) rotate(180deg);
  }

  #submenu1,
  #submenu2 {}

  .left-submenu-item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    font-weight: 400;
    font-size: 16px;
    padding: 18px 0;
    color: #8c8c8c;
    text-decoration: none;
  }

  .left-submenu-item:hover {
    color: #2C9447;
    text-decoration: none;
  }

  .left-submenu-item.active {
    color: #2C9447;
  }

  .left-submenu-item .submenu-icon {
    width: 16px;
    height: 12px;
  }

  .right-main {
    margin-left: 34px;
    width: calc(100% - 350px - 34px);
    /* background: #FFFFFF; */
    /* padding: 0 25px 25px 25px; */
  }

  .paging-main .active {
    background: #2C9447;
    color: #fff;
  }

  .article-main {
    padding-bottom: 40px;
  }


  .change-text {
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
  }

  .change-text:hover {
    cursor: pointer;
    color: #2C9447;
    text-decoration-line: underline;
  }

  .article-title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
  }

  .article-tips {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 20px 0;
  }

  .article-content {
    font-weight: 400;
    font-size: 14px;
   font-family: 微软雅黑;
    color: #666666;
    line-height: 25px;
  }
}

.article-content img{display:inline-block;}

/* 小于等于768px*/
@media screen and (max-width: 768px) {
  .list-banner {
    width: 100%;
    height: 158px;
  }

  .content-big {
    width: 100%;
    display: flex;
    padding: 0px 0 35px 0;
  }

  .address {
    display: none;
  }

  .phone-address {
    box-sizing: border-box;
    padding: 0 12px;
    margin: 20px 0 32px 0;
    font-weight: 400;
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
  }

  .phone-address>img {
    width: 14px;
    height: 12px;
    margin-right: 10px;
  }

  .left-menu {
    display: none;
  }

  .right-main {
    width: 100%;
    /* background: #FFFFFF; */
    /* padding: 14px; */
  }

  .phone-title {
    display: flex;
    align-items: center;
    padding: 12px;
    width: 100%;
    height: 50px;
    background: #2C9447;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
  }


  .paging-main .active {
    background: #2C9447;
    color: #fff;
  }

  .article-main {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
  }
 .article-content img {
width:100%;
}

  .change-text {
    padding-left: 12px;
    padding-right: 12px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
  }

  .change-text:hover {
    cursor: pointer;
    color: #2C9447;
    text-decoration-line: underline;
  }

  .article-title {
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-bottom: 20px;
  }

  .article-tips {
    font-size: 14px;
    color: #666666;
    text-align: center;
    margin: 20px 0;
    border-bottom: 1px solid #F0F0F0;
    padding-bottom: 15px;
  }

  .article-content {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    line-height: 25px;
  }
}


/* 列表1页的 */
/* 大于等于769 */
@media screen and (min-width: 769px) {
  .list-banner {
    width: 100%;
    height: 300px;
  }

  .phone-title {
    display: none;
  }

  .phone-address {
    display: none;
  }

  .address {
    margin: 0 0 32px 0;
    padding: 20px;
    font-weight: 400;
    font-size: 14px;
    color: #8C8C8C;
    display: flex;
    align-items: center;
  }

  .home-img {
    width: 17px;
    height: 15px;
    margin-right: 7px;
  }

  .paging-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .paging-main .Previous,
  .paging-main .Next {
    cursor: pointer;
    margin-right: 10px;
    width: 60px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #555555;
  }

  .paging-main .num {
    width: 29px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #555555;
    margin-right: 10px;
    cursor: pointer;
  }

  .paging-main .active {
    background: #2C9447;
    color: #fff;
  }


  .article-main {
    padding-bottom: 40px;
  }

  .list1-main .list1-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff;
    padding: 30px 60px;
    margin-bottom: 25px;
    cursor: pointer;
  }
  .list1-main .list1-item:hover{
    background: #21883C;
  }
  .list1-main .list1-item:hover .list1-item-time1,
  .list1-main .list1-item:hover .list1-item-time2,
  .list1-main .list1-item:hover .list1-item-title,
  .list1-main .list1-item:hover .list1-item-text {
    color: #ffffff;
  }


  .list1-item-time1 {
    width: 60px;
    font-family: Arial;
    font-weight: 400;
    font-size: 50px;
    color: #21883C;
  }

  .list1-item-time2 {
    width: 60px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #21883C;
  }

  .right-text {
    margin-left: 30px;
    width: calc(100% - 90px);
  }

  .list1-item-title {
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    margin-bottom: 21px;
  }

  .list1-item-text {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
  }
}

/* 小于等于768px*/
@media screen and (max-width: 768px) {

  .paging-main {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 70px;
    margin-bottom: 20px;
  }

  .paging-main .Previous,
  .paging-main .Next {
    cursor: pointer;
    margin-right: 10px;
    width: 60px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #555555;
  }

  .paging-main .num {
    width: 29px;
    height: 29px;
    background: #FFFFFF;
    border-radius: 4px;
    border: 1px solid #F0F0F0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    color: #555555;
    margin-right: 10px;
    cursor: pointer;
  }

  .paging-main .active {
    background: #2C9447;
    color: #fff;
  }

  .article-main {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 40px;
  }


  .list1-main .list1-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
     background: #ffffff;
    padding: 2px 19px;
    margin-bottom: 15px;
  }

  .list1-item-time1 {
    width: 60px;
    font-family: Arial;
    font-weight: 600;
    font-size: 22px;
    color: #21883C;
    text-align: center;
  }

  .list1-item-time2 {
    width: 60px;
    font-family: Arial;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #21883C;
  }

  .right-text {
    margin-left: 15px;
    width: calc(100% - 75px);
  }

  .list1-item-title {
    margin-top: 15px;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-bottom: 21px;
  }

  .list1-item-text {
    font-weight: 400;
    font-size: 14px;
    color: #808080;
    display: none;
  }
}

/* list2界面的↓↓↓↓↓↓↓ */
/* 大于等于769 */
@media screen and (min-width: 769px) {
  .news-item-main>div {
    font-size: 16px;
    color: #333;
  }

  .news-item-main {
    cursor: pointer;
    border-radius: 5px;
    padding: 0 10px;
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #EBEBEB;
  }

  .news-item-main:hover {
    background: #2C9447;
    color: #fff;
  }

  .news-item-main:hover div {
    color: #fff !important;
  }
}

/* 小于等于768px*/
@media screen and (max-width: 768px) {
  .news-list-main {
    padding: 0 12px;
    width: 100%;
  }

  .news-item-main {
    padding-bottom: 15px;
    border-bottom: 1px solid #EBEBEB;
    margin-bottom: 15px;
  }

  .news-item-main>div>img {
    display: none !important;
  }

  .news-item-main>div {
    width: 100%;
    font-size: 15px;
    color: #333;
  }

  .news-item-main>div:nth-child(2) {
    margin-top: 10px;
    color: #21883C !important;
  }


}

/* activity 的 */
/* 大于等于769 */
@media screen and (min-width: 769px) {
  .price-main {
    display: flex;
    flex-wrap: wrap;
  }

  .price-main>div:nth-child(2) {
    margin: 0 33px;
  }

  .price-main>div:nth-child(5) {
    margin: 0 33px;
  }

  .price-item-main {
    cursor: pointer;
    width: 340px;
    margin-bottom: 34px;
  }

  .price-item-img {
    height: 250px;
    overflow: hidden;
  }

  .price-item-img img {
    transition: all 0.5s;
  }

  .price-item-img img:hover {
    transform: scale(1.2);
  }

  .price-item-text {
    background: #fff;
    font-size: 16px;
    color: #333333;
    padding: 10px;
  }
}

/* 小于等于768px*/
@media screen and (max-width: 768px) {
  .price-main {
    padding: 0 12px;
    display: flex;
    flex-wrap: wrap;
  }

  .price-main>div:nth-child(2n-1) {
    margin-right: 20px;
  }


  .price-item-main {
    cursor: pointer;
    width: calc(50% - 10px);
    margin-bottom: 24px;
  }

  .price-item-img {
    height: 125px;
  }

  .price-item-text {
    background: #fff;
    font-size: 12px;
    color: #333333;
    padding: 10px;
  }
}