/*公共样式*/

*{margin:0; padding:0;}
ul,li {list-style-type:none;}
body {
    font-family: "Microsoft YAHEI";
    color: #333;
    font-size: 15px;
    background: #eef5ff
}
a{color:#333;font:400 /24px "Microsoft YAHEI";text-decoration:none;}
.clear {LINE-HEIGHT: 0; HEIGHT: 0px; VISIBILITY: hidden; CLEAR: both; FONT-SIZE: 0px; OVERFLOW: hidden}
img{vertical-align: top;border:none;}

.content{width: 1400px; margin: 0 auto;}
.left{float: left;}
.right{float: right;}

.none{display: none;}

