
*{
    color:inherit;
    list-style: none;
    text-decoration: none;
    padding:0;
    margin:0
}
.ppny_box{
    width:100%;
    background:#E6E6E6;
    padding:20px 0;
}
.ppny{
    max-width:1010px;
    margin:auto;
    padding:0 1%
}
.ppny_title{
    display:flex;
    justify-content: start;
    line-height:98px;
}
.ppny_title img{
    height:20px;
    margin:37px 0 0 5px;
}
.ppny_con{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ppny_con li{
    width:48%;
    height:86px;
    margin-bottom:10px;
}
.ppny_con li a{
    display: block;
    width:100%;
    height:100%;
    overflow:hidden
}
.ppny_con_left{
    width:25%;
    height:100%;
    float:left;
}
.ppny_con_left img{
    width:100%;
    height:100%;
}
.ppny_con_right{
    width: 72%;
    float:right;
}
.ppny_con_right div:nth-child(1){
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#666666;
    padding-bottom:7px
}
.ppny_con_right div:nth-child(2){
    overflow:hidden;
    display:-webkit-box;/*转成老版本的弹性盒子*/
    -webkit-line-clamp:2;/*在哪一行显示省略号*/
    -webkit-box-orient: vertical;/*设置方向 垂直方向生*/
    color:#666666;
    font-size:12px
}
.ppny_more{
    text-align: center;
    font-size: 20px;
    padding: 22px;
    color:#E50251;
}
@media screen and (max-width:900px) and (min-width:640px){
    .ppny_con li{
        height:73px;
    }
}
@media screen and (max-width:640px) {
    .ppny_con li {
        width: 100%;
    }
}

.ny_1{
    color:#666666;padding-left:18px;font-size: 18px
}
.ny_2{
    color: #E50251; font-size: 1.3em; font-style: italic;padding-left:10px
}
.ny_3{
    font-size: 12px;text-align: right;color:#666666;
}
.ny_4{
    font-size:15px
}
