.top .content .p1 {
  padding-top: 31px;
}
.top .content .category {
  background: #f7f7f7;
  box-shadow: 0px 8px 20px 1px rgba(104, 104, 104, 0.17), 0px 5px 20px 1px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  height: 222px;
  font-size: 0;
  padding-bottom: 24px;
  padding-top: 25px;
}
.top .content .category a {
  display: inline-block;
  width: 100px;
  margin-right: 28px;
  margin-bottom: 16px;
  height: 28px;
  background: #F7F7F7;
  border-radius: 4px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #303030;
  text-align: center;
  line-height: 28px;
}
.top .content .category a.active,
.top .content .category a:hover {
  background: #F71B33;
  color: white;
}
.top .content .category a:nth-child(1),
.top .content .category a:nth-child(10),
.top .content .category a:nth-child(19),
.top .content .category a:nth-child(28),
.top .content .category a:nth-child(37) {
  margin-left: 38px;
}
.info {
  position: relative;
  top: 18px;
}
.info .base {
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0 10px 21px 0 rgba(189, 189, 189, 0.66);
}
.info .base .t1 {
  width: 100%;
  min-height: 136px;
  background: #F52442;
  position: relative;
}
.info .base .t1 img {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 30px;
  left: 17px;
}
.info .base .t1 .p1 {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #ffffff;
  padding: 29px 0 0 98px;
}
.info .base .t1 .p2 {
  font-size: 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #fefefe;
  line-height: 20px;
  padding: 20px 35px 26px 98px;
}
.info .base .t2 {
  width: 100%;
  background: white;
}
.info .base .t2 .p3 {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #DB0101;
  padding: 18px 0 0 30px;
}
.info .base .t2 .p4 {
  font-size: 13px;
  color: #666666;
  line-height: 26px;
  padding: 10px 35px 20px;
}
.info .group {
  margin-top: 11px;
  background: #ffffff;
  box-shadow: 0 10px 21px 0 rgba(189, 189, 189, 0.66);
  border-radius: 5px;
  margin-bottom: 40px;
}
.info .group .t1 {
  padding-top: 23px;
  margin: 0 19px;
  border-bottom: 1px solid #eeeeee;
}
.info .group .t1 .p1 {
  height: 16px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
  border-left: 6px solid #db0101;
  line-height: 16px;
  padding-left: 8px;
  margin-bottom: 13px;
}
.info .group .name_con {
  font-size: 0;
}
.info .group .name_con .name,
.info .group .name_con .con {
  vertical-align: top;
  display: inline-block;
  width: 50%;
  box-sizing: border-box;
  padding: 36px;
  font-size: 14px;
}
.info .group .name_con .name a {
  display: block;
  text-indent: -63px;
  margin-left: 63px;
  margin-bottom: 15px;
}
.info .group .name_con .name a.active {
  color: #DC0000;
  font-weight: bold;
}
.info .group .name_con .name a:hover {
  color: #DC0000;
  cursor: pointer;
}
.info .group .name_con .con {
  min-height: 400px;
  border-left: 1px solid #eeeeee;
  position: relative;
}
.info .group .name_con .con .con_remarks {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px dashed #E6E6E6;
  font-size: 13px;
  line-height: 25px;
  color: #FF2929;
}
.info .group .name_con .con .con_remarks p {
  font-weight: bold;
}
.to_search {
  display: block;
  width: 130px;
  height: 28px;
  background: #ff9100;
  border-radius: 4px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  position: absolute;
  right: 37px;
  top: 30px;
  opacity: 0.98;
}
.to_search:hover {
  background: #ffa42d;
}
