body{
    max-width: 1920px;
    height: auto;
}
.partMessageShow{
    display: none;
}
.partMessageShow.active{
    display: block;
}

.hero-section {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    color: white;
}

.hero-title {
    font-size:4.1666vw;
    display: inline-block;
    width: 16.6666vw;
    position: absolute;
    left: 41.6666vw;
    top: 18.6979vw;
}
.hero-title::after{
    content: '';
    position: absolute;
    bottom: -0.52vw;
    width: 6.40625vw;
    height: 3px;
    background: white;
    left: 31%;
}

nav {
    background: #ffffff;
    width: 100%;
}

.nav-container {
    display: flex;
    width: 54.1666vw;
    left: 22.9166vw;
    position: absolute;
    z-index: 9;
    bottom: 5.520vw;
}

.nav-links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    list-style: none;
    cursor: pointer;
    width: 100%;
    white-space: nowrap;
}

.nav-links a {
    text-decoration: none;
    color: white;
    font-size: 1.25vw;
    transition: color 0.3s ease;
    position: relative;
}

/* 默认选中状态 */
.nav-links .active {
    color: white;
}

.nav-links .active::after,
.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: white;
    bottom: -0.9895vw;
    left: 0;
    transition: width 0.3s ease;
}
.nav-links .active::after,
.nav-links a:hover::after {
    width: 100%;
}

.nav-links a:hover {
    color: white;
}

/* +===================================================================+ */


.news_theone{
    border: 1px solid #f6f6f6;
    box-sizing: border-box;
}
.newSelectBox{
    display: flex;
    flex-direction: column;
    border: none;
    padding-right: 51px;
}
.newSelectBox:last-child{
    padding-right: 0px;
}
.newSelectBox:hover{
    transform: translateY(-2px);
    transition: all 0.3s ease;
    box-shadow: 2px 1px 2px 1px #f6f6f6;
}
.newsHeadBox{
    background-color: #f6f6f6;
    box-sizing: border-box;
    text-align: left;
    padding-left: 2.2395vw;
    padding-right: 2.2395vw;
    flex: 1;
}


.product-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: pointer;
    height:auto;
    border: 1px solid #dee2e6;
    overflow: hidden;

}

.product-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}
.product-card:hover .card-title{
    color: #C9062C;
}
.card-title{
    font-size:1.14583vw;
    font-weight:bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}
.timetext{
    font-size: 0.9735vw;
    color: #27322A;
}
.card-text{
    font-size: 0.7735vw;
    color: #999999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.3125vw;
    height: 2.8125vw; 
    line-height: 1.4062vw;
	text-indent: 2em;
}

.product-image {
    width: 100%;
    height: 15.7291vw;
    border-bottom: 1px solid #dee2e6;
}

.pagination-custom{
    
}
.page-item{
    border-color: #999999;
    margin-right: 0.67708vw;
}
.page-item.active{
    background-color: #C9062C;
    color: white;
}
.page-link{
    width: 3.90625vw;
    height: 1.8229vw;
    border: 1px solid #999999;
    line-height: 1.8229vw;
    color: #999999;
}
.page-link.active{
    background-color: #C9062C;
    color: white;
}

.Checkbtn{
    cursor: pointer;
}
.product-content {
    text-align: left;
    padding: 1.25rem;
    position: relative;
}

@media (max-width: 1400px) {

.card-text {
        font-size: 0.8735vw;
        color: #27322A;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-top: 0.3125vw;
        height: 1.5vw;
        line-height: 1.4062vw;
}
    
}
@media  screen and (max-width:992px){
	
	.newsHeadBox p {
		font-size: 16px !important;
	}
	.newsHeadBox .p_text {
		font-size: 12px !important;
	}
	.newsHeadBox div{
		margin-top: 0 !important;
	}
	.red-text {
	    font-size: 12px !important;
	}
	.product-image {
	    height: 50vw !important;
	}
    .news-first-image {
	    height: 50vw !important;
	}
	.paddingBody {
	    padding-top: 5.9375vw;
	    padding-left: 14px !important;
	    padding-right: 14px !important;
	}
	.paddingBody .row>*{
		width: 50% !important;
	}
	 .product-content {
	     padding: 12px !important;
	 }
	 .product-content .timetext{
		     font-size: 10px !important;
	 }
	.card-text{
		font-size: 14px;
		height: auto !important;
		line-height: 1.5 !important;
	}
}
@media  screen and (max-width:768px){
    .news_theone{
        flex-direction: column !important;
    }
    .news_theone > a > img{
        width: 100% !important;
        height: auto !important;
    }
	.newsHeadBox {
		    padding: 12px !important;
	}
	.paddingBody .row>*{
		width: 100% !important;
	}
	.product-card {
		width: 100% !important;
		height: auto !important;
		box-shadow: 4px 4px 8px #e5e5e5 !important;
	}
}





