﻿html,
body {
    width: 100%;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

* {
    padding: 0;
    margin: 0;
}

.layui-laypage {
    margin: 35px 0;
}
.layui-laypage a,.layui-laypage span {
    height: 34px;
    line-height: 34px;
    font-size: 14px;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #1E9FFF;
    font-size: 14px;
}
.layui-laypage select {
    height: 28px;
    font-size: 14px;
}
.layui-laypage .layui-laypage-skip {
    height: 36px;
    font-size: 14px;
}
.layui-laypage button, .layui-laypage input {
    height: 36px;
    font-size: 14px;
}

.common-width {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.index-module {
    margin-top: 50px;
    margin-bottom: 40px;
}

.index-module .module-header {
    color: rgb(51, 51, 51);
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
    background: url('__PUBLIC__/assets/images/one_bg.png') no-repeat top center;
}

.index-module .main-title {
    font-size: 28px;
}

.index-module .sub-title {
    font-size: 12px;
    color: #ccc;
}

.index-module .module-footer {
    margin: 15px 0;
    text-align: center;
}

.breadcrumb {
    padding: 15px 0;
}


.news-list {}

.news-list .news-item {
    display: flex;
    padding: 30px;
}

.news-list .news-item:nth-child(odd) {
    background-color: rgb(242, 249, 255);
}

.news-list .news-item .date {
    display: flex;
    flex-shrink: 0;
    flex-direction: column;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-color: #d2eaff;
    color: #033d86;
    text-align: center;
}

.news-list .news-item .day {
    font-size: 24px;
}

.news-list .news-item .year-month {
    font-size: 13px;
}

.news-list .news-item .cont {
    margin-left: 40px;
}

.news-list .news-item .tit {
    font-size: 18px;
    color: rgb(51, 51, 51);
}

.news-list .news-item .desc {
	display: flex;
	font-size: 14px;
	color: rgb(102,102,102);
	margin-top: 20px;
}

.news-list .news-item .desc .intro {
    flex: 1;
}

.news-list .news-item .desc .poster {
    width: 150px;
    height: 110px;
    background-color: #eee;
    text-align: center;
}

.news-list .news-item .desc .poster img {
    max-width: 100%;
    max-height: 100%;
}

.child-page-main {
    padding: 30px 0 20px 0;
}

.child-page-main .common-width {
    display: flex;
}

.child-page-content {
    margin-left: 30px;
    flex: 1;
    min-height: 540px;
}



.search-box {
    margin: 30px 0;
}

.search-box .layui-input-group {
    margin: 0 auto;
}

.search-box .search-input {
    width: 500px;
    height: 50px;
}

.search-box .layui-input-affix {
    line-height: 48px;
}

.search-box .search-btn {
    background-color: #409eff;
    width: 100px;
    height: 48px;
    line-height: 48px;
    color: white;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
}

.search-box .search-btn .layui-icon {
	color: #F06;
}

.product-category {
    padding: 10px 0;
}
.product-category {
    background-color: #0d47a1; /* 蓝色（中蓝色）底色 */
    /* 可选：添加内边距使内容更美观 */
    padding: 15px 0;
    border-radius: 4px; /* 可选：添加圆角 */
}

.product-category .common-width {
    display: flex;
    box-shadow: 0px 3px 5px #bdb9b9;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 20px;
    box-sizing: border-box;
}

.product-category ul {
    flex: 1;
}

.product-category ul li,
.product-category .category-name {
	padding: 4px 10px;
	display: inline-block;
	margin: 8px 7px;
	cursor: pointer;
	color: #FFF;
}

.product-category .category-name {
	color: #FFF;
}

.product-category ul li.active {
    background: #f1f8ff;
    border-radius: 4px 4px 4px 4px;
    color: #409eff;
}

/* 产品卡片列表 */
.product-card-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.product-card-item {
    width: 285px;
    height: 325px;
    margin: 10px 9px;
    transition: all .5s ease-in-out;
    background-color: #fdfdfd;
    box-shadow: 0 4px 10px 0 rgba(0, 39, 134, .05);
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    top: 0;
    border: 1px solid #eee;
}

.product-card-item .poster {
    width: 100%;
    height: 219px;
}

.product-card-item .poster img {
    display: block;
    width: 100%;
    height: 100%;
}

.product-card-item .product-title {
    line-height: 1;
    font-size: 18px;
    color: #333;
    margin: 10px;
    margin-top: 15px;
}

.product-card-item .product-trade {
    font-size: 12px;
    color: #666;
    margin: 10px;
}

.product-card-item .product-rate {
    margin: 10px;
}

.product-rate {
    color: #666;
}
.product-rate .layui-icon {
    font-size: 16px;
    color: #ffb800;
}

.product-card-item:hover {
    top: -6px;
    border-color: rgba(2, 88, 173, 0.5);
    box-shadow: 0 4px 10px 0 rgba(2, 88, 173, 0.5);
}