.proList {
  display: flex;
  /* width: 1200px; */
  width: 100%;
  margin: 0 auto;
  align-items: center;
  text-transform: capitalize;
  padding: 0 0 20px 0;
  font-size: 14px
}


.pro-paging div.page_content .page-active {
  /*width: 35px;*/
  height: auto;
  background-color: #BA0021;
  color: #fff;
}

.noshow {
  text-align: center;
  background-color: #FFFFFF;
  color: #999;
  padding: 30px 0;
  margin: 0 auto;
  /* width: 1200px; */
  width: 100%;
}

.proList div {
  margin-right: 10px;
}

.proList div a {
  color: #666;
}

.proList div:last-child a {
  color: #BA0021;
  text-transform: capitalize;
}

.proList img {
  width: 7px;
  height: 13px;
}

.personnel {
  /* width: 1200px; */
  width: 100%;
  /* height: 293px; */
  /* background: #FFFFFF;
  border: 1px solid #DFDFDF;
  margin: 0 auto; */
  font-size: 14px;
  /* height: 293px; */
  background: #f3f3f3;
  border: 1px solid #DFDFDF;
  margin: 0 auto;
  overflow: hidden;

}

.personnel .catalogue {
  display: flex;
  /* border-bottom: 1px solid #e2e2e2; */
  align-items: center;
  /* background: #FFFFFF;*/
}

.personnel .catalogue a {
  color: #333;
  font-size: 14px;
}

.personnel .catalogue-left {
  width: 220px;
  text-align: center;
  font-weight: 600;
  background: #f3f3f3;
  text-transform: uppercase;
  /* width: 200px;*/
  /* padding: 20px 0; */
  /* border-right: 1px solid #e2e2e2; */
  padding: 12px 0px;
}

.personnel .catalogue-right {
  /* display: flex;
  padding: 15px 25px 15px;
  flex-wrap: wrap;
  width: 900px;
  border-left: 1px solid #e2e2e2; */
  /* width: 900px; */
  width: calc(100% - 221px);
  flex-wrap: wrap;
  /* padding: 15px 0px; */
  padding: 8px 0;
  background: #FFFFFF;
  display: flex;
  border-left: 1px solid #e2e2e2;
}

.personnel .outside:first-child {
  border-top: 1px solid #e2e2e2;
}

.personnel .catalogue-right p {
  padding-right: 40px;
  cursor: pointer;
  color: #0D1D76;
  font-size: 12px;
}


.personnel .catalogue-right>p {
  margin: 6px 0 6px 20px;
}

.personnel .catalogue-right a {
  color: #666;
}

.personnel .catalogue-right p:hover a,
.personnel .catalogue-right p:hover {
  color: #BE0022;
}

.manufacturer {
  display: flex;
  border-bottom: 1px solid #e2e2e2;
  align-items: center;
  position: relative;
}

.manufacturer .manufacturer-left {
  text-transform: capitalize;
  border-right: 1px solid #e2e2e2;
  padding: 55px 0;
  width: 240px;
  text-align: center;
}

.manufacturer .manufacturer-left a {
  color: #333;
}

.manufacturer .manufacturer-right a {
  color: #666;
}

.manufacturer .manufacturer-right {
  display: flex;
  flex-wrap: wrap;

}

.top-img,
.bot-img {
  position: absolute;
  right: 5%;
}

.top-img {
  position: absolute;
  top: 35px;
}

.bot-img img {
  width: 75%;
  /* height: 75%; */
}

.manufacturer .manufacturer-right p {
  /* padding-left: 40px; */
  padding: 10px 40px;
}

.outside:last-child {
  border: none;
}

.outside {
  font-size: 14px;
  border-bottom: 1px solid #e2e2e2;
  display: flex;
  align-items: center;
  position: relative;
}

.outside .outside-left {
  /* border-right: 1px solid #e2e2e2;
  padding: 23px 0; */
  /* height: 50px; */
  text-align: center;
  width: 220px;
  /* text-transform: capitalize; */
  word-break: break-word;
}

.outside .outside-left a {
  color: #333;
  font-weight: 600;
}

.outside .outside-right a {
  color: #666;
}

.outside .outside-right {
  width: calc(100% - 270px);
  border-left: 1px solid #e2e2e2;
  padding: 0 25px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
}

.outside .outside-right div {
  min-height: 40px;
  line-height: 41px;
  cursor: pointer;
  font-size: 12px;
  color: #0D1D76;
}

.outside .outside-right div:hover {
  color: #BE0022;
}

.product {
  /* width: 1200px; */
  width: 100%;
  margin: 40px auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 10px;
}

.product .product-box {
  padding: 7px;
  background: #FFFFFF;
  margin-bottom: 10px;
  /* height: 259px; */
}

.product .product-box .product-money {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  color: #BA0022;
}

.product .product-box .product-money a {
  color: #000;
}

.product .product-box .product-tit {
  font-size: 14px;
  color: #191919;
  font-weight: bold;
  padding: 5px 0;
  padding-bottom: 4px;
  /*  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; */
  /* width: 270px; */
  width: 100%;
  box-sizing: border-box;
  word-break: break-word;
}

.product .product-box .product-flex p {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 122px;
  white-space: nowrap;
}

.product .product-box .product-flex {
  display: flex;
  color: #999;
  font-size: 14px;
  justify-content: space-between;
  padding-bottom: 3px;
  /* padding: 5px 0; */
}

.pro-paging {
  display: flex;
  justify-content: center;
}

.pro-paging .pagesIndexs {
  width: 140px;
  overflow: hidden;
  /*height: 37px;*/
  /* border: 1px #00f solid; */
}

.pro-paging div.page_content {
  display: flex;
  justify-content: left;
  margin: 0 auto;
}

.pro-paging div.next,
.pro-paging div.previous,
.pro-paging div.page_content div {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border: 1px solid #DFDFDF;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  /*margin-left: 20px;*/
  margin: 0 2px;
  cursor: pointer;
}

.pro-paging div.page_content div {
  display: inline-block;
}

.pro-paging div a {
  color: #999;
}

/* .pro-paging div:nth-child(1),
.pro-paging div:last-child {
  line-height: 42px;
} */
.pro-paging div img {
  margin-top: 8px;
}

.pro-paging .pro-act {
  border: none;
  background: none;
}

.pro-paging .pro-act a {
  color: #BA0021;
}
