﻿
/* 全局共用属性CSS */

/* 基本属性CSS */
body{margin:0;font:12px "宋体","Arial";background-color:#fff; color:#555;}
img{ border:0px;}
div,p,em,span,form,select,input,option,ol,ul,li,dd,dt,dl,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
li{list-style-type:none;}

/* 主链接颜色 */
a{color:#555;text-decoration: none;}
a:hover { text-decoration:underline;}

/* 框架 */
#warp,.warp{margin:0 auto; width:950px; height:100%; overflow:hidden;}

/* 广告 */
.ad_950_90{width:950px; height:90px;overflow:hidden;margin:0 auto;}
.ad_220_90{width:220px; height:90px;overflow:hidden; clear:both;}

/* 快捷CLASS */
.l{ float:left;}
.r{ float:right;}
.clear{clear:both;}
.hidden{display: none;}
.hrline{ border-bottom:1px dotted #CBCBCB}
.mt5{margin-top:5px;}
.mt10{margin-top:10px;}
.mt8{margin-top:8px;}
.mb8{margin-bottom:8px;}
.mb5{margin-bottom:5px;}
.ml10{margin-left:10px;}
.mr10{margin-right:10px;}
.mb10{margin-bottom:10px;}
.wd950{width:950px;}
.ho{ height:100%; overflow:hidden;}


