.banner{
    width: 100%;
    position: relative;
}
.banner .bg{
    width: 100%;
    overflow: hidden;
}
.banner .bg img{
    width: 100%;
}
.banner .w1440{
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
}
.banner .wz{
    width: 31.25%;    /* 450px */
    position: absolute;
    z-index: 3;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
}
.banner .wz h3{
    font-family: "HELVETICA-BOLD";
    font-size: 4.5rem;
    color: #035ca7;
    margin-bottom: 2.5rem;
}
.banner .wz p{
    font-size: 1.5rem;
    line-height: 2.25rem;
}



.newList{
    overflow: hidden;
    padding-bottom: 6.25rem;
}

.newList_cen {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    padding-top: 3.75rem;
}

.newList_cen .new_item {
    width: 100%;
    padding: .75rem .9375rem 2.5rem;
    background: #fff;
    box-shadow: 0 .25rem 1.25rem rgba(0, 0, 0, 0.0);
    border: 1px solid #d9d9d9;
    border-radius: .5rem;
    transition: all 0.3s ease-in-out;
}

.newList_cen .new_item:hover {
    box-shadow: 0 .5rem 1.25rem rgba(0, 0, 0, 0.3);
}

.newList_cen .new_item .item_prc {
    width: 100%;
    aspect-ratio: 428/300;
    overflow: hidden;
    border-radius: .5rem;
}

.newList_cen .new_item .item_prc img {
    display: block;
    width: 100%;
    min-height: 100%;
    transition: all 0.4s ease;
}

.newList_cen .new_item:hover .item_prc img {
    transform: scale(1.1);
}

.newList_cen .new_item .name {
    padding-top: 1.5rem;
    font-size: 1.5rem;
    line-height: 1.875rem;
    min-height: 5.625rem;
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    transition: all 0.3s ease-in-out;
    font-weight: bold;

}

.newList_cen .new_item:hover .name {
    color: #035ca7;
}

.newList_cen .new_item .item_bom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 2.625rem;
}

.newList_cen .new_item .item_bom .view {
    width: 9.375rem;
    height: 2.625rem;
    border-radius: 2.625rem;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    background: #2b2b2b;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.newList_cen .new_item:hover .item_bom .view {
    background: #035ca7;
    color: #fff;
}

.Rdate {
    font-size: 1rem;
    line-height: 1.5rem;
    color: #0b0500;
}


.fyq {
    padding-top: 80px;
}




@media (max-width: 1300px) {
    
}

@media (max-width: 1199px) {
    
}

@media (max-width: 768px) {
    .banner .bg img{
        width: 100%;
    }
    .banner .img img{
        width: 100%;
    }
    .banner .wz h3{
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: .625rem;
    }
    .banner .wz p{
        font-size: .875rem;
        line-height: 1.25rem;
    }



    .newList_cen{
        grid-template-columns: repeat(1, 1fr);
    }
    .newList_cen .new_item .name{
        font-size: .875rem;
        line-height: 1.25rem;
        min-height: auto;
    }
    .newList_cen .new_item .item_bom{
        padding-top: .9375rem;
    }

    
    
    
}

@media (max-width: 550px) {

}
