﻿.sam-related-articles {
    margin: 1.3rem 3.6rem;

}

.sam-related-articles .related-articles-title {
    margin-bottom: 0.4rem;
    font-family: 'Anton';
    font-style: normal;
    font-weight: 400;
    font-size: 0.32rem;
    line-height: 0.32rem;
    letter-spacing: 0.03em;
    color: #333333;
    /* text-align: center; */
}
.sam-related-articles .articles-wrapper .articles-title:hover,.sam-related-articles .related-articles-mopre:hover {
    color: #2C63A0;
}

.sam-related-articles .related-articles {
    display: flex;
    gap: 0.22rem;
}

.sam-related-articles .articles-wrapper {
    width: 3.77rem;
    display: flex;
    flex-direction: column;
}

.sam-related-articles .articles-wrapper .articles-image {
    width: 3.77rem;
    height: 2.56rem;
    box-shadow: 0px 0.02rem 0.04rem 0px #00000040;

    /*height: 3.77rem;*/
    /*object-fit: cover;*/
}
.sam-related-articles .related-articles-mopre{
    font-family: Roboto;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.3375rem;
    text-align: right;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
.sam-related-articles .articles-wrapper .articles-title {
    font-family: Anton;
    font-size: 0.22rem;
    font-weight: 400;
    line-height: 0.3rem;
    color: #3F3F3F;
    margin-top: 0.39rem;
    height: 0.6rem;
}
.sam-related-articles .articles-wrapper .articles-titlep {
    font-family: Roboto;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.2rem;
    color: #000000;
    height: 0.8rem;
    margin-top: 0.13rem;
}
.sam-related-articles .articles-wrapper .related-articles-mopres {
    font-family: Roboto;
    font-size: 0.16rem;
    font-weight: 500;
    line-height: 0.2rem;
    text-align: left;
    margin-top: 0.28rem;
    color: #000000;
}
.sam-related-articles .articles-wrapper .related-articles-mopres:hover{
    color: #2C63A0;
}
/* .blog-inqury-wrapper .inquiry-title{
    text-align: left !important;
} */
@media screen and (max-width: 1025px) {
    .sam-related-articles {
        margin: 0;

        padding: 0 0.34rem;

        margin-bottom: 1.6rem;
    }
    .blog-inqury-wrapper .inquiry-title{
        text-align: center !important;
    }
    .sam-related-articles .related-articles-title {
        text-align: center;
        font-size: 0.4rem;
        margin-bottom: 0.6rem;
        text-align: center;
    }

    .sam-related-articles .related-articles {
        flex-wrap: wrap;
        gap: 0.4rem;
    }

    .sam-related-articles .articles-wrapper {
        width: 100%;
        display: flex;
        align-items: center;
        /* gap: 0.2rem; */
    }

    .sam-related-articles .articles-wrapper .articles-image {
        height: 4.53rem;
        width: 100%;
        border: 1px solid #DADADA;
    }
    .sam-related-articles .articles-title-box{
        background: #F9F9F9;
        height: 3.98rem;
        width: 100%;
        box-shadow: 0px 0.01rem 0.04rem 0px #00000040;

    }

    .sam-related-articles .articles-wrapper .articles-title {
        font-family: Avenir;
        font-size: 0.28rem;
        font-weight: 500;
        line-height: 0.36rem;
        margin-top: 0.3rem;
        height: 0.8rem;
    }
    .sam-related-articles .articles-wrapper .articles-titlep{
        font-family: Avenir;
        font-size: 0.24rem;
        font-weight: 400;
        line-height: 0.4501rem;
        color: #666666;
        height: 1.8rem;
    }
    .sam-related-articles .articles-wrapper .related-articles-mopres{
        font-family: Avenir;
        font-size: 0.16rem;
        font-weight: 500;
        line-height: 0.2rem;

    }
    .sam-related-articles .marginright-left{
        margin-left: 0.2rem;
        margin-right: 0.2rem;
    }
}
