@charset "utf-8";
/* CSS Document */
body{ font-size:12px; color:#444; font-family:宋体;}
*{ margin:0px; padding:0px;}
ul{ list-style:none;}

/**边框颜色**/
.border_c8c8c8{ border:solid 1px #c8c8c8;}
.border_bdc6f1{ border:solid 1px #bdc6f1;}
.border_dceff6{ border:solid 1px #dceff6;}
.border_b7c7e9{ border:solid 1px #b7c7e9;}
.border_ccc{ border:solid 1px #ccc;}


/**间隔行高**/
.height5{ clear:both; height:5px; overflow:hidden;}
.height10{ clear:both; height:10px; overflow:hidden;}
.height15{ clear:both; height:15px; overflow:hidden;}
.height20{ clear:both; height:20px; overflow:hidden;}

/**超链接样式**/
a{ color:#494949; text-decoration:none;}
a:hover{ color:#494949; text-decoration:underline;}
a.fff{ color:#fff; text-decoration:none;}
a.fff:hover{ color:#fff; text-decoration:underline;}