﻿#banner {
    height: 202px;
    margin-bottom: 5px;
}

#banner .category-name {
    float: left;
    width: 228px;
    height: 202px;
    background: url("Images/about_01.jpg") no-repeat;
    position: relative;
    *z-index: -1;
}
#banner .category-name span {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 24px;
    font-family: 微软雅黑,黑体;
    color: #fff;
    text-shadow: 1px 2px 5px #1D8EAC;
}

#banner .category-photo {
    float: right;
    width: 746px;
    height: 202px;
    /*background: url("Images/page_buttan.jpg") no-repeat;*/
    overflow: hidden;
}
#banner .category-photo img {
    width: 746px;
    height: 202px;
    border: 0;
}

#wraper {
    background: #fff;
    padding-top: 3px;
}

#main {
    margin: 0px 3px;
    background: #fff url("Images/top-bg.gif") repeat-x;
    min-height: 500px;
    /*_height: 500px;*/
    overflow: hidden;
}

#main #category-list {
    float: left;
    width: 229px;
}

#main #category-list .title {
    width: 209px;
    height: 72px;
    margin: 10px 0px 0px 10px;
    background: url("Images/about_about_title.jpg") no-repeat;
    text-shadow: 2px 2px 3px #aaa;
}
#main #category-list .title .wraper {
    margin-left: 20px;
}
#main #category-list .title .order-no {
    float: left;
    color: #494949;
    font-size: 42px;
    font-family: Tahoma;
    line-height: 72px;
    margin: 0px 10px 0px 0px;
}
#main #category-list .title .name {
    float: left;
    height: 72px;
    width: 120px;
    overflow: hidden;
    position: relative;
}
#main #category-list .title .english-name {
    color: #9a9a9a;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
    position: absolute;
    left: 0px;
    top: 15px;
}
#main #category-list .title .chinese-name {
    color: #000;
    font-size: 24px;
    font-family: 微软雅黑,黑体;
    position: absolute;
    left: 0px;
    bottom: 15px;
}

#main #category-list ul.list {
    display: block;
    margin: 20px 10px 20px 10px;
}
#main #category-list ul.list li {
    display: block;
    border-bottom: 1px solid #CDCAC2;
    height: 21px;
    width: 206px;
}
#main #category-list ul.list li a,
#main #category-list ul.list li a:visited,
#main #category-list ul.list li a:active {
    display: block;
    width: 206px;
    height: 21px;
    line-height: 21px;
    text-decoration: none;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
#main #category-list ul.list li a:hover {
    text-decoration: none;
    /*background: url("Images/left_line_bj.jpg") no-repeat;*/
    color: #14adfd;
}
#main #category-list ul.list li a.current {
    text-decoration: none;
    background: url("Images/left_line_bj.jpg") no-repeat;
    color: #fff;
}


#main #category-list ul#tree {
    margin: 20px 10px 20px 10px;
    padding: 0px;
}
#main #category-list ul#tree li {
    line-height: normal;
    line-height: 21px;
}
#main #category-list ul#tree li a,
#main #category-list ul#tree li a:visited,
#main #category-list ul#tree li a:active {
    color: #707070;
    text-decoration: none;
    border: 0px;
    background: none;
}
#main #category-list ul#tree li a:hover {
    color: #14adfd;
}
#main #category-list ul#tree li.current {
    background: url("Images/left_line_bj.jpg") no-repeat;
}
#main #category-list ul#tree li.current > a,
#main #category-list ul#tree li.current > a:visited,
#main #category-list ul#tree li.current > a:hover,
#main #category-list ul#tree li.current > a:active {
    text-decoration: none;
    color: #fff;
}


#main a#spliter,
#main a#spliter:visited,
#main a#spliter:active {
    display: block;
    float: left;
    width: 10px;
    outline: none;
    background: url("Images/line_bj.gif") repeat-y center;
}
#main a#spliter:hover {
    background: url("Images/line_bj2.gif") repeat-y center;
}


#main #content {
    float: right;
    width: 735px;/*747px*/
    _width: 733px;/*745px*/
    /*background: url("Images/line_023.jpg") no-repeat left 40px;*/
    /*min-height: 700px;*/
    /*_height: 700px;*/
    overflow: hidden;
}

#main #content .wraper {
    margin: 10px 10px 10px 5px;
}

#main #content #subject {
    width: 723px;/*723px*/
    height: 72px;
    background: url("Images/about_right_title_bj.jpg") no-repeat;
    margin: 0px 0px 10px 0px;
    text-shadow: 2px 2px 3px #aaa;
    float: right;
}

#main #content #subject a,
#main #content #subject a:visited,
#main #content #subject a:hover,
#main #content #subject a:active {
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    display: block;
    line-height: 72px;
    margin-left: 20px;
    width: 683px;/*693px*/
    color: #000;
    font-size: 22px;
    font-family: 微软雅黑,黑体;
    text-decoration: none;
    cursor: default;
}

#main #content #path {
    margin: 0px 0px 20px 0px;
    text-align: right;
    position: relative;
    _width: 100%;
}
#main #content #path a.home {
    background: url("Images/buttin_an.jpg") no-repeat center left;
    padding-left: 16px;
}

#main #content #path a#print {
    position: absolute;
    left: 0px;
    display: none;
    padding-left: 20px;
    background: url("Images/printer.png") no-repeat left center;
    line-height: 16px;
}

#main #content #body {
    margin: 0px 0px 0px 0px;
}

#main #content #body .main {
    line-height: 2em;
    /*width: 550px;
    overflow: hidden;
    float: left;*/
}

#main #content #body .ad {
    float: right;
    width: 150px;
}

#main #content #body .ad a img {
    width: 150px;
    border: 0;
}

ul#contact {
    margin: 0px 10px;
}

ul#contact li {
    line-height: 2em;
}