.styzc {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial,Microsoft YaHei;
}
.styzc .sycontent {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.styzc .sycontent .content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.styzc .sycontent .content-wrapper .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.styzc .sycontent .content-wrapper .content .hzhbsq {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
}
.styzc .sycontent .content-wrapper .content .hzhbsq .title {
  text-align: center;
  height: 29px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 20px 0 60px;
}
.styzc .sycontent .content-wrapper .content .hzhbsq .card {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.styzc .sycontent .content-wrapper .content .hzhbsq .card img {
  background-size: 100% 100%;
}
.styzc .sycontent .content-wrapper .content .hzhbsq .pro-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.styzc .sycontent .content-wrapper .content .hzhbsq .pro-wrapper .pro {
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  line-height: 50px;
}
.styzc .sycontent .content-wrapper .content .hzhblx {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 1920px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #f5f9fa;
}
.styzc .sycontent .content-wrapper .content .hzhblx .title {
  text-align: center;
  height: 29px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 59px;
}
.styzc .sycontent .content-wrapper .content .hzhblx .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 59px;
}
.styzc .sycontent .content-wrapper .content .hzhblx .item-wrapper .item {
  margin: 10px;
  height: 410px;
  width: 410px;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.5);
  border-radius: 8px;
}
.styzc .sycontent .content-wrapper .content .hzhblx .item-wrapper .item .card {
  margin: 70px 0 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.styzc .sycontent .content-wrapper .content .hzhblx .item-wrapper .item .card img {
  background-size: 100% 100%;
}
.styzc .sycontent .content-wrapper .content .hzhblx .item-wrapper .item .top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.styzc .sycontent .content-wrapper .content .hzhblx .item-wrapper .item .top .desc {
  height: 23px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.styzc .sycontent .content-wrapper .content .hzhblx .item-wrapper .item .fangan {
  margin: 10px 20px 30px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.styzc .sycontent .content-wrapper .content .hzhblx .item-wrapper .item .fangan .text {
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  line-height: 24px;
}
.styzc .sycontent .content-wrapper .content .hzhbqy {
  margin-top: 60px;
  margin-bottom: 60px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .title {
  text-align: center;
  height: 29px;
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 60px;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .item-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 50px;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .item-wrapper .item {
  margin: 10px;
  height: 230px;
  width: 23%;
  background-color: #ffffff;
  box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.5);
  border-radius: 6px;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .item-wrapper .item .top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .item-wrapper .item .top .card {
  margin: 20px;
  overflow: hidden;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .item-wrapper .item .top .card img {
  background-size: 100% 100%;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .item-wrapper .item .top .desc {
  height: 23px;
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .item-wrapper .item .fangan {
  margin: 0 20px;
}
.styzc .sycontent .content-wrapper .content .hzhbqy .item-wrapper .item .fangan .text {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
/*# sourceMappingURL=styzc.css.map */