.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-5ths {
  width: 20%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
}
.lanmu1 {
  margin-bottom: 22px;
}
.jqyj-box .col-lg-5ths:nth-child(5n+1) {
  clear: left;
}
.jqyj-list {
  display: block;
  margin-bottom: 30px;
}
.jqyj-list .img-box {
  width: 100%;
  height: 180px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 15px;
  border: 1px solid #EFEFEF;
}
.jqyj-list .img-box img {
  width: 100%;
  height: 100%;
}
.jqyj-list h1 {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 36px;
  text-align: center;
  margin: 0;
}
.jqyj-list:hover h1 {
  color: #145f35;
}
@media (max-width: 1199px) {
  .jqyj-box .col-lg-5ths:nth-child(5n+1) {
    clear: none;
  }
  .jqyj-box .col-lg-5ths:nth-child(4n+1) {
    clear: left;
  }
}
@media (max-width: 991px) {
  .jqyj-box .col-lg-5ths:nth-child(4n+1) {
    clear: none;
  }
  .jqyj-box .col-lg-5ths:nth-child(3n+1) {
    clear: left;
  }
  .jqyj-list .img-box {
    height: 150px;
  }
}
@media (max-width: 767px) {
  .jqyj-box .col-lg-5ths:nth-child(3n+1) {
    clear: none;
  }
  .jqyj-box .col-lg-5ths:nth-child(2n+1) {
    clear: left;
  }
  .jqyj-list .img-box {
    width: 132px;
    height: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}
