<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.s6 {
    width: 100%;
    height: 55px;
    /* background-color: #F0F0F0; */
}
.s6 .tag{
    float: right;
    height: 55px;
    line-height: 55px;
    background: url(../images/home-icon.png) no-repeat left center;
    background-size: 25px;
    padding: 0 0 0 40px;
    font-size: 14px;
    color: #505050;
}
.s6 .tag a{
    font-size: 14px;
    color: #505050;
}

.s5{
    
    background-color: #fff;
    box-sizing: content-box;
    padding-top: 10px;
    padding-bottom: 60px;
}
.s5 .nr{
    position: relative;
}
.s5 .paging{
    display: none;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -60px;
    left: 0;
}
.s5 .paging&gt;div,
.s5 .paging&gt;span{
    display: inline-block;
    font-size: 12px;
}
.s5 .paging div.disable {
    color: #777;
    cursor: not-allowed;
    /* background-color: rgb(211, 211, 211); */
}
.s5 .paging div.active{
    border: none;
    background-color: #f2f2f2;
    color: #333;
}
.s5 .paging div {
    /* border: 1px solid rgb(211, 211, 211); */
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
}
.s5 .nr{
    /* display: none; */
    position: relative;
}
.s5 .nr .news .new{
    border-bottom: 1px dashed #C3BEBD;
}
.s5 .nr .news .new:last-child{
    border: none;
}
.s5 .nr .news .new a{
    width: 800px;
    font-size: 16px;
    line-height: 48px;
}
.s5 .nr .news .new .text{
    color: #333;
    font-size: 16px;
    line-height: 48px;
}
.s5 .nr .news .new a:hover{
    color: #C80D08;
}
</pre></body></html>