.menu .list{display:none;}
.section5 .box .left .stock-box .stock{background-color:none}
.pagination {
  width: auto;
  margin-left: calc(50% - 247px);
}
.pagination::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  float: none;
  clear: both;
}
.pagination .prev {
  width: 100px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 22.5px;
  float: left;
  transition: 0.4s;
}
.pagination .prev a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #323333;
  transition: 0.4s;
}
.pagination .prev:hover {
  background-color: #c6150f;
}
.pagination .prev:hover a {
  color: white;
}
.pagination .page-number {
  float: left;
  margin-left: 13px;
}
.pagination .page-number ul li {
  float: left;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  margin-left: 7px;
  transition: 0.4s;
}
.pagination .page-number ul li a {
  width: 100%;
  line-height: 45px;
  display: block;
  font-size: 14px;
  color: #666666;
  text-align: center;
  transition: 0.4s;
}
.pagination .page-number ul li:hover {
  background-color: #cd191c;
}
.pagination .page-number ul li:hover a {
  color: white;
}
.pagination .page-number ul li.active {
  background-color: #cd191c;
}
.pagination .page-number ul li.active a {
  color: white;
}
.pagination .next {
  width: 100px;
  height: 45px;
  background-color: #f0f0f0;
  border-radius: 22.5px;
  margin-left: 20px;
  
  transition: 0.4s;
}
.pagination .next a {
  width: 100%;
  display: block;
  line-height: 45px;
  text-align: center;
  font-size: 14px;
  color: #323333;
  transition: 0.4s;
}
.pagination .next:hover {
  background-color: #c6150f;
}
.pagination .next:hover a {
  color: white;
}

.pagination a{display: inline-block;}
.pagination .prev{display: inline-block;line-height: 45px;text-align: center;color: #323333;}
.pagination .prev:hover{color: #fff;}
.pagination .next{display: inline-block;line-height: 45px;text-align: center;color: #323333;}
.pagination .next:hover{color: #fff;}
.pagination a.click{float: none;width: 45px;height: 45px;border-radius: 50%;margin-left: 20px;transition: 0.4s;line-height: 45px;text-align: center;color: #323333;position: relative;display: inline-block;}
.content .box .pagination a.on {background-color: #cd191c;color:#fff;}
#pager {display: inline-block;float: none;position:relative;}
#pager a{float: none;width: 45px;height: 45px;border-radius: 50%;margin-left: 20px;transition: 0.4s;line-height: 45px;text-align: center;color: #323333;position: relative;display: inline-block;}
#pager a.on{background-color: #cd191c;color:#fff;}
.no_data{text-align: center;height:30px;line-height: 30px;}

.content .map-box .list .company {
    width: 21.19%;
    height: 70px;
    background-color: #ffffff;
    border: solid 1px #ebebeb;
    float: left;
    margin-left: 1.13%;
}
.content .map-box .list .company .company-box {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.content .map-box .list .company .company-box::after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    float: none;
    clear: both;
}
.content .map-box .list .company .company-box .company-value {
    font-size: 16px;
    line-height: 70px;
    color: #999999;
    margin-left: 25px;
    float: left;
}
.content .map-box .list .company .company-box .icon {
    float: right;
    margin-right: 25px;
}
.content .map-box .list .company .company-box .icon i {
    line-height: 70px;
    font-size: 16px;
    color: #999999;
    transition: 0.5s;
}
.content .map-box .list .company ul {
    width: 100%;
    background-color: #ffffff;
    display: none;
}
.content .map-box .list .company ul li {
    padding: 8px 20px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}
.content .map-box .list .company ul li:hover {
    background: #F4F4F4;
}
.content-box .content.page .p{margin:0 auto;}
