/**==================
        blog
=================== */

.SAM-blog {
    width: 70%;
    margin: 1.5rem auto;
}

.blog {
    margin: 60px auto;
}
.SAM-blog>.title1 {
    text-align: center;
    margin: 3rem 0;
    font-weight: bold;
  }
.SAM-blog-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #000;
}
/* .SAM-blog-title h3 {
    font-size: 30px;
} */
.SAM-blog-main {
    margin-top: 1.5rem;
    display: flex;
    justify-content: space-between;
}

.SAM-blog-main-templete {
    width: 30%;
}
.blog-bgc{
    background-color: #F1F1F1;
    padding-bottom: 10px;
}
.SAM-blog-main-templete-title {
    font-size: 23px;
    margin: 10px 0;
}

.SAM-blog-main-templete>img {
    width: 100%;
}

.SAM-blog-main-templete-detail {
    display: block;
    display: -webkit-box;
    height: 66px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.375;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SAM-blog-title-icon {
    font-family: 'iconfont';
    font-size: 23px;
}

.SAM-blog-title-icon a {
    color: #000000;
}

a {
    color: #000000;
}


@media only screen and (max-width: 768px) {
    
    .SAM-blog-title {
        border-bottom: 0;
    }
    .SAM-blog-title-icon a {
        font-size: 16px;
        display: none;
    }
    .SAM-blog-main {
        margin-top: .5rem;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .SAM-blog-main-templete {
        width: 100%;
        margin-bottom: 16px;
    }
    .SAM-blog-main-templete-title {
        font-size: 18px;
        margin: 10px 0;
        font-weight: bold;
    }
    .SAM-blog-main-templete-detail {
        display: block;
        display: -webkit-box;
        height: 66px;
        margin: 0 auto;
        font-size: 16px;
        line-height: 1.375em;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/* iPads  */

@media only screen and (min-width: 768px) and (max-width: 960px) {}

/* Desktops and laptops ----------- */

@media only screen and (max-width: 960px) {
    .SAM-blog-title h3 {
        font-size: 23px;
    }
    .SAM-blog {
        width: 95%;
        margin: 3rem auto;
    }
   
}

@media only screen and (min-width: 960px) and (max-width: 1200px) {}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {}

@media only screen and (min-width: 1600px) and (max-width: 1920px) {}

/* Large screens ----------- */

@media only screen and (min-width: 1960px) {}