@charset 'utf-8';


.wr-list .na-title {  height: 60px; line-height: 60px; border-bottom: 1px solid #e1e1e1;}
.wr-list .na-title .na-item { justify-content: space-between;}
.wr-list .na-title a.na-subject { display: block; position: relative; padding: 0 0 0 12px; width: 100%; max-width: 600px; font-weight: 400; font-size: 15px;}
.wr-list .na-title a.na-subject:before {content:''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 3px; height: 3px; border-radius: 50%; background: #ccc;}
.wr-list .na-title .date { display: block; width: 100px; text-align: right; font-size: 15px; color: #999; }
.wr-list .na-title a:hover { color: #003b70;}
@media(max-width:576px){
    .wr-list .na-title { height: 50px; line-height: 50px; }
    .wr-list .na-title a.na-subject {  padding: 0 0 0 15px; }
    .wr-list .na-title .date { width: 70px; font-size: 14px;}
}
