.header-wrap {
  width: 100%;
  height: 560px;
  /* background-size: 100% 560px !important; */
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  background: #FAFAFF;
}

#main {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 70px;
}

.tab-wrap {
  width: 100%;
  height: 160px;
  font-size: 16px;
}

.tab-wrap div {
  display: inline-block;
  margin: 2px 20px;
  width: 150px;
  margin-top: 60px;
  transition: all 0.3s;
  height: 40px;
  cursor: pointer;
  line-height: 40px;
}

.tab-wrap div.choose {
  background: #333;
  color: #fff;
  position: relative;
}

.tab-wrap div.choose::before {
  content: '';
  width: 0;
  height: 0;
  border-width: 15px 20px 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  /*透明 透明  灰*/
  margin: 40px auto;
  position: absolute;
  left: 40%;
  bottom: -50px
}

.news-list {
  width: 100%;
  width: 1200px;
  margin: 0 auto;
  height: 260px;
  cursor: pointer;
  margin-bottom: 30px;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.news-list-a {
  display: block;
  height: 100%;
}

.banner-tip,
.banner-tip1 {
  position: absolute;
  font-size: 70px;
  font-family: "SourceHanSansCN-Bold";
  font-weight: bold;
  color: #fff;
  left: 50%;
  top: 48%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.banner-tip1 {
  font-size: 16px;
  top: 86%;
}

.news-img-wrap {
  width: 520px;
  height: 100%;
  float: left;
  text-align: center;
}

.news-img-wrap img {
  width: 520px;
  height: 100%;
}

.news-content {
  width: 610px;
  background: #F2F2F5;
  float: left;
  padding: 35px;
  height: 190px;
  text-align: left;
}

.news-content h3 {
  font-size: 20px;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  padding-bottom: 25px
}

.news-content h3 img {
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.news-content article {
  color: #999;
  line-height: 24px;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  min-height: 72px;
  max-height: 72px;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-bottom: 40px
}

.news-detail {
  margin-top: 20px;
  font-size: 14px;
}

.news-detail time {
  font-size: 14px;
  color: #666;
  font-family: "MicrosoftYaHei";
  font-weight: Regular !important;
  position: relative;
}

.news-detail span {
  float: right;
}

.news-list:hover .news-detail span {
  color: #24A8A7
}

.news-list:hover h3 {
  color: #333
}

.page-wrap {
  width: 1200px;
  margin: 0 auto;
}

/* 分页重置样式 */
.layui-laypage {
  margin: 40px 0 0 0;
}

.layui-laypage a,
.layui-laypage span {
  margin-bottom: 0;
  margin-right: 5px;
  font-size: 16px;
}

.layui-laypage a {
  width: auto;
  height: auto;
  /* line-height: 36px; */
  padding: 4px 10px;
  border: 1px solid rgba(230, 230, 230, 1);
}

.layui-laypage .on a {
  border: none;
  background-color: transparent;
}

.layui-laypage li {
  display: inline-block;
}

/* .layui-laypage a:hover{
  color: rgba(204,155,112,1);
} */
/* .layui-laypage a:first-child,
.layui-laypage a:last-child {
  width: 84px;
  font-size: 16px;
} */

.layui-laypage .layui-laypage-curr {
  border: none;
  background-color: transparent;
}

.layui-laypage-curr .layui-laypage-em {
  background-color: transparent !important;
}

.layui-laypage .layui-laypage-curr em {
  color: rgba(204, 155, 112, 1);
}

.layui-laypage .layui-laypage-spr {
  border: none;
  background-color: transparent;
}


@media screen and (max-width:1280px) {

  #main {
    width: 90%;
  }

  .news-list {
    width: 100%;
  }

  .news-list-a {
    display: flex;
  }

  .news-img-wrap,
  .news-content {
    float: none;
  }

  .news-img-wrap {
    width: 45%;
  }

  .news-content {
    width: 55%;
    height: auto;
  }

  .news-img-wrap img {
    width: 100%;
    height: auto;
  }

  .news-list {
    height: auto;
  }


}

@media screen and (max-width:1024px) {

  .banner-tip {
    font-size: 50px;
  }

  .news-content {
    padding: 15px;
  }

  .news-content h3 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .news-content article {
    margin-bottom: 20px;
  }


}

@media screen and (max-width:768px) {

  .header-wrap {
    height: 260px;
  }

  .banner-tip {
    font-size: 30px;
  }

  .banner-tip1 {
    font-size: 12px;
    top: 78%;
    width: 80%;
  }

  .tab-wrap div {
    margin: 2px 10px;
    width: 110px;
    margin-top: 30px;
  }

  .tab-wrap {
    width: 100%;
    height: auto;
    font-size: 16px;
    padding: 0 0 30px;
  }

  .news-list-a {
    flex-wrap: wrap;
  }

  .news-list-a>div {
    width: 100%;
  }

  #main {
    padding-bottom: 20px;
  }

  .layui-laypage {
    margin: 0;
  }



  

}