/* 导航样式已移至common-style.css */

/* 面包屑样式已移至common-style.css，避免重复 */

/* 友情链接样式已移至common-style.css，避免重复 */

/* 版权样式已移至common-style.css，避免重复 */

/* .contact-box-n101m-1样式已移至common-style.css，避免重复 */

/* 标题样式已移至common-style.css，避免重复 */

/* 产品分类样式已移至common-style.css，避免重复 */

/* 产品列表样式已移至common-style.css，避免重复 */

/* .contact-info-n114m-1样式已移至common-style.css，避免重复 */

/* .additional响应式布局样式已移至common-style.css，避免重复 */

/* headline-n118m-4样式已移至archive.css，避免重复 */

.product-list-n118m-2 {
    font-size: 1.4rem
}

.product-list-n118m-2 ul {
    list-style: none;
    overflow: auto;
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap
}

.product-list-n118m-2 ul li {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    display: block
}

.product-list-n118m-2 ul li a {
    text-decoration: none
}

.product-list-n118m-2 ul li a .item {
    background-color: #f2f2f2;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.product-list-n118m-2 ul li a .item .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.product-list-n118m-2 ul li a .item .cover-image {
    overflow: hidden;
    display: block
}

.product-list-n118m-2 ul li a .item .cover-image>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center
}

.product-list-n118m-2 ul li a .item .cover-image>span>img {
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    object-fit: cover;
}

.product-list-n118m-2 ul li a .item .cover-image img {
    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s
}

.product-list-n118m-2 ul li a .text {
    overflow: hidden
}

.product-list-n118m-2 ul li a .text .th {
    margin: 4px 0;
    text-align: center;
    font-size: 1.6rem
}

.product-list-n118m-2 ul li a .text .th h3 {
    color: #343434;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    display: -webkit-box;
    font-size: 1.8rem;
    margin-top: 10px
}

.product-list-n118m-2 ul li a .text .th p {
    margin-bottom: 0;
    color: #6c6c6c;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* overflow: hidden; */
    display: -webkit-box;
    font-size: 1.6rem;
    margin-top: 0;
    height: 45px
}

.product-list-n118m-2 ul li a:hover .item .cover-image img {
    transform: scale(1.2)
}

.product-list-n118m-2 ul li a:hover .text .th h3 {
    color: #7eb01a
}

@media(max-width:768px) {
    .product-list-n118m-2 ul {
        margin: 0
    }

    .product-list-n118m-2 ul li {
        padding: 0
    }

    .product-list-n118m-2 ul li a .text .th h3 {
        font-size: 1.6rem;
        overflow: inherit;
        -webkit-box-orient: initial;
        -webkit-line-clamp: inherit;
        line-height: 1.5;
        margin-bottom: 0
    }

    .product-list-n118m-2 ul li a .text .th p {
        line-height: 1.5;
        height: inherit;
        text-align: left
    }
}

/* .pagination-n101m-1样式已移至common-style.css，避免重复 */

/* 移动端布局优化：在产品分类页将左侧菜单置后、主要内容置前 */
@media (max-width: 768px) {
  .cat-pro-layout {
    display: flex;
    flex-direction: column;
  }
  .cat-pro-layout > .col-md-9,
  .cat-pro-layout > .additional.col-md-9 {
    order: 1;
    width: 100%;
  }
  .cat-pro-layout > .col-md-3,
  .cat-pro-layout > .additional.col-md-3 {
    order: 2;
    width: 100%;
  }
}
