html{
    margin: 0px;
    padding: 0px;

}
body{
    margin: 0 auto;
    font-size: 16px;
    color:#673929;
}
#container{
    width: 900px;
    margin: 0 auto;
}
#header{
    height: 220px;
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #000;
}
#icon-list{
    position: absolute;
    top: 170px;
    right: 30px;
    width: 130px;
    height: 30px;
    /*font-size: 0;*/
}
#nav{
    height: 30px;
    line-height: 30px;
    margin: 5px auto;
    background-color: #09c;
    font:18px/30px;
    color: #fff;
    letter-spacing: 2px;
    text-align: center;
}
#nav a{
     text-decoration: none;
}
a:link{
    color: #fff;
}
a:visited{
    color: #fff;
}
a:hover{
    color: yellow;
}
a:active{
    color: yellow;
}
#main{
    background-color: #000;
}
#aside{
    float:left;
    width: 300px;
    height: 500px;
    background-color: #6cf;
    text-align: center;
    font-size: 14px;
}
#aside h2{
    margin: 20px;
}

#imglist{
    width: 130px;
    margin: 0 auto;
}
.pol{
    width: 85px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #bfbfbf;
    box-shadow: 2px 2px 4px #aaa;         /*水平   垂直   模糊范围 阴影颜色*/
    border-radius: 5px;                       /*圆角*/
}
#imglist img{
    height: 95px;
    width: 85px;
    margin: 0 auto ;
}
.rotate-left{
    transform:rotate(7deg);
}
.retate-right{
     transform:rotate(-7deg);
}
#content{
    float: right;
    width: 595px;
    margin-bottom: 5px;
    background-color: #cff;
}
.subcon{
    width: 595px;
    margin: 10px auto;
    clear: both;
}
.subcon img{
    margin: 5px;
    padding: 5px;
    float: left ;
    border: 1PX dashed #000;
}
.subcon .subtext{
    width: 60%;
    float: left;
    margin: 5px;
}
.subtext h2{
    margin: 5px;
}
.subtext p{
    font:16px/2em 微软雅黑;
}
#footer{
    width: 900px;
    margin: 0 auto;
    height: 60px;
    line-height: 60px;
    background-color: #6cf;
    clear: both;
    text-align: center;
}
#left-top{
    position: fixed;
    top: 100px;
    left: 5px;
}
/*    img{
        width: 270px;
        height: 200px;
    }

