@charset "utf-8";
/*  Module Global
 ------------------------------------------- */
#content {
    background: url(../images/content-bg.jpg) repeat-x;
    padding-top: 28px;
    padding-bottom: 10px;
}

.banner {
    margin-bottom: 10px;
    width: 720px;
}

.main {
    display: inline;
    float: right;
    margin-right: 16px;
    width: 720px;
}

.sidebar {
    background: url(../images/sidebar-bg.jpg) repeat-y;
    float: left;
    padding-right: 8px;
    width: 232px;
}

.sidebar .s-line {
    border-bottom: 1px solid #cacaca;
    display: block;
    height: 0;
    font-size: 1px;
    width: 232px;
}

.box .hd:after {
    clear: both;
    content: '\20';
    display: block;
    height: 0;
}

.box .hd {
    clear: both;
}

.box p {
    line-height: 1.5;
    margin-bottom: 5px;
}

.main .box .hd { /* Main Box */
    border-bottom: 1px solid #B2B2B2;
    clear: both;
    height: 24px;
}

.main .box .hd h3 {
    border-bottom: 2px solid #9D002F;
    color: #9d002f;
    float: left;
    font-size: 14px;
    font-family: "Microsoft Yahei";
    height: 23px;
    line-height: 23px;
    margin-bottom: -1px;
    padding: 0px 2px 0 1px;
}

.main .box .hd span.more {
    float: right;
    margin-top: 8px;
}

/*  Tag Style
 ------------------------------------------- */
.tag01 {
    border-bottom: 1px solid #ccc;
    height: 28px;
    margin-top: 15px;
    padding-left: 4px;
}

.tag01 li, .tag01 li a {
    float: left;
    height: 28px;
    line-height: 28px;
}

.tag01 li {
    background: url(../images/tag01-lt.gif) left top no-repeat;
    margin-right: 5px;
    padding-left: 15px;
}

.tag01 li a {
    background: url(../images/tag01-rt.gif) right top no-repeat;
    padding-right: 15px;
}

.tag01 li.on {
    background: url(../images/tag01-lt-on.gif) left top no-repeat;
}

.tag01 li.on a {
    background: url(../images/tag01-rt-on.gif) right top no-repeat;
    color: #fff;
}

.tag02 {
    border-bottom: 2px solid #f3f3f3;
    height: 31px;
    margin-top: 15px;
    padding-left: 4px;
}

.tag02 li, .tag02 li a {
    float: left;
    height: 31px;
    line-height: 31px;
}

.tag02 li {
    background: url(../images/tag02-lt.gif) left top no-repeat;
    margin-right: 5px;
    padding-left: 15px;
}

.tag02 li a {
    background: url(../images/tag02-rt.gif) right top no-repeat;
    color: #555;
    font-weight: bold;
    font-size: 14px;
    padding-right: 15px;
}

.tag02 li.on {
    background: url(../images/tag02-lt-on.gif) left top no-repeat;
}

.tag02 li.on a {
    background: url(../images/tag02-rt-on.gif) right top no-repeat;
    color: #fff;
}

.tag03 {
    border-bottom: 1px solid #ccc;
    clear: both;
    height: 30px;
    margin-top: 15px;
    padding: 0 0 20px 4px;
}

.tag03 li, .tag03 li a {
    float: left;
}

.tag03 li {
    background: url(../images/tag03-lt.jpg) left top no-repeat;
    height: 30px;
    padding-left: 22px;
}

.tag03 li a {
    background: url(../images/tag03-rt.jpg) right top no-repeat;
    color: #fff;
    font-weight: bolder;
    height: 25px;
    line-height: 25px;
    padding: 0 22px 5px 0;
}

.tag03 li a:hover {
    color: #fff;
}

.tag03 li.on {
    background: url(../images/tag03-lt-on.jpg) left top no-repeat;
}

.tag03 li.on a {
    background: url(../images/tag03-rt-on.jpg) right top no-repeat;
}

.tag03 li a.end {
    background: url(../images/tag03-rt-end.jpg) right top no-repeat;
}

.tag03 li.on a.end {
    background: url(../images/tag03-rt-on-end.jpg) right top no-repeat;
}

/*  List Style
 ------------------------------------------- */
ul.list01 li {
    background: url(../images/dot01.gif) 2px 8px no-repeat;
    line-height: 1.6;
    margin-bottom: 6px;
    padding-left: 12px;
}

ul.list01 li span.extra {
    color: #666;
    float: right;
}

ul.list02 li {
    background: url(../images/box-skin-s-02-li.jpg) center top no-repeat;
    line-height: 32px;
    padding: 4px 0 0 0;
}

ul.list02 li.first {
    background: none;
}

ul.list02 li a {
    background: url(../images/dot02.gif) 40px 12px no-repeat;
    display: block;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    padding-left: 55px;
}

ul.list02 li.select a {
    color: #903;
}

ul.list02 li ul {
    background: url(../images/box-skin-s-02-li.jpg) center top no-repeat;
    display: none;
}

ul.list02 li.select ul {
    display: block;
}

ul.list02 li li {
    background: url(../images/box-skin-s-02-li-li.jpg) center bottom no-repeat;
    padding-left: 15px;
}

ul.list02 li li a {
    background: url(../images/dot01.gif) 42px 15px no-repeat;
}

ul.list02 li.select li a {
    color: #666;
}

ul.list02 li.select li.select a, ul.list02 li.select li a:hover {
    color: #903;
}

ul.list03 {
}

ul.list03 li {
    border-bottom: 1px dotted #ccc;
    background: url(../images/dot03.gif) 18px 14px no-repeat;
    height: 30px;
    line-height: 30px;
    padding: 0 30px;
}

ul.list03 li span.date {
    float: right;
}

ul.list04 {
}

ul.list04 li {
    float: left;
    line-height: 1.6;
    margin-bottom: 5px;
}

ul.list04 li span {
    color: #903;
}

/*  Table Skin
 ------------------------------------------- */
table.table-skin-01 {
    border: 1px solid #D6D6D6;
    color: #333;
    line-height: 1.5;
    text-align: center;
    width: 100%;
}

table.table-skin-01 thead th {
    background-color: #D6D6D6;
    font-weight: normal;
    padding: 2px 0;
}

table.table-skin-01 td {
    padding: 4px 0;
}

table.table-skin-02 {
    background-color: #F6F6F6;
    width: 100%;
}

table.table-skin-02 td {
    padding: 3px 0;
}

table.table-skin-03 {
    color: #333;
    line-height: 1.5;
    text-align: center;
    width: 683px;
}

table.table-skin-03 thead th {
    background-color: #E8E8E8;
    border-left: 1px solid #fff;
    color: #f60;
    font-weight: normal;
    margin-left: -1px;
    padding: 3px 0;
}

table.table-skin-03 td {
    border-bottom: 1px dotted #9B9B9B;
    padding: 4px 0;
}

/*  Box Skin
 ------------------------------------------- */
.box span.f { /* fillet */
    clear: both;
    display: block;
    font-size: 1px;
    height: 8px;
    position: relative;
    width: 100%;
}

.box span.f span {
    background-image: url(../images/f-gray.gif);
    background-repeat: no-repeat;
    display: block;
    height: 8px;
    width: 8px;
}

.box span.f-tp span.f1 {
    background-position: left top;
    left: -1px;
    position: absolute;
    top: -1px;
}

.box span.f-tp span.f2 {
    background-position: right top;
    right: -1px;
    position: absolute;
    top: -1px;
}

.box span.f-bt span.f1 {
    bottom: -1px;
    background-position: left bottom;
    left: -1px;
    position: absolute;
}

.box span.f-bt span.f2 {
    bottom: -1px;
    background-position: right bottom;
    right: -1px;
    position: absolute;
}

.box-skin-01 {
}

.box-skin-03 {
    height: 100%;
}

.box-skin-03 {
    border: 1px solid #ccc;
}

.box-skin-03 .hd, .box-skin-03 .bd {
    margin: 0 16px;
}

.box-skin-04 {
    margin: 0 auto;
    width: 685px;
}

.box-skin-04 .box-inner-hd {
    background: url(../images/box-skin-04-hd.jpg) center top no-repeat;
    height: 32px;
    width: 685px;
}

.box-skin-04 .box-inner-hd h4 {
    color: #f60;
    float: left;
    font-size: 16px;
    padding: 8px 0 0 10px;
}

.box-skin-04 .box-inner-bd {
    border-color: #ccc;
    border-style: solid;
    border-width: 0 1px;
    width: 683px;
}

.box-skin-04 .box-inner-ft {
    background: url(../images/box-skin-04-ft.jpg) center bottom no-repeat;
    font-size: 1px;
    height: 8px;
    overflow: hidden;
    width: 685px;
}

/*  Main
 ------------------------------------------- */
.main .box-pro-list .hd h3 { /* Pro List */
    font-size: 16px;
    float: left;
}

.main .box-pro-list .hd span.extra {
    color: #903;
    float: right;
    margin-top: 5px;
}

.main .box-pro-list .hd span.extra a {
    color: #903;
    margin: 0 5px;
}

.main .box-pro-list .hd span.extra span {
    color: #666;
    margin: 0 5px;
}

.main .box-pro-list .bd { /* Personal and Group */
}

.main .box-pro-list .bd .p-cell {
    border-bottom: 1px dashed #666;
    height: 130px;
    margin: 15px 0;
    position: relative;
}

.main .box-pro-list .bd .p-cell span.pic {
    float: left;
    margin: 0 15px 0 10px;
}

.main .box-pro-list .bd .p-cell h4 {
    color: #f60;
    margin: 0 0 8px 0;
    padding-top: 6px;
}

.main .box-pro-list .bd .p-cell h4 a {
    color: #f60;
}

.main .box-pro-list .bd .p-cell span.more {
    background: url(../images/p-cell-more.jpg) no-repeat;
    bottom: 5px;
    height: 28px;
    line-height: 28px;
    position: absolute;
    padding: 4px 6px 6px 5px;
    right: 0;
    text-align: center;
    width: 73px;
}

.main .box-pro-list .bd .p-cell span.more a {
    color: #f60;
}

/*  Sidebar
 ------------------------------------------- */
.sidebar .box .hd { /* Sidebar Box */
}

.sidebar .box-skin-s-01 .hd {
    background: url(../images/s-tt02.jpg) center bottom no-repeat;
    height: 26px;
    line-height: 26px;
    padding-left: 25px;
    padding: 5px 0 0 25px;
}

.sidebar .box-skin-s-01 .bd {
    padding: 4px 0;
}

.sidebar .box-skin-s-01 .hd h3 {
    color: #903;
    float: left;
}

.sidebar .box-skin-s-01 .hd span.more {
    float: right;
    margin: 8px 10px 0 0;
}

.sidebar .box-skin-s-01 .ft {
    background: url(../images/box-skin-s-01-ft.jpg) no-repeat;
    font-size: 1px;
    height: 10px;
}

.sidebar .box-skin-s-02 {
    background: url(../images/box-skin-s-02-mid.jpg) repeat-y;
}

.sidebar .box-skin-s-02 .hd {
    border-bottom: 2px solid #B1002F;
    color: #903;
    height: 36px;
    line-height: 36px;
    padding-left: 30px;
}

.sidebar .box-skin-s-02 .bd {
    padding-bottom: 5px;
}

.sidebar .box-skin-s-02 .ft {
    background: url(../images/box-skin-s-02-ft.jpg) no-repeat;
    height: 11px;
    font-size: 1px;
    overflow: hidden;
}

.sidebar .box-e-service .hd h3 { /* e quick service */
    background: url(../images/icon-e.jpg) 0 3px no-repeat;
    padding-left: 22px;
}

.sidebar .box-e-service .ft {
}

.sidebar ul.list-search { /* List Search */
    margin: 0 24px;
}

.sidebar ul.list-search li {
    border-top: 1px dotted #ccc;
    font-size: 14px;
    height: 32px;
    margin-top: -1px;
}

.sidebar ul.list-search li a {
    display: block;
    height: 32px;
    line-height: 32px;
    padding-left: 30px;
}

.sidebar ul.list-search li a:hover {
    color: #b20030;
}

.sidebar ul.list-search li.li01 {
    border-top: 0 none;
}

.sidebar ul.list-search li.li01 a {
    background: url(../images/icon01.gif) 0 2px no-repeat;
}

.sidebar ul.list-search li.li01 a:hover {
    background: url(../images/icon01_hover.gif) 0 3px no-repeat;
}

.sidebar ul.list-search li.li02 {
    background: url(../images/icon02.gif) 0 3px no-repeat;
}

.sidebar ul.list-search li.li02 a:hover {
    background: url(../images/icon02_hover.gif) 0 3px no-repeat;
}

.sidebar ul.list-search li.li03 {
    background: url(../images/icon03.gif) 3px 3px no-repeat;
}

.sidebar ul.list-search li.li03 a:hover {
    background: url(../images/icon03_hover.gif) 2px 3px no-repeat;
}

.sidebar ul.list-search li.li04 {
    background: url(../images/icon04.gif) 0 5px no-repeat;
}

.sidebar ul.list-search li.li04 a:hover {
    background: url(../images/icon04_hover.gif) 0 5px no-repeat;
}

.sidebar ul.list-quick { /* List quick */
    margin: 0 24px;
}

.sidebar ul.list-quick li {
    border-top: 1px dotted #ccc;
    height: 28px;
}

.sidebar ul.list-quick li.li01 {
    border-top: 0 none;
}

.sidebar ul.list-quick li a {
    background: url(../images/icon-jt.gif) 8px 9px no-repeat;
    display: block;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    padding-left: 30px;
}

.sidebar ul.list-quick li a:hover {
    background: url(../images/icon-jt_hover.gif) 8px 9px no-repeat;
}

/*  Page
 ------------------------------------------- */
.page {
    margin: 15px 0px;
    text-align: center;
}

.page a {
    border: 1px solid #ccc;
    color: #333;
    line-height: 28px;
    margin: 0px 1px;
    padding: 2px 5px;
    text-decoration: none;
}

.page a:hover {
    border: 1px solid #ff6600;
    color: #333;
    text-decoration: none;
}

.page a:hover.pre, .page a:hover.next {
    border: none;
    background: none;
    padding: 0;
}

.page .pre, .page .next {
    border: none;
    padding: 0;
}

.page img {
    margin-bottom: -4px;
}

/*  Other
 ------------------------------------------- */
.abox { /* AD Box */
    border: 1px solid #ccc;
    height: 100%;
    margin-top: -1px;
}

.abox-consultant {
    background: url(../images/a-pic03.jpg) no-repeat;
    height: 18px;
    padding: 38px 0 0 32px;
    width: 198px;
}

.abox-consultant a {
    color: #fff;
    margin: 0 5px;
}

/* Form Set */
table.table-skin-04 {
    margin-top: 20px;
    width: 100%;
}

table.table-skin-04 th {
    font-weight: normal;
    font-size: 14px;
    padding-right: 15px;
    text-align: right;
    padding-top: 8px;
}

table.table-skin-04 td {
    line-height: 1.5;
    padding: 4px 0 15px;
}

table.table-skin-04 input.btn {
    background: url(../images/dashow02.jpg) no-repeat;
    color: #f60;
    height: 32px;
    width: 73px;
}

table.table-skin-04 td.inner-table {
    padding: 0;
}

table.table-skin-04 td.inner-table table {
    width: 100%;
}

table.table-skin-04 input.btn4 {
    background: url(../images/p-cell-more.jpg) no-repeat;
    border: 0 none;
    color: #f60;
    cursor: pointer;
    height: 34px;
    width: 84px;
}

table.table-skin-04-color {
    background-color: #fffae6;
    padding-top: 10px;
}

table.table-skin-04-color th {
    font-weight: bold;
}

table.table-skin-05 {
    border: 1px solid #E8E8E8;
    margin-top: 8px;
    width: 100%;
}

table.table-skin-05 th {
    background-color: #E8E8E8;
    color: #f60;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    text-align: left;
}

table.table-skin-05 td {
    border-left: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    line-height: 1.6;
    padding: 6px 10px;
}

table.table-skin-05 tr.e td {
    background-color: #f5f5f5;
}










