
.three-content-pic{}
@media screen and (min-width: 480px) and (max-width: 767px){
    .s1-img{padding: 0 0 30px;}
}
@media screen and (min-width: 0) and (max-width: 479px){
    .s1-img{padding: 0 0 30px;}
}
.s1-item {margin: 20px 0; border-style:1px; border-style: solid ;}
.s1-img:hover {}
.s1-img img{width: 100%;height: auto;}
.s1-text{padding: 15px 20px;}
.s1-text span {display: block;}
.s1-text h4{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;margin:5px 0px 10px 5px;}
.s1-text p{line-height: 24px;height: 48px;overflow: hidden;}
.three-content-pic-content-item:hover {box-shadow:0 5px 15px 0 #eee; border-style:1px; border-style: solid ; }
