.wp-bigbg {
  margin-top: 15px;
  width: 100%;
  padding: 32px 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.wp-bigbg-cont {
  width: 1096px;
  display: flex;
  flex-direction: column;
}

.search-res-title {
  width: 100%;
  display: flex;
  align-items: center;
}

.search-res-title-txt {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 21px;
}

.search-res-right {
  display: flex;
  margin-left: 16px;
}

.search-txt01 {
  font-size: 16px;
  line-height: 24px;
  color: #8e8e8e;
}

.search-txt02 {
  font-size: 16px;
  line-height: 24px;
  color: #00a364;
}

.wp-artlist {
  margin-top: 16px;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}

.wp-artlist li{
  display: flex;
  flex-direction: column;
}

.artcont {
  border-top: 2px solid #ececec;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
}

.art-title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.art-bottom {
  margin-top: 22px;
  display: flex;
  font-size: 12px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 16px;
  align-items: center;
}

.art-time {
  margin-left: 5px;
}

.art-read {
  margin-left: 5px;
}

.articon02 {
  margin-left: 24px;
}

.wp-pagination {
  margin-top: 8px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.pagination-left {
  margin-right: 16px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.pagination-left span {
  color: #000000;
}

.pagination-left em {
  color: #00A364;
}

.pagination-right {
  display: flex;
}

.pagination-item {
  padding: 0 8px;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 24px;
  border: 1px solid #e2e2e2;
}

.pagination-item.active {
  color: #00A364;
}

.artde-title {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 21px;
}

.artde-subtitle {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #8E8E8E;
  line-height: 24px;
}

.divider {
  margin-top: 16px;
  width: 100%;
  height: 2px;
  background-color: #ececec;
}

.art-box-txt {
  display: flex;
  flex-direction: column;
}

.art-box-txt p {
  margin-top: 16px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 20px;
}

.art-box-imgs {
  margin-top: 16px;
  display: flex;
}

.art-box-imgs a {
  margin-left: 20px;
  width: 256px;
  height: 144px;
}

.art-box-imgs a:first-child {
  margin-left: 0;
}

.art-box-imgs img {
  width: 256px;
  height: 144px;
  border-radius: 4px;
}

.box-nav02 {
  display: flex;
}

.box-nav02 a {
  font-size: 18px;
  font-weight: 400;
  color: #1F2329;
  line-height: 22px;
  height: 30px;
  padding: 0 16px;
}

.box-nav02 a.active {
  color: #00A364;
  border-bottom: 2px solid #00A364;
}

.box-imgs02 {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #ececec;
}

.imgs02-item {
  margin-top: 16px;
  margin-left: 16px;
  width: 262px;
  height: 239px;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0px rgba(0, 163, 100, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 163, 100, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imgs02-item:nth-child(4n+1) {
  margin-left: 0;
}

.imgs02-img {
  margin-top: 7px;
  width: 246px;
  height: 138px;
  border-radius: 4px;
}

.imgs02-title {
  margin-top: 16px;
  width: 246px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imgs02-time {
  margin-top: 16px;
  width: 246px;
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
  line-height: 24px;
}

.wp-section {
  margin-top: 15px;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}

.sec-top {
  position: relative;
  width: 1096px;
  display: flex;
  flex-direction: column;
}

.sec-top::after {
  content: '';
  margin-top: 16px;
  width: 100%;
  height: 2px;
  background-color: #ececec;
}

.sec-title {
  display: flex;
}

.sec-title span {
  font-size: 18px;
  font-weight: bold;
  color: #1F2329;
  line-height: 21px;
  height: 28px;

}

.sec-title .underline {
  border-bottom: 2px solid #00A364;
}

.sec-nav {
  margin-top: 15px;
  display: flex;

}

.sec-nav li {
  margin-right: 40px;
  font-size: 15px;
  font-weight: 500;
  line-height: 21px;
  cursor: pointer;
  height: 26px;
}

.sec-nav li.active {
  border-bottom: 2px solid #00A364;
}

.sec-nav li a{
  color: #1F2329;
}

.sec-nav li.active a{
  color: #00A364;
}

.sec-bottom {
  width: 1096px;
  display: flex;
  flex-wrap: wrap;
}

.sec-bottom a {
  border-radius: 44px;
  border: 1px solid #8E8E8E;
  font-size: 14px;
  font-weight: 500;
  color: #8E8E8E;
  line-height: 40px;
  text-align: center;
  padding: 0 16px;
  margin-top: 16px;
  margin-right: 16px;
}

.sec-bottom a.active {
  background: rgba(0, 163, 100, 0.05);
  border: 1px solid #00A364;
  color: #00A364;
}

.box-imgs03 {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #ececec;
}

.imgs03-item {
  position: relative;
  margin-top: 16px;
  margin-left: 16px;
  width: 278px;
  height: 305px;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0px rgba(0, 163, 100, 0.2);
  border-radius: 4px;
  box-sizing: border-box;
  border: 1px solid rgba(0, 163, 100, 0.2);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.imgs03-item:nth-child(4n+1) {
  margin-left: 0;
}

.imgs03-img {
  margin-top: 7px;
  width: 262px;
  height: 148px;
  border-radius: 4px;
}

.imgs03-title {
  margin-top: 16px;
  width: 262px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.imgs03-time {
  margin-top: 16px;
  width: 262px;
  display: flex;
  justify-content: space-between;
}

.imgs03-time span {
  font-size: 14px;
  font-weight: 400;
  color: #8F959E;
  line-height: 24px;
}

.imgs03-tag {
  margin-top: 16px;
  width: 262px;
  display: flex;
  justify-content: flex-end;
}

.imgs03-tag span {
  flex-shrink: 0;
  background: rgba(0, 163, 100, 0.05);
  border-radius: 44px;
  border: 1px solid #00A364;
  font-size: 14px;
  font-weight: 500;
  color: #00A364;
  line-height: 40px;
  padding: 0 16px;
}

.imgs03-abs {
  position: absolute;
  bottom: 24px;
  right: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #00A364;
  line-height: 20px;
}

.wp-service {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 16px 0;
  background-color: #fff;
}

.service-title {
  width: 1128px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.service-title-txt {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  line-height: 35px;
}

.service-title-txt::before {
  content: '';
  width: 2px;
  height: 18px;
  background-color: #00A364;
  margin-right: 4px;
}

.abs-soubox {
  position: absolute;
  top: 16px;
  right: 36px;
  display: flex;
}

.sou-left {
  width: 190px;
  height: 40px;
  background-color: #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sou-ipt {
  width: 160px;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  line-height: 20px;
  border: none;
  background: none;
}

.sou-right {
  width: 60px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #00A364;
}

.souicon {
  font-size: 20px;
  color: #fff;
}

.box-imgs04 {
  display: flex;
  flex-wrap: wrap;
  border-top: 2px solid #ececec;
}

.imgs04-item {
  margin-top: 16px;
  margin-left: 16px;
  position: relative;
  width: 354px;
  height: 364px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #ececec;
}

.imgs04-item:nth-child(3n+1) {
  margin-left: 0;
}

.imgs04-img {
  width: 354px;
  height: 200px;
}

.imgs04-title {
  margin-top: 16px;
  width: 338px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  line-height: 24px;
}

.imgs04-txt {
  margin-top: 8px;
  width: 338px;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.imgs04-abs {
  position: absolute;
  bottom: 24px;
  right: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #00A364;
  line-height: 20px;
}
.show{
}
.hidden{
  display: none;
}