﻿/* pc样式 */
@media screen and (min-width: 1024px){
    .content-right-content {
        padding-top: 0.3rem;
    }
    .xsjl-list>li{

    }
    .xsjl-list>li>a{
        margin-bottom: 0.2rem;
        box-sizing: border-box;
        position: relative;
        padding: 0.2rem;
        width: 100%;
        height: 2.2rem;
        display: flex;
        background-image: url(../imgs/xsjl_list_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.3s ease;
    }
    .xsjl-list>li:hover>a {
        background-image: url(../imgs/xsjl_list_bj_bian.png);
        transition: all 0.3s ease;
    }
    .xsjl-list>li:hover .xsjl-text {
        color: #fff;
        transition: all 0.3s ease;
    }
    .xsjl-list>li:hover .xsjl-text>p>span {
        color: #fff;
        transition: all 0.3s ease;
    }
    .xsjl-list>li:hover .xsjl-more {
        color: #fff;
        transition: all 0.3s ease;
    }

    .xsjl-img {
        width: 1.35rem;
	    height: 1.8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    
    .xsjl-text {
        padding-left: 0.4rem;
        flex:1;
    }
    .xsjl-text>h2 {
        margin: 0.1rem 0 0.2rem 0;
        font-size: 0.2rem;
    }
    .xsjl-text>p {
        margin-bottom: 0.15rem;
        font-size: 0.16rem;
    }
    .xsjl-text>p>span {
        font-weight: 700;
        font-size: 0.18rem;
        color: var(--zt_color--);
    }
    

    .xsjl-more {
        position: absolute;
        bottom: 0.4rem;
        right: 0.5rem;
        font-size: 0.16rem;
        color: var(--zt_color--);
        transition: all 0.3s ease;
    }
}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    .content-right-content {
        padding-top: 0.3rem;
    }
    .xsjl-list>li{

    }
    .xsjl-list>li>a{
        margin-bottom: 0.2rem;
        box-sizing: border-box;
        position: relative;
        padding: 0.2rem;
        width: 100%;
        height: 2.2rem;
        display: flex;
        background-image: url(../imgs/xsjl_list_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        transition: all 0.3s ease;
    }
    .xsjl-list>li:hover>a {
        background-image: url(../imgs/xsjl_list_bj_bian.png);
        transition: all 0.3s ease;
    }
    .xsjl-list>li:hover .xsjl-text {
        color: #fff;
        transition: all 0.3s ease;
    }
    .xsjl-list>li:hover .xsjl-text>p>span {
        color: #fff;
        transition: all 0.3s ease;
    }
    .xsjl-list>li:hover .xsjl-more {
        color: #fff;
        transition: all 0.3s ease;
    }

    .xsjl-img {
        width: 1.35rem;
	    height: 1.8rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    
    .xsjl-text {
        padding-left: 0.4rem;
        flex:1;
    }
    .xsjl-text>h2 {
        margin: 0.1rem 0 0.2rem 0;
        font-size: 0.2rem;
    }
    .xsjl-text>p {
        margin-bottom: 0.15rem;
        font-size: 0.16rem;
    }
    .xsjl-text>p>span {
        font-weight: 700;
        font-size: 0.18rem;
        color: var(--zt_color--);
    }
    

    .xsjl-more {
        position: absolute;
        bottom: 0.4rem;
        right: 0.5rem;
        font-size: 0.16rem;
        color: var(--zt_color--);
        transition: all 0.3s ease;
    }
}
