.cate45 {
  margin: 40px auto;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0 0 21px 3px rgba(162, 159, 159, 0.1);
  font-size: 0;
  padding: 20px;
  box-sizing: border-box;
}
.cate45 a {
  font-size: 16px;
  display: inline-block;
  box-sizing: border-box;
  width: 12.4%;
  margin: 0.7% 0.05%;
  height: 34px;
  border-radius: 2px;
  line-height: 34px;
  text-align: center;
  color: #333333;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: no-repeat left 12px center;
  background-size: 20px 20px;
}
.cate45 a.active,
.cate45 a:hover {
  background-color: #44D492;
  padding-left: 28px;
  color: white;
}
.info {
  padding-bottom: 40px;
}
.info .mp_content .base {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 21px 0 rgba(189, 189, 189, 0.66);
}
.info .mp_content .base .t1 {
  width: 100%;
  min-height: 210px;
  background: #00c38f url('../../images/2022/category/bg-in.png') no-repeat top center;
  position: relative;
}
.info .mp_content .base .t1 img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  left: 17px;
}
.info .mp_content .base .t1 .p1 {
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  padding: 29px 0 0 98px;
}
.info .mp_content .base .t1 .p2 {
  font-size: 13px;
  font-weight: 400;
  color: #fefefe;
  line-height: 20px;
  padding: 20px 35px 26px 98px;
}
.info .mp_content .base .t2 {
  width: 100%;
  background: white;
}
.info .mp_content .base .t2 .p3 {
  font-size: 14px;
  font-weight: bold;
  color: #00D2B4;
  padding: 18px 0 0 30px;
}
.info .mp_content .base .t2 .p4 {
  font-size: 13px;
  color: #666666;
  line-height: 26px;
  padding: 10px 35px 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.info .mp_content .group {
  margin-top: 11px;
  background: #ffffff;
  box-shadow: 0 10px 21px 0 rgba(189, 189, 189, 0.66);
  border-radius: 5px;
}
.info .mp_content .group .t1 {
  padding-top: 23px;
  margin: 0 19px;
  border-bottom: 1px solid #eeeeee;
}
.info .mp_content .group .t1 .p1 {
  height: 16px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  border-left: 6px solid #00D2B4;
  line-height: 16px;
  padding-left: 8px;
  margin-bottom: 13px;
}
.info .mp_content .group .name_con {
  font-size: 0;
}
.info .mp_content .group .name_con .name,
.info .mp_content .group .name_con .con {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 36px;
  font-size: 13px;
}
.info .mp_content .group .name_con .name a {
  display: block;
  text-indent: -66px;
  margin-left: 66px;
  margin-bottom: 15px;
}
.info .mp_content .group .name_con .name a.active {
  color: #00D2B4;
  font-weight: bold;
}
.info .mp_content .group .name_con .name a:hover {
  color: #00D2B4;
  cursor: pointer;
}
.info .mp_content .group .name_con .con {
  min-height: 400px;
  border-left: 1px solid #eeeeee;
  position: relative;
}
.info .mp_content .group .name_con .con .con_remarks {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #E6E6E6;
  font-size: 13px;
  line-height: 25px;
  color: #FF9100;
}
.info .mp_content .group .name_con .con .con_remarks p {
  font-weight: bold;
}
.info .to_search,
.info .can_reg {
  display: inline-block;
  padding: 0 8px;
  height: 32px;
  background: #2D37B9;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  opacity: 0.99;
  margin-left: 17px;
}
.info .to_search:hover,
.info .can_reg:hover {
  background: #4A56EF;
}
.info .to_search.can_reg,
.info .can_reg.can_reg {
  background-color: #FFC334;
}
.info .to_search.can_reg:hover,
.info .can_reg.can_reg:hover {
  background: #FF9C00;
}
.info .to_search2 {
  display: inline-block;
  padding: 0 8px;
  height: 32px;
  background: #17CFA1;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  line-height: 32px;
  text-align: center;
  opacity: 0.99;
  position: absolute;
  top: 20px;
  right: 40px;
}
.info .to_search2:hover {
  background-color: #1EBB94;
}
