@charset "UTF-8";
/**!
 * 领导新箱
 * date:2021-12-09
 * author: wppei;
 */
.main {
  min-height: 600px;
  padding: 22px 0 2px 0;
  margin-bottom: 53px;
}

.box-con {
  padding-top: 19px;
  text-align: center;
  line-height: 24px;
  font-size: 32px;
  box-shadow: 0px 0px 12px 0px rgba(124, 155, 177, 0.22);
  border: 1px solid #fff;
}

.box-con img {
  width: 100%;
  height: 100%;
}

.box-con:hover {
  border-color: #47b368;
}

.box-con:hover .box-name,
.box-con:hover .box-intro {
  font-weight: bold;
}

.box-one {
  display: block;
  width: 307px;
  height: 500px;
  margin: 0 auto 50px;
}

.box-one-img {
  width: 263px;
  height: 331px;
  margin: 0 auto 14px;
}

.box-one .box-name {
  font-weight: 600;
}

.box-list {
  text-align: center;
  font-size: 0;
  -webkit-text-size-adjust: none;
}

.box-two {
  display: inline-block;
  width: 262px;
  height: 450px;
  margin: 0 13px 53px;
  padding-top: 15px;
  vertical-align: top;
}

.box-two-img {
  width: 227px;
  height: 284px;
  margin: 0 auto 16px;
}

.box-name {
  padding: 4px 0;
  margin-bottom: 10px;
  color: #333;
}

.box-intro {
  padding: 3px 10px 0;
  line-height: 36px;
  height: 76px;
  font-size: 28px;
  color: #777;
}
