@charset "utf-8";
.zcwdlist{
    margin-bottom: 40px;
}
.zcwdlist li{
    padding: 40px 0;
}
.zcwdlist li:nth-child(2n){
    background: #F4F7FC;
}
.zcwdlist li a{
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 35px;
    padding-left: 70px;
    padding-right: 15px;
    background: url(../images/wdicon1.png) no-repeat 20px center;
}
.zcwdlist li a.active,.zcwdlist li a:hover{
    color: #2D67B7;
    font-weight: 700;
    background: url(../images/wdicon2.png) no-repeat 20px center;
}
.zcwdlist li a p{
    float: left;
    width: 98%;
   // white-space: nowrap;
    //text-overflow: ellipsis;
    //-o-text-overflow: ellipsis;
   // overflow: hidden;
}
.zcwdlist li a span{
    float: right;
}

@media screen and (max-width:768px){
    .zcwdlist li{
        padding: 20px 0;
    }
    .zcwdlist li a{
        font-size: 16px;
        background-size: 20px;
        height: auto;
        line-height: normal;
        padding-left:45px;
        background-position: 10px 3px;
    }
    .zcwdlist li a p,.zcwdlist li a span{
        float: none;
        width: 100%;
       // white-space: normal;
        //display: -webkit-box; 
        //-webkit-box-orient: vertical;
        //-webkit-line-clamp: 2;
        word-break: break-all;
        line-height: 26px;
        margin-bottom: 10px;
    }
    
}
