﻿.home-new {
}

    .home-new .grid.wide {
        max-width: 1172px;
    }

    .home-new .p-heading-top h3 {
        font-size: 38px;
    }

    .home-new .p-heading-top::before {
        left: -20px;
    }

    .home-new .container {
        padding: 44px 0;
        padding-bottom: 34px;
    }

    .home-new .heading {
    }

        .home-new .heading .title {
            margin: 0;
            font-family: 'OpenB';
            font-size: 35px;
            color: var(--bg-selection-2);
        }

        .home-new .heading .descript {
            font-size: 18px;
            color: #777777;
        }

    .home-new .content {
        display: flex;
        margin-top: 39px;
    }

    .home-new .content-item {
    }

        .home-new .content-item.l {
            width: 66%;
            display: flex;
            align-items: center;
        }

        .home-new .content-item .item {
        }

        .home-new .content-item.l .item {
            width: 50%;
            overflow: hidden;
        }

            .home-new .content-item.l .item .wrap {
                flex: 1;
            }

                .home-new .content-item.l .item .wrap a {
                    font-family: 'RobotoB';
                    color: #1F2636;
                    font-size: 18px;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                }

        .home-new .content-item .item .wrap a {
            transition: all linear .2s;
        }

        .home-new .content-item.l .item:hover .wrap a {
            color: var(--default-color-2);
        }

        .home-new .content-item.l .item:nth-child(1) .wrap {
            padding-top: 17px;
        }

        .home-new .content-item.l .item:nth-child(2) .wrap {
            padding-bottom: 17px;
        }

        .home-new .content-item.l .item .wrap .view {
            font-size: 14px;
            margin-top: 11px;
            color: #939ba4;
            padding-bottom: 9px;
        }

            .home-new .content-item.l .item .wrap .view i {
                margin-right: 5px;
                color: var(--default-color-2);
                font-size: 12px;
            }

        .home-new .content-item.l .item .wrap span {
            font-size: 15px;
            color: #1F2636;
            overflow: hidden;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            display: -webkit-box;
        }

        .home-new .content-item.l .item:nth-child(1) {
            margin-right: 10px;
            display: flex;
            flex-direction: column;
        }

        .home-new .content-item.l .item:nth-child(2) {
            margin-left: 10px;
            display: flex;
            flex-direction: column-reverse;
        }

        .home-new .content-item .img {
            overflow: hidden;
        }

            .home-new .content-item .img img {
                transition: all linear .2s;
            }

        .home-new .content-item .item:hover .img img {
            transform: scale(1.05);
        }


        .home-new .content-item.l .img {
            height: 228px;
        }

        .home-new .content-item.r {
            flex: 1;
            padding-left: 30px;
        }

            .home-new .content-item.r .item {
                display: flex;
                background-color: #fff;
                border-radius: 3px;
                margin-top: 12px;
                align-items: center;
                transition: all linear .2s;
            }

                .home-new .content-item.r .item:hover {
                }



            .home-new .content-item.r div:first-child .item {
                margin-top: 0;
            }

            .home-new .content-item.r .item .img {
                width: 140px;
                height: 85px;
                border-radius: 5px;
            }

            .home-new .content-item.r .item .wrap {
                flex: 1;
                padding-left: 12px;
            }

                .home-new .content-item.r .item .wrap a {
                    font-family: 'RobotoM';
                    font-size: 14px;
                    color: #1F2636;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    display: -webkit-box;
                    line-height: 147.7%;
                    transition: all linear .3s;
                }

            .home-new .content-item.r .item:hover .wrap a {
                color: var(--default-color-1);
                opacity: 1;
            }


            .home-new .content-item.r .item .wrap .option {
                display: flex;
                align-items: center;
                margin-top: 11px;
            }

            .home-new .content-item.r .item .wrap .op-item {
                font-size: 12.63px;
                color: #939ba4;
                transition: all linear .2s;
            }



                .home-new .content-item.r .item .wrap .op-item i {
                    color: var(--default-color-2);
                    margin-right: 4px;
                    font-size: 12px;
                }

            .home-new .content-item.r .item:hover .op-item {
            }


            .home-new .content-item.r .item .op-item i {
                transition: all linear .3s;
            }

            .home-new .content-item.r .item:hover .op-item i {
            }

@media(max-width:1023px) {
    .no-display-mobile-tablet {
        display: none !important
    }
}

@media(min-width:740px) and (max-width:1023px) {
    .no-display-tablet {
        display: none !important
    }

    .home-new .content-item.r .item .wrap a {
        height: 40px;
        -webkit-line-clamp: 2;
    }

    .home-new .content-item.l .img {
        height: 267px;
    }

    .home-new .heading .title {
        font-size: 30px;
    }

    .home-new .heading .descript {
        font-size: 16px;
    }

    .home-new .content {
        flex-direction: column;
    }

    .home-new .content-item.l {
        width: 100%;
        margin-bottom: 5px;
    }

    .home-new .content-item.r {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        display: grid;
        grid-auto-rows: minmax(min-content,max-content);
        grid-template-columns: repeat(2,minmax(0,1fr));
        column-gap: 20px;
        row-gap: 20px;
    }

        .home-new .content-item.r .item .wrap {
            width: 100%;
            flex: 1;
        }

        .home-new .content-item.r .item {
            margin-top: 15px !important;
            width: 100%;
        }

    .home-new .container {
        padding: 35px 0;
    }

    .home-new .content-item.r .item .wrap .option {
        margin-top: 8px;
    }
}

@media(max-width:739px) {
    .no-display-mobile {
        display: none !important
    }



    .home-new .heading .title {
        font-size: 26px;
    }

    .home-new .heading .descript {
        font-size: 16px;
    }

    .home-new .content {
        flex-direction: column;
        margin-top: 10px;
    }

    .home-new .content-item.l {
        width: 100%;
        flex-direction: column;
    }

        .home-new .content-item.l .item:nth-child(2) {
            margin-left: 0;
            flex-direction: column;
        }

        .home-new .content-item.l .item:nth-child(1) {
            padding-right: 0;
            margin: 0;
        }

        .home-new .content-item.l .item {
            margin-bottom: 10px !important;
        }

        .home-new .content-item.l .item {
            margin-bottom: 15px;
            width: 100%;
        }

    .home-new .content-item.r {
        padding-left: 0;
    }

        .home-new .content-item.r .item {
            margin-top: 15px;
        }

    .home-new .content-item.l .item:nth-child(1) .wrap {
        padding-top: 12px;
    }

    .home-new .content-item.l .item:nth-child(2) .wrap {
        padding-bottom: 0 !important;
        padding-top: 12px;
    }

    .home-new .container {
        padding: 25px 0;
    }
}
