.read__too{
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
    margin: 48px 0;
}
.read__list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
}
.read__item {
    padding: 0 10px;
    list-style: none;
    width:33.333%;
}
.read__item a picture{
    height: 132px;
    display: block;
}

.read__item img {
    border-radius: 4px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 100%;
    max-height: 132px;
    display: inline-block;
    margin: 0;
}
.read__paragraph {
    font-size: 14px;
    color: #4d4d4d;
    line-height: 18px;
    font-weight: 400;
    height: 54px;
    width: 100%;
    overflow: hidden;
    margin: 8px 0 16px 0;
}
.read__title {
    display: flex;
}
.read__title p {
    line-height: 24px;
    font-size: 16px;
    margin: 16px 0 8px 0;
    color: #262626;
    font-weight: 500;
}

.post__content .read__list {
    margin: 0 -10px;
}

/* AlsoReadSomeNews */
.AlsoReadSomeNews{
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 16px;
    margin: 40px 0;
}
.AlsoReadSomeNews h5, .AlsoReadSomeNews span{
    margin: 0;
    color: #0C0C0C;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin: 0px 0 8px 0;
    display: block;
}
.AlsoReadSomeNews ul{
    padding: 0;
    margin: 0;
}
.AlsoReadSomeNews li{
    list-style: none;
    margin-bottom: 0;
    border-left: 2px solid #A81D1D;
    padding-left: 8px;
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    margin-bottom: 8px;
}

.AlsoReadSomeNews a{
    font-size: 16px;
    line-height: 24px;
    color: #4D4D4D;
    display: block;
}

@media (max-width: 991px){
    .read__too{
        margin: 40px -16px;
        background: #fff;
        padding-bottom: 4px;
        padding-inline: 16px;
    }
    .read__list {
        display: block;
    }
    .read__item{
        display: flex;
        margin-bottom: 16px !important;
        margin-right: 0;
    }
    .read__paragraph {
        line-height: 16px;
        margin: 0 0 0 8px;
        height: auto;
        width: 100%;
    }
    .post__content ul li {
        width:100%;
    }
    .read__item{
        margin-right: 0;
    }
    .read__item a {
        display: flex;
        width:100%;
    }
    .read__item a picture{
        height: 80px;
    }
    .read__item img {
        width: 100px;
        height: 80px;
        margin: 0px;
    }
    .read__title p {
        margin: 20px 0 16px 0;
        font-weight: 500;
    }
}

@media (max-width: 732px){
    .AlsoReadSomeNews{
        background: #fff;
        margin: 40px -28px 4px -28px;
        padding: 20px 28px;
    }
    .AlsoReadSomeNews h5, .AlsoReadSomeNews span{
        margin-bottom: 16px;
        color: #262626;
    }
    .AlsoReadSomeNews ul{
        display: initial;
    }
    .post__content .AlsoReadSomeNews li{
        margin-bottom: 16px;
    }
}
