﻿@charset "utf-8";

/*设置个项默认值*/
body{margin:0px;padding:0px;background-color:#fff;font-family:"宋体";font-size:12px;color:#666;}
table{margin:0px;}
th,td{line-height:180%;text-align:left;}
img{border:0px;}
dl,dt,dd,h1,h2,h3,h4,h5,h6,form{margin:0px;padding:0px;}
p,span,i{margin:0px;padding:0px;}
em{margin:0px;padding:0px;font-style:normal;}
ul,li{margin:0px;padding:0px;list-style:none;}
input{margin:0px;padding:0px;border:none;outline:none;}


/*通用链接默认值*/
a:link{color:#1E6AB6;text-decoration:none;}
a:visited{color:#1E6AB6;text-decoration:none;}
a:hover,a:active{color:#fd9e02;text-decoration:none;}

/*

//最小高度
min-height:500px; height:auto !important; height:500px; overflow:visible;

//溢出文字用省略号点代替
white-space:nowrap;text-overflow:ellipsis;overflow:hidden;

//文字两端对齐
text-align:Justify;(火狐)text-justify:inter-ideograph;(IE)
/*/

/*微软雅黑
font-family:"Microsoft YaHei" !important;
*/