.xs{
    width: 100%;
    height: 200px;
    margin-top: 20px;
    border: 2px solid #eeeeee;
    position: relative;
}
.xs:hover {
    border: 2px solid #b28147;
}
.xs img{
    width: 25%;
    height: 160px;
    margin: 2% 0 0 2%;
    float: left;
}
.xs .right {
   width: 68%;
   margin: 2% 0 0 30%;
   /* float: right; */
}
.xsti a{
    color: #b28147;
    letter-spacing: 2px;
}
.xsp p{
    margin-top: 2%;
    font-size: 15px;
}
.xsxq a{
    display: inline;
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 20px;
    right: 30px;
    background: #8d8c8c;
    border-radius: 5px;
    color: #ffffff;
}