.heji {
    display: inline-block;
    width: 100%;
}
.heji-item {
	-webkit-animation:opacity 0.2s linear;
	animation:opacity 0.2s linear;
	width:50%;
	float:left
}
.heji-item a {
	display:block;
	padding:0.075rem;
	overflow:hidden;
	position:relative
}
.heji-item .assist {
	position:relative;
	padding-top:66.67%;
	overflow:hidden
}
.heji-item .img {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow:hidden;
	border-radius:0.03rem;
	object-fit:cover;
	object-position:cover
}
.heji-item .title {
    margin: 0.2rem 0;
    font-weight: normal;
    height: 0.4rem;
    line-height: 0.4rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.34rem;
    text-align: center;
}
.heji-item .info {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0.1rem 0.1rem 0;
    font-size: 0.3rem;
    line-height: 0.5rem;
    color: #fff;
    background: -webkit-linear-gradient(top,transparent 0%,rgba(0,0,0,0.7) 85%);
    background: -o-linear-gradient(top,transparent 0%,rgba(0,0,0,0.7) 85%);
    background: linear-gradient(to bottom,transparent 0%,rgba(0,0,0,0.7) 85%);
    overflow: hidden;
    z-index: 2;
    text-align: right;
}
.heji-item .info .date {
    font-style: normal;
	float:left
}