.top-img{
    width: 100%;
    height: 492px;
    background-color: #ffffff;
    margin-bottom: 17px;
}
.top-img img{
    width: 100%;
    height: 100%;
}

.content{
    width: 100%;
    min-height: 645px;
    background-color: #eeeeee;
}
.content-box img{
    margin: 10px;
}
.content-nav{
    display:inline-block;
    width: 170px;
    min-height: 350px;
    margin-top: 15px;
    margin-left: 10px;
    vertical-align: top;
}
.content-nav-title{
    height: 50px;
    width: 170px;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    color: #3d1d08;
}
.content-nav-list{
    height: 300px;
    width: 170px;
}
.content-base{
    display:inline-block;
    width: 950px;
    height: 560px;
    margin-top: 15px;
    margin-left: 50px;
    background-color: #ffffff;
}
.content-position{
    min-width: 400px;
    height: 20px;
    margin-top: 20px;
    margin-left: 30px;
}
.content-line{
    width: 920px;
    height: 2px;
    background: #aa5025;
    margin-top: 13px;
    margin-left: 18px;
}
.content-box{
    width: 900px;
    min-height: 400px;
    margin-top: 30px;
    margin-left: 30px;
}
.content-count{
    width: 214px;
    height: 20px;
    position: absolute;
    bottom: 20px;
    left: 110px;
    background-color: yellow;
}
.content-page{
    width: 278px;
    height: 20px;
    position: absolute;
    bottom: 20px;
    right: 120px;
    background-color: yellow;
}

.content-box img{
    margin: 10px;
}