.section-insight.list {}

h1 {
  color: #15356C;
  text-align: center;
  /* letter-spacing: 5px; */
}

.view-maintitle,
.view-subtitle {
  margin: 15px;
}

.view-maintitle {
  color: #000;
}


.view-subtitle {
  font-weight: normal;
  color: #686d76;
  margin-bottom: 1.2em;
}

.view-txt > p {
  font-weight: normal;
  font-size: 18px;
  line-height: 2;
  padding-bottom: 1.2em;
  text-align: justify;
}



.card-title {
  font-size: 1.4em;
  min-height: 65px;
  margin-bottom: 10px;
}

.card-body > .more{
  text-align: right;
    width: 120px;
    float: right;
}

.card-text {
  text-align: justify;
  color: #999;
  overflow-y: hidden;
  overflow: hidden;  
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 102.4px;
  position: relative;
}
.card-text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 20px;
  background: linear-gradient(180deg, rgba(255,255,255,0) 20%, #fff 100%);
  bottom: 0px;
}
@media(max-width:992px){
  .card-text {
    height: 88.8px;
  }
}
.card-header {
  padding: 0.3rem 1.25rem;
  /* background: url(/2021/img/kv/kv-bg-default.jpg); */
  background: #15356C;
  background-size: cover;
}

.list-pic{
  padding: 20px;
}

figure {
  width: 100%;
}




/*  */
.section-insight.page {}
.insight-item {
  width: 80%;
  margin: auto;
  text-align: justify;
}