.card-lists0 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.card-lists0 .card {
  position: relative;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 430px;
  height: 370px;
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(45, 45, 45, 0.18);
}
.card-lists0 .card:nth-child(2n) {
  margin-right: 0;
}
.card-lists0 .card img {
  width: 430px;
  height: 200px;
  background-image: linear-gradient(90deg, #58438f 0%, #6d4599 100%);
  object-fit: cover;
}
.card-lists0 .card p {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  margin-left: 20px;
}
.card-lists0 .card p span {
  color: #f36a21;
  cursor: pointer;
}
.card-lists0 .card h2 {
  margin-left: 20px;
  text-decoration: underline;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #2c5364;
  cursor: pointer;
}
.card-lists0 .card h5 {
  position: absolute;
  bottom: 15px;
  cursor: pointer;
  margin-left: 20px;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #f36a21;
}
.card-container{
  display: flex;
  flex-flow: row;
  justify-content: center;
}
@media screen and (max-width: 1144px) {
  /* .l-r-container .left-container0{
      display: none;
  }
  .l-r-container .right-container0{
      padding: 10px;
      box-sizing: border-box;
  } */
  .card-lists0 a{
    width: 100% !important;
  }
  .card-lists0 .card img,
  .card-lists0 .card{
      width: 100%;
  }
  .card-lists0 a{
      margin-right: 0 !important;
  }
}