.article5_wrapper {
    padding: 120px 0;
}
.article5_container {
    max-width: 1200px;
    margin: 0 auto;
}
.article5_title {
    text-align: center;
}
.article5_title > div {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.article5_title > h2 {
    font-size: 30px;
    margin-bottom: 30px;
}

.article5_block_flex {
    display: flex;
}
.article5_nav_flex {
    width: 220px;
}

/* .article5_nav_flex > ul {
    display: flex;
    align-items: center;
} */
.article5_nav_flex {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}
.article5_nav_flex > ul > li {
    background: #fff;
    text-align: center;
    padding: 6px 10px;
    border-bottom: 1px solid #eaeaea;
}
.article5_nav_flex > ul > li a {
    color: black;
    font-size: 14px;
}
.article5_getMore_hide {
    display: none;
}
.article5_content_flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.article5_content {
    width: 220px;
    margin: 0px 20px 20px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.3);
    transform: translateY(5px);
}
.article5_content > a > img {
    width: 220px;
    height: 172px;
    object-fit: cover;
}
.article5_content > div {
    text-align: center;
    padding: 10px;
    background-color: #fff;
}
.article5_content > div > a {
    font-size: 16px;
    color: black;
}
.article5_more_btn {
    color: black;
    padding: 4px 16px;
    border: 1px solid rgba(0, 0, 0, 1);
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}
.article5_nav_ul a:hover {
    color: black;
    text-decoration: none !important;
}

.article5_getMore_hide {
    display: none;
}
@media (max-width: 768px) {
    .article5_container {
        padding: 0 20px;
    }
    .article5_nav_flex {
        display: block;
        text-align: right;
    }
    .article5_nav_flex > ul {
        margin-bottom: 20px;
    }
    .article5_content {
        width: 100%;
        margin: 30px auto;
    }
    .article5_content > a > img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
    .article5_block_flex {
        display: block;
    }
    .article5_nav_ul {
        display: flex;
        /* justify-content: space-between; */
        flex-wrap: wrap;
    }
    .article5_nav_flex {
        width: auto;
    }
    .article5_nav_flex > ul > li{
        border-radius: 6px;
        margin:0px 10px 10px;
    }
}
