.ygys .con{display: grid;grid-template-columns: repeat(2, 1fr);column-gap: 20px;row-gap: 21px;}
.ygys .news_imgs{ width: 115px; height: 148px; float: left; margin-right: 15px;}
.ygys .news_imgs img{width: 100%;height: 100%;object-fit: cover;box-shadow: 0px 0px 1.5px #ccc;}
.ygys .title{ font-size: 20px; border-bottom: 1px solid #0a5aa8; margin: 20px 0; font-weight: bold; color: #0a5aa8;}
.ygys .news_con{ margin-left: 130px;}
.ygys .news_title{ margin-bottom:15px;}
.ygys .news_title a { font-size:18px; font-weight:bold;}
.ygys .news_text{ width: 100%;      
  overflow: hidden;  
  text-overflow:ellipsis;  
-webkit-line-clamp: 6;  
-webkit-box-orient: vertical;
display: -webkit-box; line-height:30px;}
.ygys .death .news_title a{padding: 5px;border: 1px solid #333;}

@media only screen and (max-width: 780px){
.ygys .con{grid-template-columns: repeat(1, 1fr);}


}