* {
  margin: 0;
  padding: 0;
  color: #333;
  text-decoration: none;
  list-style-type: none;
}
body {
  width: 100%;
  overflow-x: hidden;
}
.gab-bg {
  min-width: 100vw;
  min-height: 100vh;
  background-color: #f2f7f9;
  background: url(bg.png) no-repeat;
  background-position: center top;
  padding-bottom: 25px;
}
.gab-bg-list {
  min-width: 100vw;
  min-height: 100vh;
  background-color: #e7f3e5;
  background: url(bg_list.png) no-repeat;
  background-position: center top;
  padding-bottom: 30px;
}
.gab-container {
  width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  box-sizing: border-box;
}
.index-bg {
  background: url(con_bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 50px;
}
.gab-header {
  width: 100%;
  height: 420px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.gab-header .head-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.gab-header .head-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 30px;
  height: 100%;
  box-sizing: border-box;
}
.gab-header .site-name a {
  font-size: 48px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #E30A05;
  text-shadow: 3px -3px 5px #fff;
}
.gab-header .wza-button {
  width: 110px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 24px;
  font-weight: bold;
  border: 2px solid #fff;
  line-height: 50px;
  box-shadow: 0px 8px 12px 0px #8ec770;
  background-color: #008889;
  overflow: hidden;
  padding-top: 2px;
}
.gab-header .wza-button .wza-inner {
  color: #fff;
  background-color: #00a7a8;
  width: 100%;
  border-radius: 50px;
  margin-left: 7px;
  height: 48px;
  line-height: 48px;
  cursor: pointer;
}
.gab-header .wza-button .wza-inner a {
  color: #fff;
}
.gab-header .zzzq-button {
  margin-top: 60px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 20px;
  padding-top: 2px;
}
.gab-header .zzzq-button .gab-item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #008889;
  line-height: 80px;
  overflow: hidden;
  border: 2px solid #8ec770;
  box-shadow: 0px 4px 10px 0px #8ec770;
}
.gab-header .zzzq-button .gab-item .item-inner {
  color: #fff;
  font-size: 38px;
  border-radius: 50%;
  background-color: #00a7a8;
  margin-left: 7px;
  height: 78px;
  line-height: 78px;
  font-weight: 600;
  padding-left: 14px;
}
.gab-header .zzzq-button .item-marg {
  margin-left: -10px;
}
.gab-container-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.gab-container-list .cloumn-list-left {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.gab-container-list .cloumn-list-left > li {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  height: 220px;
  box-sizing: border-box;
}
.gab-container-list .cloumn-list-left > li > a {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 140px;
  padding-left: 30px;
  box-sizing: border-box;
}
.gab-container-list .cloumn-list-left > li:nth-of-type(1) {
  background: url(home_icon_1.png) no-repeat;
}
.gab-container-list .cloumn-list-left > li:nth-of-type(2) {
  background: url(home_icon_2.png) no-repeat;
}
.gab-container-list .cloumn-list-left > li:nth-of-type(3) {
  background: url(home_icon_3.png) no-repeat;
}
.gab-container-list .cloumn-list-left > li:nth-of-type(4) {
  background: url(home_icon_4.png) no-repeat;
}
.gab-container-list .cloumn-list-left > li:nth-of-type(5) {
  background: url(home_icon_5.png) no-repeat;
}
.gab-container-list .cloumn-list-left > li:nth-of-type(6) {
  background: url(home_icon_6.png) no-repeat;
}
.gab-container-list .cloumn-list-left > li:nth-of-type(3n) {
  margin-right: 0;
}
.gab-container-list .title-name {
  font-size: 32px;
  color: #fff;
  font-weight: bolder;
  line-height: normal;
}
.gab-main {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 30px 50px;
  box-shadow: 0px 40px 40px 20px #F1EAE2;
}
.gab-main .gab-column-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.gab-main .gab-column-name > h1 {
  margin: 0 60px;
  color: #74950f;
  font-size: 65px;
  line-height: normal;
}
.gab-main .gab-column-name > h1 a {
  color: inherit;
}
.gab-main .gab-column-name::before,
.gab-main .gab-column-name::after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background-color: #74950f;
}
.gab-main .article-list {
  margin-top: 45px;
}
.gab-main .article-list > li {
  width: 100%;
  /* height: 200px; */
  box-shadow: 1px 1px 8px 2px #e8f1e2;
  background-color: #faffea;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  padding: 35px 35px;
}
.gab-main .article-list > li a{
  width: 100%;
}
.gab-main .article-list > li::before {
  content: "";
  display: block;
  width: 10px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-bottom-left-radius: 8px;
  border-top-left-radius: 8px;
  background-image: linear-gradient(to top, #74950f, #74950f);
}
.gab-main .article-list > li .article-left {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.gab-main .article-list > li .article-left .article-title {
  width: 100%;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 25px;
  line-height: normal;
}
.gab-main .article-list > li .article-left .ariticle-time {
  font-size: 32px;
  line-height: normal;
  color: #808080;
  text-align: right;
}
.gab-main .pager-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gab-main .pager-box > a {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border: 1px solid #E1E1E1;
  margin: 0 8px;
  font-size: 28px;
  box-sizing: border-box;
}
.gab-main .pager-box .page-num-input {
  width: 60px;
  height: 60px;
  border: 1px solid #E1E1E1;
  outline: none;
  box-sizing: border-box;
  padding: 0 5px;
  font-size: 28px;
}
.gab-main .pager-box .sumbit-btn {
  width: 100px;
  height: 60px;
  background-color: #74950f;
  color: #fff;
  border: none;
}
.gab-main-detail {
  width: 100%;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 50px 35px;
  box-shadow: 0px 20px 40px 5px #F1EAE2;
  margin-bottom: 45px;
  position: relative;
}
.gab-main-detail .back-btn {
  width: 110px;
  height: 80px;
  position: absolute;
  background: url(home_back.png) no-repeat;
  cursor: pointer;
}
.gab-main-detail .gab-column-name {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  line-height: normal;
}
.gab-main-detail .gab-column-name > h1 {
  margin: 0 60px;
  color: #74950f;
  font-size: 65px;
}
.gab-main-detail .gab-column-name > h1 a {
  color: inherit;
}
.gab-main-detail .gab-column-name::before,
.gab-main-detail .gab-column-name::after {
  content: "";
  display: block;
  width: 75px;
  height: 4px;
  background-color: #74950f;
}
.gab-main-detail .gab-datail-box .gab-detail-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  box-sizing: border-box;
  padding: 0 60px;
  margin-top: 85px;
  line-height: normal;
  margin-bottom: 80px;
}
.gab-main-detail .gab-datail-box .gab-detail-soure {
  width: 100%;
  height: 50px;
  background-color: #F3F3F3;
  box-sizing: border-box;
  padding: 0 10px;
  font-size: 24px;
  color: #666666;
  display: flex;
  align-items: center;
  margin-bottom: 45px;
  justify-content: center;
}
.gab-main-detail .gab-datail-box .gab-detail-soure .detail-soure {
  margin-right: 100px;
}
@media screen and (max-width: 1200px) {
  html {
    overflow-x: hidden;
  }
  .gab-container {
    width: 100%;
    box-sizing: border-box;
    background: #fff !important;
  }
  .gab-header {
    width: 100%;
    box-sizing: border-box;
    height: 4rem;
  }
  .gab-header .head-container {
    width: 100%;
    padding-top: 0.15rem;
    padding-left: 0.15rem;
  }
  .gab-header .site-name {
    font-size: 14px;
    padding-left: 0.1rem;
    padding-top: 0.2rem;
  }
  .gab-header .site-name a {
    font-size: 0.6rem;
  }
  .gab-header .wza-button {
    top: 10px;
    right: 10px;
    display: none;
  }
  .gab-header .zzzq-button {
    width: auto;
    height: 0.7rem;
    margin-top: 2rem;
  }
  /* .gab-header .zzzq-button .item-marg{
    margin-left: 9px;
  } */
  /* .gab-header .zzzq-button .gab-item{
    transform: scale(1.3);
  } */
  .gab-container-list {
    flex-wrap: wrap;
  }
  .gab-container-list .cloumn-list-left {
    width: 100%;
  }
  .gab-container-list .cloumn-list-left > li {
    width: calc((100% - 0.4rem) / 2);
    background-size: 220% 110%!important;
    height: 3.6rem;
    margin-right: 0.4rem!important;
    border-radius: 40px;
  }
  .gab-container-list .cloumn-list-left > li:nth-of-type(2n){
    margin-right: 0!important;
  }
  .gab-container-list .cloumn-list-left > li > a {
    padding-top: 2.4rem;
    padding-left: 0;
    text-align: center;
  }
  .gab-container-list .title-name{
    font-size: 0.5rem;
    margin-top: 0.3rem;
  }
  .gab-main .gab-column-name > h1 {
    margin: 0 0.4rem;
    font-size: 0.6rem;
  }
  .gab-main .gab-column-name::before,
  .gab-main .gab-column-name::after {
    width: 0.35rem;
  }
  .gab-main .article-list {
    margin-top: 0.4rem;
  }
  .gab-main .article-list > li {
    width: 100%;
    height: auto;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    padding-right: 0.1rem;
  }
  .gab-main .article-list > li .article-left {
    width: 100%;
    height: 100%;
  }
  .gab-main .article-list > li .article-left .article-title {
    font-size: 0.5rem;
    margin-bottom: 0.2rem;
    line-height: normal;
  }
  .gab-main .article-list > li .article-left .ariticle-time {
    font-size: 0.4rem;
    line-height: normal;
  }
  .gab-main .pager-box {
    flex-wrap: wrap;
  }
  .gab-main .pager-box > a {
    margin: 8px;
    font-size: 0.5rem;
    box-sizing: border-box;
  }
  .gab-main-detail {
    width: 100%;
    box-sizing: border-box;
    padding: 0.2rem;
    margin-bottom: 0.5rem;
    position: relative;
  }
  .gab-main-detail .back-btn {
    width: 0.7rem;
    height: 0.5rem;
    position: absolute;
    top: 10px;
    left: 10px;
    background: url(home_back.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
  }
  .gab-main-detail .gab-column-name {
    margin-top: 0.45rem;
  }
  .gab-main-detail .gab-column-name > h1 {
    margin: 0 0.4rem;
    font-size: 0.6rem;
  }
  .gab-main-detail .gab-column-name::before,
  .gab-main-detail .gab-column-name::after {
    width: 0.3rem;
  }
  .gab-main-detail .gab-datail-box .gab-detail-title {
    font-size: 0.5rem;
    padding: 0;
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
    text-align: justify;
    line-height: normal;
    text-align: center;
  }
  .gab-main-detail .gab-datail-box .gab-detail-soure {
    width: 100%;
    height: auto;
    background-color: #F3F3F3;
    box-sizing: border-box;
    padding-left: 0.1rem;
    font-size: 0.4rem;
    color: #666666;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: normal;
  }
  .gab-main-detail .gab-datail-box .gab-detail-soure .detail-soure {
    margin-right: unset;
    margin-bottom: 0.1rem;
  }
  .gab-main-detail .gab-datail-box .detail-article {
    word-break: break-all;
  }
  .gab-main-detail .detail-article {
    font-size: 0.48rem;
  }
  
}
/* 页码 */
.page-list {
  text-align: center;
  color: #999;
  font-size: 28px;
  margin: 40px 0 35px 0;
}
.page-list a,
.page-list .lik {
  border: 1px solid #eee;
  margin: 0 3px;
  line-height: 60px;
  width: 60px;
  color: #999;
  border-radius: 3px;
  display: inline-block;
  min-width: 50px;
}
.page-list .on {
  background: #74950f;
  color: #fff;
}
.page-list input#num {
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  text-align: center;
  margin: 0 6px;
  color: #999;
  font-size: 28px;
  vertical-align: top;
}
.page-list input[type="submit"] {
  width: 100px;
  height: 60px;
  margin-left: 8px;
  background: #74950f;
  border: 0;
  cursor: pointer;
  border-radius: 3px;
  font-size: 28px;
  color: #fff;
}
.page-list span {
  margin: 0 5px;
}
@media screen and (max-width: 1200px){
  .page-list a,
  .page-list .lik {
      line-height: normal;
      width: auto;
      font-size: 0.4rem;
      padding: 0 10px;
      margin-bottom: 10px;
  }

  .page-list input#num {
      line-height: normal;
      width: 50px;
      font-size: 0.4rem;
      padding: 0 10px;
      height: 55px;
      border-radius: 2px;
  }

  .page-list input[type="submit"] {
      height:55px;
  font-size: 0.4rem;
  width: auto;
  border-radius: 2px;
  line-height: 55px;
  padding: 0 10px;

  }
}

.footer .conmon-box p,
.footer .conmon-box span,
.footer .copyright div
{
  color: #afcbe4;
}