.zbsc {
  width: 100%;
  display: flex;
  justify-content: center;
  box-sizing: border-box;
  font-family: Arial,Microsoft YaHei;
}
.zbsc .sycontent {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 40px 45px 20px;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt {
  width: 100%;
  display: flex;
  justify-content: center;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt .item-wrapper {
  width: 100%;
  height: 290px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt .item-wrapper .item {
  width: 31%;
  height: 48%;
  cursor: pointer;
  background: url("../images/sy/right.png") no-repeat;
  background-size: 100% 100%;
  padding: 10px 5px 5px;
  margin: 5px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt .item-wrapper .item:hover {
  border: 1px solid #326AF0;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt .item-wrapper .item:hover .btn {
  background: #326AF0;
  color: #FFFFFF;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt .item-wrapper .item:hover .title {
  color: #326AF0;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt .item-wrapper .item .item-title {
  width: 360px;
  margin: 13px 0 5px 24px;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  color: #606266;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt .item-wrapper .item .content {
  margin: 0 0 0 24px;
  font-size: 14px;
  font-weight: 400;
  height: 20px;
  color: #888888;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.zbsc .sycontent .content-wrapper .content .zxdt-wrapper .zxdt .item-wrapper .item .btn {
  margin: 5px 20px 20px auto;
  width: 80px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #e5e8f1;
  font-size: 14px;
  font-weight: 400;
  color: #474747;
  border-radius: 2px;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  margin: 64px 40px 25px;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 36px;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item {
  width: 23%;
  height: 286px;
  margin: 0 23px 23px 0;
  box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.5);
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item .item-content .Regular {
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  line-height: 30px;
  margin: 20px 30px;
  display: block;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item .item-content .info {
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
  margin-left: 30px;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item .item-content .info .caigou {
  display: flex;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item .item-content .info .price-wrapper {
  margin: 30px 0;
  display: flex;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item .item-content .info .price-wrapper .price {
  margin-left: 10px;
  font-size: 13px;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item .item-content .button-wrapper {
  display: flex;
  justify-content: center;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item .item-content .button-wrapper .item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fea22b;
  width: 83%;
  cursor: pointer;
}
.zbsc .sycontent .content-wrapper .content .fgdzywxq-wrapper .fgdzywxq .item .item-content .button-wrapper .item-button .button-content {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 35px;
}
.zbsc .sycontent .content-wrapper .content .zyptfws .title {
  font-size: 30px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin: 40px 40px 20px;
}
.zbsc .sycontent .content-wrapper .content .zyptfws .item-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.zbsc .sycontent .content-wrapper .content .zyptfws .item-wrapper .item {
  width: 30%;
  box-shadow: 0px 2px 5px 0px rgba(153, 153, 153, 0.5);
}
.zbsc .sycontent .content-wrapper .content .zyptfws .item-wrapper .item .top .card {
  margin: 30px 10px;
  text-align: center;
}
.zbsc .sycontent .content-wrapper .content .zyptfws .item-wrapper .item .top .card img {
  width: 400px;
  height: 80px;
}
.zbsc .sycontent .content-wrapper .content .zyptfws .item-wrapper .item .top .desc {
  margin: 10px 30px;
  font-size: 18px;
  font-weight: 400;
  color: #606266;
  line-height: 24px;
}
.zbsc .sycontent .content-wrapper .content .zyptfws .item-wrapper .item .fuwushang {
  margin: 10px 30px;
}
.zbsc .sycontent .content-wrapper .content .zyptfws .item-wrapper .item .fuwushang .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: 2;
  /* 这里是超出几行省略 */
  overflow: hidden;
}
.zbsc .sycontent .content-wrapper .content .zyptfws .item-wrapper .item .company {
  margin: 40px 0 23px 30px;
  font-size: 14px;
  font-weight: 400;
  color: #888888;
  line-height: 24px;
}
/*# sourceMappingURL=zbsc.css.map */