/* ========== 赞助商标题 ========== */
.index_title {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  padding-top: 40px;
}

.mb-24 {
  margin-bottom: 24px !important;
}

/* ========== PC 端广告容器 ========== */
.index_new05a {
  display: flex;
  flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.index_new05a > a {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  border-radius: 45px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin: 10px;
}

.index_new05a > a img {
  max-width: 100%;
  max-height: 100%;
}

.index_new05a img {
  vertical-align: middle;
  border: 0;
}

.mb20 {
  margin-bottom: 20px;
}

.index_new05 {
  background: #fff;
  padding-bottom: 10px;
}

