@charset "utf-8";
/* CSS Document */

#main {
}
#main ul {
}
#main li {
    background: url("/img/newface_bg.png") no-repeat scroll right top;
    height: 420px;
    overflow: hidden;
    position: relative;
    width: 520px;
	float:left;
	margin:0 0 60px;
}
#main li:nth-child(even) {
	float:right;
}
#main .thum {
}
#main .thum img {
    width: 240px;
}
#main .thumr {
    margin: 50px 20px 0 0;
    width: 230px;
    color: #FFF;
}
#main .name {
    color: #FFF;
    font-size: 18px;
    font-weight: bold;
}
#main .size {
    font-size: 12px;
}
#main .comment {
    height: 240px;
    margin: 20px 0 0;
    overflow: auto;
}
#main .date {
    bottom: 58px;
    font-size: 16px;
    left: 20px;
    letter-spacing: 0.08em;
    position: absolute;
    text-align: center;
    width: 200px;
}

.thum{
    position: relative;
}
.heart-icon {
    position: absolute;
    top: 4px;
    right: 6px;
    z-index: 11;
}
.heart-icon > img{
    width: 36px!important;
    height: auto;
    filter: drop-shadow(0 3px 3px rgba(0, 0, 0, .2));
}