.block34624 .title {
    width: calc(100% - 20px);
    text-align: center;
    font-weight: 700;
    font-size: 28px;
    margin: 0 10px 20px;
}

.block34624 .Article_Container .wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.block34624 .ArticlePicList_Item {
    width: calc(50% - 80px);
    margin: 20px 10px;
}
@media (max-width: 1024px) {
    div.block34624 .ArticlePicList_Item {
        width: calc(50% - 40px);
    }
}

.block34624 .ArticlePicList_Item:nth-child(odd) {
    margin: 20px 40px 20px 0;
}

.block34624 .ArticlePicList_Item:nth-child(even) {
    margin: 20px 0 20px 40px;
}

.block34624 .ArticlePicList_ItemContentInnerH5 {
    font-size: 16px;
    color: rgb(51, 51, 51);
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    white-space: nowrap;

}

.block34624 .ArticlePicList_ItemContentInnerH5 a {
    color: inherit !important;
}

.block34624 .ArticlePicList_ItemContentInnerP {
    color: rgb(85, 85, 85);
    margin-bottom: 20px;
    padding-left: 0px;
    margin-left: 0px;
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
}

.block34624 .shortline {
    height: 2px;
    min-height: 0px;
    background-color: rgb(51, 51, 51);
    width: 65px;
    padding-left: 0px;
    margin-left: 0px;
    position: relative;
    left: 0%;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: All 0.5s ease;
}

.block34624 .longline {
    width: 0%;
    height: 2px;
    min-height: 0px;
    background-color: rgb(217, 83, 79);
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: All 0.5s ease;
}

.block34624 .time {
    height: 40px;
    position: relative;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    margin-left: 0px;
}

.block34624 .date {
    margin-top: 10px;
    font-size: 12px;
    font-family: Oswald;
    font-style: normal;
    margin-left: 0px;
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: all 0.5s ease;
    text-align: left;
    overflow: hidden;
    position: absolute;
    color: rgb(204, 204, 204);
}
@media (min-width: 1024px) {
.block34624 .ArticlePicList_Item:hover .ArticlePicList_ItemContentInnerH5 {
    color: rgb(217, 83, 79);
    margin-top: 0px;
    transform: rotate(0deg) scale(1) translate(0px, -20px);
    transition: All 0.5s ease;
}

.block34624 .ArticlePicList_Item:hover .ArticlePicList_ItemContentInnerP {
    transform: rotate(0deg) scale(1) translate(0px, -20px);
    transition: All 0.5s ease;
}

.block34624 .ArticlePicList_Item:hover .shortline {
    left: -10%;
    width: 110%;
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: All 0.5s ease;
}

.block34624 .ArticlePicList_Item:hover .longline {
    width: 100%;
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: All 0.5s ease;
}

.block34624 .ArticlePicList_Item:hover .time {
    margin-left: 15px;
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: All 0.5s ease;
}

.block34624 .ArticlePicList_Item:hover .date {
    color: #555555;
    transform: rotate(0deg) scale(1) translate(0px, 0px);
    transition: All 0.5s ease;
}
.block34624 .ArticlePicList_Item:hover .ArticlePicList_ItemContentInnerH5 {
    color: var(--color-match-setting1);
}
}

.block34624 .button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 10px;
    width: calc(100% - 20px);
    color: rgb(217, 83, 79);
}

.block34624 .button .backstage-blocksEditor-wrap {
    min-width: 100px;
    margin-bottom: 0px;
    padding: 10px 40px;
    font-size: 16px;
    background-color: transparent;
    transform: rotate(0deg) scale(1) translate(0%, 0%);
    transition: all 0.5s ease;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    border: 2px solid rgb(217, 83, 79);
    border-radius: 120px;
    cursor: pointer;
}

.block34624 .button .backstage-blocksEditor-wrap .backstage-componet a {
    color: inherit;
}

.block34624 .button .backstage-blocksEditor-wrap:hover {
    background-color: rgb(217, 83, 79);
}

.block34624 .button .backstage-blocksEditor-wrap:hover a {
    color: #fff !important;
}

.block34624 div[data-blocksEditor-type*="phoenix_blocks"] {
    min-height: 0;
}


@media screen and (max-width: 767px) {
    .block34624 .ArticlePicList_Item {
        width: 100%!important;
        margin: 20px 0!important;
    }
}

.block34624 .longline {
    background-color: var(--color-match-setting1);
}

.block34624 .button {
    color: var(--color-match-setting1);
}

.block34624 .button .backstage-blocksEditor-wrap {
    border-color: var(--color-match-setting1);
}

.block34624 .button .backstage-blocksEditor-wrap:hover {
    background-color: var(--color-match-setting1);
}
.block34624 .ArticlePicList_ItemContentInnerH5 {
    color: var(--color-match-setting2);
}


.block34624 .shortline {
    background-color: var(--color-match-setting2);
}