.card-gp[data-v-ae2391d9] {
  color: #000000;
  position: relative;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  transition: 0.4s ease;
  border-radius: 10px;
  height: 100%;
}
.card-gp[data-v-ae2391d9]:hover {
  background-color: #eaf2f7;
}
.card-gp .card-img[data-v-ae2391d9] {
  overflow: hidden;
  height: 200px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  display: flex;
  align-items: center;
  border: 1px solid #f5f5f5;
  object-fit: cover;
  justify-content: center;
}
.card-gp .card-img img[data-v-ae2391d9] {
  height: 100%;
}
.card-gp .card-img.no-box-shadow[data-v-ae2391d9] {
  box-shadow: none;
  border: 0;
}
.card-gp .card-info[data-v-ae2391d9] {
  display: flex;
  flex-direction: column;
  flex: 1;
}
.card-gp .card-title[data-v-ae2391d9] {
  margin-top: 20px;
  color: #0b3852;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media only screen and (max-width: 959px) {
.card-gp .card-title[data-v-ae2391d9] {
    font-size: 14px;
    line-height: 20px;
}
}
.card-gp .card-time[data-v-ae2391d9] {
  font-size: 12px;
  line-height: 17px;
  margin-top: 15px;
  color: #666666;
}
@media only screen and (max-width: 959px) {
.card-gp .card-time[data-v-ae2391d9] {
    margin-top: 10px;
    font-size: 12px;
    line-height: 15px;
}
}
.card-gp .card-text[data-v-ae2391d9] {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  flex: 1;
}
@media only screen and (max-width: 959px) {
.card-gp .card-text[data-v-ae2391d9] {
    margin-top: 10px;
    font-size: 12px;
    line-height: 17px;
}
}
.card-gp .card-text .content[data-v-ae2391d9] {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.card-gp .card-read-more[data-v-ae2391d9] {
  margin-top: 15px;
  line-height: 24px;
  color: #0b3852;
  text-decoration: underline;
}
@media only screen and (max-width: 959px) {
.card-gp .card-read-more[data-v-ae2391d9] {
    font-size: 14px;
    line-height: 20px;
}
}
.card-gp .has-padding .card-title[data-v-ae2391d9] {
  margin-top: 0;
}