﻿

.home-bottom-one {
    display: flex;
    border-bottom: 1px dashed #C2C2C2;
    padding-bottom: 29px;
}

.home-bottom-left {
    width: 349px;
}

.home-bottom-left a {
}

.home-bottom-left a:first-child {
    border-bottom: 1px dashed #C2C2C2;
    margin-bottom: 14px;
}

.home-bottom-left a:hover h3 {
    color: var(--default-color-2);
}

.home-bottom-left a:hover img {
    transform: scale(1.02);
}

.home-bottom-left a h3 {
    margin: 0;
    font-family: 'interB';
    font-weight: 100;
    color: #34863A;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .3s;
}

.home-bottom-left a section {
    display: flex;
    margin-top: 8px;
    padding-bottom: 21px;
}

.home-bottom-left a .img {
    width: 156px;
    height: 103px;
    border-radius: 5px;
    overflow: hidden;
}

.home-bottom-left a img {
    transition: all linear .3s;
}

.home-bottom-left a span {
    flex: 1;
    display: block;
    font-size: 14px;
    color: #4D4D4D;
    line-height: 21px;
    padding-left: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-bottom-right {
    flex: 1;
    padding-left: 31px;
}

.home-bottom-right .right-top a {
}

.home-bottom-right .right-top a:hover h3 {
    color: var(--default-color-2);
}

.home-bottom-right .right-top a:hover img {
    transform: scale(1.02);
}

.home-bottom-right .right-top h3 {
    margin: 0;
    font-size: 16px;
    color: #34863A;
    font-family: interB;
    line-height: 24px;
    transition: all linear .2s;
}

.home-bottom-right .right-top section {
    display: flex;
    margin-top: 15px;
}


.home-bottom-right .right-top .img {
    width: 222px;
    height: 137px;
    border-radius: 5px;
    overflow: hidden;
}

.home-bottom-right .right-top .img img {
    transition: all linear .3s;
    width: 100%;
    height: 100% !important;
}

.home-bottom-right .right-top span {
    flex: 1;
    font-size: 15px;
    color: #4D4D4D;
    line-height: 22.5px;
    padding-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-bottom-right .list-sub {
    margin-top: 14px;
}

.home-bottom-right .list-sub a {
    margin-bottom: 7px;
}

.home-bottom-right .list-sub a:last-child {
    margin: 0;
}

.home-bottom-right .list-sub h3:hover {
    color: var(--default-color-3);
}

.home-bottom-right .list-sub h3::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: #5DAB47;
    border-radius: 50%;
    left: 0;
    top: 6px;
}

.home-bottom-right .list-sub h3 {
    margin: 0;
    font-family: interSB;
    font-size: 15px;
    color: #4D4D4D;
    font-weight: 100;
    position: relative;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .2s;
    line-height: 22.5px;
}

.home-bottom-two {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(3,minmax(0,1fr));
    column-gap: 22px;
    row-gap: 22px;
    margin-top: 24px;
}

.home-bottom-two a {
}

.home-bottom-two a:hover h3 {
    color: var(--default-color-2);
}

.home-bottom-two a:hover img {
    transform: scale(1.02);
}

.home-bottom-two .img {
    border-radius: 7px;
    overflow: hidden;
}

.home-bottom-two .img img {
    transition: all linear .2s;
}

.home-bottom-two .content {
    padding: 0 6px;
}

.home-bottom-two h3 {
    margin: 0;
    color: #4C4C4C;
    font-family: interSB;
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 16px;
    transition: all linear .2s;
}

.home-bottom-two span {
    color: #4D4D4D;
    line-height: 22.5px;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    margin-top: 10px;
}

.home-bottom-foot {
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 17px;
    row-gap: 17px;
}

.home-bottom-foot .wrap {
    border: none !important;
    flex-direction: column;
    align-items: center;
    justify-content: unset;
    margin: 0 !important;
    padding: 0 !important;
}

.home-bottom-foot .wrap-list a:nth-child(2) {
    flex-direction: column;
    border: none;
    padding: 0;
}

.home-bottom-foot .wrap-list a:nth-child(2) .img {
    width: 100%;
    height: 283px;
}

.home-bottom-foot .wrap-list a:nth-child(2) img {
}

.home-bottom-foot .wrap-list a:nth-child(2) h3 {
    font-weight: 100;
    font-size: 20px;
    -webkit-line-clamp: 2;
    line-height: 150%;
    height: 60px;
    margin-top: 21px;
    margin-bottom: 10px;
}

.home-bottom-foot .wrap-list a:nth-child(2) .content {
    padding-left: 0;
    padding-bottom: 20px;
}

.home-bottom-foot .wrap-list a:nth-child(2) span {
    line-height: 150%;
    font-size: 16px;
    -webkit-line-clamp: 3;
    height: 72px;
}

.home-bottom-foot .wrap-list {
}

.home-bottom-foot .wrap-list a {
    display: flex;
    align-items: center;
    border-top: 1px dashed #A0BBCA;
    padding: 26px 0;
}

.home-bottom-foot .wrap-list a:hover img {
    transform: scale(1.03);
}

.home-bottom-foot .wrap-list a:hover h3 {
    color: var(--default-color-2);
}

.home-bottom-foot .wrap-list .img {
    width: 126px;
    height: 97px;
    border-radius: 5px;
    overflow: hidden;
}

.home-bottom-foot .wrap-list img {
    transition: all linear .2s;
}

.home-bottom-foot .wrap-list h3 {
    margin: 0;
    font-weight: 100;
    font-size: 16px;
    color: #4D4D4D;
    font-family: 'interB';
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .3s;
}

.home-bottom-foot .wrap-list .content {
    flex: 1;
    padding-left: 17px;
}

.home-bottom-foot .wrap-list span {
    font-size: 15px;
    color: #4D4D4D;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    line-height: 150%;
    margin-top: 2px;
}

.home-bottom {
    padding-bottom: 57px;
}

/*RS*/
@media(max-width:1023px) {
}

@media(min-width:740px) and (max-width:1023px) {
}

@media(max-width:739px) {

    .home-bottom-one {
        flex-direction: column-reverse;
        padding-bottom: 0;
        border: none;
    }

    .home-bottom-right {
        padding: 0;
        margin-bottom: 20px;
    }

    .home-bottom-left {
        width: 100%;
    }

    .home-bottom-two {
        display: none;
    }

    .home-bottom-foot {
        grid-template-columns: repeat(1,minmax(0,1fr));
        margin-top: 20px;
    }

    .home-bottom-right .right-top .img {
        width: 180px;
        height: 112px;
    }

    .home-bottom-right .list-sub h3 {
        font-size: 14px;
    }
}
