/* 加宽主页文章列表布局 */
@media screen and (min-width: 1200px) {
  .layout {
    max-width: 95% !important;
  }
}
@media screen and (min-width: 1600px) {
  .layout {
    max-width: 90% !important;
  }
}