.sidebar {
  background: url(../images/case_01.jpg) no-repeat center / cover;
}
.sidebar .sub-menu {
  background-color: rgba(0, 25, 48, 0);
}
.case_a .tlbox {
  margin-bottom: 40px;
}
.case_a .tlbox .en {
  color: #01396d;
}
.case_a .tlbox .cn {
  color: #4d4d4d;
}
.par_ul.visible-xs {
  display: none;
}
.par_ul.hidden-xs {
  display: block;
}
.par_ul {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  /*height: 560px;*/
  /*overflow: auto;*/
}
.par_ul a {
  display: block;
  background: #f7f9fc;
  padding: 40px 20px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
.par_ul a:hover {
  /*background: #f3f3f3;*/
}
.par-name {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #000;
  font-weight: bold;
}
.par-gg {
  margin: 0 60px;
  min-height: 4.5em;
  font-size: 14px;
  line-height: 1.5;
  color: #626262;
}
.par-logo {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
.par-logo img {
  max-width: 120px;
  width: 50%;
}
.par-te {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 66px;
  line-height: 22px;
  color: #626262;
  font-size: 14px;
  text-align: justify;
}
.par-link,
.par-gg {
  display: none;
}
.swiper-pagination {
  margin: 20px auto;
}

/*.par_ul .item {
  margin-bottom: 20px;
  width: 33.3%;
}*/
@media (max-width: 1440px) {

}
@media (max-width: 1024px) {
  .case_a {
    margin-bottom: 40px;
  }

}
@media (max-width: 768px) {
  .par_ul.visible-xs {
    display: block;
  }
  .par_ul.hidden-xs {
    display: none;
  }
  .swiper-pagination {
    display: none;
  }
/*  .par_ul {
    overflow: visible;
    height: auto;
  }*/
/*  .par_ul .item {
    width: 100%;
  }*/
}
