.new-box{
    padding: 10px;
    font-size: 14px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    margin: 40px 0 0;
}
h3,p{
    padding: 0;
    margin: 0;
}
p{
    text-indent: 28px;
    line-height: 30px;
}
h3{
    text-align: center;
    line-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.head-tit{
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #999;
}
.con img{
    width: 60%;
    padding:20px;
}
@media screen and (max-width: 600px){
    h3{
        font-size: 18px;
        line-height: 20px;
    }
    .con *{
        text-indent: 0px !important;
    }
    .con img{
        width: 100%;
        padding:20px 0;
    }
}