#serListBody{
    width: 100%;
    height: 100%;
    background: #fefdf9;
}

#serListMain{
    width: 100%;
    overflow: hidden;
    background: url("indexMain.jpg") center 0 no-repeat;
    position: relative;
    z-index: 2;
}

#serListMain .wp{
    background: url("indexMain.jpg") center 0 no-repeat;
}

#serListFoot{
    width: 100%;
    height: 170px;
    position: relative;
    z-index: 1;
}
#serListFoot .serListFootBg{
    width: 100%;
    height: 530px;
    background: url("indexFoot.jpg") center 0 no-repeat;
    position: absolute;
    bottom: 0;
}
#serListFoot .serListFootBg .wp{
    height: 530px;
    background: url("indexFoot.jpg") center 0 no-repeat;
}


#leftSide{
    width: 249px;
    padding-top: 328px;
    float: left;
    display: inline;
}

#rightSide{
    width: 735px;
    padding-top: 360px;
    float: left;
    display: inline;
    margin-left: 16px;
    position: relative;
}

#tree{
    width: 117px;
    height: 100px;
    background: url("tree.png") no-repeat;
    display: block;
    position: absolute;
    right: -23px;
    top: 378px;
}

#serListTitle{
    width: 230px;
    height: 61px;
    display: block;
    background:url("serListSp.png") -484px -60px no-repeat;
    position: absolute;
    top: 390px;
    left: 0;
}




#serListContent{
    width: 735px;
}
#serListContent .top{
    width: 100%;
    height: 52px;
    background: url("artListConBg.png") no-repeat;
}
#serListContent .mid{
    width: 100%;
    min-height: 1106px;
    background: url("artListConBg.png") -735px 0 repeat-y;
    overflow: hidden;
}

#serListContent .comList{
    height: 150px;
}
#serListContent .comList .title{
    font:20px/24px "Microsoft Yahei";
    color: #984a22;
    padding-left: 32px;
    margin: 20px 0;
}

#serListContent .comList ul{
    margin: 10px 0 0 32px;
    height: 89px;
    font:12px/24px "Microsoft Yahei";
}
#serListContent .comList ul li{
    width: 236px;
    height: 100%;
    float: left;
    display: inline;
    margin-right: 80px;
    background: url("serListSp.png") no-repeat;
}
#serListContent .comList ul li.com1{
    background-position: 0 0;
}
#serListContent .comList ul li.com2{
    background-position: -248px 0;
}
#serListContent .comList ul li a{
    color: #984a22;
    float: left;
    margin: 54px 0 0 118px;
}

#serListContent .serList .title{
    font:20px/24px "Microsoft Yahei";
    color: #984a22;
    padding-left: 32px;
}
#serListContent .serList .serListNav{
    margin: 40px 0 40px 32px;
    height: 33px;
}
#serListContent .serList .serListNav li{
    width: 98px;
    height: 33px;
    float: left;
    display: inline;
    background: url("serListSp.png") -582px 0;
    cursor: pointer;
    font:12px/33px "Microsoft Yahei";
    text-align: center;
    color: #422f2a;
}

#serListContent .serList .serListCon{
    width: 680px;
    margin: 40px 0 0 45px;
}
#serListContent .serList .serListCon li{
    width: 232px;
    height: 44px;
    font:12px/44px "Microsoft Yahei";
    background: url("serListSp.png") -680px 0 no-repeat;
    float: left;
    display: inline;
    margin: 0 90px 30px 0;
    text-align: center;
}
#serListContent .serList .serListCon li a{
    color: #333333;
}

#serListContent .serList .serListNav li:hover,#serListContent .serList .serListNav li.curr{
    background-position: -484px 0;
    color: #ffffff;
}

#serListContent .goBack{
    width: 92px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    font-size: 12px;
    background: url("sp.png") -176px -89px no-repeat;
    position: absolute;
    bottom: 26px;
    right: 26px;
    color: #984a22;
}


#serListContent .foot{
    width: 100%;
    height: 27px;
    background: url("artListConBg.png") 0 -107px no-repeat;
}
