/*党员风采*/
.dyfc{
    padding: 0.3rem;
}
.dyfc li{
    padding: 0.12rem 0 0.12rem 0.12rem;
    border: 1px solid #f1f1f1;
    margin-bottom: 0.24rem;
    position: relative;
}
.dyfc li:after{
    content: "";
    display: block;
    position: absolute;
    right: 0.26rem;
    bottom: 0.24rem;
    background: url("../images/frame/6.png")no-repeat;
    background-size: 100% 100%;
    width: 0.16rem;
    height: 0.15rem;
    z-index: 0;
}
.dyfc li .img{
    width: 0.81rem;
    height: 1.08rem;
    overflow: hidden;
}
.dyfc li .img img{
    height: 100%;
}
.dyfc li .tet{
    width: calc(100% - 1.04rem);
}
.dyfc li .tet h4{
    height: 0.58rem;
}
.dyfc li .tet h4 a{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.2rem;
    max-width: 90%;
    line-height: 0.58rem;
}
.dyfc li .tet .x{
    width: 100%;
    height: 1px;
    background-color: #f1f1f1;
}
.dyfc li .tet span{
    line-height: 0.36rem;
    padding-left: 0.3rem;
    background: url("../images/frame/5.png")no-repeat left center;
    background-size: 0.18rem auto;
    font-size: 0.14rem;
}



/*手机适配*/
@media screen and (max-width: 1200px) {
    /*标题列表*/
    .dyfc{
        padding: 0.3rem 0.15rem;
    }
}





