/**{
    padding: 0;
    margin: 0;
    font-family: 微软雅黑;
}*/
body{
    /*margin:0;*/
    /*padding:0;*/
    /*text-align:center;*/
    /*font-family:微软雅黑;*/
    /*font-size:14px;*/
    background:url(/images/bg1.jpg);
}
ul,li{
    padding:0px;
    margin:0px;
    list-style:none;
}
p{
    padding:0;
    margin:0;
    line-height:1.5em
}
#wrap{
    text-align:left;
    width:1000px;
    margin-top: 10px;

    /*margin-right: auto;*/
    margin-left: 200px;
    background-image: url(../../images/bj.png);
    _background-image: url(../../images/bj.gif);
    background-repeat: no-repeat;
    background-position: left top;
    background-color:#E0EFF6;
}
#menu{
    float:left;
    margin-left: 60px;
    width:190px;
    height: 500px;
    background:url(../../images/shuxian.jpg) no-repeat right center;
    /*background-color:#E0EFF6;*/
}
#menu ul{
}
#menu li{
    height:50px;
    line-height:50px;
    text-align:right
}
#menu a{
    color:#333;
    font-size: 15px;
    font-family: 微软雅黑;
    text-decoration:none;
    display:block;
    padding-right:25px
}
#menu a:hover,#menu .on a{
    color:#007734;
    height:50px;
    line-height:50px;
    background-image: url(../../images/hover.png);
    _background-image: url(../../images/hover.jpg);
    background-repeat: no-repeat;
    background-position: right top;
    font-weight: bold;
}
#content{
    float:left;
    width:70%;
    height: 480px;
   /*height: auto;*/
    background-color:#E0EFF6;
    border-radius: 10px;
}
#content h1{
    font-family: 微软雅黑;
    font-size:16px;
    opacity: 0.8;
    font-weight:normal;
    margin:0;
    padding:0;
    margin-left: 24px;
    margin-bottom:8px;
    margin-top: 15px;
}
#content ul{
    list-style:none;
    margin:0;
    padding:0}
#content li{
    padding:3px;
    margin-left: 24px;
    font-family: 微软雅黑;
    font-size:14px;
    opacity: 0.6;
}
#copy{
    clear:both
}