*{
  margin: 0;
  padding: 0;
}
p {
  display: block;
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

body{
  font-family: '微软雅黑';
}
/* 本栏目菜单高亮 */
.head-list .head-item:nth-child(5) a p{
  color: #e03044 !important;
  font-weight: 800;
}

.zx-c{
  width: 100%;
  background: #f3f8fe;
}
.zx-banner, .zx-banner img{
  position: relative;
  width: 100%;
  overflow: hidden;
}
.zx-top-title{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 4px;
  width: 26vw;
  /* background: linear-gradient(to right, rgba(66,66,92,1) 0%, rgba(66,66,92,0.8) 70%, rgba(66,66,92,0) 100%); */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
}
.zx-top-title p:nth-child(1){
  color: #fefefe;
  font-size: 2.4vw;
  margin-top: 2vw;
  margin-left: 8.5vw;
}
.zx-top-title p:nth-child(2){
  color: #fefefe;
  font-size: 1.2vw;
  margin-top: 1vw;
  margin-left: 8.5vw;
}

.zx-list{
  width: 84%;
  margin: 3vw auto 0;
}
.list-c{
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.zx-item{
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.zx-item:nth-child(3n){
  margin-right: 0;
}
.zx-item a{
  display: block;
  width: 100%;
  text-decoration: none;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
}
.zx-item a img{
  width: 100%;
  transform: scale(1);
  -webkit-transition: transform 0.5s linear 0s;
  transition: transform 0.5s linear 0s;
  display: block;
}
.zx-item a:hover img{
  transform: scale(1.1);
}
.zx-item a:hover{
  box-shadow: 0px 0px 8px #b1b1b1;
}
.item-text{
  width: 100%;
  box-sizing: border-box;
  padding: 1.5vw 2vw;
}
.item-text p:nth-child(1){
  font-size: 0.6vw;
  color: #585a67;
  margin-bottom: 0.8vw;
}
.item-text p:nth-child(2){
  width: 100%;
  font-size: 0.8vw;
  color: #292929;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
.zx-page{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-bottom: 3vw;
}
.page-item{
  width: 1.6vw;
  height: 1.6vw;
  margin: 0 0.5vw;
  cursor: pointer;
}
.page-item:nth-child(3){
  width: 5vw;
  cursor: default;
}
.page-item a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #ae1c1f;
  line-height: 1.6vw;
  font-size: 0.8vw;
  /* border: 1px solid #888; */
  border-radius: 5px;
  text-align: center;
  -webkit-transition: background-color 0.5s ease-in-out 0s;
  transition: background-color 0.5s ease-in-out 0s;
  background: #fff;
  color: #555;
}
.page-item:nth-child(3) a{
  background: none;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.page-item a:hover{
  background-color: #ae1c1f;
  color: #fff;
  /* border: 1px solid #ae1c1f; */
}
.page-item:nth-child(3) a:hover{
  background: none;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1920px){
  .item-text p:nth-child(1){
    font-size: 0.8vw;
  }
  .item-text p:nth-child(2){
    font-size: 1vw;
  }

  .page-item{
    width: 1.8vw;
    height: 1.8vw;
  }
  .page-item:nth-child(3){
    width: 6vw;
  }
  .page-item a{
    font-size: 1vw;
    line-height: 1.8vw;
  }
}

@media screen and (max-width: 1024px){
 
  .zx-banner img{
    width: 180%;
    margin-left: -40%;
    margin-top: 5%;
  }
  .zx-top-title{
    width: 100%;
  }
  .zx-top-title p:nth-child(1){
    font-size: 5vw;
  }
  .zx-top-title p:nth-child(2){
    font-size: 3vw;
  }
  .zx-list{
    width: 92%;
  }
  .zx-item:nth-child(3n){
    margin-right: 0;
  }
  .zx-item{
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .zx-item:nth-child(2n){
    margin-right: 0;
  }
  .zx-item:nth-child(2n +1){
    margin-right: 2%;
  }
  .item-text p:nth-child(1){
    font-size: 1.8vw;
  }
  .item-text p:nth-child(2){
    font-size: 2vw;
  }

  .page-item {
    width: 10vw;
    height: 3.8vw;
  }
  .page-item a {
    font-size: 2vw;
    line-height: 3.8vw;
  }
  .page-item:nth-child(3) {
    width: 12vw;
  }
}

@media screen and (max-width: 767px){
  .zx-item{
    width: 100%;
    margin-bottom: 5%;
  }
  .zx-item:nth-child(2n +1){
    margin-right: 0%;
  }

  .zx-top-title p:nth-child(1){
    margin-top: 10vw;
  }
  .item-text p:nth-child(1){
    font-size: 2.8vw;
  }
  .item-text p:nth-child(2){
    font-size: 3.6vw;
  }

  .page-item {
    width: 17vw;
    height: 7.8vw;
  }
  .page-item a {
    font-size: 4vw;
    line-height: 7.8vw;
  }
  .page-item:nth-child(3) {
    width: 20vw;
  }
}