/* 列表页 */
.lbox{
	background: #FFF;
	 padding-bottom: 15px;
}
.fnt-title{
    margin: 10px 0;
    padding-top: 15px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}
.g-flex_fs, .mod-medialist{
	width: 95%;
	margin: 0 auto;
	
}
.mod-medialist img{
	width: 100%;
	border-radius: 10px;
}
.mod-medialist-col{
	position: relative;
}
.btn-donate {
    position: absolute;
    bottom: 20px;
    right: -24%;
    width: 67px;
    height: 30px;
    border: 1px solid #df2413;
    border-radius: 2px;
    font-weight: 700;
    color: #df2413;
    line-height: 30px;
    text-align: center;
    padding: 0;
}

.lbox .h5, .lbox h5 {
	padding: 10px 0;
    width: 100%;
    position: relative;
    min-height: 8px;
    color: #222a3f;
    font-size: 12px;
    font-size: 13px;
    color: #999;
    font-weight: normal;
}
.lbox h5 p{
	width: 50%;
	float: left;
	padding: 0 10px;
    box-sizing: border-box;
}
.lbox h5 p:first-child{
}
.lbox h5 p:last-child{
	text-align: right;
}
.wdlf_video_onImg{
    position: absolute;
    top: 0px;
    width: 100%;
    height: 90%;
    /* text-align: center; */
    background: rgba(0,0,0,0.3);
    border-radius: 10px;
    text-indent: 20px;
}
.wdlf_video_onImg img{
	width: 40px;
    height: 40px;
	border-radius: 4px;
}	