@charset "utf-8";

.MJS_P03_latest {
    width:100%;margin-left:12px;max-width:calc(30% - 12px);
    overflow:hidden;display:flex;flex-wrap:wrap;padding:20px;
    background:#fff;border-radius:12px;position:relative;
    justify-content:space-between;align-items:center;align-content:flex-start;
    box-shadow:0 2px 8px rgba(0,0,0,.04);border:1px solid #f0f0f0;
}
.MJS_P03_latest > p { font-size:14px;font-weight:300;color:#6b6b6b; }
.MJS_P03_latest .title {
    text-align:left;display:inline-flex;align-items:center;gap:6px;
    border-bottom:3px solid #7366ff;color:#222;padding-bottom:10px;
    font-size:15px;font-weight:700;letter-spacing:-.5px;position:relative;
}
.MJS_P03_latest .title > img { max-height:18px;margin-top:-1px; }
.MJS_P03_latest::before {
    content:'';display:block;width:calc(100% - 40px);height:1px;
    background:#eee;top:53px;z-index:0;left:20px;position:absolute;
}
.MJS_P03_latest > ul { width:100%;padding-top:10px; }
.MJS_P03_latest ul li {
    width:100%;display:flex;flex-wrap:nowrap;color:#333;
    margin-bottom:6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
    padding:4px;border-radius:6px;transition:all .12s;
}
.MJS_P03_latest ul li:hover { background:#f8f6ff; }
.MJS_P03_latest ul li > img {
    max-width:80px;margin-right:10px;min-width:80px;
    min-height:58px;max-height:58px;width:auto;
    border-radius:8px;object-fit:cover;
}
.MJS_P03_latest ul li:nth-last-child(1) { margin-bottom:0; }
.MJS_P03_latest ul li .new_subject {
    width:auto;height:100%;min-height:50px;max-height:58px;
    display:flex;flex-wrap:wrap;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
}
.MJS_P03_latest ul li .new_subject a { width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.MJS_P03_latest ul li .new_subject p { width:100%;letter-spacing:-.3px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.MJS_P03_latest ul li .new_subject p.subj { font-size:13px;color:#333;font-weight:500; }
.MJS_P03_latest ul li .new_subject p.cont { font-size:12px;color:#888;font-weight:400;margin:3px 0; }
.MJS_P03_latest ul li .new_subject p.info { font-size:11px;color:#aaa;font-weight:400; }
.MJS_P03_latest ul li .new_subject p.info b { margin:0 6px;position:relative; }
.MJS_P03_latest ul li .new_subject p.info b::before { content:'';position:absolute;right:0;top:calc(50% - 5px);height:10px;width:1px;background:#ddd; }
.MJS_P03_latest ul li .new_subject p.info strong { color:#7366ff;margin-left:4px;font-weight:600; }
