﻿/*--News.aspx--*/
#showNewsDiv {
    background:#fff;
}
/*--top,news title and add time--*/
#showNewsDiv #top {
    background:#3069A5;
    text-align:center;
    padding:3px auto 3px auto;
}
#showNewsDiv #top #tit {
    font-size:18px;
    font-weight:bold;
    line-height:30px;
    color:#fff;
    border-bottom:solid 2px #B2E2F8;
}
#showNewsDiv #top #time {
    font-size:12px;
    line-height:18px;
    color:#ccc;
}
/*--news content--*/
#showNewsDiv #content {
    font-size:14px;
    line-height:150%;
    color:#000;
    padding:5px;
}
/*-------------------------------------------------------------------*/
/*--Download.aspx--*/
#showDownloadDiv {
    background:#fff;
}
#showDownloadDiv #top {
    background:#3069A5;
    line-height:30px;
    height:30px;
}
#showDownloadDiv #content {
    background:#fff;
}
#showDownloadDiv td {
    line-height:25px;
    height:25px;
    border-bottom:solid 1px #B2E2F8;
}
#showMore {
    border-top:dashed 1px ;
    line-height:30px;
    height:30px;
    text-indent:10px;
    margin:3px auto 3px auto;
}