.home-news { padding: 30px 0 10px; }
.home-news-title { text-align: center; font-size: 18px; }
.home-news .news-container { text-align: center; display: flex; flex-flow: row wrap; }
.home-news .new-item { display: inline-block; width: 33.33%; vertical-align: top; padding: 20px; box-sizing: border-box; }
  .home-news .new-item .inner-content { border: 1px solid #b3b3b3; padding: 20px; box-sizing: border-box; height: 100%; border-radius: 10px; }
  .home-news .new-item .inner-content img { border:1px solid #cacaca; }
    .home-news .new-item .inner-content:hover { border-color: #ff8200; }
  .home-news .new-item h3 { color: #ff8200; font-size:22px; line-height: 24px; }
  .home-news .new-item .resume { max-height:211px; overflow:hidden; }
  .home-news .new-item a.arrow-link { padding-top: 10px; display: block; } 



@media all and (max-width: 1170px) {
}

@media all and (max-width: 980px) {
}

@media all and (max-width: 768px) {
  .home-news .news-container { display: block; }
  .home-news .new-item { display: block; width: 100%; padding: 10px; }
}

@media all and (max-width: 640px) {
}

@media all and (max-width: 480px) {
}

@media all and (max-width: 400px) {
}
