/* 客户：删除“成果转化”、“平台新闻”“党建工会”上面的图片画面。 */
/* FIXME Q: 为什么不直接删掉 other_banner?  */
.no_other_banner {
  margin-top: 80px;
}

.no_other_banner + .other_banner {
  display: none;
}

@media (max-width: 980px) {
  .no_other_banner {
    margin-top: 50px;
  }
}
