.productcontent {
  width: 100%;
  padding: 0.4rem;
  min-height: 6rem;
}
.productcontent .product_card {
  width: 100%;
  box-shadow: 0 0 5px 2px #ccc;
  border-radius: 0.1rem;
  font-size: 0.4rem;
  margin-bottom: 0.8rem;
}
.productcontent .product_card .title {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.2rem;
  border-bottom: 1px solid #ccc;
}
.productcontent .product_card .title span:first-child {
  color: #0e4b9c;
}
.productcontent .product_card .cardMid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding: 0.3rem 0.3rem 0;
}
.productcontent .product_card .cardMid a {
  display: block;
  width: 48%;
  border: 1px solid #ccc;
  margin-bottom: 0.3rem;
}
.productcontent .product_card .cardMid a img {
  width: 100%;
}
.productcontent .product_card .cardMid a p {
  width: 100%;
  padding: 0.2rem;
  background-color: #5681ba;
  text-align: center;
  color: #fff;
}
.productcontent .product_card .cardBottom {
  width: 100%;
  text-align: center;
  background-color: #eee;
  padding: 0.2rem;
}
.productdetail {
  width: 100%;
  font-size: 0.4rem;
  min-height: 6rem;
  padding: 0.4rem;
}
.productdetail img {
  width: 100%;
}
.productdetail li {
  list-style: none;
}
.productdetail p {
  text-align: justify;
  word-break: break-all;
}
.industrycontent {
  width: 100%;
  font-size: 0.4rem;
  min-height: 6rem;
  padding: 0 0.4rem 0;
}
.industrycontent .industry_list_item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #eee;
}
.industrycontent .industry_list_item a,
.industrycontent .industry_list_item p {
  width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.industrycontent .industry_list_item span {
  color: #ccc;
}
.zhaopincontent {
  width: 100%;
  font-size: 0.4rem;
  min-height: 6rem;
  padding: 0 0.4rem 0;
}
.zhaopincontent .industry_list_item {
  width: 100%;
  padding: 0.2rem 0;
  border-bottom: 1px dashed #eee;
}
.zhaopincontent .industry_list_item .title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.2rem;
}
.zhaopincontent .industry_list_item a {
  width: 7rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.zhaopincontent .industry_list_item span {
  color: #ccc;
}
