@charset
"utf-8"
;
/* CSS Document */

#contentContainer {
    width: auto; /*解决高度自适应问题两个合起来用*/
    height: 1%;
    overflow: hidden; /*解决高度自适应问题两个合起来*/
}

#content {
    height: 1%;
    width: 756px;
    padding: 10px;
    margin: 10px auto;
}

#leftConainer {
    float: left;
    clear: left;
    width: 182px;
    height: 1%;
    background-image: url( ../../../../images/simple/pages/footerPages/leftBar-bg.jpg );
    background-repeat: repeat-x;
    text-align: center;
}

#leftSidebar {
    background-color: #fff;
    margin: 0 1px;
    width: 180px;
    height: 1%;
    text-align: left;
}

#leftSidebarContent {
    background-image: url( ../../../../images/simple/pages/footerPages/leftSideBar-bg.gif );
    background-position: 5px 0;
    background-repeat: repeat-y;
}

#leftSidebarContent li {
    margin: 0;
    width: 130px;
    padding: 0 30px 0 0;
    font-size: 14px;
    line-height: 32px;
    list-style: none;
    height: 32px;
    text-align: right;
}

#leftSidebarContent li a:link, #leftSidebarContent li a:active, #leftSidebarContent li a:visited {
    text-decoration: underline;
    color: #000;
    background: transparent;
}

#leftSidebarContent li a:hover {
    text-decoration: underline;
    color: #ff0000;
    background: transparent;
}

.leftSidebarSelected {
    margin: 0;
    padding: 0;
    width: 140px;
    background-image: url( ../../../../images/simple/pages/footerPages/leftBar-bg-selected.jpg );
    background-position: 5px 0;
    background-repeat: no-repeat;
    font-weight: bold;
}

#rightContainer {
    float: right;
    clear: right;
    width: 560px;
    height: 1%;
}

#footerPageTitle {
    text-align: center;
    font-weight: bold;
    line-height: 18px;
}

#footerPageContent {
    /*margin: 20px 10px 0;*/
    line-height:2em;
}

/*list*/

#footerPageNav {
    padding: 0 20px;
    margin: 0 0 40px;
    border-bottom: 1px solid #FF9900;
    height: 27px;
}

#footerPageNav li {
    margin: 0;
    padding: 0;
    float: left;
    background-image: url( ../../../../images/simple/pages/footerPages/channel-bg.jpg );
    background-repeat: no-repeat;
    list-style: none;
    text-align: center;
    width: 80px;
    height: 27px;
    line-height: 27px;
}

#footerPageNav .footerPageNavSelected {
    margin: 0;
    padding: 0;
    float: left;
    background-image: url( ../../../../images/simple/pages/footerPages/channel-bg-selected.jpg );
    background-repeat: no-repeat;
    list-style: none;
    text-align: center;
    width: 80px;
    height: 27px;
    line-height: 27px;
}

#footerPageList {
    clear: both;
    margin: 0 0 20px;
}

.footerPageListItem {
    clear: both;
    text-align: left;
    line-height: 30px;
    height: 30px;
    width: 500px;
    background-image: url( ../../../../images/simple/pages/footerPages/listDotbg.jpg );
    background-repeat: no-repeat;
    background-position: 0 5px;
    border-bottom: 1px dashed #ccc;
}

.footerPageListTitle {
    margin-left: 20px;
    float: left;
    clear: left;
    width: 380px;
}

.footerPageListTime {
    float: right;
    clear: right;
    width: 100px;
}

#footerPageListPaging {
    clear: both;
    text-align: center;
}