.card-btns {
  min-height: 386px;
}
.card-btns .btn-item {
  position: relative;
  float: left;
  width: 33.33%;
  height: 193px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  box-shadow: inset -1px -1px 0 0 #edf0f2;
}

.card-btns .btn-item > a {
  height: 100%;
  padding: 50px 8px;
  box-sizing: border-box;
  display: block;
  text-decoration: none;
}

.card-btns .btn-item img.btn-img {
  width: 56px;
  height: 56px;
}

.card-btns .btn-item .btn-text {
  margin-top: 12px;
  font-size: 18px;
  color: #2861c9;
  font-weight: bold;
}
.card-box .notice-content {
  min-height: 333px;
}
.info-content ul > li {
  width: 45%;
}
.info-content ul > li:nth-child(odd) {
  float: left;
}
.info-content ul > li:nth-child(even) {
  float: right;
}


