.box-tin{
margin-left: 15px;
float: left;
margin-top: 11px;
height: auto;
width: 97%;
border-bottom: 1px #e0e0e0 solid;
}
.box-tin img{
width: 128px;
margin-right: 15px;
margin-bottom: 10px;
height: 103px;
border: 1px solid #B3B2AE;
padding: 2px;
background: white;
float: left;
}
.name-tin{
overflow: hidden;
line-height: 20px;
color: #514d4c;
}
.name-tin a {
color: #373737;
font-weight: bold;
text-decoration: none;
}
.name-short{
margin-left: 157px;
color: black;
overflow: hidden;
color: #373737;
line-height: 20px;
margin-top: 5px;
}
@media(max-width: 767px){
	.box-tin{
		width: 93%;
	}
}