.hd-img-section {
    background-image: url(/assets2/image/hd-big-bg-3.png);
}

.hd-img-section .hd-title {
    color: #0A5F25;
}

.title-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    min-width: 360px;
    min-height: 220px;
    z-index: 1;
}

.title-wrapper .title-txt {
    color: #0A5F25;
    font-size: 64px;
    font-weight: bold;
}

.bg-18 {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.list-item {
    display: flex;
    justify-content: space-between;

     
    cursor: pointer;
}

.list-wrapper>a{
    display: block; padding: 50px 0px; border-bottom: 3px solid var(--font-color);
}

.list-item .left-wrapper {
    padding: 24px 12px;
    border-radius: 36px;
    background-color: #0A5F25;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
    height: fit-content;
    min-width: 88px;
    min-height: 260px;
    margin-top: 62px;
}

.list-item .left-wrapper .date-wrapper {
    position: relative;
}

.list-item .left-wrapper .num {
    color: #ffffff;
    font-size: 46px;
    font-weight: bold;
    line-height: 50px;
}

.list-item .left-wrapper .num.month {
    position: absolute;
    top: 66px;
    right: -5px;
}

.list-item .left-wrapper .divider-line {
    width: 62px;
    position: absolute;
    top: 36px;
    left: 0px;
}

.list-item .left-wrapper .year-wrapper {
    padding-top: 72px;
}

.list-item .left-wrapper .year-2 {
    padding-left: 12px;
}

.list-item .mid-wrapper {
    padding-left: 27px;
    position: relative;
}

.blog-title {
    color: #0A5F25;
    font-size: 50px;
    font-weight: bold;
    line-height: 58px;
    padding-bottom: 4px;
    margin-bottom: 15px;
}

.list-item .mid-wrapper .blog-img {
    width: 543px;
    border-radius: 20px;
    border: 3px solid var(--font-color);
}

.list-item .mid-wrapper .play-icon {
    width: 157px;
    position: absolute;
    bottom: 4px;
    left: 32px;
}

.list-item .mid-wrapper .play-icon.def {
    display: block;
}

.list-item .mid-wrapper .play-icon.active {
    display: none;
}

.list-item:hover .mid-wrapper .play-icon.def {
    display: none;
}

.list-item:hover .mid-wrapper .play-icon.active {
    display: block;
}

.list-item .right-wrapper {
    padding-left: 33px;
    display: flex;
    justify-content: space-between;
    flex-flow: column;
    margin-top: 62px;
    flex: 1;
}

.list-item .right-wrapper .details {
    color: var(--font-color);
    font-size: 28px;
    line-height: 38px;
}

.list-item:hover .right-wrapper .details p {
    color: #0A5F25;
}

.list-item .right-wrapper .details-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: fit-content;
    height: 96px;
    color: #333333;
    font-size: 40px;
    line-height: 46px;
    border-radius: 28px;
    border: 3px solid var(--font-color);
    padding: 20px 30px;
}

.list-item .right-wrapper .details-btn .right-arrow {
    width: 43px;
    margin-left: 12px;
}

.list-item .right-wrapper .details-btn.right-arrow.black {
    display: block;
}

.list-item .right-wrapper .details-btn .right-arrow.white {
    display: none;
}

.accessibility-1-3 .list-item:hover .right-wrapper .details-btn .right-arrow.black {
    display: block !important;
}
.accessibility-1-3 .list-item:hover .right-wrapper .details-btn .right-arrow.white {
    display: none !important;
}

.btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.list-item:hover .right-wrapper .details-btn {
    background-color: var(--font-color);
    color: #ffffff;
}

.list-item:hover .right-wrapper .details-btn .right-arrow.black {
    display: none;
}

.list-item:hover .right-wrapper .details-btn .right-arrow.white {
    display: block;
    animation: arrowShake 1s ease-in-out infinite;
}

@keyframes arrowShake {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(3px);
    }

    50% {
        transform: translateX(0);
    }

    75% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(0);
    }
}

#demo-laypage-theme-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 138px;
    padding-bottom: 60px;
}

#demo-laypage-theme-1 .layui-disabled {
    background-color: #0A5F25 !important;
    opacity: 0.5;
}

#demo-laypage-theme-1 a {
    width: 46px;
    height: 46px;
    color: #ffffff;
    background-color: #0A5F25;
    border: 1px solid #0A5F25;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* margin-left: 60px; */
}

#demo-laypage-theme-1 a:hover {
    color: #0A5F25;
    background-color: rgba(0, 0, 0, 0);
}

#demo-laypage-theme-1 .layui-laypage-curr {
    width: 46px;
    height: 46px;
    color: #0A5F25;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #0A5F25;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    border-radius: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    /* margin-left: 60px; */
}

#demo-laypage-theme-1 .layui-laypage-curr em {
    color: #0A5F25 !important;
    background-color: rgba(0, 0, 0, 0) !important;
}

#demo-laypage-theme-1 .layui-laypage {
    display: flex;
    justify-content: center;
    column-gap: 50px;
    position: relative;
	min-width:120px;
}

#demo-laypage-theme-1 .layui-icon.layui-icon-right::before,
#demo-laypage-theme-1 .layui-icon.layui-icon-left::before {
    display: none;
}

#demo-laypage-theme-1 .layui-laypage-prev {
    left: 12%;
}

#demo-laypage-theme-1 .layui-laypage-next {
    background-image: url(/assets2/image/right-arrow-s.png);
    background-position: 13px center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    position: absolute;
    top: 0%;
    right: -40%;
}

#demo-laypage-theme-1 .layui-laypage-prev.layui-disabled:hover{
    background-image: url(/assets2/image/left-arrow-s.png);
}

#demo-laypage-theme-1 .layui-laypage-next.layui-disabled:hover {
    background-image: url(/assets2/image/right-arrow-s.png);
}

#demo-laypage-theme-1 .layui-laypage-next:hover {
    background-image: url(/assets2/image/right-arrow-s-hover.png);
}

#demo-laypage-theme-1 .layui-laypage-prev {
    background-image: url(/assets2/image/left-arrow-s.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    position: absolute;
    top: 0%;
    left: -40%;
}

#demo-laypage-theme-1 .layui-laypage-prev:hover {
    background-image: url(/assets2/image/left-arrow-s-hover.png);
}


.pt-section{
    padding-top: 30px;
}