.right {
	    margin: 0 auto;
    padding-right: .5rem;
}
.news-box.hot-box {
    position: relative;
    float: left;
    width: 100%;
    background-color: #f4f4f4;
}
.wrapxw {
    border-bottom: thin dashed #ccc;
    text-decoration: none;
    color: #555;
    display: block;
    transition: all .2s;
    overflow: hidden;
    padding: 1.2rem .7rem;
    position: relative;
}
.imgxw {
    width: 220px;
    float: left;
    overflow: hidden;
    position: relative;
    height: 127px;
}
.imgxw img{
    width: 100%;
    transition: all .2s;}

.textxw {
    float: left;
    width: 97%;
    margin-left: -220px;
    padding-left: 240px;
    padding-top: .2rem;
}
p.date {
    margin-top: 36px;
}