.owner-a{
    padding: 3.8% 0 4.5% 0;
}
.owner-a a{
    color: #a4a4a4;
    line-height: 180%;
}
.owner-a a.hover{
    color: #494949;
}
.owner-a em{
    color: #a4a4a4;
    margin: 0 2.5%;
}
.case-ul li{
    float: left;
    width: 23%;
    margin: 0 2.5% 19px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.case-ul li:nth-of-type(4n){
    margin: 0 0 19px 0;
}
.case-ul li a{
    color: #535353;
    width: 100%;
    padding: 7% 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.case-ul li:hover{
    background: #ebebeb;
}



/*news*/
.news-ul li{
    padding: 3.33% 0;
    border-bottom: 1px solid #f2f2f2;
}
.news-ul li:nth-child(1){
    padding: 0 0 3.33% 0;
}
.news-img{
    float: left;
    width: 20%;
}
.news-img img, .news-ul li a{
    width: 100%;
}
.news-cont{
    float: right;
    width: 76.6%;
}
.news-cont h3{
    color: #333333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-cont p{
    line-height: 160%;
    color: #585858;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 2.4% 0;
}
.news-cont em{
    display: block;
    font-size: 12px;
    color: #838383;
}
.news-cont em img{
    margin-right: 10px;
}