/********************************* listpage_2 STRAT ********************************/
.listpage_2 {
  padding: 80px 0;
}

.listpage_2 .left_monu {
  width: 18.75%;
}

.listpage_2 .left_monu .product_monu {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 50px;
}

.listpage_2 .left_monu .product_monu p {
  height: 70px;
  line-height: 70px;
  text-align: center;
  font-size: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  background-color: #058bd6;
}

.listpage_2 .left_monu .product_monu a {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-right: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
}

.listpage_2 .left_monu .product_monu a li {
  height: 55px;
  line-height: 53px;
  letter-spacing: 0px;
  color: #747474;
  width: 185px;
  margin: 0 auto;
  border-bottom: 1px solid #eeeeee;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.listpage_2 .left_monu .product_monu a li .iconfont {
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: #c7c7c7;
  font-size: 18px;
  margin-left: 5px;
  margin-top: 2px;
}

.listpage_2 .left_monu .product_monu a:nth-last-of-type(1) li {
  border-bottom: 0;
}

.listpage_2 .left_monu .product_monu a:hover li {
  color: #d6b07f;
}

.listpage_2 .left_monu .product_monu a:hover li .iconfont {
  color: #d6b07f;
}

.listpage_2 .left_monu .product_monu .active li {
  color: #d6b07f;
}

.listpage_2 .left_monu .product_monu .active li .iconfont {
  color: #d6b07f;
}

.listpage_2 .right {
  width: 76.66667%;
  float: left;
}

.listpage_2 .right .black {
  width: 31.52%;
  margin-right: 2.08333%;
  margin-bottom: 42px;
  float: left;
}

.listpage_2 .right .black:nth-of-type(3n) {
  margin-right: 0;
}

.listpage_2 .right .black .picture_container {
  width: 100%;
  padding-top: 62.6%;
  border-radius: 10px;
  border: 1px solid #f2f2f2;
  margin-bottom: 20px;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.listpage_2 .right .black .txt {
  line-height: 16px;
  letter-spacing: 0px;
  color: #333333;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.listpage_2 .right .black:hover .picture_container {
  background-color: #ffffff;
  box-shadow: 0px 7px 21px 0px rgba(67, 67, 67, 0.07);
  border: 1px solid #ffffff;
}

.listpage_2 .right .black:hover .txt {
  color: #1f6cc1;
}

.listpage_2 .paging {
  margin-top: 40px;
}

/********************************* listpage_2 END ********************************/

@media screen and (max-width:1200px) {
  .listpage_2 {
    padding: 60px 0;
  }
  
  .listpage_2 .left_monu {
    display: none;
  }

  .listpage_2 .right {
    width: 100%;
  }

  .listpage_2 .right .black:hover .picture_container {
    background-color: #ffffff;
    box-shadow: none;
    border: 1px solid #f2f2f2;
  }

  .listpage_2 .right .black:hover .txt {
    color: #333333 !important;
  }
}

@media screen and (max-width:768px) {
  .listpage_2 {
    padding: 40px 0;
  }
  
  .listpage_2 .right .black {
    width: 49%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .listpage_2 .right .black:nth-child(odd) {
    margin-right: 2%;
  }
  .listpage_2 .paging {
    margin-top: 30px;
  }
}

@media screen and (max-width:480px) {
  .listpage_2 {
    padding: 30px 0;
  }
  
  .listpage_2 .right .black {
    width: 100%;
    margin-bottom: 20px;
  }

  .listpage_2 .right .black:nth-child(odd) {
    margin-right: 0;
  }

  .listpage_2 .right .black .picture_container {
    margin-bottom: 10px;
  }
  .listpage_2 .paging {
    margin-top: 20px;
  }

}