<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#data-title strong{
    display: block;
    text-align: center;
    width: 100%;
    line-height: 3.2rem;
}
.newsdata {
    margin-top: 2rem;
}
.newsdata ul li{
    padding: 15px 12px;
    color: #848484;
}
/*padding: 15px 12px;*/
.newsdata ul li.data_header:nth-child(1){ 
    background:#56a2cf;
    color:#fff;
    font-size:1.5rem;
}
.newsdata ul li.data_header2:nth-child(1){ 
    background:#a2a2a2;
    color:#fff;
    font-size:1.5rem;
}
.newsdata ul li:nth-child(odd){ 
    background:#fff;
}
.newsdata ul li:nth-child(even) {
    background: #eaf3f5;
}
.newsdata li .data_p1 .dataindex-item-span1{
    font-size: 1.2rem;
    color: #ff5722;
    padding-right: 10px;
}
.newsdata .data_p1{
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 78%;
    font-size:1.5rem;
    overflow: hidden;
}
.newsdata .data_p2{
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: right;
    width: 21%;
    font-size:1.5rem;
    padding-right: 1%;
}
.data_p2 .icon-xiazai{
    font-size:2rem;
}

/*download*/
.resMsg {
    background-color: #efefef;
    border: 1px solid #d1d6d6;
    border-radius: 4px;
    padding: 15px;
    width: 90%;
    margin: 15px auto 10px;
    font-size: 14px;
    height: 200px;
}
.resMsg .res_p1{
    margin-top: 15px;
    line-height: 20px;
    font-size: 20px;
    color: #616161;
}
.resMsg .res_p2{
    line-height: 20px;
    font-size: 17px;
}
.resMsg a {
    color: #24B900;
    font-size: 18px;
    font-weight: bold;
}
.resMsg a.res_a {
    font-size:14px; 
    font-weight: normal;
}</pre></body></html>