﻿/*内容样式*/
.con {
  width: 100%;
  margin-top: 1.75rem;
  margin-bottom: 1rem;
}
.con .industry-l {
  float: left;
  width: 22.3rem;
}
.con .industry-l #page {
  margin: 1rem 0 !important;
}
.con .industry-l #page ul li a {
  background-color: #fff !important;
  border: 0 !important;
}
.con .industry-l #page ul li.active a {
  background-color: #ccc !important;
  color: #333333 !important;
}
.con .industry-l .title {
  font-size: 0.35rem;
  line-height: 1.1rem;
  border-bottom: 0.025rem solid #ccc;
}
.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 > ul {
  min-height: 19rem;
}
.con .industry-l > ul li {
  border-bottom: 0.025rem solid #ccc;
}
.con .industry-l > ul li div {
  float: left;
}
.con .industry-l > ul li div img {
  width:5.375rem;
  height: 6rem;
  margin: 0.875rem 0 0.5rem 0 ;
}
.con .industry-l > ul li div h2 {
  margin-top: 1.9rem;
  text-align: left;
  font-size: 0.55rem;
  font-weight: normal;
  color: black !important;
}
.con .industry-l > ul li div h2 span {
  float: right;
  font-size: 0.45rem;
  color: #ccc;
  font-weight: normal;
}
.con .industry-l > ul li div p {
  width: 100%;
  color: black !important;
  text-align: left;
  font-size: 0.35rem;
  line-height: 0.5rem;
  margin: 1rem 0;
  max-height: 1rem;
}
.con .industry-l > ul li div a {
  font-size: 0.35rem;
  color: #ccc;
}
.con .industry-l > ul li div:nth-child(2) {
  width: 14.9rem;
  margin-left: 1.5rem;
  text-align: left;
}
.con .industry-r {
  margin-top: 1rem;
  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 ul {
  width: 6rem;
}
.con .industry-r ul li {
  margin-top: 0.5rem;
}
.con .industry-r ul li img {
  width: 6rem;
  height: 5rem;
  border: 1px solid #ccc;
}
.con .industry-r ul li p {
  width: 6rem;
  font-size: 0.35rem;
  line-height: 1rem;
  text-align: center;
}
