html{
    filter: grayscale(100%);
    -webkit-filter:grayscale(100%);
    -moz-filter:grayscale(100%);
    -ms-filter:grayscale(100%);
    -o-filter:grayscale(100%);
    filter: url("data:image/svg+xml;utf8,#grayscale");
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter:grayscale(1);
}
.firsttitle{
    font-size: 16px;
    font-weight: bold;
    width: 90%;
    margin: auto;
}
#fileUl{
    font-size: 15px;
    width: 90%;
    margin: auto;
    margin-top: 20px;
}
#fileUl li img{
    width: 10px;
    height: 10px;
    margin-right: 10px;
}
#fileUl li{
    margin-bottom: 4px;
}
#fileUl li a{
    color:#045083;
    /* color: #5BC0DE;*/
    font-weight: bold
}
.splitLine{
    height: 1px;
    border: dashed 1px #999999;
    margin:30px auto;
    width: 90%;

}
#mainContent{
    width: 90%;
    margin: auto;
}
.title{
    font-size: 16px;
    font-weight: bold;
}
.point span{
    color:#339933;
    font-size: 14px;
    height: 28%;
    line-height:28px;
}
.point dl dt{
    font-size:13px;
    line-height: 20px;
}
.splite{
    margin-top: 10px;
}

.lbottom{
    margin:10px 0 20px 0;
}



.attachment{
    color:#045083;
    font-weight: bold;
    margin-left: 18px;
}