/* 列表页 */
.right-list {
  width: 100%;
  margin-top: 20px;
}
.right-list .right-list-item {
  padding-right: 24px;
  height: 54px;
  border-bottom: 1px dashed #c9c9c9;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.right-list .right-list-item:hover {
  background-color: #f4f4f4;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.right-list .right-list-item a {
  display: block;
  height: 100%;
  padding: 16px 0;
  padding-left: 40px;
  background: url(../images/yuan.png) no-repeat 15px center;
  box-sizing: border-box;
}
.right-list .right-list-item p {
  float: left;
  width: 80%;
  font-size: 18px;
  color: #333333;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.right-list .right-list-item span {
  font-size: 18px;
  color: #999999;
  float: right;
}
@media screen and (max-width: 750px) {
  .right-list .right-list-item p,
  .right-list .right-list-item span {
    font-size: 16px;
  }
  .right-list .right-list-item p {
    width: 75%;
  }
  .right-list .right-list-item a {
    padding-left: 35px;
  }
}
@media screen and (max-width: 500px) {
  .right-list .right-list-item {
    padding-right: 10px;
  }
  .right-list .right-list-item p {
    width: 70%;
  }
  .right-list .right-list-item a {
    padding-left: 25px;
    background: url(../images/yuan.png) no-repeat 8px center;
  }
}
@media screen and (max-width: 375px) {
  .right-list .right-list-item p {
    width: 67%;
  }
}

/* 图文列表页*/
.list-img-zhlz {
  width: 100%;
  margin-top: 20px;
}
.list-img-zhlz .list-img-item-zhlz {
  float: left;
  margin-right: 1%;
  width: 23%;
  margin-bottom: 40px;
}
.list-img-zhlz .list-img-item-zhlz:nth-child(4n) {
  margin-right: 0;
}
.list-img-zhlz .list-img-item-zhlz a .pic {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.list-img-zhlz .list-img-item-zhlz a .pic:hover img {
  transform: scale(1.1);
  transition: all 0.5s ease;
}
.list-img-zhlz .list-img-item-zhlz a .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.list-img-zhlz .list-img-item-zhlz a .content {
    width: 100%;
    display: flex;
    align-items: flex-start;
    background-color: #003f88;
    font-size: 12px;
    color: #fff;
    padding: 5px 20px;
    min-height: 95px;
    line-height: 26px;
    box-sizing: border-box;
    transition: all 0.5s ease;
}
@media screen and (max-width: 850px) {
.list-img-zhlz .list-img-item-zhlz:nth-child(4n) {
  margin-right: 2%;
}
  .list-img-zhlz .list-img-item-zhlz {
    width: 32%;
    margin-right: 2%;
  }
.list-img-zhlz .list-img-item-zhlz:nth-child(3n) {
  margin-right: 0;
}
}
@media screen and (max-width: 750px)  {

  .list-img-zhlz .list-img-item-zhlz a  .content {
    min-height: 88px;
   }
}
@media screen and (max-width: 580px) {
.list-img-zhlz .list-img-item-zhlz:nth-child(3n) {
  margin-right: 2%;
}
  .list-img-zhlz .list-img-item-zhlz {
    width: 49%;
    margin-right: 2%;
  }
.list-img-zhlz .list-img-item-zhlz:nth-child(2n) {
  margin-right: 0;
}
}
@media screen and (max-width: 500px) {
  .list-img-zhlz .list-img-item-zhlz {
    width: 100%;
    height:auto!important;
    margin-right: 0;
  }
  .list-img-zhlz .list-img-item-zhlz a .pic {
    width: 100%;
  }
}

