.pic-news {}

.pic-news .hot {
    position: relative;
	margin-top: 0.2rem;
}

.pic-news .hot a {
    display: block;
    position: relative;
}

.pic-news .date {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.4rem;
    height: 1.4rem;
    background:rgba(159,27,41,0.5);
    text-align: center;
}

.pic-news .date h3{
    color: #fff;
    font-size: 0.46rem;
    line-height: 0.52rem;
    margin: 0.16rem 0 0.18rem;
}

.pic-news .date p{
    font-size: 0.32rem;
    color: #fff;
    line-height: 0.36rem;
}

.pic-news .hot .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 0.16rem;
    background-color: rgba(0,0,0,0.5);
    color: #fff;
    line-height: 0.8rem;
    font-size: 0.32rem;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
