<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: #F1F2F3;
    opacity: 0.84;
}

.dqwz {
    width: 1200px;
    margin: 0 auto;
    height: 56px;
    line-height: 56px;
    padding-left: 20px;
    background: url(./dqwz.png) no-repeat;
    background-size: 11.3px 13.5px;
    background-position-y: center;
    background-position-x: left;
}

.dqwz a,
.dqwz span {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.60);
}

.dqlm{
    width: 1200px;
    height: 60px;
    line-height: 60px;
    padding-left: 32px;
    font-size: 19px;
    font-weight: bold;
    color: #0779de;
    background-color: #fff;
    margin: 0 auto;
    border-bottom: 1px solid #dddddd;
}

.list {
    width: 1200px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px;
    padding-bottom: 20px;

}
.list ul{
    width: 100%;
    padding-top: 10px;
    padding-bottom: 30px;
}
.list ul li{
    height: 45px;
    line-height: 45px;
    display: flex;
    justify-content: space-between;
    background: url(./dian.png) no-repeat;
    background-position-x: left;
    background-position-y: center;
}

.list ul li a:first-child{
    display: block;
    height: 100%;
    width: 90%;
    padding-left: 15px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.list ul li a:last-child{
    font-size: 14px;    
}
.pagination{
    text-align: center;
}

.list ul li a {
    cursor: pointer;
}
@media screen and (max-width: 768px){
    .dqwz{
        line-height: 0rem;
        width: 100%;
    }
    .dqlm{
        width: 100%;
        padding-left: 0.24rem;
    }
    .list{
        width: 100%;
        padding: 0 .24rem;
    }
    .list ul li a:first-child{
        width: 70%;
        font-size: 0.16rem;
        padding-left: 0;
        font-size: .3rem;
        line-height: 2;
        height: auto;
    }
    .more.text-tag {
        font-size: .16rem;
    }
    .list ul li {
        padding: 0 0.2rem;
        font-size: .3rem;
        height: auto;
        line-height: inherit;
    }
    .dqwz span.canRead {
        height: 100%;
        display: flex;
        align-items: center;
    }
    .list ul li a:last-child{
        font-size: .3rem;
        line-height: 2;
    }
}</pre></body></html>