/* pc样式 */
@media screen and (min-width: 1024px){
    .content-right-content {
        padding: 0.4rem;

    } 
    .szdw-list li{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dashed #bebebe;
        padding-bottom: 0.4rem;
        margin-bottom: 0.4rem;
    }
    .szdw-img {
        width: 1.5rem;
	    height: 2rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 2rem;
    }
    .szdw-text {
        position: relative;
        padding-left: 0.25rem;
        flex: 1;
    }
   .szdw-title {
        display: flex;
        justify-content: space-between;
     }
     .szdw-title-left {
        padding-right: 0.6rem;
         display: flex;
         align-items: center;
         color: #fff;
         height: 0.6rem;
         background-image: url(../imgs/szdw_titlebg_left.png);
         background-position: right center;
         background-repeat: no-repeat;
         background-size: auto 0.6rem;
     }
     .szdw-title-right {
        flex: 1;
        background-image: url(../imgs/szdw_titlebg_right.png);
         background-position: right center;
         /* background-repeat: no-repeat; */
         background-size: auto 0.6rem;
     }

    .szdw-title h2{
        padding-left: 0.2rem;
        font-size: 0.2rem;
        margin-bottom: 0.1rem;
    }
    .szdw-title p{
        padding-left: 0.2rem;
        font-size: 0.16rem;
        margin-bottom: 0.1rem;
    }

    .szdw-nr {
        margin-top: 0.1rem;
    }
    .szdw-nr h2 {
        margin-top: 0.2rem;
    font-size: 0.2rem;
}
    .szdw-nr h2 span{
    color: var(--zt_color--);
     }

    .szdw-nr p{
        font-size: 0.18rem;
        line-height: 0.32rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .szdw-nr a{
        position: absolute;
        right: 0;
        bottom: -0.1rem;
        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;

    } 
    .szdw-list li{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px dashed #bebebe;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .szdw-img {
        width: 1.5rem;
	    height: 2rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: auto 2rem;
    }
    .szdw-text {
        position: relative;
        padding-left: 10px;
        flex: 1;
    }
    .szdw-title {
        display: flex;
        justify-content: space-between;
     }
     .szdw-title-left {
        padding-right: 0.6rem;
         display: flex;
         align-items: center;
         color: #fff;
         height: 0.6rem;
         background-image: url(../imgs/szdw_titlebg_left.png);
         background-position: right center;
         background-repeat: no-repeat;
         background-size: auto 0.6rem;
     }
     .szdw-title-right {
        flex: 1;
        background-image: url(../imgs/szdw_titlebg_right.png);
         background-position: right center;
         /* background-repeat: no-repeat; */
         background-size: auto 0.6rem;
     }
    .szdw-title h2{
        padding-left: 0.2rem;
        font-size: 16px;
        margin-bottom: 0.1rem;
    }
    .szdw-title p{
        padding-left: 0.3rem;
        font-size: 12px;
        margin-bottom: 0.1rem;
    }

    .szdw-nr {
        margin-top: 0.1rem;
    }
  .szdw-nr h2 {
        margin-top: 0.2rem;
    font-size:14px;
}
    .szdw-nr h2 span{
    color: var(--zt_color--);
     }

    .szdw-nr p{
        font-size: 0.18rem;
        line-height: 0.32rem;
        color: #333333;
        text-overflow: ellipsis;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .szdw-nr a{
        position: absolute;
        right: 0;
        bottom: -0.1rem;
        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: 800px) {
    .szdw-title {
        background-position: left center;
        background-size: auto 40px;
    }
}