#app {
  min-width: 1280px;
  padding-bottom: 80px;
}
.aboutbanner {
  width: 100%;
  height: 130px;
  min-width: 1200px;
  background: url(/static/index/img/bz_bg.png) no-repeat left top;
  background-size: cover;
  padding-top: 45px;
  box-sizing: border-box;
}
.aboutbanner .search-wrap {
  width: 350px;
  margin: 0 auto;
}
.aboutbanner .search-box {
  height: 40px;
  background: #FFFFFF;
  box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.aboutbanner .search-box .keyword {
  width: 100%;
  border: none;
  height: 100%;
  padding: 0 12px;
}
.aboutbanner .search-box .search-btn {
  background-color: #5282F0;
  width: 66px;
  min-width: 66px;
  height: 100%;
  display: block;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aboutbanner .search-box .search-btn .Ticonfont {
  font-size: 14px;
  color: #fff;
  margin-right: 2px;
}
.aboutbanner .hot-word {
  color: #B3C0F8;
  font-size: 14px;
  padding-top: 9px;
}
.aboutbanner .hot-word a {
  color: #B3C0F8;
  font-size: 14px;
  margin: 0 6px;
}
.banner-box {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  color: #fff;
}
.banner {
  display: block;
  width: 1200px;
  margin: 0 auto;
  height: 287px;
}
body {
  background: rgba(219, 226, 255, 0.2);
}
.list {
  width: 1200px;
  margin: 40px auto 0;
  background: #fff;
  text-align: center;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
}
.bangzhu-item .bangzhu-tit {
  font-size: 24px;
  /*margin-top: 50px;*/
  text-align: left;
  color: #333333;
}
.bangzhu-item .bangzhu-tit > p:first-child {
    display: flex;
    align-items: center;
    line-height: 36px;
}
.bangzhu-item .bangzhu-tit > p:first-child::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 28px;
  margin-right: 12px;
  background-color: #4987FB;
}
.bangzhu-item .bangzhu-tit span {
  color: #FF0000;
}
.bangzhu-item .bangzhu-tit .ds {
  color: #999;
  font-size: 24px;
  line-height: 36px;
  padding-left: 16px;
  font-family: Microsoft YaHei;
  font-weight: normal;
}
.bangzhu-item .bangzhu-list {
  display: flex;
  flex-wrap: wrap;
}
.bangzhu-item2 {
  margin-right: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 275px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);
  /*border-radius: 6px;*/
  position: relative;
  /*border: 1px solid #f1f1f1;*/
}
.bangzhu-item2:hover {
  background-color: #4987FB;
}
.bangzhu-item2:hover .examinegenduo {
  display: block;
}
.bangzhu-item2:hover .a1 {
  display: none;
}
.bangzhu-item .bangzhu-list .bangzhu-item2:nth-child(4n) {
  margin-right: 0;
}
.bangzhu-item .bangzhu-list .bangzhu-item2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.examinegenduo {
  position: relative;
  z-index: 2;
  display: none;
}
.examinegenduo .title {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.examinegenduo .ms {
  width: 184px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 34px;
  display: block;
  margin: 40px auto 0;
}
.a1 {
  display: block;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #666;
}
