.mainContent h2 {
    font-size: 19pt;
    font-weight: normal;
    color: #347bd7;
    margin: 20px 0 0 25px;
    letter-spacing: .05vw;
}

nav.linksNav {
    
    font-size: 16px;
    box-sizing: border-box;
   
    line-height: 45px;
    background-image: url(/2022/common/images/location.png);
    background-repeat: no-repeat;
    background-position: 9px 19px;
    margin: 0 10px;
    color: #9E9E9E;
    border: 0;
}

nav.linksNav a{
    color: #9E9E9E;
}

.dirAndArt{
    display: table;
    width: 98%;
    margin: 0 1vw;
    min-height: 480px;
    border-top: 1px solid #eee;
}

.labellist h3{
    margin: 0 0 0 25px;
    color: #666;
    font-size: 14pt;
}



.labels{display: flex;
    flex-wrap: wrap;
    color: #555;
    }

.labels a,.alabel{color: #347bd7;}

#showalllabels{ color: #09b20f;}

.artlist{
    display: block;
    width: 95%;
    font-size: 15pt;
}

.artlist ul {
    list-style-type: none;
    line-height: 250%;
    padding: 5px 5px 5px 25px;
    border-top:1px solid #bbb; 
}

.artlist li {
    border-bottom: 1px #eee solid;
    padding: 0 15px;
}

.artlist .date,.artlist .date2 {
    font-size: 11pt;
    color: #9e9e9e;
}

.labels{ list-style:none;}
.labels li::before{
    content: '【'
}

.labels li::after{
    content: '】'
}

.alabel::before{
    content: '【'
}
.alabel::after{
    content: '】'
}
.alist .date::before {
    content: '发布时间：';
}


section.pageselector {
    margin: 40px 10px 10px 50px;
}

section.pageselector a, .pageselector a::after{
    font-size: 12pt;
    color: unset;
}
section.pageselector a.first, section.pageselector a.prev, section.pageselector a.next, section.pageselector a.last {
    width: 48px;
}