.news{

}
.news-plan-list{
  padding: 20px;
  display: flex;
}
.news-plan-left{
  flex: 1;
}
.news-plan-right{
   flex: 10;
   margin-left: 0.4rem;
 }
.news-plan-right h1{
  font-size: 32px;
  padding: 0.1rem 0;
}
.news-plan-right p{
    line-height: 26px;
}
.news a{
  color: color: rgba(31, 37, 38, 0.75);
}
/*.news-plan-list h1{
  font-size: 26px;
  margin: 10px 0;
}
.news-plan-list p{
  line-height: 30px;
}
.news-plan-margin{
  margin-bottom: 20px;
}*/
