.right-latest-news-title{
  font-family: GeographMedium;
  font-size: 26px;
}
.right-latest-news-item-title{
  font-family: GeographMedium;
  font-size: 18px;
  text-align: left;
  margin: 16px 0;
}
.right-latest-news-text{
  font-size: 16px;
  text-align: left;
}
/*pc*/
@media only screen and (min-width: 1200px) {
  .right-latest-news{
    width: 100%;
  }
  .right-latest-news-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .right-latest-news-item img{
    width: 100%;
    /*height: 22vh;*/
    object-fit: cover;
  }
  .right-latest-news-item{
    width: 32%;
    margin: 42px 1% 0 0;
    display: block;
  }
}
/*特殊尺寸处理*/
@media only screen and (min-width: 1199px) and (max-width: 1300px) {  }

/*mobile*/
@media only screen and (max-width: 1199px) {
  .right-latest-news{
    width: 100%;
  }
  .right-latest-news-title{
    font-size: 18px;
  }
  .right-latest-news-list{
    width: 100%;
  }
  .right-latest-news-item{
    width: 100%;
    display: block;
  }
  .right-latest-news-item img{
    width: 100%;
    /*height: 272px;*/
    object-fit: cover;
  }
  .right-latest-news-item-title{
    font-size: 15px;
  }
  .right-latest-news-text{
    font-size: 11px;
  }
}
