.fuwu {
  width: 1220px;
  margin: auto;
}
.fuwu .title {
  padding-bottom: 10px;
  border-bottom: 1px solid #d82929;
}
.fuwu .title .beijing {
  height: 40px;
  opacity: 1;
  background: #fff5f5;
  display: flex;
  align-items: center;
}
.fuwu .title .beijing .dian {
  display: block;
  width: 4px;
  height: 16px;
  opacity: 1;
  background: #d82929;
  margin-left: 0px;
}
.fuwu .title .beijing span {
  display: block;
  margin-left: 14px;
  font-size: 18px;
  font-weight: 700;
  color: #d82929;
}
.fuwu .fuwu-list {
  margin-top: 4px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.fuwu .fuwu-list .fueu-item {
  width: 22%;
  margin-top: 22px;
  min-height: 276px;
  opacity: 1;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  padding-bottom: 20px;
}
.fuwu .fuwu-list .fueu-item:hover {
  border: 1px solid #ff4242;
}
.fuwu .fuwu-list .fueu-item:hover span {
  color: #d82929;
}
.fuwu .fuwu-list .fueu-item:hover .image img {
  transform: scale(1.1);
}
.fuwu .fuwu-list .fueu-item .image {
  width: 100%;
  height: 180px;
  overflow: hidden;
}
.fuwu .fuwu-list .fueu-item .image img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  transition: transform 0.5s ease-out;
}
.fuwu .fuwu-list .fueu-item span {
  display: block;
  padding: 0 5px;
  margin-top: 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22.4px;
  color: #333333;
}
.fuwu .fuwu-list .fueu-item .biaoqian {
  padding: 0 5px;
  display: flex;
  flex-wrap: wrap;
}
.fuwu .fuwu-list .fueu-item .biaoqian span {
  display: block;
  padding: 0 8px;
  border-radius: 4px;
  background: #fff5f5;
  border: 0.8px solid #ffd9d9;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  color: #d82929;
  margin-right: 4px;
  margin-top: 10px;
}
.fuwu .fanye {
  margin-top: 32px;
  margin-bottom: 87px;
}
.fuwu .fanye .el-pagination {
  width: fit-content;
  margin: auto;
}
.fuwu .fanye .el-pagination.is-background .btn-next,
.fuwu .fanye .el-pagination.is-background .btn-prev,
.fuwu .fanye .el-pagination.is-background .el-pager li {
  background: #ffffff !important;
  border: 1px solid #cccccc !important;
}
.fuwu .fanye .el-pagination.is-background .el-pager li:not(.disabled).active {
  background: #e6f7ff !important;
  border: 1px solid #aeb3b6 !important;
  color: #73797d !important;
}
.fuwu .fanye .el-pagination.is-background .btn-next.disabled,
.fuwu .fanye .el-pagination.is-background .btn-next:disabled,
.fuwu .fanye .el-pagination.is-background .btn-prev.disabled,
.fuwu .fanye .el-pagination.is-background .btn-prev:disabled,
.fuwu .fanye .el-pagination.is-background .el-pager li.disabled {
  color: #cccccc !important;
  background: #f2f2f2 !important;
  border: 1px solid #cccccc !important;
}
.fuwu .fuwu-details {
  margin-top: 32px;
}
.fuwu .fuwu-details .details-title {
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  color: #333333;
  text-align: center;
}
.fuwu .fuwu-details .details-time {
  display: block;
  margin-top: 10px;
  padding-bottom: 26px;
  border-bottom: 1px dashed #b3b3b3;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.6px;
  color: #333333;
  text-align: center;
}
.fuwu .fuwu-details .details-neirong {
  margin-top: 20px;
  margin-bottom: 52px;
  padding: 0 60px;
}
.fuwu .fuwu-details .details-neirong div {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 22.4px;
  color: #333333;
}
.fuwu .fuwu-zhensuo-details {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 280px;
  box-sizing: border-box;
}
.fuwu .fuwu-zhensuo-details .zhensuo-jieshao {
  padding-top: 10px;
  margin-right: 85px;
  box-sizing: border-box;
}
.fuwu .fuwu-zhensuo-details .zhensuo-jieshao .zhensuo-title {
  width: 500px;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 25.2px;
  color: #1a1a1a;
  padding-bottom: 6px;
  /*首先我们设置边框只显示底部，宽度为2px的实线。*/
  border-bottom: 1px solid;
  /*设置线性渐变*/
  border-image: linear-gradient(90deg, #d82929 0%, rgba(216, 41, 41, 0) 100%) 2 2 2 2;
  position: relative;
}
.fuwu .fuwu-zhensuo-details .zhensuo-jieshao .zhensuo-title:before {
  content: "";
  width: 18px;
  height: 2px;
  opacity: 1;
  background: #d82929;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fuwu .fuwu-zhensuo-details .zhensuo-jieshao .zhensuo-neirong {
  display: block;
  margin-top: 26px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 22.4px;
  color: #333333;
}
.fuwu .fuwu-zhensuo-details img {
  width: 360px;
  height: 230px;
  object-fit: cover;
  flex-shrink: 0;
}
/*# sourceMappingURL=fuwu.css.map */