@charset "gb2312";

/***************全局样式定义*****************/
* 

/******************通用页头*********************/
#hcx_common_header {
    height: 40px;
    border-bottom: 1px solid #E0D8C9;
    background-color: #fff;
    min-width: 1024px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    _left: 0 !important;
    _position: absolute;
    _top: expression(documentElement.scrollTop);
    z-index: 99;
}

#hcx_common_header .center {
    width: 1000px;
    padding: 0 12px;
    margin: 0 auto;
    position: relative;
    height: 40px;
}

#hcx_common_header .b {
    color: #555;
}

.hcx_top_list {
    line-height: 40px;
    position: relative;
    padding: 0 10px;
    text-align: center;
}

.hcx_top_list a {
    color: #555;
    font-size: 12px;
}

.hcx_drop_down {
    position: absolute;
    display: none;
    border: 1px solid #E0D8C9;
    border-top: none;
    overflow: hidden;
    top: 40px;
    left: -4px;
    width: 76px;
    background-color: #fff;
}

figure.hcx_drop_down {
    width: 150px;
    left: 6px;
}

.hcx_drop_down li {
    float: left;
    clear: both;
    width: 100%;
}

.hcx_drop_down a {
    font-size: 12px;
    color: #555555;
    display: block;
    text-align: center;
    line-height: 25px;
    height: 25px;
    vertical-align: bottom;
}

.hcx_drop_down a:hover {
    background: #F5F3EF;
}

/*兼容dicuz马甲切换插件*/
.pipe {
    display: none;
}

#htl_left {
    text-align: left;
}

#htl_left a.f2 {
    font-size: 14px;
}

#htl_left .hcx_drop_down {
    width: 82px;
}

#hfh_member {
    line-height: 40px;
    position: absolute;
    top: 0;
    right: 23px;
    background-color: #fff;
    height: 40px;
}

#hfh_member .left {
    font-size: 12px;
    color: #555;
    padding-left: 5px;
}

#hfh_member mark {
    display: block;
    float: left;
    background: none;
    color: #E0D8C9;
    margin-left: 5px;
    _margin-left: 0;
}

#hfh_member .c {
    margin-right: 3px;
    margin-left: 8px;
    margin-top: 11px;
    display: block;
    float: left;
}

#hcx_common_header form{
    margin-top: 2px;
}

#hcx_common_header .link {
    line-height: 40px;
    margin-left: 8px;
}

#hcx_common_header .link a {
    color: #555;
    font-size: 12px;
}

#chm_notice .c {
    width: 16px;
    background-position: -90px -18px;
    height: 16px;
    margin-left: 0;
    margin-right: 8px;
}

#chm_notice .new {
    background-position: -90px 3px;
}

#chm_notice b, #chm_message b {
    color: #f60;
}

#chm_message .c {
    width: 18px;
    background-position: -106px -18px;
    height: 16px;
    margin-left: 0;
    margin-right: 8px;
    margin-top: 13px;
}

#chm_message .new {
    background-position: -106px 3px;
}

#hch_search {
    margin-left: 10px;
}


#hch_search li {
    display: block;
    float: left;
}


#chs_select {
    position: relative;
    margin-top: 7px;
    *margin-top: 8px;
    float: left;
    width: 55px;
    height: 23px;
    border: 1px solid #848484;
    color: #8f8e8e;
    line-height: 23px;
    font-size: 13px;
    text-indent: 10px;
    cursor: pointer;
}

#hcx_common_header #chs_select .arrow {
    right: 4px;
    top: 9px;
    z-index: -1;
}


#chs_select .select_drop{
    position: absolute;
    left: 0;
    top: 23px;
    display: none;
    width: 55px;
    margin-left: -1px;
    border: 1px solid #848484;
    background: #fff;
}

#chs_select.open .select_drop{
    display: block;
}

#chs_select .select_option{
    text-indent: 8px;
    margin: 0 2px;
}

#chs_select .select_drop .first{
    border-bottom: 1px solid #d2d2d2;
}

#chs_input {
    float: left;
    border: none 0;
    border-bottom: 1px solid #848484;
    border-top: 1px solid #848484;
    width: 173px;
    height: 23px;
    margin-top: 7px;
    *margin-top: 8px;
    color: #888;
    padding: 0 10px;
    line-height: 25px \9;
}




#hcx_common_header .arrow {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    right: 0;
    top: 16px;
    line-height: 0;
}



#hcx_common_header .arrow_right {
    border-left: 5px solid #CABFAA;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;
}

#hcx_common_header .arrow_down {
    border-top: 5px solid #CABFAA;
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    right: -2.5px;
    top: 17px;
}

/******************通用页脚*********************/
#common_footer {
    height: 120px;
    overflow: hidden;
    line-height: 23px;
}

#common_footer a {
    color: #888;
}

#common_footer b {
    font-weight: normal;
    margin: 0 4px;
}

#footer_nav {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 33px;
}

/******************登录界面*********************/
#content_login_figure {
    height: 481px;
    width: 510px;
    margin-left: 40px;
    _margin-left: 20px;
    margin-bottom: 80px;
}

#content_login_form {
    margin: 80px 0 80px 40px;
    width: 370px;
}

#clf_header {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px #ccc dotted;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 0 20px;
    text-align: center;
    background-color: #fff;
}

#clf_header_border {
    height: 5px;
    background-position: -533px -238px;
    overflow: hidden;
}

#clf_footer_border {
    height: 5px;
    background-position: -143px -234px;
    overflow: hidden;
}

#clf_form {
    padding-bottom: 29px;
    background-color: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#clf_form li {
    padding-top: 19px;
    clear: both;
    overflow: hidden;
    _height: 27px;
}

#clf_form li label, #clf_form li input {
    display: block;
    float: left;
}

#clf_form li label {
    height: 25px;
    width: 70px;
    margin-left: 18px;
    text-align: right;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    _margin-left: 8px;
}

#clf_form li input.text {
    width: 233px;
    padding-left: 5px;
    height: 25px;
    border: 1px solid #ccc;
    line-height: 25px;
    color: #999;
}

#clf_form li.select {
    overflow: visible;
}

#clf_answer_block {
    display: none;
}

#clf_question {
    width: 238px;
    height: 25px;
    border: 1px solid #ccc;
}

#clf_question ul {
    top: 26px;
    left: -1px;
    z-index: 2;
    display: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 238px;
}

#clf_question .hus_title {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 233px;
    height: 25px;
}

#clf_question li, #clf_question .hus_title {
    line-height: 25px;
    padding: 0;
    font-size: 12px;
    color: #999;
    padding-left: 5px;
}

#clf_question li.hover {
    background-color: #F6F6F6;
}

#clf_question i {
    height: 25px;
    width: 25px;
    background-position: -204px -50px;
    display: block;
    float: right;
    border-bottom: 1px solid #ccc;
}

#clf_verify {
    width: 68px;
    height: 25px;
    border: 1px solid #ccc;
    line-height: 25px;
}

#clf_verify_img {
    height: 27px;
    width: 70px;
    margin-left: 7px;
    float: left;
    display: block;
}

#clf_verify_refresh {
    margin-left: 7px;
    color: #888;
    font-size: 12px;
    line-height: 40px;
}

#clf_form .multiple {
    padding-top: 9px;
}

#clf_form .multiple label, #clf_form .multiple a, #clf_form .multiple b {
    color: #888;
    font-size: 12px;
    height: 25px;
    line-height: 25px;
}

#clf_form .multiple label {
    width: 80px;
}

#clf_form .multiple label {
    margin-left: 2px;
}

#clf_form .multiple b {
    font-weight: normal;
    margin-right: 15px;
}

#clf_remember_me {
    margin-left: 100px;
    margin-top: 5px;
    _display: inline !important;
}

#clf_remember_label {
    width: 90px !important;
}

#clf_submit {
    margin: 0 auto;
    float: none !important;
    _margin-top: -12px;
}

#clf_footer {
    height: 50px;
    background-position: 0 -130px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#clf_footer_weibo, #clf_footer_qq {
    width: 181.5px;
    line-height: 50px;
}

#clf_footer_weibo a, #clf_footer_qq a {
    font-size: 14px;
    color: #888;
    display: block;
    float: left;
}

#clf_footer_weibo i, #clf_footer_qq i {
    margin-top: 13px;
    margin-left: 30px;
    margin-right: 5px;
    _margin-left: 15px;
}

#clf_footer_weibo {
    border-right: 1px solid #e4e4e4;
    width: 184.5px;
}

#clf_message {
    overflow: hidden;
}

#clf_message i {
    height: 14px;
    width: 14px;
    background-position: -165px -177px;
    margin-right: 16px;
    margin-left: 69px;
    margin-top: 19px;
    _display: inline;
}

#clf_message span {
    color: #f60;
    line-height: 14px;
    margin-top: 19px;
}

#clf_field {
    height: 23px;
    width: 68px;
    margin-left: 18px;
    text-align: left;
    margin-right: 10px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    _display: inline;
    float: left;
}

#clf_field ul {
    top: 25px;
    _top: 27px;
    left: 0;
    z-index: 2;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    width: 68px;
    display: none;
}

#clf_field .hus_title {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    width: 61px;
    height: 23px;
    padding-left: 7px;
    text-align: center;
}

#clf_field .hus_title.hover {
    background: #eee;
    border: 1px solid #ccc;
}

#clf_field li {
    padding: 0;
    padding-left: 7px;
    line-height: 23px;
    font-size: 14px;
    color: #999;
    text-align: left;
}

#clf_field li.hover {
    background-color: #F6F6F6;
    _border: none;
}

#clf_field i {
    float: right;
    border-top: 4px solid #b4b4b4;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    _border-right: 4px solid #fff;
    _border-left: 4px solid #fff;
    margin-top: 10px;
    margin-right: 5px;
    overflow: hidden;
    height: 0;
}

/*******************注册界面*********************/
#content_register_step1, #content_register_step2, #content_register_finish {
    margin-left: 53px;
}

#crs1_header, #crs2_header {
    height: 28px;
}

#crf_header {
    height: 33px;
}

#crs1_header mark, #crs2_header mark, #crf_header mark {
    height: 28px;
    width: 25px;
    background-position: -204px -86px;
}

#crf_header mark {
    height: 33px;
    background-position: -204px -78px;
}

#crs1_header hr, #crs2_header hr {
    border: none;
    border-bottom: 1px dashed #E4DED3;
    padding-top: 14px;
    height: 0;
    *margin-top: 8px;
}

#crs1_header span {
    height: 28px;
    width: 87px;
    background-position: -234px -51px;
}

#crs2_header span {
    height: 28px;
    width: 87px;
    background-position: -234px -81px;
}

#crf_header span {
    height: 28px;
    width: 100px;
    background-position: -234px -111px;
    margin-top: 5px;
}

#content_register_submit {
    margin-left: 20px;
}

#crf_find_password {
    color: #888;
    line-height: 39px;
    margin-left: 80px;
}

#content_register_form {
    padding-bottom: 50px;
}

#crs1_article, #crs2_article {
    border-left: 2px solid #E4DED3;
    overflow: hidden;
    clear: both;
    margin-left: 12px;
    padding: 40px 0 50px 50px;
}

#crs1_article {
    _height: 138px;
}

#crs2_article {
    _height: 300px;
}

#crs1_article .content {
    width: 355px;
}

#crs1_article header {
    font-size: 16px;
    color: #333;
}

#crs1_article .second header {
    padding-left: 20px;
}

#crs1_article .second {
    margin-left: 110px;
}

#crs1_article .steps {
    color: #888;
    margin-top: 22px;
}

#crs1_article .steps span {
    float: left;
}

#crs1_article .steps i {
    margin-right: 10px;
}

#crs1_clipboard {
    opacity: 0;
    filter: alpha(opacity=0);
    margin-left: -146px;
    margin-top: -6px;
}

#crs1_clipboard_embed {
    opacity: 0;
    filter: alpha(opacity=0);
    *margin-left: -140px;
    margin-top: -6px;
    *margin-top: -12px;
}

.number1 {
    height: 26px;
    width: 11px;
    background-position: -210px -116px;
}

.number2 {
    height: 26px;
    width: 14px;
    background-position: -209px -147px;
}

#invitation_code {
    margin: 15px 0;
}

#invitation_code .text {
    height: 28px;
    width: 232px;
    border: 1px solid #ccc;
    color: #999;
    padding: 0 3px;
    line-height: 28px;
    margin-right: 13px;
}

#invitation_code .disabled {
    background-position: -754px -421px;
}

#field_error {
    margin: 10px 0 15px 0;
    color: #888;
    font-size: 14px;
    overflow: hidden;
}

#field_error i {
    background-position: -1004px -19px;
    display: block;
    float: left;
    height: 15px;
    width: 15px;
    margin-right: 8px;
}

#crs1_article aside {
    font-size: 14px;
    color: #888;
}

#crs2_article li {
    height: 27px;
    line-height: 27px;
    margin-bottom: 18px;
}

#crs2_article label {
    height: 27px;
    float: left;
    display: block;
    width: 65px;
    text-align: right;
    margin-right: 14px;
    font-size: 14px;
    color: #333;
}

#crs2_article .text {
    height: 25px;
    line-height: 25px;
    width: 232px;
    border: 1px solid #ccc;
    padding: 0 3px
}

#crs2_article span {
    margin-left: 14px;
}

#crs2_article i.checked {
    height: 14px;
    width: 14px;
    margin-left: 14px;
    background-position: -145px -177px;
    margin-top: 7px;
    overflow: hidden;
}

#crs2_article i.wrong {
    height: 14px;
    width: 14px;
    margin-left: 14px;
    background-position: -165px -177px;
    margin-top: 7px;
    overflow: hidden;
}

#crs_policy_agreed {
    display: block;
    margin-left: 52px;
    float: left;
    _margin-left: 22px;
}

#crs2_article .agreed {
    margin-bottom: 0;
}

#crs2_article .agreed label {
    width: auto;
    color: #555;
    font-size: 12px;
    margin-left: 10px;
    margin-top: -7px;
    *margin-top: -3px;
}

#crs2_article .agreed span {
    margin-top: -7px;
    *margin-top: -3px;
}

#crs2_article .agreed i {
    margin-top: 0;
    margin-left: 0;
}

#crs_verify {
    width: 41px;
    height: 25px;
    border: 1px solid #ccc;
    padding: 0 3px;
    display: block;
    float: left;
    line-height: 25px;
}

#crs_verify_img {
    height: 27px;
    width: 70px;
    display: block;
    float: left;
    margin-left: 15px;
}

#crs_verify_refresh {
    color: #888;
    font-size: 12px;
    margin-left: 10px;
    line-height: 40px;
    display: block;
    float: left;
}

#crs_verify_loading {
    height: 16px;
    width: 16px;
    display: none;
    float: left;
    margin: 5px 10px;
}

#content_register_footer {
    clear: both;
    overflow: hidden;
    padding: 28px 107px;
    _height: 31px;
}

#content_register_footer span {
    color: #555;
    font-size: 14px;
    display: block;
    float: left;
    line-height: 31px;
    margin-right: 10px;
}

#content_register_footer a {
    color: #555;
    line-height: 31px;
    margin-right: 15px;
}

#content_register_footer i {
    margin-top: 3px;
    margin-right: 10px;
}

#content_register_footer b {
    height: 36px;
    width: 0;
    border-left: 1px solid #fff;
    border-right: 1px solid #E0D8C9;
    margin: -2px 29px;
}

#content_register_union {
    padding-left: 23px;
    padding-bottom: 18px;
    overflow: hidden;
    _height: 193px;
}

#content_register_union div {
    padding: 4px;
    background-color: #fff;
    border: 1px solid #ccc;
}

#content_register_union img {
    vertical-align: middle;
}

#content_register_union p {
    padding-left: 20px;
    color: #333;
    line-height: 160%;
    margin-top: 11.5px;
}

#content_register_union a {
    color: #f60;
}

#content_register_union h3 {
    clear: both;
    margin-left: 30px;
    float: left;
}

#cru_login_container {
    padding: 20px 0 40px 0;
}

#cru_login_button {
    margin-left: 26px;
}

.crs2_loading {
    display: none;
    float: left;
    margin-left: 14px;
    _margin-left: 0;
    margin-top: 7px;
}

#argument_body {
    line-height: 22px;
    font-size: 12px;
    color: #666;
    padding: 0 60px 30px;
}

#register_app_dowload {
    position: relative;
}

#register_app_dowload a {
    display: block;
    position: absolute;
    height: 35px;
    width: 80px;
    background: url(../static/image/common/register_app_hover.jpg);
    right: 0;
    top: 10px;
    color: #8A603D;
    text-align: center;
    line-height: 35px;
}

#register_app_dowload a:hover {
    text-decoration: none;
    background-position: 0 -38px;
}

/**********************找回密码************************/
#content_find_password {
    padding-top: 38px;
    padding-bottom: 80px;
    overflow: hidden;
    _padding-bottom: 111px;
}

#content_find_password div {
    background-position: 0 -245px;
    height: 1px;
    margin-bottom: 50px;
}

#cfp_phone {
    margin-left: 228px;
    _margin-left: 114px;
}

#cfp_email {
    margin-left: 140px;
}

#cfp_figure {
    height: 400px;
    margin: 0 auto;
    width: 600px;
    margin-bottom: 50px;
}

/**********************注册成功*************************/
#content_side_figure {
    height: 419px;
    padding: 38px 0 104px 50px;
    _margin-left: 25px;
}

#content_side_figure .text {
    height: 33px;
    width: 347px;
    border: 1px solid #ccc;
    color: #999;
    padding: 0 3px;
    line-height: 35px;
}

#content_side_figure mark {
    color: #f60;
    background: none;
    display: inline;
}

#csf_figure {
    width: 260px;
    height: 396px;
    margin-right: 37px;
    margin-top: 24px;
}

#csf_header {
    height: 88px;
    width: 502px;
    background-position: -340px 0;
    padding-top: 35px;
    font-size: 20px;
    font-family: "Microsoft YaHei";
    color: #333;
    text-align: center;
}

#csf_header a {
    color: #f60;
}

#csf_header span {
    font-size: 16px;
}

#csf_body {
    padding-top: 25px;
    padding-left: 57px;
}

#csf_body p {
    font-size: 16px;
    color: #333;
}

#csf_body .hr {
    height: 1px;
    width: 523px;
    background-position: 0 -242px;
    margin: 25px 0;
}

#csf_submit {
    margin: 25px 0;
    float: none;
}

#csf_bind {
    margin-top: 12px;
}

#csf_bind a {
    line-height: 20px;
    margin-right: 50px;
    margin-left: 11px;
}

/**********************找回密码*************************/
#reset_password_menu {
    margin-top: 18px;
}

#csf_menu {
    padding-top: 4px;
}

#csf_menu li {
    overflow: hidden;
    margin-top: 10px;
    padding-bottom: 10px;
}

#csf_menu li.submit {
    margin-top: 0;
}

#csf_menu label {
    display: block;
    float: left;
    width: 57px;
    height: 35px;
    line-height: 35px;
    text-align: right;
    padding-right: 12px;
    font-size: 14px;
    color: #333;
}

#csf_body span {
    color: #666;
}

#csf_body header.email {
    padding-top: 28px;
    margin-bottom: 53px;
}

#reset_password_menu li {
    overflow: hidden;
    _clear: both;
}

#reset_password_menu .text {
    margin-top: 30px;
    display: block;
    float: left;
}

#reset_password_menu label {
    display: block;
    float: left;
    width: 100px;
    text-align: right;
    margin-right: 15px;
    margin-top: 30px;
    line-height: 35px;
    color: #555;
}

#rpm_field_error {
    color: #888;
    font-size: 14px;
    margin-top: 20px;
    display: none;
}

#rpm_field_error i {
    background-position: -1004px -19px;
    display: block;
    float: left;
    height: 15px;
    width: 15px;
    margin-right: 8px;
}

.reset_password_error {
    font-size: 12px;
    color: #888;
    margin-top: 15px;
    padding-left: 70px;
    display: none;
}

.reset_password_error i {
    background-position: -1004px -19px;
    display: block;
    float: left;
    height: 15px;
    width: 15px;
    margin-right: 10px;
}

.dlines {
    padding-top: 20px !important;
    height: 103px !important;
}

.large_dialog {
    width: 603px !important;
    background-position: 0 -250px !important;
}

/**********************人生阶段*************************/
#csf_role {
    margin-top: 22px;
}

#csf_role span {
    font-size: 16px;
    color: #333;
}

#role_map_container {
    position: relative;
    height: 203px;
    width: 565px;
    margin-top: 20px;
}

#role_map_img {
    position: absolute;
    top: 0;
    left: 0;
    height: 203px;
    width: 565px;
    z-index: 1;
}

#role_map_shadow {
    position: absolute;
    top: 0;
    left: 0;
    height: 203px;
    width: 565px;
    z-index: 2;
}

#role_shadow_img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    height: 203px;
    width: 565px;
}

#role_map_shadow div {
    position: absolute;
    width: 113px;
    height: 99px;
    z-index: 3;
    display: none;
}

#role_shadow_1 {
    left: 0;
    top: 50px;
    background-position: -341px -130px;
}

#role_shadow_2 {
    left: 90px;
    top: 104px;
    background-position: -459px -130px;
}

#role_shadow_3 {
    left: 179px;
    top: 50px;
    background-position: -574px -130px;
}

#role_shadow_4 {
    left: 270px;
    top: 0;
    background-position: -689px -130px;
}

#role_shadow_5 {
    left: 361px;
    top: 50px;
    background-position: -804px -130px;
}

#role_shadow_6 {
    left: 454px;
    top: 97px;
    background-position: -849px -0px;
}

/***********************错误页面*************************/
#content_side_error {
    padding-top: 38px;
    padding-left: 77px;
    padding-bottom: 80px;
    overflow: hidden;
    _margin-bottom: 80px;
}

#cse_figure {
    height: 206px;
    width: 140px;
}

#cse_body {
    padding-left: 77px;
    padding-top: 27px;
}

#cse_body input {
    display: block;
    margin-top: 21px;
    margin-bottom: 13px;
    margin-left: 0;
}

#cse_body header {
    font-size: 16px;
    color: #333;
}

#cse_body aside {
    height: 31px;
    width: 104px;
    background-position: -234px -144px;
}

#cse_invite_link {
    position: relative;
}

#cse_clipboard, #cse_clipboard_embed {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}

/************************主体容器*************************/
.har_icon {
    display: block;
    height: 21px;
    width: 24px;
    float: left;
    background-position: -966px 0;
    margin-left: 15px;
    margin-right: 10px;
    _display: inline;
    overflow: hidden;
}

.har_icon_title {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-right: 20px;
    font-family: "Microsoft YaHei";
}

.dit_aside {
    color: #999;
    margin-left: 7px;
    font-weight: normal;
    display: inline;
}

.more:hover {
    text-decoration: none;
}

/***********************二级头部导航**********************/
#forum_top_nav {
    margin-bottom: 10px;
}

#ftn_logo_container {
    overflow: hidden;
    height: 91px;
    _margin-left: 5px;
    vertical-align: bottom;
}

#ftn_logo_side {
    height: 90px;
    width: 684px;
}

#ftn_logo {
    width: 297px;
    height: 70px;
    margin-top: 10px;
}

#ftn_channels {
    background-position: 0 -190px;
    height: 41px;
}

#ftn_channels ul {
    height: 41px;
}

#ftn_channels li {
    display: block;
    float: left;
    text-align: center;
    line-height: 41px;
    position: relative;
}

#ftn_channels li.left_border {
    width: 3px;
    height: 41px;
    background-position: -181px -175px;
    background-color: #F5F3EF;
}

#ftn_channels li.right_border {
    width: 4px;
    height: 41px;
    background-position: -191px -175px;
    float: right;
    background-color: #F5F3EF;
}

#ftn_channels li a {
    height: 41px;
    width: 65px;
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

#ftn_channels li a:hover {
    background: url(./images/components.png) no-repeat -200px -175px;
    text-decoration: none;
}

#ftn_channels li span {
    display: none;
}

#ftn_channels li i {
    position: absolute;
    display: block;
    width: 28px;
    height: 16px;
    background-position: -633px -492px;
    right: 0;
    top: -8px;
}

#ftn_forums {
    overflow: hidden;
    height: 49px;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: #fff;
}

#ftn_forums ul {
    border-top: 1px solid #efefef;
    overflow: hidden;
    _height: 47px;
}

#ftn_forums_container {
    border-top: 1px solid #cdcdcd;
}

#ftn_forums_container a {
    position: relative;
}

#ftn_forums_container i {
    height: 0;
    position: absolute;
    top: 4px;
    right: -8px;
    overflow: hidden;
    border-left: 5px solid #f90;
    border-top: 4.5px solid #fff;
    border-bottom: 4.5px solid #fff;
    display: none;
}

#ftn_forums_container a:hover i {
    display: block;
}

#ftn_forums li {
    text-align: center;
    display: block;
    float: left;
    width: 83px;
    height: 22px;
    line-height: 22px;
    color: #333;
    font-size: 12px;
}

#ftn_moblie_container {
    position: relative;
    width: 123px;
    height: 41px;
}

#ftn_moblie {
    position: absolute;
    height: 46px;
    width: 123px !important;
    background-position: -735px -251px;
    _background-position: -735px -250px;
    top: -4px;
    left: 0;
    _top: -5px;
}

#ftn_moblie:hover {
    background-position: -610px -251px !important;
    _background-position: -610px -250px !important;
}

/***********************二级页脚导航*************************/
#fbn_header {
    height: 42px;
    border: 1px solid #e3e3e3;
    border-top: 3px solid #f90;
    background-color: #fff;
    padding-top: 12px;
}

#fbn_links {
    border: 1px solid #e3e3e3;
    border-top: none;
    background-color: #fff;
    padding-left: 15px;
    padding-top: 5px;
    margin-bottom: 15px;
}

#fbn_links li {
    float: left;
    width: 88px;
    line-height: 31px;
    overflow: hidden;
}

#fbn_links a {
    color: #888;
    font-size: 12px;
    float: left;
}

#fbn_links ul {
    overflow: hidden;
}

#fbn_title {
    line-height: 21px;
    margin-top: 5px;
}

#fbn_slogo {
    margin-right: 10px;
}

#fbn_slogan {
    margin-top: -3px;
    _margin-top: -6px;
}

/************************广告栏**************************/
#ftn_banners {
    margin-bottom: 10px;
}

#ftn_banners {
    overflow: hidden;
}

#ftn_banners section {
    margin-bottom: 4px;
}

.banners {
    width: 1000px;
    overflow: hidden;
}

.banners div {
    margin-bottom: 15px;
}

.events_banners {
    width: 1000px;
    overflow: hidden;
}

.events_banners div {
    margin-top: 15px;
}

.small_banners {
    overflow: hidden;
}

.small_banners li {
    float: left;
    display: block;
    margin-right: 5px;
    width: 196px;
    overflow: hidden;
}

.small_banners .lastone {
    margin-right: 0;
}

.middle_banners {
    overflow: hidden;
}

.middle_banners li {
    float: left;
    width: 331px;
}

.middle_banners li.center_banner {
    margin: 0 3px 0 4px;
}

.focus {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight ));
}

.flbc {
    background-color: #fff;
}

#index_side_ads {
    z-index: 8;
    position: absolute;
    *position: static;
}

#index_side_ads div {
    z-index: 10;
}

/*************************首页焦点**************************/
#index_content_focus {
    margin-bottom: 15px;
    overflow: hidden;
    _height: 718px;
}

#icf_carousel {
    width: 300px;
    height: 362px;
    overflow: hidden;
}

#icf_top_list {
    width: 298px;
    height: 355px;
    border: 1px solid #e6e6e6;
    border-top: none;
    background-color: #fff;
    overflow: hidden;
}


#icf_top_tags {
    height: 35px;
    overflow: hidden;
}


#icf_top_tags a {
    width: 98px;
    text-align: center;
    line-height: 32px;
    color: #333;
    font-size: 14px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 2px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}


#icf_top_tags a.lastone {
    border-right: none;
    width: 99px;
}


#icf_top_tags a.hover {
    border-top: 3px solid #f90;
    border-bottom: none;
    font-weight: bold;
}



#icf_top_content {
    width: 900px;
    height: 320px;
}


#icf_top_content ul {
    padding: 7px 0;
    float: left;
    width: 300px;
    overflow: hidden;
}


#icf_top_content li {
    margin: 0 15px;
    overflow: hidden;
    height: 30px;
}


#icf_top_content i {
    display: block;
    float: left;
    width: 15px;
    height: 17px;
    background-position: -1001px -1px;
    font-size: 12px;
    color: #fff;
    font-style: normal;
    text-align: center;
    line-height: 17px;
    margin-top: 7px;
    margin-right: 5px;
}


#icf_top_content a {
    color: #333;
    font-size: 14px;
    line-height: 30px;
}



#icf_center {
    width: 450px;
    height: 716px;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    background-color: #fff;
    _display: inline;
    overflow: hidden;
}

#icf_right {
    width: 220px;
    height: 718px;
}

#icf_stage {
    width: 300px;
    height: 330px;
    position: relative;
    overflow: hidden;
}

#icf_stage .figure {
    float: left;
    display: none;
    position: absolute;
    z-index: 1;
    width: 300px;
    height: 330px;
    text-align: center;
}

#icf_stage .active {
    z-index: 2;
}

#icf_stage img {
    vertical-align: bottom;
}

#icf_stage .hover {
    display: block;
}



#icf_buttons {
    overflow: hidden;
    padding: 11px 0;
    width: 304px;
    position: relative;
    zoom: 1;
}


#icf_buttons li {
    width: 34px;
    height: 8px;
    display: block;
    float: left;
    background-color: #FFBD35;
    margin-right: 4px;
    cursor: pointer;
    overflow: hidden;
}


#icf_buttons li.hover {
    background-color: #960;
    position: absolute;
    top: 11px;
    z-index: 2;
    clear: both;
}



#icf_activities {
    height: 411px;
    border: 1px solid #e6e6e6;
    margin-bottom: 15px;
    background-color: #fff;
    overflow: hidden;
}

#icf_issues {
    width: 218px;
    height: 161px;
    border: 1px solid #e6e6e6;
    border-top: none;
    margin-bottom: 15px;
    background-color: #fff;
    overflow: hidden;
}
#icf_issues dd {
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    overflow: hidden;
    height: 35px;
}

#icf_issues_tags {
    height: 30px;
    border-top: 1px solid #e6e6e6;
}

#icf_issues_tags a {
    display: block;
    text-indent: 15px;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
}

#icf_issues_tags a.hover {
    line-height: 29px;
    font-weight: bold;
}

#iic_star {
    float: left;
    width: 208px;
    padding: 15px 5px;
    height: 100px;
}

#iic_star img {
    margin: 0 8px 0 10px;
    border-radius: 8px;
    _display: inline;
}

#iic_star p {
    padding: 5px 0;
}

#iic_star .small {
    height: 115px;
}

#icf_center_header {
    padding: 15px 15px 0 0;
    height: 20px;
    overflow: hidden;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#icf_center_header h2 {
    font-size: 16px;
    font-weight: normal;
}

#icf_center_weather {
    height: 20px;
    width: 120px;
    position: relative;
}

#icf_center_weather iframe {
    position: relative;
    z-index: 1;
}

#icw_shilder {
    height: 20px;
    width: 120px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
}

#icf_center_citylife {
    height: 20px;
    width: 62px;
    background-position: -962px -55px;
}

#icf_center_front {
    overflow: hidden;
    padding: 10px 15px 5px 15px;
    border-bottom: 1px dotted #E4DED3;
    _height: 150px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
}

#icf_center_front p {
    padding: 0 5px;
}

#icf_center_front h3 {
    padding: 6px 0;
    line-height: 25px;
    height: 25px;
}






#icf_activities_header {
    height: 35px;
}

#icf_activities_header h2 {
    line-height: 35px;
    font-size: 16px;
    margin-left: 15px;
    _display: inline;
}

#icf_activities_body {
    margin-top: 15px;
    position: relative;
    height: 331px;
    z-index: 1;
    overflow: hidden;
}

#icf_activities_body ul {
    height: 331px;
    overflow: hidden;
    width: 218px;
    margin-bottom: 17px;
}

#icf_activities_body li {
    height: 87px;
    overflow: hidden;
    position: relative;
}

#icf_activities_body img {
    float: left;
    display: block;
    margin: 0 13px 17px 15px;
    _display: inline;
}

#icf_activities_body h3 {
    font-size: 14px;
    color: #333;
    margin-right: 7px;
}

#icf_activities_body p {
    font-size: 12px;
    color: #888;
    line-height: 16px;
}

#icf_activities_body a.flag {
    position: absolute;
    display: block;
    width: 56px;
    height: 18px;
    padding-left: 3px;
    font-size: 12px;
    top: 52px;
    left: 100px;
    color: #fff;
    background-position: -964px -35px;
    line-height: 18px;
}

#icf_activities_body a.flag:hover {
    background-position: -965px -73px;
    text-decoration: none;
}

#icf_activities_footer {
    text-align: center;
    background-color: #fff;
    padding-top: 7px;
    margin-top: 10px;
    height: 12px;
    z-index: 2;
    position: relative;
    overflow: hidden;
    display: block;
}

#icf_activities_footer:hover {
    background-color: #f6f6f6;
}

#icf_activities_footer i {
    border-top: 5px solid #999;
    border-left: 7px solid #fff;
    border-right: 7px solid #fff;
    height: 0;
    width: 0;
    display: block;
    margin: 0 auto;
}

#icf_info {
    width: 203px;
    height: 102px;
    border: 1px solid #e6e6e6;
    background-color: #fff;
    padding-left: 15px;
    padding-top: 8px;
}

#icf_info li {
    height: 24px;
    width: 66px;
    float: left;
    line-height: 24px;
    overflow: hidden;
}

#icf_info a {
    font-size: 12px;
    color: #666;
    display: block;
}

#icf_info i {
    height: 5px;
    width: 5px;
    background-color: #f90;
    display: block;
    float: left;
    overflow: hidden;
    margin-top: 10px;
    margin-right: 3px;
    _display: inline;
}
