﻿/*内容样式*/
.con {
  width: 100%;
  margin-top: 1.75rem;
  margin-bottom: 2rem;
}
.con .industry-l {
  float: left;
  width: 22.3rem;
}
.con .industry-l .title {
  font-size: 0.35rem;
  line-height: 1.1rem;
  border-bottom: 0.025rem solid #ccc;
  text-indent: 0;
  letter-spacing: 0;
}
.con .industry-l .title span {
  display: inline-block;
  width: 3.05rem;
  float: right;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bolder;
  border-bottom: 0.05rem solid #333;
}
.con .industry-l #conxq h2 {
  margin-top: 0.5rem;
  font-size: 0.7rem;
  line-height: 1.5rem;
  text-align: center;
}
.con .industry-l #conxq p:nth-child(2){
  text-align: right !important;
  margin: 0 !important;
  color: #6b6b6b;
  line-height: 1rem;
}
.con .industry-l #conxq p{
  font-size: 0.4rem;
  text-indent: 0.8rem;
  margin-top: 0.5rem;
}
.con .industry-r {
  text-align: center;
  margin-top: 2rem;
  border-left: 0.025rem solid #ccc;
  padding-left: 1rem;
  float: right;
  width: 7rem;
}
.con .industry-r .industry-r-title {
  width: 6rem;
  text-align: center;
  position: relative;
  line-height: 1rem;
}
.con .industry-r .industry-r-title:before {
  content: '';
  display: block;
  width: 1.8rem;
  border-top: 0.025rem dotted #ccc;
  position: absolute;
  top: 50%;
  left: 0;
}
.con .industry-r .industry-r-title:after {
  content: '';
  display: block;
  width: 1.8rem;
  border-top: 0.025rem dotted #ccc;
  position: absolute;
  right: 0;
  top: 50%;
}
.con .industry-r > a {
  text-align: center;
  color: #6f6e6e;
  font-size: 0.35rem;
  margin-top: 0.5rem;
  display: block;
}
.con .industry-r ul li {
  border-bottom: 0.025rem solid #ccc;
}
.con .industry-r ul li div {
  float: left;
}
.con .industry-r ul li div img {
  width: 2rem;
  height: 2rem;
  margin: 0.875rem 0 0.5rem 0 ;
}
.con .industry-r ul li div h2 {
  width: 3.425rem;
  margin-top: 0.625rem;
  text-align: left;
  font-size: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.con .industry-r ul li div p {
  width: 3.425rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
  font-size: 0.35rem;
  line-height: 0.5rem;
  margin-top: 0.4rem;
  position: relative;
  max-height: 1rem;
}
.con .industry-r ul li div p::after {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0.6rem;
  text-align: left;
  background-color: #fff;
}
.con .industry-r ul li div a {
  font-size: 0.35rem;
}
.con .industry-r ul li div:nth-child(2) {
  margin-left: 0.5rem;
  text-align: right;
}
.con .industry-r ul li:nth-last-child(1) {
  border-bottom: 0px ;
}
