*{
    margin: 0;
    padding: 0;
}
body{
    background: url('/pics/bg.jpg');
    background-repeat: repeat;
    background-position: top left;
    font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif, sans-serif;
    min-width: 1100px;
}
.top{
    height: 183px;
    width: 1000px;
    margin: auto;
    background: #ffffff;
}
.clear{
    clear: both;
}
.left{
    float: left;
    display: inline-block;
}
.right{
    float: right;
    display: inline-block;
}
.center{
    width: 578px;
    overflow: hidden;
    display: inline-block;
    float: left;
}
.center img{
    width: 100%;
}
.main{
    width: 1000px;
    margin: auto;
}
.menu{
    width: 155px;
    display: inline-block;
    padding-left: 5px;
    margin-top: 10px;
    float: left;
}
.content{
    display: inline-block;
    width: 580px;
    margin-left: 10px;
    margin-bottom: 80px;
}
.content h2{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}
.content p{
    margin-top: 20px;
    text-align: justify;
    line-height: 20px;
}
.list{
    list-style: none;
    width: 125px;
    font-size: 9px;
    font-weight: bold;
    background: #8B754E;
    margin-bottom: 2px;
    padding: 3px 0 3px 10px;
    color: #ffffff;
    box-shadow: inset 3px 3px 5px 2px rgba(0, 0, 0, 0.4);
}
.list:hover{
    cursor: pointer;
    background: #E1BD69;
    color: #000000;
}
.active{
    cursor: pointer;
    background: #E1BD69;
    color: #000000;
}
li a{
    color: inherit;
    text-decoration: inherit;
}
.br{
    color: #452508;
}
.content img{
    width:100%;
    display: block;
    margin: 20px auto;
}
.content img:hover{
    box-shadow: 5px 5px 15px 2px rgba(0, 0, 0, 0.5);
    cursor: pointer;
}
