/* 新闻中心 30年图标 */
.switch-language {
  position: relative;
}
.switch-language::before {
  content: '';
  position: absolute;
  right: 30px;
  top: 45px;
  width: 160px;
  height: 130px;
  background: url('/szgyyq/xhtml/images/2024/logo-30-2.png') no-repeat;
  background-size: contain;
  z-index: 9;
}
/* 政务公开 30年图标 */
.header_right {
  position: relative;
}
.header_right::before {
  content: '';
  position: absolute;
  right: 30px;
  top: 65px;
  width: 120px;
  height: 100px;
  background: url('/szgyyq/xhtml/images/2024/logo-30-2.png') no-repeat;
  background-size: contain;
  z-index: 9;
}
/* 菜单栏 政务公开 */
#cssmenu {
  display: none;
}
