﻿.home-top-left {
    flex: 1;
    padding-left: 17px;
}

.home-top-right {
    width: 63.6%;
    padding-right: 13px;
    border-right: 1px dashed #C2C2C2;
}


.home-news {
}

.home-news-wrap {
    margin-top: 37px;
}

.home-news-heading {
    background-color: #E6EDF0;
    position: relative;
    height: 41.79px;
    border-radius: 10px 5px 0px 0px;
}

.home-news-heading .title {
    position: absolute;
    bottom: 0;
    display: flex;
    left: 0;
    align-items: center;
    background-color: var(--default-color-1);
    border-radius: 10px 0px 0px 0px;
    padding: 0 17px;
    padding-bottom: 11px;
    padding-top: 11px;
    padding-right: 27px;
}

.home-news-heading .title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: var(--default-color-2);
    border-radius: 10px 0px 0px 0px;
    height: 100%;
    width: 7.61px;
}

.home-news-heading .title .decor {
    left: 100%;
    position: absolute;
    top: 0;
}

.home-news-heading .title .mini-logo {
    width: 32.5px;
}

.home-news-heading .title h3 {
    flex: 1;
    margin: 0;
    color: #fff;
    font-size: 20px;
    font-family: 'NotoB';
    text-transform: uppercase;
    line-height: 25.238px;
    margin-left: 6px;
}

.home-news-grid {
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.home-news-list {
}

.home-news-list.left {
    flex: 1;
    display: grid;
    grid-auto-rows: minmax(min-content,max-content);
    grid-template-columns: repeat(1,minmax(0,1fr));
    column-gap: 23px;
    row-gap: 23px;
    padding-right: 20px;
}

.home-news-list.right {
    width: 56%;
    border-left: 1px solid #D9D9D9;
    padding-left: 24px;
}

.home-news-wrap.df .home-news-list {
    flex: unset;
    width: 100%;
}

.home-news-wrap.df .home-news-list.right {
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
}

.home-news-wrap.df .home-news-list.left {
    padding: 0;
    grid-template-columns: repeat(2,minmax(0,1fr));
    column-gap: 42px;
    row-gap: 14px;
}

.home-news-wrap.df .home-news-list.left a {
    border-bottom: 1px solid #D9D9D9;
    padding: 14px 0;
}

.home-news-wrap.df .home-news-list.left a:nth-child(5),
.home-news-wrap.df .home-news-list.left a:nth-child(6) {
    border: none;
}

.home-news-list.left a {
    display: flex;
}

.home-news-list.left a:nth-child(6) {
    display: none;
}

.home-news-wrap.df .home-news-list.left a:nth-child(6) {
    display: flex;
}

.home-news-list.left a:hover img {
    transform: scale(1.03);
}

.home-news-list.left a:hover h3 {
    color: var(--default-color-1);
}

.home-news-list.left .img {
    width: 105.43px;
    height: 81.9px;
    border-radius: 3px;
    overflow: hidden;
}

.home-news-list.left .img img {
    width: 100%;
    height: 100%;
    transition: all linear .2s;
}



.home-news-list.left .content {
    flex: 1;
    padding-left: 14px;
}

.home-news-list.left .content h3 {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    color: #4D4D4D;
    font-family: 'interM';
    line-height: 18.9px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .2s;
    /* height: 56.67px; */
}

.home-news-list.left .content .options {
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.home-news-list.left .content .options-item {
    display: flex;
    align-items: center;
}

.home-news-list.left .content .options img {
}

.home-news-list.left .content .options span {
    font-family: 'sfl';
    color: #797978;
    font-size: 14px;
    display: block;
    margin-left: 4px;
}

.home-news-list.left .content .options-item:last-child {
    margin-left: 18px;
}

.home-news-wrap.df .home-news-list.right a {
    display: flex;
}

.home-news-list.right a {
}

.home-news-list.right a:hover img {
    transform: scale(1.03);
}

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

.home-news-list.right .img {
    height: 313.46px;
    border-radius: 10px;
    overflow: hidden;
}

.home-news-wrap.df .home-news-list.right .img {
    height: 298.66px;
    width: 456.74px;
}

.home-news-wrap.df .home-news-list.right .content {
    flex: 1;
    padding-left: 14px;
}

.home-news-list.right .img img {
    width: 100%;
    height: 100%;
    transition: all linear .2s;
}

.home-news-list.right .content {
}

.home-news-list.right .content {
}

.home-news-wrap.df .home-news-list.right .content h3 {
    margin: 0;
    font-size: 18px;
    line-height: 27px;
    height: 54px;
}

.home-news-list.right .content h3 {
    margin: 0;
    font-family: 'interB';
    font-size: 20px;
    line-height: 30px;
    color: var(--default-color-1);
    transition: all linear .2s;
    margin-top: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    /* height: 60px; */
}

.home-news-list.right .content .options {
    display: flex;
    align-items: center;
    margin-top: 3px;
}

.home-news-wrap.df .home-news-list.right .content .options {
    margin-top: 10px;
}

.home-news-list.right .content .options-item {
    display: flex;
    align-items: center;
}

.home-news-list.right .content .options img {
}

.home-news-list.right .content .options span {
    color: #797978;
    display: block;
    font-size: 14px;
    font-family: 'sfl';
    line-height: 19.416px;
    margin-left: 5px;
}

.home-news-list.right .content .options-item:last-child {
    margin-left: 19px;
}

.home-news-list.right .content section {
    margin-top: 12px;
    font-size: 15px;
    color: #4D4D4D;
    line-height: 23.55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.home-news-wrap.df .home-news-list.right .content section {
    -webkit-line-clamp: 5;
    margin-top: 10px;
}

.home-news-wrap.df .home-news-list.right .content .btn {
    font-size: 14px;
    color: var(--default-color-1);
    line-height: 21px;
    border-radius: 34px;
    border: 1px solid #09496D;
    width: fit-content;
    padding: 8px 22px;
    transition: all linear .2s;
    margin-top: 18px;
}

.home-news-wrap.df .home-news-list.right .content .btn:hover {
    background-color: var(--default-color-1);
    color: #fff;
}

.home-news-wrap.df .home-news-grid {
    flex-direction: column-reverse;
}

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

.home-top-foot .link {
}

.home-top-foot .link:hover h3 {
    color: var(--default-color-2);
}

.home-top-foot .link:hover img {
    transform: scale(1.02);
}

.home-top-foot .img {
    border-radius: 5px;
    overflow: hidden;
    height: 149px;
}

.home-top-foot .img img {
    transition: all linear .2s;
}

.home-top-foot .content {
}

.home-top-foot .title {
    margin: 0;
    font-family: 'interSB';
    font-size: 16px;
    color: #4C4C4C;
    line-height: 24px;
    margin-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    transition: all linear .3s;
}


.home-ask {
    margin-top: 41px;
    margin-bottom: 41px;
}

.home-ask-container {
    border: 1px solid #DFF5E1;
    background-color: rgb(93 171 71 / 18%);
    border-radius: 10px;
    overflow: hidden;
    padding: 0 37px;
    padding-top: 22px;
    padding-bottom: 27px;
}

.home-ask .heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-ask .heading h3 {
    margin: 0;
    position: relative;
    color: #1B87C8;
    font-size: 28px;
    font-family: 'utmB';
    text-transform: uppercase;
    letter-spacing: 0.7px;
    display: flex;
    align-items: center;
    line-height: 100%;
    padding-left: 14px;
}

.home-ask .heading h3::before {
    content: '';
    width: 4px;
    height: 27px;
    position: absolute;
    background-color: #2D8943;
    transform: translateY(2px);
    left: 0;
}

.home-ask .heading a {
    display: flex;
    align-items: center;
    border-radius: 55px;
    background-color: #5DAB47;
    overflow: hidden;
    padding: 0 15px;
    padding-bottom: 7px;
    padding-top: 6px;
    transition: all linear .2s;
}

.home-ask .heading a:hover {
    background-color: #fff;
    box-shadow: 0 0 10px 0 #33333338;
}

.home-ask .heading span {
    font-family: sfr;
    font-size: 15px;
    line-height: 22.5px;
    color: #fff;
    display: block;
    margin-right: 6px;
    transition: all linear .2s;
}

.home-ask .heading a:hover span {
    color: #147841;
}

.home-ask .heading img {
}



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

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

    .home-ask-container {
        padding: 18px;
    }
}

@media(max-width:739px) {
    .home-top-container .wrap:first-child {
        flex-direction: column-reverse !important;
    }

    .home-top-right,
    .home-top-left {
        width: 100%;
        padding: 0;
    }

    .home-top-left {
        margin-top: 10px;
    }

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

    .home-top-container {
        /* padding-top: 36px; */
        /* padding-bottom: 40px; */
    }



    .home-news-grid {
        flex-direction: column-reverse;
    }

    .home-news-list {
        padding: 0 !important;
        border: none !important;
        width: 100% !important;
    }

    .home-news-wrap .home-news-list.right {
        margin-bottom: 20px;
    }

    .home-news-wrap .home-news-list.right .content section {
        -webkit-line-clamp: 3;
    }

    .home-news-list.right .img {
        height: 200px;
    }

    .home-news-wrap.df .home-news-list.right .img {
        width: 100%;
        height: 250px;
    }


    .home-news-list.right .content h3 {
        font-size: 16px !important;
        line-height: 25px !important;
        margin-top: 10px !important;
    }

    .home-news-list.right .content .options {
        margin-top: 10px;
    }

    .home-news-wrap.df .home-news-list.right a {
        flex-direction: column;
        width: 100%;
    }

    .home-news-list.right .content {
        padding: 0 !important;
    }

    .home-news-wrap.df .home-news-list.left .content {
        padding: 0;
    }

    .home-news-wrap.df .home-news-list.left .img {
        display: none;
    }

    .home-news-wrap.df .home-news-list.left {
        grid-template-columns: repeat(1,minmax(0,1fr));
        column-gap: 12px;
        row-gap: 0;
    }

    .home-news-wrap.df .home-news-list.left .content h3 {
        -webkit-line-clamp: 2;
        height: auto;
        margin-bottom: 8px;
    }

    .home-news-wrap.df .home-news-list.left a {
        padding: 10px 0;
        border-top: 1px solid #D9D9D9 !important;
        border-bottom: 0;
    }

    .home-ask-container {
        padding: 15px;
    }

    .home-ask .heading h3 {
        font-size: 20px;
    }

    .home-ask .heading {
        flex-direction: column;
        align-items: unset;
    }

    .home-ask .heading a {
        width: fit-content;
        margin: 0 auto;
        margin-top: 20px;
    }

    .home-top-foot {
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 17px;
        row-gap: 17px;
    }
}
