

#page3-1 .news-card{
  padding:50px 80px;
  margin-bottom: 20px;
}

#page3-1 .news-card .col-sm-3 {
  align-items: flex-start;
}

#page3-1 .left-block{
  padding-right: 40px;
  width: 100%;
}

#page3-1 .news-card .title{
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
}


#page3-1 .news-card .date{
  font-size: 18px;
  line-height: 2.89;
  letter-spacing: 1.8px;
}

#page3-1 .en .news-card .content{
  font-size: 16px;
  line-height: 1.88;
  padding-left: 0px;

  display : -webkit-box;
  overflow : hidden;
  text-overflow : ellipsis;

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

#page3-1 .news-card .content{
  font-size: 16px;
  line-height: 1.88;
  padding-left: 40px;

  display : -webkit-box;
  overflow : hidden;
  text-overflow : ellipsis;

  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  width: 100%;
}
#page3-1 .news-card .content img {
  max-width: 100%;
  height: auto;
  display: block;
}

#page3-1 .news-card .more-link{
  font-size: 16px;
  line-height: 1.88;
  text-align: center;
  padding:0px 10px;
  color:#FFF;
  margin-top:19px;
}

#page3-1 .news-card .more-link:hover{
  text-decoration: none;
  color:#FFF;
}

@media (min-width:1367px) and (max-width:1600px) {
  .public .act-content {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start!important;
  }
  .public .act-content .search-input {
    margin-bottom: 20px
  }
  #page3-1 .left-block {
    padding-right: 15px;
    word-wrap:break-word;
  }
}

@media (min-width:767px) and (max-width:1366px){
  #page3-1 .news-card .row{
    flex-direction: column;
    display: block;
  }

  #page3-1 .news-card .row .col-sm-3,#page3-1 .news-card .row .col-sm-9{
    /* width: 100% !important; */
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #page3-1 .left-block{
    padding-right: 0px ;
  }
  #page3-1 .news-card .title{
    margin-bottom: 0px;
  }

  #page3-1 .news-card .content{
    padding-left: 0px ;
  }

  #page4-1-1 .col-sm-9 {
    -ms-flex: 0 0 calc( 100% - 250px );
    flex: 0 0 calc( 100% - 250px );
    max-width: calc( 100% - 250px );
  }

  #page4-1-1 .left-block{
    /* padding-right: 50px; */
  }



}





@media (max-width:767px){
  #page3-1 .news-card {
    padding: 20px !important;
    margin-bottom: 8px !important;
  }

  #page3-1 .news-card .title {
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.61;
    letter-spacing: normal;
    color: #3b3b3b;
    padding: 0px !important;
  }

  #page3-1 .news-card .date {
    width: 100% !important;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 4;
    letter-spacing: 1.3px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }



  #page3-1 .news-card .content{
    display: none !important;

  }

  #page3-1 .left-block {
    padding: 0px !important;
  }

  #page3-1 .news-card .more-link{
    display: none !important;
  }
}

@media (min-width:500px) and (max-width:767px){
  #page3-1 .col-sm-3{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  #page3-1 .news-card .title{
    font-size: 3vw;
  }

  #page3-1 .news-card{
    padding: 5vw !important;
  }

  #page3-1 .news-card .date{
    font-size: 2vw;
  }
}
