.articles {
    overflow: hidden;
}


.articles .head {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;

    margin-bottom: 24px;
}


.articles .head .title {
    font-size: 46px;
    font-weight: 100;

    margin: 0;

    color: #444;
}


.articles .head .all_link {
    font-size: 14px;

    display: flex;

    margin-top: 6px;
    margin-left: auto;

    color: #10d8a2;
}


.articles .head .all_link a {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    text-decoration: none;

    color: currentColor;
}


.articles .head .all_link svg {
    display: block;

    margin-left: 11px;
}


.articles .swiper {
    overflow: visible !important;
}


.articles .swiper-slide {
    position: relative;

    visibility: hidden;

    transition: opacity .2s linear, visibility .2s linear;
    pointer-events: none;

    opacity: 0;
}


.articles .swiper-slide.visible {
    visibility: visible;

    pointer-events: auto;

    opacity: 1;
}


.articles .row {
    display: flex;
    align-content: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-bottom: -50px;
    margin-left: -29px;
}


.articles .row>* {
    width: calc(33.333% - 29px);
    margin-bottom: 50px;
    margin-left: 29px;
}


.articles .thumb {
    position: relative;

    display: block;

    margin-bottom: 18px;
    padding-bottom: 66.666%;

    text-decoration: none;

    color: currentColor;
    background: #ddd;
}


.articles .thumb img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;
}


.articles .info {
    font-size: 13px;

    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-bottom: 16px;
    padding-bottom: 15px;

    color: #8b8b8b;
    border-bottom: 1px solid #10d8a2;
}


.articles .info .views {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-left: 41px;
}


.articles .info .views svg {
    display: block;

    width: 20px;
    height: 14px;
    margin-right: 13px;
}


.articles .name {
    font-size: 20px;
    font-weight: 600;
    line-height: 130%;

    color: #444;
}


.articles .name a {
    display: inline-block;

    vertical-align: top;
    text-decoration: none;

    color: currentColor;
}


.articles .desc {
    font-size: 17px;
    line-height: 145%;

    margin-top: 24px;

    color: #444;
}


.articles .link {
    font-size: 16px;

    display: flex;

    margin-top: 24px;

    color: #10d8a2;
}


.articles .link a {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    text-decoration: none;

    color: currentColor;
}


.articles .link svg {
    display: block;

    margin-left: 11px;
}



.articles .mob_all_link {
    font-size: 14px;

    display: none;

    margin-top: 30px;

    color: #10d8a2;
}


.articles .mob_all_link a {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-right: auto;
    margin-left: auto;

    text-decoration: none;

    color: currentColor;
}


.articles .mob_all_link svg {
    display: block;

    margin-left: 11px;
}



.articles .more_btn {
    font-family: inherit;
    font-size: 14px;
    line-height: 145%;

    display: block;

    width: 165px;
    max-width: 100%;
    height: 50px;
    margin: 50px auto 0;

    cursor: pointer;
    text-transform: uppercase;

    color: #444;
    border: none;
    background: #ffd600;
}



.article_info .image {
    margin-bottom: 20px;
}


.article_info .image img {
    display: block;

    width: 100%;
}



.article_info .info {
    font-size: 13px;

    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-bottom: 40px;
    padding-bottom: 20px;

    color: #8b8b8b;
    border-bottom: 1px solid #10d8a2;
}


.article_info .info .views {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;

    margin-left: 41px;
}


.article_info .info .views svg {
    display: block;

    width: 20px;
    height: 14px;
    margin-right: 13px;
}


.article_info .info .author {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-left: auto;
}


.article_info .info .author .label {
    font-size: 14px;

    margin-right: 13px;

    color: #8b8b8b;
}


.article_info .info .author .person {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.article_info .info .author .avatar {
    position: relative;

    width: 54px;
    height: 54px;
    margin-right: 19px;

    border-radius: 50%;
    background: #d9d9d9;
}


.article_info .info .author .avatar img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;

    display: block;

    width: 100%;
    height: 100%;

    border-radius: 50%;

    object-fit: cover;
}


.article_info .info .author .avatar+* {
    max-width: calc(100% - 73px);
}


.article_info .info .author .name {
    font-size: 16px;
    font-weight: 600;

    color: #444;
}


.article_info .info .author .post {
    font-size: 14px;
    line-height: normal;

    width: 332px;
    max-width: 100%;
    margin-top: 4px;

    color: #6e6e6e;
}





.has_question .data_wrap {
    position: relative;

    padding: 8px;

    border: 4px solid #f8da1a;
    background: #ecf8ff;
}


.has_question .data {
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;

    padding: 50px 26px;

    background: #d7e7ef;
}


.has_question .img {
    position: absolute;
    z-index: 2;
    bottom: -4px;
    left: 0;

    display: block;

    pointer-events: none;
}


.has_question .clouds {
    position: absolute;
    z-index: 1;
    top: -4px;
    right: -4px;

    display: block;

    max-width: calc(100% + 8px);
    max-height: calc(100% + 8px);

    pointer-events: none;
}


.has_question .info {
    position: relative;
    z-index: 3;

    width: 392px;
    max-width: 100%;
}


.has_question .info .title {
    font-family: 'Roboto';
    font-size: 29px;
    line-height: normal;

    color: #444;
}


.has_question .info .desc {
    font-family: 'Roboto';
    font-size: 18px;
    line-height: normal;
    line-height: 145%;

    width: 345px;
    max-width: 100%;
    margin-top: 20px;

    color: #444;
}


.has_question .btns {
    position: relative;
    z-index: 3;

    align-self: center;

    width: 254px;
    max-width: 100%;
    margin-left: 22px;
}


.has_question .btns>*+* {
    margin-top: 37px;
}


.has_question .btns .btn {
    width: 100%;
}



@media print,
(max-width: 1279px) {
    .has_question .info {
        width: 328px;
    }


    .has_question .btns {
        width: 240px;
        margin-left: 28px;
    }


    .has_question .btns>*+* {
        margin-top: 28px;
    }
}



@media print,
(max-width: 1023px) {
    .articles .head .title {
        font-size: 36px;
    }


    .articles .row {
        margin-bottom: -40px;
        margin-left: -24px;
    }


    .articles .row>* {
        width: calc(50% - 24px);
        margin-bottom: 40px;
        margin-left: 24px;
    }


    .articles .info {
        padding-bottom: 7px;
    }


    .articles .name {
        font-size: 19px;
    }


    .articles .desc {
        font-size: 15px;

        margin-top: 20px;
    }


    .articles .link {
        font-size: 15px;

        margin-top: 20px;
    }


    .articles .more_btn {
        height: 48px;
        margin-top: 40px;
        padding-top: 4px;
    }



    .article_info .info .author {
        margin-right: 0;
    }





    .has_question .data {
        display: block;

        padding: 20px 28px 28px;
    }


    .has_question .info {
        width: 320px;
        margin-left: auto;
    }


    .has_question .info .title {
        font-size: 26px;
    }


    .has_question .info .desc {
        font-size: 16px;
    }


    .has_question .btns {
        width: 320px;
        margin-top: 28px;
        margin-left: auto;
    }


    .has_question .btns>*+* {
        margin-top: 20px;
    }
}



@media print,
(max-width: 767px) {
    .articles .head .title {
        font-size: 32px;
    }


    .articles .head .all_link {
        display: none;
    }


    .articles .swiper-slide {
        visibility: visible;

        width: 320px;

        pointer-events: auto;

        opacity: 1;
    }


    .articles .swiper-button-next,
    .articles .swiper-button-prev {
        display: none;
    }


    .articles .row {
        margin-bottom: -30px;
        margin-left: 0;
    }


    .articles .row>* {
        width: 100%;
        margin-bottom: 30px;
        margin-left: 0;
    }


    .articles .more_btn {
        padding-top: 2px;
    }


    .articles .mob_all_link {
        display: flex;
    }



    .article_info .info .author {
        width: 100%;
        margin-top: 16px;
    }


    .article_info .info .author .label {
        display: none;
    }





    .has_question .img {
        display: none;
    }


    .has_question .info {
        width: 100%;

        text-align: center;
    }


    .has_question .info .title {
        font-size: 24px;
    }


    .has_question .info .desc {
        font-size: 15px;

        width: 280px;
        margin-top: 16px;
        margin-right: auto;
        margin-left: auto;
    }


    .has_question .btns {
        width: 100%;
        margin-top: 20px;
    }


    .has_question .btns>*+* {
        margin-top: 16px;
    }
}



@media print,
(max-width: 479px) {
    .articles .swiper-slide {
        width: 280px;
    }



    .article_info .info .author .avatar {
        margin-right: 16px;
    }


    .article_info .info .author .avatar+* {
        max-width: calc(100% - 70px);
    }


    .article_info .info .author .post {
        font-size: 13px;
    }




    .has_question .data {
        padding: 20px;
    }


    .has_question .info .title {
        font-size: 22px;
    }


    .has_question .info .desc {
        font-size: 14px;
    }
}

