.button_paging {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}

.button_paging_box {
    width: 1200px;
    background-color: #fff;
}

.banner {
  width: 100%;
  height: 16rem;
  /* background-image: url("../../../../../../../icon/stateEnterprise/banner.png"); */
  background-repeat: no-repeat;
background-size: contain;
background-position: center;
display: flex;
margin-bottom: 20px;
}

.banner .banbox {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 3rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
          margin-left: 140px;
}

.banner .banbox .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.banner .banbox .list div {
  margin: .5rem 0;
}

.banner .banbox .list .line {
  width: 14rem;
  height: 6px;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.paging_box_con {
    padding: 40px 40px 0 40px;
    /* background-color: #999999; */
}

.paging_box_con figure {
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #EEEEEE;
    /* background-color: #999999; */
}

.paging_box_con figure img {
    width: 305px;
}

.paging_box_con figcaption {
    margin-left: 30px;
}

.paging_box_con figcaption h3 {
    font-weight: 600;
    width: 750px;
    color: #3A445A;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.paging_box_con figcaption p {
    margin-top: 20px;
    font-size: 14px;
    color: #434343;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.paging_box_con figcaption a {
    text-decoration: none;
    margin-top: 20px;
    display: flex;
    align-items: center;
    color: #3B455B;
    font-size: 14px;
}

.paging_box_con figcaption a img {
    padding-right: 5px;
    width: 18px;
    height: 20px;
}

.paging_box_con_san {
    display: inline-block;
    color: #999999;
    margin-top: 40px;
    font-size: 14px;
}

.paging_box {
    display: flex;
    height: 150px;
    justify-content: center;
    align-items: center;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #6E90FF;
}