/* 中间内容轮播图样式 */
.title {
  font-size: 21px;
  font-weight: normal;
  font-stretch: normal;
  margin-left: 10px;
}
.swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}
.swiper-slide {
  height: 145px;
  width:60%;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  transition-property: all;
}
#progressEffect {
  position: absolute;
  z-index: 10;
  top: 20px;
  left: 20px;
}
/* 头部轮播图 */
.header-slideImg {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.nav-target-one {
  height: 100%;
}

/* 通知公告 */
.notice {
  width: 100%;
  height: 150px;
  display: flex;
}
.notice ul {
  width: 200px;
  padding: 8px;
}
.notice ul li {
  width: 200px;
  height: 80px;
  overflow: hidden;
}
.notice ul li img {
  width: 200px;
  margin-right: 18px;
  padding: 0px;
  width: 70px;
  height: 70px;
  border: 1px solid #ddd;
}
