@charset "UTF-8";
ul.widget {
    padding: 5px 10px 10px 20px;
    overflow: hidden;
    min-height: 500px;
    height: auto;
}
.girldiary_list_item {
    box-sizing: border-box;
    width: 24%;
    height: 240px;
    list-style-type: none;
    display: block;
    overflow: hidden;
    float: left;
    position: relative;
    margin: 5px 5px 5px 0px;
    border: 1px solid #ccc;
}
.girldiary_img_wraper {
    display: block;
    width: 100%;
    height: 100%;
}
.girldiary_img {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-style: none;
}
.girldiary_body_wraper {
    box-sizing: border-box;
    position: relative;
    padding: 5px;
    display: block;
    width: 100%;
    height: 55px;
    bottom: 55px;
    background-color: #FFF;
    color: #333;
}
.girldiary_ellipsis {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin:0;
    font-size: 14px;
    text-align:center;
}
.girldiary_subject {
    font-size: 16px;
    font-weight: bold;
    padding: 0;
}
.girldiary_datetime {
    font-size: 12px;
    text-align: center;
    padding: 0;
}
.girldiary_link {
    display: none;
}
.girldiary_girl_img_wraper {
    position: absolute;
    right: 2px;
    top: 2px;
    display: none;
    width: 60px;
    height: 60px;
}
.girldiary_girl_img {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-style: solid;
    border-width: 1.5px;
    border-color: #e5e5e5;
    border-radius: 50%;
}
