.oc-main-sam-news {
    margin-bottom: 1rem;
    padding: 0 2.2rem;
}

.oc-main-sam-news a {
    display: block;
}

.oc-main-sam-news .news-title {
    color: #333;
    font-weight: 800;
    font-size: max(0.36rem,36px);
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.oc-main-sam-news .news-items {
    display: flex;
    gap: 0.26rem;
    flex-wrap: wrap;
}

.oc-main-sam-news .news-items .news-item {
    width: calc(33.33% - 0.18rem);
    border: 1px solid #C5C5C5;
}

.oc-main-sam-news .news-items .news-item .new-content {
    height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 0.16rem;
    padding-right: 0.14rem;
}

.oc-main-sam-news .new-content .new-title {
    font-style: normal;
    font-weight: 800;
    font-size: 0.22rem;
    color: #333;
    margin-top: 0.18rem;
    overflow: hidden;
    /*将对象作为弹性伸缩盒子模型显示*/
    display: -webkit-box;
    /*设置子元素排列方式*/
    -webkit-box-orient: vertical;
    /*设置显示的行数，多出的部分会显示为...*/
    -webkit-line-clamp: 2;
    height: 0.75rem;
    line-height: 0.35rem;
}

.oc-main-sam-news .new-content .new-title:hover {
    color: var(--Color);
    text-decoration: underline;
}

.oc-main-sam-news .news-item .new-image {
    width: 100%;
    border: 1px solid #DADADA;
     height: 3.2rem;
    /* object-fit: cover; */
}

.oc-main-sam-news .new-content .new-text {

    font-weight: 400;
    font-size: 0.18rem;
    overflow: hidden;
    /*将对象作为弹性伸缩盒子模型显示*/
    display: -webkit-box;
    /*设置子元素排列方式*/
    -webkit-box-orient: vertical;
    /*设置显示的行数，多出的部分会显示为...*/
    -webkit-line-clamp: 4;
    color: #666;
}

.oc-main-sam-news .new-content .link {

    font-style: normal;
    font-weight: 500;
    font-size: 0.16rem;
    color: var(--Color);
    margin-bottom: 0.4rem;
    margin-top: 0.2rem;
}

.oc-main-sam-news .new-content .link:hover {

    text-decoration: underline;
}
.oc-main-sam-news .news-more {
    text-align: end;
    color: var(--Color);
    margin-bottom: 0.21rem;
    font-family: Avenir;
    font-size: max(0.18rem,12px);
    font-style: normal;
    font-weight: 800;
    line-height: 1.333;
}
.oc-main-sam-news .new-content .new-text {
    margin-top: 0.2rem;
}
.oc-main-sam-news .new-content .link {
    margin-bottom: 0.4rem;
}
.oc-main-sam-news .news-more:hover {
    text-decoration: underline;
}

/* 小屏pc */
@media screen and (max-width: 1400px) {
    .oc-main-sam-news .news-title {
        font-size: 36px;
    }
    .oc-main-sam-news {
        padding: 0 1.2rem;
    }
    .oc-main-sam-news .new-content .new-title {
        font-size: 18px;
    }
    .oc-main-sam-news .new-content .new-text {
        font-size: 14px;
    }
    .oc-main-sam-news .new-content .link {
        font-size: 12px;
    }
    .oc-main-sam-news .news-items .news-item .new-content {
        height: 3.3rem;
    }
    .oc-main-sam-news .new-content .new-title {
        height: 1rem;
        line-height: 0.5rem;
    }
    .oc-main-sam-news .news-item .new-image {
        height: 3.6rem;
    }
}
/* ipad和移动端样式 */
@media screen and (max-width: 1025px) {
    .oc-main-sam-news {
        padding: 0.4rem 0.3rem;
        margin-bottom: 0.5rem;
        padding-top: 0;
    }

    .oc-main-sam-news .news-items {
        display: block;
    }

    .oc-main-sam-news .news-items .news-item .new-content {
        height: 3.5rem;
    }

    .oc-main-sam-news .news-items .news-item {
        width: 100%
    }

    .oc-main-sam-news .news-title {
        font-style: normal;
        font-weight: 800;
        font-size: 0.36rem;
        letter-spacing: 0.03em;
        margin-bottom: 0.44rem;
    }

    .oc-main-sam-news .news-item .new-image {
        height: 4.6rem;
    }

    .oc-main-sam-news .new-content .new-title {

        font-style: normal;
        font-weight: 800;
        font-size: 0.28rem;
        color: #3F3F3F;
        margin-top: 0.3rem; 
    }

    .oc-main-sam-news .new-content .new-text {

        font-style: normal;
        font-weight: 400;
        font-size: 0.22rem;
        color: #666;
        -webkit-line-clamp: 4;
    }

    .oc-main-sam-news .new-content .link {
        margin-bottom: 0.6rem;
        color: #2C63A0;
        font-family: Avenir;
        font-size: 0.22rem;
        font-style: normal;
        font-weight: 800;
        line-height: 1;
    }
    .oc-main-sam-news .news-more {
        font-size: 0.22rem;
        line-height: 109.091%;
        margin-bottom: 0.4rem;
    }
}