/* 
 * archive.css - 归档页样式
 * 删除了与common-style.css重复的样式，保留此页面特有的样式
 */

/* 面包屑样式 - 归档页特有样式 */
/* 面包屑样式已移至common-style.css，避免重复 */
/* 位置修复：为归档页面包屑容器提升层级并下移，避免被absolute导航遮挡 */
.breadcrumb-n118m-1 {
    position: relative; /* 说明：相对定位，便于内部元素布局 */
    /* 取消提升层级与过大的上边距，改为依赖 header 中的 .navigation-n12m-1_blk 占位块（高度约79px）提供下推空间，避免叠加偏移导致位置错误 */
    /* z-index: 1050; */
    margin-top: 0; /* 说明：交由 .navigation-n12m-1_blk 负责与导航错位的空间，下移改为0，防止面包屑位置过低 */
}

/* 强制确保当前分类项可见，防止线上样式旧版本隐藏最后一项 */
.breadcrumb-n118m-1 li.current { display: inline-block }

/* 统一分隔符为斜杠，避免线上旧样式使用 '>' 导致不一致 */
.breadcrumb-n118m-1 li::after { content: "/" !important; }
.breadcrumb-n118m-1 li:last-child::after { content: "" !important; }

/* 标题样式 - 归档页特有样式 */
.headline-n118m-4 {
    background: #f2f2f2;
    padding: 10px 15px;
    margin-bottom: 20px
}

.headline-n118m-4 i {
    width: 10px;
    height: 25px;
    display: inline-block;
    background: #002d57;
    float: left;
    margin-right: 20px;
    transform: skewX(150deg)
}

.headline-n118m-4 h2 {
    padding: 6px 10px;
    margin: 0;
    color: #002d57;
    font-size: 1.6rem;
    font-weight: 700;
    text-transform: capitalize
}

@media(max-width:768px) {
    .headline-n118m-4 {
        padding: 5px 15px
    }

    .headline-n118m-4 h2 {
        padding: 6px 8px
    }
}

/* 新闻列表样式 - 归档页特有样式 */
.news-list-n118m-2 {
    font-size: 1.6rem
}

.news-list-n118m-2 ul {
    list-style: none;
    overflow: auto;
    padding: 0;
    margin: 0 -16px;
    display: flex;
    flex-wrap: wrap
}

.news-list-n118m-2 ul li {
    background: #fff;
    margin-bottom: 20px;
    display: block
}

.news-list-n118m-2 ul li .item {
    width: 100%
}

.news-list-n118m-2 ul li .item .blk {
    background-color: #fff;
    margin: 0;
    overflow: hidden;
    position: relative;
    height: 0;
    width: 100%;
    padding-bottom: 100%
}

.news-list-n118m-2 ul li .item .blk .square-cont {
    position: absolute;
    width: 100%;
    height: 100%
}

.news-list-n118m-2 ul li .item .blk .cover-image {
    overflow: hidden;
    display: block;
    padding: 0
}

.news-list-n118m-2 ul li .item .blk .cover-image>span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    overflow: hidden
}

.news-list-n118m-2 ul li .item .blk .cover-image>span>img {
    display: inline-block;
    width: 100%;
    max-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: ease all .4s;
    -moz-transition: ease all .4s;
    -o-transition: ease all .4s;
    transition: ease all .4s
}

.news-list-n118m-2 ul li .text {
    padding: 10px 0 0 0;
    width: 100%;
    background: 0
}

.news-list-n118m-2 ul li .text .time {
    font-size: 1.8rem;
    color: #888
}

.news-list-n118m-2 ul li .text .time i {
    font-size: 2rem;
    color: #002d57;
    margin-right: 4px
}

.news-list-n118m-2 ul li .text .th {
    margin: 0
}

.news-list-n118m-2 ul li .text .th a {
    font-size: 1.8rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    text-decoration: none;
    color: #343434
}

.news-list-n118m-2 ul li:hover .item .blk a img {
    transform: scale(1.2)
}

.news-list-n118m-2 ul li:hover .text .th a {
    color: #7eb01a
}

@media(max-width:768px) {
    .news-list-n118m-2 ul li {
        background: #fff
    }

    .news-list-n118m-2 ul li .text {
        padding: 10px 0 0 0;
        background: #fff
    }

    .news-list-n118m-2 ul li .text .th a {
        font-size: 1.6rem;
        color: #6c6c6c;
        overflow: inherit;
        -webkit-box-orient: initial;
        -webkit-line-clamp: inherit;
        line-height: 1.5
    }
}

/* .pagination-n101m-1样式已移至common-style.css，避免重复 */

/* .message-n118m-1样式已移至common-style.css，避免重复 */

/* 友情链接样式已移至common-style.css，避免重复 */

/* 版权样式已移至common-style.css，避免重复 */

/* 联系框样式已移至common-style.css，避免重复 */

/* 标题样式已移至common-style.css，避免重复 */

.product-category-n113m-1 {
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px
}

.product-category-n113m-1 .title {
    padding: 15px;
    margin: 0;
    color: #fff;
    background: #002d57;
    font-size: 1.6rem;
    font-weight: 700
}

.product-category-n113m-1 .title i {
    width: 10px;
    height: 25px;
    display: inline-block;
    background: #fff;
    float: left;
    margin-right: 20px;
    transform: skewX(150deg)
}

.product-category-n113m-1 ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.product-category-n113m-1 ul li {
    position: relative;
    border-bottom: 1px solid #f2f2f2
}

.product-category-n113m-1 ul li a {
    font-size: 1.6rem;
    display: block;
    padding: 10px 15px;
    color: #505050;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product-category-n113m-1 ul li a:hover {
    background: #f2f2f2;
    color: #002d57
}

.product-category-n113m-1 ul li .sub-menu {
    display: none;
    background: #f2f2f2
}

.product-category-n113m-1 ul li .sub-menu a {
    padding-left: 30px
}

.product-category-n113m-1 ul li .sub-menu .sub-menu a {
    padding-left: 45px
}

.product-category-n113m-1 ul li .expand-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #505050;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product-category-n113m-1 ul li .expand-btn:hover {
    color: #002d57
}

.product-category-n113m-1 ul li.active>a {
    background: #f2f2f2;
    color: #002d57
}

.product-category-n113m-1 ul li.on .sub-menu {
    display: block
}

.product-category-n113m-1 ul li.on>.expand-btn {
    transform: rotate(90deg)
}

@media(max-width:768px) {
    .product-category-n113m-1 {
        margin-bottom: 20px
    }
}

.product-list-n118m-1 {
    margin-bottom: 40px
}

.product-list-n118m-1 .owl-nav {
    position: absolute;
    top: -60px;
    right: 0
}

.product-list-n118m-1 .owl-nav button {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #f2f2f2;
    color: #505050;
    border-radius: 2px;
    margin-left: 10px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product-list-n118m-1 .owl-nav button:hover {
    background: #002d57;
    color: #fff
}

.product-list-n118m-1 .item {
    background: #fff;
    border: 1px solid #f2f2f2;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product-list-n118m-1 .item:hover {
    border-color: #002d57;
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .1)
}

.product-list-n118m-1 .item .img {
    position: relative;
    overflow: hidden
}

.product-list-n118m-1 .item .img a {
    display: block;
    padding-bottom: 100%;
    position: relative
}

.product-list-n118m-1 .item .img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product-list-n118m-1 .item:hover .img img {
    transform: scale(1.1)
}

.product-list-n118m-1 .item .info {
    padding: 15px
}

.product-list-n118m-1 .item .info .title {
    margin: 0 0 10px 0
}

.product-list-n118m-1 .item .info .title a {
    font-size: 1.6rem;
    color: #505050;
    text-decoration: none;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.product-list-n118m-1 .item:hover .info .title a {
    color: #002d57
}

.product-list-n118m-1 .item .info .btn {
    font-size: 1.4rem;
    color: #fff;
    background: #002d57;
    padding: 5px 15px;
    border-radius: 2px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    text-decoration: none;
    display: inline-block
}

.product-list-n118m-1 .item:hover .info .btn {
    background: #7eb01a
}

.product-list-n118m-1 .owl-dots {
    text-align: center;
    margin-top: 20px
}

.product-list-n118m-1 .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #f2f2f2;
    border-radius: 50%;
    margin: 0 5px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

.product-list-n118m-1 .owl-dots .owl-dot.active {
    background: #002d57
}

@media(max-width:768px) {
    .product-list-n118m-1 {
        margin-bottom: 20px
    }

    .product-list-n118m-1 .owl-nav {
        top: -50px
    }
}

/* .additional响应式布局样式已移至common-style.css，避免重复 */