/* 列表 */
.areaActive{
  background: #00C29A;
  color:white;
}
.areaNoActive{
  cursor: pointer;
}
.pages{
  padding: 25px 0px;
    text-align: center;
  position: relative;
    bottom: 0;
    left: 0;
}
.load{background: #F5F7FA;}
.load a{
    font-weight: normal; 
    color: #919499;
}
.load a img{
  vertical-align: sub;
  margin-right: 6px;
}
.zhaobiaoBox{border:0;min-height:auto;}
.searchbox{border: 1px #E4E7ED solid;padding:15px 25px 10px;position: relative;}
.class div{font-weight:normal;}
.class ul{width:1050px;}
.class ul li a{font-size:12px;}
.class ul li a:hover{color:#00C29A;background:none;}
a.claaOn{background:#00C29A;                       }
.search{height:26px;}
.buttonsearch{
      width: 44px;
background: #00C29A url(${site.resourcePath!}2022/08/22/17-09-160884-916982456.png) no-repeat center center;
}
.slideTxtBox .hd ul{
  height:48px;
  position:relative;
  margin-top: 20px;
  border-bottom:2px solid #00C29A;
}
.slideTxtBox .hd ul li{
      float: left;
    cursor: pointer;
    font-size: 18px;
    width: 120px;
    text-align: center;
    color: #3D3D3D;
  padding:0;
  border-radius: 3px;
  line-height:48px;
}
.slideTxtBox .hd ul li.on{
      height: 48px;
    color: #fff;
    background-color: #00C29A;
}
.xiangmutitle{background:none;border:1px #f0f0f0 solid;}
.xiangmutitle span{border-left: 1px #E4E7ED solid;}
ul.newslist > li{padding:10px;border:1px #f0f0f0 solid;border-top:0;}
ul.newslist > li h1{padding-left:0;background:none;font-size:16px;}
ul.newsinfo{width:92%;}
ul.newsinfo li{
  float: left;
  padding-right: 60px;
  padding-left: 8px;
  color: #616366;
  border-bottom: 0px;
  padding-top: 7px;
}
.newsDate{
    position: absolute;
  right: 3px;
  bottom: 10px;
  top:auto;
  background: none;
  font-size: 12px;
  text-align: right;
  line-height: 15px;
  padding: 5px;
  color: #919499;
  border:0;
}
.newsDate div{
  font-weight: normal; 
  font-size: 14px;
  color: #919499;
}
.newsTag{ position: absolute;
  right: 0;
  top:0;
}
.newsTag div{width:64px;height:22px;color:#fff;text-align:center;line-height:22px;background-color: #F4A000;
    background:linear-gradient(to right,#F4A000,#F46300);border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;font-size: 12px;}

.ggList{
  width: 300px;
  float: right;
  margin-left: 20px;
}
.ggtitle{
  height: 48px;
  color: #fff;
  font-size: 16px;
  padding: 0 20px;
  line-height: 48px;
  margin-bottom: 10px;
  margin-top: 20px;
  background: url(${site.resourcePath!}2022/08/23/14-10-4501382018093700.png)  no-repeat;
  background-size:cover;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
}
.ggList ul li{
  padding: 25px 10px 10px;
  border:1px #f0f0f0 solid;
  margin-bottom: 10px;
  position: relative;
}
.ggList ul li h2{
  color: #303133;
  font-size: 14px;
  line-height:1.5;
}
.ggList ul li p{
  color: #616366;
  font-size: 13px;
}
.ggList ul li .time{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #F4A000;
  background:linear-gradient(to right,#F4A000,#F46300);
  color: #fff;
  font-size: 12px;
  width: 85px;
  height: 22px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  line-height: 22px;
  text-align: center;
}
.collapsebtn{
  position: absolute;
  bottom: -20px;
    background: white;
    left:calc(50% - 44px);		
  cursor: pointer;
  }
  .collapsebtn a{
  width: 88px;
  height: 20px;
  border:1px solid #E4E7ED;
  text-align: center;
  line-height: 20px;
  display: block;
  color: #00C29A;
    text-decoration: none;
    border-top: 0;
  }