.essay{
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
    margin: 0 auto;
    padding: 0!important;
    overflow: hidden;
}
.essay_title{
    height: 35px;
    overflow: hidden;
    background: linear-gradient(90deg, #f8f9fa, #e9ecef);
    line-height: 35px;
    border-bottom: 1px solid #dee2e6;
}
.essay_title li{
    float: left;
    font-size: 14px;color: #454545;
    margin-left: 15px;
}
.essay_box{
    padding: 0 20px;
}
.essay_box .essay_list{
    padding: 10px 5px;
    border-bottom: 1px solid #e5e5e5;
    transition: all 0.3s ease;
}
.essay_box .essay_list:hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.essay_list_left{
    float: left;
    margin-right: 3px;
}
.essay_list_left img{
    width: 100px;
    height: 133px;
    border-radius: 4px;
    border: 1px solid #d2d2d2;
    margin: 0 auto;
    transition: all 0.3s ease;
}
.essay_list_left img:hover {
    transform: scale(1.02);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}
.essay_list_right{
    width: 60%;box-sizing: content-box;
    float: left;padding-left: 6px;
    position: relative;height: 133px;
}
.essay_name {
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0;
    color: #212529;
    transition: color 0.2s ease;
}
.essay_name:hover {
    color: #0d6efd;
}
.essay_txt{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 22px;
}
.essay_fb{
    width: 95%;
    position: absolute;
}
.essay_fb_img{
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    border-radius: 50%;
    min-width: 20px;
    min-height: 20px;
    background: url("../images/dw_03.jpg") no-repeat center;
    background-size: 100% 100%;
    margin: -2px 5px 4px 5px;
    vertical-align: middle;
    transition: transform 0.3s ease;
}
.essay_fb_img:hover {
    transform: scale(1.1);
}
.essay_fb_name,.essay_fb_time{
    font-size: 12px;
    position: relative;
}
.essay_fb_name{
    color: #000;
    margin-left: 2px;
}
.essay_fb_time{
    display: none;
    color: #878787;
    margin-left: 0px;
    width: -1px;height: 16px;
    overflow: hidden;
    position: relative;
    top: -4px;
}
.essay_fb_fx,.essay_fb_pl,.essay_fb_dz{
    display: inline-block;
    height: 16px;
    text-align: center;
}
.essay_fb_fx em,.essay_fb_pl em,.essay_fb_dz em{
    display: inline-block;
    min-height: 12px;min-width: 12px;
    margin-right: 6px;cursor: pointer;
    position: relative;top: 2px;
}
.essay_fb_fx em{
    background: url("../images/dw_04 (1).jpg") no-repeat center;
    background-size: 100% 100%;
}
.essay_fb_pl em{
    background: url("../images/dw_04 (2).jpg") no-repeat center;
    background-size: 100% 100%;
}
.essay_fb_dz em{
    background: url("../images/dw_04 (3).jpg") no-repeat center;
    background-size: 100% 100%;
}
/*分页*/
.fy{
    padding: 15px 0;
    text-align: center;
}
@media (min-width:375px) {
    .essay_list_right{
        width: 68%;
    }
    .essay_fb_time{
        display: inline-block;
    }
}
/*小屏幕（平板，大于等于768px）*/
@media (min-width:768px) {
    .essay_list_right{
        width: 82%;
    }
    .essay_title{
        height: 40px;
        line-height: 40px;
    }
    .essay_list_right{
        padding-left: 16px;
    }

}
/*中等屏幕（桌面显示器，大于等于992px）*/
@media (min-width:992px) {
    .essay_txt{
        height: 60px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 28px;
    }
    .essay_list_right {
        width: 82%;height: 187px;
    }

    .essay_list_left img{
        width: 140px;height: 187px;
    }
    .essay_title{
        height: 45px;
        line-height: 45px;
    }
    .essay_list_right{
        padding-left: 10px;
    }
    .essay_box .essay_list {
    padding: 8px;
    display: inline-flex;
    width: calc(50% - 2px);
    }
    .essay_fb_name,.essay_fb_time{
    font-size: 14px;
    }
}

/* 移动端显示，PC端隐藏 */
.mobile-only {
    display: block;
}

/* 中等屏幕（桌面显示器，大于等于992px）隐藏 */
@media (min-width: 992px) {
    .mobile-only {
        display: none;
    }
}
