@media screen and (max-width:767px) {

.title-wrapper{
    display: none;
}
.com-title-M h3{
    color: #0A5F25;
    font-size: 16px;
    line-height: 16px;
}

.com-title-M img {
    width: 16px;
    height: auto;
}

.com-title-M {
    padding: 8px 12px;
}

.my-section {
    padding-top: 22px;
}


.list-item .left-wrapper .num{
    font-size: 13px;
    line-height: 22px;
}
.list-item .left-wrapper .divider-line{
    width: 20px;
    top: 14px;
    left: 5px;
}
.list-item .left-wrapper{
    padding: 15px 3px;
    min-width: 30px;
    min-height: 100px;
    position: absolute;
    top: -20px;
    left: -13px;
}
.list-item .left-wrapper .num.month{
    top: 20px;
    right: 0;
}
.list-item .left-wrapper .year-wrapper{
    padding-top: 20px;
}

.list-item {
    flex-direction: column;
}
.list-item .mid-wrapper{
    display: flex;
    flex-direction: column;
    padding-left: 0;
}
.list-item .mid-wrapper .blog-img{
    max-width: 100%;
    height: auto;
    order: 1;
    border-radius: 12px;
}
.list-item .mid-wrapper .blog-title{
    font-size: 18px;
    line-height: 28px;
    order: 2;
    padding-bottom: 0;
    margin-top: 8px;
}
.list-item .right-wrapper{
    margin-top: 0px;
    padding-left: 0px;
}
.list-item .right-wrapper .details{
    font-size: 16px;
    line-height: 26px;
}
.list-item .right-wrapper .details-btn {
    font-size: 16px;
    line-height: 16px;
    height: 40px;
    padding: 5px 16px;
    border-width: 2px;
}
.list-item .right-wrapper .details-btn .right-arrow{
    width: 17px;
}
.btn-wrapper{
    margin-top: 10px;
    justify-content: flex-start;
}
.list-item{
    padding: 16px 0;
    position: relative;
}

#demo-laypage-theme-1{
    padding-top: 30px;
    padding-bottom: 60px;
}

.list-item .mid-wrapper .play-icon{
    width: 100px;
    bottom: 50px;
}

/* .layui-container {
    padding: 0 0 0 16px;
} */


#demo-laypage-theme-1 a {
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 30px;
}
#demo-laypage-theme-1 .layui-laypage-curr {
    width: 38px;
    height: 38px;
    font-size: 24px;
    line-height: 30px;
}
#demo-laypage-theme-1 .layui-laypage-next {
    background-position: 10px center;
}
#demo-laypage-theme-1 .layui-laypage-prev{
    background-position: 9px center;
}
#demo-laypage-theme-1 .layui-laypage{
    column-gap: 30px
}

.list-item .right-wrapper.text-align- .btn-wrapper{
    justify-content: flex-start;
}
.list-item .right-wrapper.text-align-2 .btn-wrapper{
    justify-content: flex-end;
}
.list-item .right-wrapper.text-align-3 .btn-wrapper{
    justify-content: center;
}

}

@media screen and (min-width:768px) and (max-width:1023px) {
    .list-item .left-wrapper .divider-line{
        width: 40px;
        top: 20px;
        left: 5px;
    }
    .list-item .left-wrapper .num{
        font-size: 25px;
        line-height: 35px;
    }
    .list-item .left-wrapper .num.month{
        top: 50px;
    }
    .list-item .left-wrapper{
        min-width: 50px;
        margin-top: 40px;
    }
    .list-item .right-wrapper .details{
        font-size: 27px;
    }
    .list-item .right-wrapper .details-btn{
        height: 70px;
        font-size: 28px;
    }
    .list-item .right-wrapper .details-btn .right-arrow{
        width: 30px;
    }

    .list-item .mid-wrapper .blog-img{
        width: 280px;
    }
    .list-item .mid-wrapper .blog-title{
        font-size: 30px;
        line-height: 40px;
    }
}


@media screen and (min-width:1024px) and (max-width:1280px) {

    .list-item .left-wrapper .divider-line{
        width: 50px;
        top: 30px;
    }
    .list-item .left-wrapper .num{
        font-size: 35px;
        line-height: 45px;
    }
    .list-item .left-wrapper{
        min-width: 60px;
    }
    .list-item .right-wrapper .details{
        font-size: 28px;
    }
    .list-item .right-wrapper .details-btn{
        height: 80px;
        font-size: 30px;
    }
    .list-item .right-wrapper .details-btn .right-arrow{
        width: 35px;
    }

}

@media screen and (max-width:580px) {
.page-en-us .blog-title{
	font-size: 28px;
    line-height: 38px;
}

}