
/*=Layouts
---------------------------------*/
#page {text-align:left; margin:0 auto;}
* { margin:0; padding:0;}
body { font:12px/19px "宋体"; text-align:center;}
html { height:100%;margin-bottom:1px;}
h1,h2,h3,h4,h5,h6, { font-size:12px;}
ul { list-style:none;}
img { border:none;}
em,
cite { font-style:normal;}
table { border-collapse:collapse; border-spacing:0;}

/*=Forms
----------------------------------*/
input,
select { vertical-align:middle; font-size:12px;}

/*=Links
----------------------------------*/

a { text-decoration:none; color:#2b2b2b}
a:hover { text-decoration:underline;}
.rar,
.doc,
.pdf,
.rss,
.http,
.mail { padding-right:20px; background-repeat:no-repeat; background-position:0 0;}

.rar { background:url(css/img/rar.gif);}
.doc { background:url(css/img/word.gif);}
.pdf { background:url(css/img/pdf.gif);}
.rss { background:url(css/img/rss.gif);}
.http { background:url(css/img/http.gif);}
.mail { background:url(css/img/mail.gif);}

/*=Margin
----------------------------------*/
.mt5px { margin-top:5px;}
.mt10px { margin-top:10px;}
.mr5px { margin-right:5px;}
.mr3px { margin-right:3px;}
.ml10px{ margin-left:10px;}
.ml22px{ margin-left:22px;}
.mb10px{ margin-bottom:10px;}
/*=Hocks
----------------------------------*/
.clear { clear:both;}

