﻿/* pc样式 */
@media screen and (min-width: 1024px){
    .content-right-content {
        padding: 0.4rem;
    }
    .imglist{}
    .imglist li{
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .imglist-title{
        display: inline-block;
        padding:0 1.2rem 0 0.3rem;
        height: 0.4rem;
        line-height: 0.4rem;
        background-image: url(../imgs/two_imglist_titlebg.png);
        background-position: right center;
        background-size: auto 0.4rem;
        background-repeat: no-repeat;
        color: #ffffff;
        font-size: 0.2rem;
        font-weight: 700;
    }

    .imglist-content{
        margin-top: 0.3rem;
        display: flex;
        justify-content: space-between;
    }
    .imglist-img {
        width: 5.2rem;
        height: 2rem;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .imglist-text {
        padding-left: 0.25rem;
        position: relative;
        flex: 1;
    }
    .imglist-text p{
        font-size: 0.18rem;
        line-height: 0.38rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    
    }
    .imglist-text a{
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.18rem;
        width: 1.8rem;
        height: 0.35rem;
        border: solid 1px var(--zt_color--);
        color: var(--zt_color--);
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-right-content {
        padding: 0.4rem;
    }
    .imglist{}
    .imglist li{
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 0.3rem;
        margin-bottom: 0.3rem;
    }

    .imglist-title{
        display: inline-block;
        padding:0 80px 0 20px;
        height: 30px;
        line-height: 30px;
        background-image: url(../imgs/two_imglist_titlebg.png);
        background-position: right center;
        background-size: auto 30px;
        background-repeat: no-repeat;
        color: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }

    .imglist-content{
        margin-top: 0.3rem;
        display: flex;
        justify-content: space-between;
    }
    .imglist-img {
        width: 5.2rem;
        height: 150px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100% 100%;
    }
    .imglist-text {
        padding-left: 10px;
        position: relative;
        flex: 1;
    }
    .imglist-text p{
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    
    }
    .imglist-text a{
        position: absolute;
        right: 0;
        bottom: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        width: 100px;
        height: 25px;
        border: solid 1px var(--zt_color--);
        color: var(--zt_color--);
    }
}

@media screen and (max-width: 800px)  {
    .imglist-img {
        width: 200px;
        height: 130px;
    }
}