.download-subList{
    font-size: 1.6rem; 
    font-weight: bold;
    color: #141414;
}
.download-subList li{
    margin-bottom: 16px;

}
.download-subList li a:hover{
    color: #007533!important;
}
.download-noteList{
    font-size: 1.4rem; 
    font-weight: 400;
    color: #666666;     
    padding-left: 48px!important;
}
.download-noteList li{
    margin-bottom: 12px;

}
.download-noteList li>a{
    color: #007533!important;  
    font-weight: bold; 
}
.download-noteList li>a:hover {
text-decoration: underline; 
}
.download-noteList li>a:hover{ 
    color: #007533!important;
}
.detail-crosshead{
    margin-bottom: 16px!important;
    color: #666666!important;
}
a{
    color: #141414!important;
    
} 
.access {
    position: absolute;
    top:-5000px; 
}

/* 页面黑白 */
/* html {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    _filter:none;
} */

