.main{width:1100px;margin:20px auto 0;background: #fff;}
.content .products_title{font-size:30px;text-align: center;padding:20px 0;}
.content .products .item{width:500px;float:left;margin:0 50px 20px 0;}
.content .products .item a{display: inline-block;padding:10px;
border-radius: 10px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.075);}
.content .products .item a:hover{box-shadow: 0 10px 30px 0 rgba(136,150,171,.15);}
.content .itemImg{width:115px;height:115px;float:left;}
.content .itemImg img{width:115px;height:115px;}
.content .item_r{float:left;width:355px;padding-left: 10px;}
.content .item .item_title{font-size:18px;color:#5d5c5c;font-weight: bold;}
.content .item_des{margin:5px 0;
display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
overflow: hidden;text-overflow: ellipsis;white-space: normal;
font-size:15px;color:#a2a2a2;}
.item .other_info{font-size:14px;}
.item .other_info span{padding-right:5px;}
.item .other_info .time{color:#545454;}
.item .other_info .price{color:#c77f49;}
.item .other_info .go_read{color:red;}