.list_pro .left {
  /*width: 21.25rem;*/
  width: 22%;
  padding-top: 3.125rem;
  background: rgba(124, 124, 124, 0.05);
  padding-bottom: 5rem;
}
.list_pro .left .ul {
  position: sticky;
  top: 7rem;
  left: 0;
}
.list_pro .left .ul > li {
  border-bottom: 1px solid #E8E8E8;
}
.list_pro .left .ul > li.active ul {
  display: block;
}
.list_pro .left .ul > li.active > a {
  background: #0096a3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  color: #fff;
}
.list_pro .left .ul > li > a {
  line-height: 3rem;
    padding: 0 2.5rem 0 3.25rem;
    font-size: 0.85rem;
    letter-spacing: 1px;
  color: #606060;
  display: flex;
  align-items: center;
}
.list_pro .left .ul > li > a div {
  width: 80%;
}
.list_pro .left .ul > li > a p {
  width: 20%;
  text-align: right;
}
.list_pro .left .ul > li ul {
  /*padding: 1.125rem 2.5rem 1.5625rem 6.25rem;*/
  padding: 1.125rem 2.5rem 1.5625rem 1.25rem;
  display: none;
}
.list_pro .left .ul > li ul li:not(:last-child) {
  margin-bottom: 0.875rem;
}
.list_pro .left .ul > li ul li a {
  line-height: 1.4rem;
  position: relative;
  /*font-style: italic;*/
  font-size: 0.75rem;
  color: #4F4F4F;
  padding: 0.2rem 1.25rem;
  background: #fff;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .left .ul > li ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1875rem;
  background: #0096a3;
  height: 0;
}
.list_pro .left .ul > li ul li:hover a,
.list_pro .left .ul > li ul li.active a {
  color: #0096a3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .left .ul > li ul li:hover a::before,
.list_pro .left .ul > li ul li.active a::before {
  height: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .right {
  width: calc(100% - 22%);
  padding: 2.5rem 0 6.25rem 3.75rem;
}
.list_pro .right .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #D5D5D5;
  padding-bottom: 1rem;
  margin-bottom: 1.2125rem;
}
.list_pro .right .top .l {
  width: 60%;
  font-size: 25px;
  color: #000000;
}
.list_pro .right .top .r input {
  width: 12rem;
  line-height: 2.5rem;
  font-size: 1rem;
  color: #606060;
}
.list_pro .right .top .r button {
  border: none;
  background: transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.list_pro .right .top .r button .iconfont {
  font-size: 1rem;
  display: block;
  color: #515151;
}
.list_pro .right .ul li {
  margin-bottom: 1.625rem;
  /*width: 32%;*/
  width: 23%;
  margin-right: 2%;
}
.list_pro .right .ul li:nth-child(4n){margin-right:0;}
.list_pro .right .ul li:hover .over img {
  transform: scale(1.1);
}
.list_pro .right .ul li:hover .flex::before {
  width: 100%;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .right .ul li:hover .flex .name {
  color: #0096a3;
}
.list_pro .right .ul li:hover .more_a > div div {
  border-color: #0096a3 !important;
  background: #0096a3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .right .ul li:hover .more_a > div div .iconfont {
  color: #fff !important;
}
.list_pro .right .ul li .over {
  border: 1px solid #D3D3D3;
  padding: 1rem;
}
.list_pro .right .ul li .flex {
  margin-top: 1.5625rem;
  /*padding-bottom: 1.5rem;*/
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #d3d3d3;
  position: relative;
}
.list_pro .right .ul li .flex::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  background: #0096a3;
}
.list_pro .right .ul li .flex .xinghao {
  /*font-style: italic;*/
  /*font-size: 1rem;*/
  font-size: 0.7rem;
  line-height: 0;
  margin-bottom: 0.975rem;
  color: #4F4F4F;
}
.list_pro .right .ul li .flex .name {
    display: block;
  font-size: .9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.375rem;
  color: #333333;
  width: 17vw;
  /*width: 100%;*/
}
.list_pro .right .ul li .flex .more_a > div div {
  border: 1px solid #D3D3D3;
  transition: all 0.4s;
  -webkit-transform: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
}
.list_pro .right .ul li .flex .more_a > div div .iconfont {
  color: #D3D3D3;
}