﻿@charset "utf-8";

/* CSS Document */

html,
body,
dbottomborderiv,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
}

input:focus {
    outline: 0 none;
}

a:focus,
*:focus {
    noFocusLine: expression(this.onFocus=this.blur());
    outline: none;
}

a {
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

img,
iframe {
    border: medium none;
}

ol,
ul {
    list-style: none outside none;
}

li {
    vertical-align: top;
    list-style-type: none;
}


/*解决IE6/7下li会向下产生大约2px的外边距影响*/

input,
textarea,
select,
button {
    font-family: inherit;
    font-size: 100%;
}

.clearfix {
    overflow: auto;
    _height: 1%
}


/*方法一：必须放在父元素上，用于清楚内部浮动影响*/

.text_hidden {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.text_auto {
    word-wrap: break-word;
    white-space: nowrap;
}

.margin_bottom10 {
    margin-bottom: 10px;
}

.margin_right25 {
    margin-right: 25px;
}

.margintop10 {
    margin-top: 10px;
}

.margintop5 {
    margin-top: 5px;
}


/*************header******************************/

.header_topbg {
    width: 100%;
    height: 30px;
    background: url(../images/header_top.png) repeat-x;
}

.header_cont {
    width: 1003px;
    margin: 0 auto;
}

.header_link {
    width: 500px;
    height: 30px;
    line-height: 30px;
    float: left;
    font-size: 12px;
}

.header_link a {
    color: #000;
}

.header_right {
    width: 500px;
    height: 30px;
    line-height: 30px;
    float: right;
    font-size: 12px;
}

.header_time {
    width: 150px;
    float: left;
}

.header_weather {
    width: 210px;
    float: left;
}

.header_fz {
    width: 140px;
    float: left;
    text-align: right;
}

.header_fz a {
    color: #000;
    cursor: pointer;
}

.header_banner_bg {
    width: 100%;
    height: 180px;
    background: url(../images/header_bannerbg.png) repeat-x;
}

.header_banner {
    width: 100%;
    height: 180px;
    background: url(../images/header_banner.png) center no-repeat;
}

.nav {
    height: 55px;
    width: 100%;
    background: #0760c5;
}

.navul {
    width: 1003px;
    margin: 0 auto;
}

.nav ul li {
    display: block;
    float: left;
    width: 107px;
    height: 55px;
    line-height: 55px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 16px;
    text-align: center;
}

.nav ul li a {
    color: #fff;
}

.nav ul li.active {
    background: #0090ff;
}

.navul .seach {
    width: 350px;
    float: left;
    height: 55px;
}

.submit {
    width: 50px;
    height: 35px;
    float: right;
    display: block;
    margin-top: 9px;
    border: none;
    border: 0;
    background: #d00003 url(../images/Search.png) center no-repeat;
    color: #fff;
    cursor: pointer;
}

.seached {
    width: 260px;
    height: 32px;
    background: #fff;
    color: #686868;
    border: none;
    border: 0;
    margin-top: 9px;
    float: right;
    line-height: 32px;
    font-size: 12px;
}

.nav_cont {
    display: none;
    width: 100%;
    height: 38px;
    background: #0090ff;
}

.nav_cont.active {
    display: block;
}

.nav_c {
    width: 1003px;
    margin: 0 auto;
}

.nav_c1 {
    line-height: 35px;
    font-size: 12px;
    margin-left: 135px;
    color: #fff;
}

.nav_c2 {
    line-height: 35px;
    font-size: 12px;
    margin-left: 250px;
    color: #fff;
}

.nav_c3 {
    line-height: 35px;
    font-size: 12px;
    margin-left: 280px;
    color: #fff;
}

.nav_c4 {
    line-height: 35px;
    font-size: 12px;
    margin-left: 475px;
    color: #fff;
}

.nav_c1 a,
.nav_c2 a,
.nav_c3 a,
.nav_c4 a {
    color: #fff;
}

.nav_c1 a:hover,
.nav_c2 a:hover,
.nav_c3 a:hover,
.nav_c4 a:hover {
    text-decoration: underline;
}


/*************header_end***********************************/


/*************mian******************************/

.list_bg,
.content_bg {
    background: url(../images/main_bg.png) repeat-x;
    padding-top: 12px;
    padding-bottom: 12px;
}

.main {
    width: 1003px;
    margin: 0px auto 0 auto;
    padding-top: 12px;
    background: #fff;
}

.list,
.content {
    width: 1003px;
    margin: 0 auto;
}

.content {
    background: #fff;
}

.main_level1 {
    margin-bottom: 6px;
    height: 320px;
}

.main_pic {
    width: 552px;
    height: 312px;
    float: left;
}

.main_gzdt {
    float: right;
    width: 438px;
    height: 312px;
}

.main_gzdtc1 {
    border-bottom: 1px solid #0b62c4;
}

.main_gzdtc2 {
    display: inline-block;
    background: #f5f5f5;
    padding: 0 14px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.main_gzdtc2 a{
    color: #0f6cd5;
}
.nav_active{
    background: #0f6cd5;
}
.nav_active a{
    color: #fff;

}

.main_gzdtc3 {
    display: inline-block;
    width: 50px;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

.main_gzdtc3 a {
    color: #0c335f;
    font-size: 12px;
}

.main_gzdtc4 {
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-family: "微软雅黑";
    text-align: center;
    color: #0158bb;
}

.main_gzdtc4_1 {
    width: 435px;
    font-size: 12px;
    line-height: 20px;
    text-indent: 2em;
    margin: 5px 0px;
    color: #333;
}

.main_gzdtc4_1 a {
    color: #e00007;
    font-size: 12px;
}

.main_ulc5 {
    padding-top: 10px;
    clear: both;
}
.main_ulc5 li{
    font-size: 18px;
    padding: 4px 0;

}

.main_ulc5 li a {
    display: block;
    height: 32px;
    line-height: 32px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 340px;
    float: left;
    background: url(../images/listico_bule.png) left no-repeat;
    text-indent: 12px;
    color: #333;
    text-shadow: 14px;
}

.main_ulc5 li span {
    display: block;
    height: 32px;
    line-height: 32px;
    width: 80px;
    float: right;
    font-size: 12px;
    text-align: center;
    color: #666;
}

.main_level2 {
    margin-bottom: 6px;
}

.main_level2left {
    width: 358px;
    height: 220px;
    float: left;
}


/*栏目名*/

.main_leve12c1,
.main_leve12midc1,
.main_c1_1,
.main_c2_1,
.main_c3_1,
.main_c4_1 {
    width: 115px;
    height: 35px;
    line-height: 35px;
    float: left;
    text-align: center;
    color: #0158bb;
    font-weight: bold;
    border: 1px solid #1867c1;
    border-bottom: none;
}

.main_cc {
    background: #f2f2f2;
    height: 39px;
    line-height: 38px;
}

.main_cc div {
    float: left;
    width: 117px;
    text-align: center;
    background: #f2f2f2;
    border-bottom: 1px solid #1867c1;
    font-weight: bold;
}

.main_cc div a {
    color: #0158bb;
}

.main_cc div.active {
    background: #fff !important;
    border: 1px solid #1867c1;
    border-bottom: none;
}

.main_cc span {
    float: left;
    background: #f2f2f2;
    text-align: right;
    border-bottom: 1px solid #1867c1;
    width: 477px;
    font-size: 12px;
}

.main_cc span a {
    color: #0c335f;
}

.main_c2_4 li {
    display: block;
    overflow: hidden;
    height: 34px;
    line-height: 34px;
}

.main_c2_4 li a {
    float: left;
    color: #333;
    background: url(../images/listico_black.png) 2% center no-repeat;
    text-indent: 15px;
}

.main_c2_4 li span {
    float: right;
    font-size: 12px;
}


/*更多*/

.main_level2c2,
.main_level2midc2,
.main_c1_2,
.main_c2_2,
.main_c3_2,
.main_c4_2 {
    float: left;
    width: 241px;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #1867c1;
    font-size: 12px;
    text-align: right;
    background: #f2f2f2;
}


/*更多字体颜色*/

.main_level2c2 a,
.main_level2midc2 a,
.main_c1_2 a,
.main_c2_2 a,
.main_c3_2 a,
.main_c4_2 a {
    color: #0c335f;
}


/*ol*/

ol.main_level2c3,
ol.main_level2midc3,
ol.main_c1_3,
ol.main_c2_3,
ol.main_c3_3,
ol.main_c4_3 {
    clear: both;
    padding-top: 9px;
}


/*ol li a*/

.main_level2c3 li a,
.main_level2midc3 li a,
.main_c1_3 li a,
.main_c2_3 li a,
.main_c3_3 li a,
.main_c4_3 li a {
    background: url(../images/listico_black.png) 2% center no-repeat;
    display: block;
    width: 270px;
    float: left;
    height: 34px;
    line-height: 34px;
    color: #333;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}


/*ol li span*/

.main_level2c3 li span,
.main_level2midc3 li span,
.main_c1_3 li span,
.main_c2_3 li span,
.main_c3_3 li span,
.main_c4_3 li span {
    display: block;
    width: 80px;
    float: right;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
    color: #666;
    text-align: right;
}

.main_level2middle {
    width: 358px;
    height: 220px;
    margin: 0 10px;
    float: left;
}

.main_level2right {
    width: 267px;
    height: 220px;
    float: left;
}

.main_level2rigc1 {
    height: 36px;
    background: #0f6cd5;
}

.main_level2rigc2 {
    float: left;
    width: 115px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.main_level2rigc3 {
    width: 100px;
    float: right;
    height: 36px;
    line-height: 36px;
    text-align: right;
    font-size: 12px;
}

.main_level2rigc3 a {
    color: #fff;
}

ol.main_level2rigc4 {
    clear: both;
    padding-top: 9px;
}

.main_level2rigc4 li span {
    color: #666;
}

.main_level2rigc4 li {
    background: url(../images/listico_black.png) 2% center no-repeat;
    height: 34px;
}

.main_level2rigc4 li a {
    color: #333;
    width: 190px;
    display: block;
    height: 34px;
    line-height: 34px;
    float: left;
    text-indent: 15px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.main_level2rigc4 li span {
    display: block;
    width: 70px;
    font-size: 12px;
    float: right;
    text-align: right;
    line-height: 34px;
}

.main_level3 {}

.main_level3left {
    width: 727px;
    float: left;
}

.main_level3left .main_level3zt {
    width: 727px;
    height: 100px;
    margin-bottom: 10px;
}

.main_level3left .main_level3zt img {
    width: 725px;
    height: 100px;
}

.main_level3right {
    width: 267px;
    float: right;
}

.main_levelpic {
    height: 100px;
    width: 100%;
    margin-bottom: 10px;
}

.main_c1,
.main_c3 {
    width: 358px;
    height: 217px;
    float: left;
}

.main_c2,
.main_c4 {
    width: 358px;
    height: 217px;
    float: left;
    margin-left: 10px;
}

.main_levelrc1 {
    width: 265px;
    height: 153px;
    background: #e4f1ff;
    margin-bottom: 12px;
    border: 1px solid #c5e1fe;
}

.main_level3_c1_a,
.main_level3_c1_b,
.main_level3_c1_c {
    width: 240px;
    height: 38px;
    background: #fff;
    margin-left: 10px;
    border: 1px solid #cdd8e5;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.main_level3_c1_a a,
.main_level3_c1_b a,
.main_level3_c1_c a {
    color: #0158bb;
}

.main_levelrc2 {
    width: 265px;
    ;
    height: 255px;
    margin-bottom: 12px;
}

.main_levelrc2_title {
    width: 100%;
    height: 40px;
    background: #0f6cd5;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-weight: bold;
}

.main_levelrc2_a,
.main_levelrc2_b,
.main_levelrc2_c,
.main_levelrc2_d {
    width: 265px;
    height: 46px;
    margin: 0 auto;
    line-height: 46px;
    text-align: center;
    /*font-weight: bold;*/
    background: url(../images/zwgk_bg.png) no-repeat;
    margin-top: 5px;
}

.main_levelrc2_a {
    margin-top: 10px;
}

.main_levelrc2_a a,
.main_levelrc2_b a,
.main_levelrc2_c a,
.main_levelrc2_d a {
    color: #3580d5;
}

.write_letter {
    height: 55px;
    background: url(../images/letter.png) no-repeat;
}

.write_wsdc {
    height: 55px;
    background: url(../images/ygrx.jpg) no-repeat;
    margin-top: 6px;
}

.write_letter a,
.write_wsdc a {
    display: block;
    height: 55px;
}

.main_levelrc3 {
    height: 119px;
    width: 265px;
}

.main_levelrc3_a {
    width: 265px;
    height: 57px;
    background: url(../images/letter.png) no-repeat;
}

.main_levelrc3_b {
    width: 265px;
    height: 57px;
    background: url(../images/feedback.png) no-repeat;
    margin-top: 5px;
}

.main_levelrc3_a a,
.main_levelrc3_b a {
    display: block;
    height: 57px;
}

.main_c4 {
    width: 715px !important;
    clear: both;
}

.main_c4_2 {
    width: 597px;
}

.main_level4 {
    background: #e4f1ff url(../images/smzjj_link.png) no-repeat 1% center;
    height: 35px;
    border-top: 2px solid #bfbcbc;
    border-right: 1px solid #bfdefe;
    border-left: 1px solid #bfdefe;
}

.yqlj {
    float: left;
    width: 14%;
    line-height: 37px;
    text-indent: 40px;
    font-weight: bold;
    color: #D00003;
}

.link {
    float: left;
    width: 80%;
}

.link a {
    display: block;
    float: left;
    line-height: 37px;
    width: 20%;
    color: #333;
    text-align: center;
    font-size: 14px;
}


/*************main_end*****************************/


/*************bottom******************************/

.bottom {
    width: 100%;
    background: #ededed;
    height: 250px;
    font-size: 12px;
    border-top: 4px solid #0f6cd5;
}

.bottomborder {
    width: 730px;
    margin: 0 auto;
}

.bottomborder select {
    width: 180px;
    height: 25px;
    float: left;
    margin-top: 25px;
    font-size: 12px;
}

.bottom_con {
    height: auto;
}

.bottomc1 {
    width: 10%;
    text-align: right;
    float: left;
}

.bottomc2 {
    width: 50%;
    float: left;
    font-size: 12px;
    margin-top: 15px;
}

.bottomc2 p {
    height: 25px;
    line-height: 25px;
}


/*************bottom_end******************************/


/*************list******************************/

.list {
    background: #fff;
}

.list_left {
    width: 226px;
    min-height: 680px;
    background: #f2f6fa;
    border: 1px solid #bdd5f1;
    float: left;
}

.list_right {
    width: 770px;
    min-height: 600px;
    float: right;
}

.channe_a {
    width: 100%;
    font-size: 16px;
    height: 45px;
    background: url(../images/channel_bg.png) repeat-x;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-weight: bold;
    letter-spacing: 1px;
}

.list_channel {}

dl.list_channel_nam {
    margin: 20px 17px;
    font-size: 14px;
    font-family: sans-serif;
}

dl.list_channel_nam dd {
    width: 192px;
    height: 40px;
    display: font-weight: normal;
    background: url(../images/channl_bg.png) no-repeat;
    margin-bottom: 12px;
}

dl.list_channel_nam dd.active {
    background: url(../images/channl_bgl.png) no-repeat;
}

dl.list_channel_nam dd a {
    color: #333;
    line-height: 40px;
    text-align: center;
    display: block;
    width: 100%;
}

dl.list_channel_nam dd a.active {
    color: #fff;
}

.list_right_top {
    width: 760px;
    margin-left: 2px;
    height: 44px;
    border-bottom: 1px solid #bdd5f1;
}

.list_right_address {
    background: url(../images/address.png) 8px center no-repeat;
    font-size: 12px;
    color: #333;
    height: 34px;
    text-indent: 22px;
    line-height: 34px;
    margin-top: 10px;
    border-bottom: 1px solid #5cb4f9;
    display: inline-block;
    padding: 0px 5px;
}

.list_right_address a {
    font-size: 12px;
    color: #333;
}

.list_right_co1 {
    width: 760px;
    margin-left: 2px;
}

.list_right_co2 {
    margin-top: 20px;
}

.list_right_co2 li {
    display: block;
    border-bottom: 1px dashed #989797;
    height: 35px;
    background: url(../images/list_ico.png) 5px center no-repeat;
}

.list_right_co2 li.active {
    background: #e8e6e6 url(../images/list_icol.png) 5px center no-repeat;
}

.list_right_co2 li a {
    display: block;
    width: 80%;
    float: left;
    line-height: 35px;
    height: 35px;
    color: #333;
    text-indent: 20px;
}

.list_right_co2 li span {
    display: block;
    width: 15%;
    float: right;
    font-size: 12px;
    color: #555;
    height: 35px;
    line-height: 35px;
}

.list_right2_cont2 {
    padding: 25px 20px;
}


/*分页*/

.page_num {
    padding: 40px 20px 20px 20px;
    overflow: hidden;
    font-size: 12px;
}

#page_div {
    line-height: 25px;
    color: #000;
}

#pagination_input {
    width: 22px;
    height: 22px;
    line-height: 22px;
    margin: 0 8px;
    padding: 0;
    overflow: hidden;
    border: 1px solid #ccc;
}

#page_div .pagination_index,
#page_div .pagination_index_num {
    background: #FFFFFF;
    border: 1px solid #d9d7d7;
    padding: 0 8px;
    margin-right: 5px;
    float: left;
    min-width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
}

#page_div .pagination_index a,
#page_div .pagination_index_num a {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index a:hover,
#page_div .pagination_index_num a:hover {
    padding: 0px;
    margin: 0px;
    text-align: center;
    color: #000;
}

#page_div .pagination_index_last {
    width: 260px;
    float: right;
    text-align: right;
}

#page_div .pagination_index_num {
    margin-right: 2px;
    padding: 0px;
    width: 22px;
}

#page_div .currentIndex {
    background: #008ffe;
    border: 1px solid #008ffe;
    width: 22px;
    line-height: 22px;
    height: 22px;
    color: #FFF;
    text-align: center;
    font-weight: bold;
}


/*************list_end******************************/


/*************content******************************/

.content_adr {
    width: 99%;
    height: 44px;
    margin: 0 auto;
    border-bottom: 1px solid #bdd5f1;
}

.content_address {
    background: url(../images/address.png) 8px center no-repeat;
    font-size: 12px;
    color: #333;
    height: 34px;
    text-indent: 22px;
    line-height: 34px;
    margin-top: 10px;
    border-bottom: 1px solid #5cb4f9;
    display: inline-block;
    padding: 0px 5px;
    width: 100%;
}

.content_address a {
    font-size: 12px;
    color: #333;
}

.content_title_bg {
    width: 99%;
    margin: 0 auto;
    background: #ececec;
    height: 189px;
}

.content_title_bg h2 {
    text-align: center;
    line-height: 149px;
    color: #0760c5;
    font-size: 22px;
    overflow: hidden;
    display: block;
    height: 149px;
    border-bottom: 1px dashed #c1c1c1;
}

.content_c1 {
    height: 39px;
    line-height: 39px;
    font-size: 12px;
    color: #505050;
}

.content_c1 span.ly {
    display: block;
    width: 50%;
    float: left;
    text-align: center;
}

.content_c1 span.timea {
    display: block;
    width: 48%;
    float: left;
    text-align: center;
}

.content_c2 {
    width: 99%;
    margin: 0 auto;
}


/*上下篇*/

.con_con {
    padding: 20px 0px 30px 0px;
    color: #000;
    min-height: 280px;
    margin: 0 auto;
    font-size: 16px;
    width: 96%;
    font-size: 12px;
}

.confy {
    width: 100%;
    height: 37px;
    margin-bottom: 10px;
    background: #e7e6e6;
}

.confysy {
    width: 430px;
    margin-left: 15px;
    overflow: hidden;
    float: left;
}

.fenye1 {
    width: 78px;
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 7px;
    text-align: center;
    color: #fff;
    background: #008ffe;
}

.fenyet {
    width: 78%;
    line-height: 37px;
    float: right;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.fenyet a {
    font-size: 14px;
    color: #333;
}

#zoomcon table,
#zoomcon table th,
#zoomcon table td {
    border: 1px solid #CCCCCC;
    border-collapse: collapse;
    line-height: 38px;
  
    font-family: "微软雅黑";
}

#zoomcon table,
#zoomcon table th,
#zoomcon table td a {
    font-size: 14px;
    
    text-decoration: none;
}

.map01 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}

.map02 {
    text-align: center;
}

.map03 {
    text-align: center;
}

.wzfx_lf {
    text-align: left;
    padding-left: 20px;
}

.lmtt ul li {
    width: 230px;
    line-height: 30px;
    float: left;
    overflow: hidden;
    text-align: left;
}

.lmtt ul li a,
.cydh1 ul li a:hover {
    color: red;
}


/*************content_end******************************/


/***index页网上调查****/

.hdjl_list {
    width: 100%;
    height: 170px;
    overflow: hidden;
}

.wsdc_nr_r_t {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    font-family: "微软雅黑";
    width: 100%;
    text-align: center
}

.wsdc_nr_r_r {
    height: 100px;
    width: 95%;
    line-height: 25px;
    text-indent: 2em;
    margin-top: 5px;
    margin-left: 10px;
    overflow: hidden;
}

.wycj {
    width: 119px;
    height: 34px;
    line-height: 34px;
    color: #014e90;
    float: right;
    text-align: center;
    margin-right: 15px;
    font-size: 14px;
    font-family: 微软雅黑;
    margin-top: 4px;
}

.wycj a {
    color: #014E90;
}

.div_body {
    width: 100%;
    margin: 10px auto 0px auto;
}

.showinfo td {
    width: 60px;
    font-size: 14px;
    font-family: "寰蒋板呴粦";
    border: 1px solid rgb(227, 174, 176);
    text-align: center;
    padding: 10px 0
}

.showinfo td p {
    padding: 0px 20px;
    text-align: left;
    font-size: 14px;
    font-family: "寰蒋板呴粦";
}

.showinfo {
    width: 100%;
}

.table_th td {
    height: 40px;
    line-height: 40px;
    font-family: "microsoft yahei";
}

.table2_list td {
    height: 35px;
    line-height: 35px;
}

.table2_list td a {
    color: #333;
    font-family: "microsoft yahei";
}

#ifocus {
    width: 727px;
    height: 100px;
    overflow: hidden;
    position: relative;
}

#ifocus_pic {
    display: inline;
    position: relative;
    float: left;
    width: 727px;
    height: 100px;
    overflow: hidden;
}

#ifocus_piclist {
    position: absolute;
    width: 4000px;
    overflow: hidden;
}

#ifocus_piclist li {
    width: 727px;
    height: 100px;
    float: left;
    overflow: hidden;
}

#ifocus_piclist img {
    width: 727px;
    height: 100px;
}

#ifocus_btn {
    position: absolute;
    right: 450px;
    bottom: 0px;
    width: 86px;
    height: 14px;
    line-height: 14px;
    z-index: 1001;
    color: #FFF;
}

#ifocus_btn a {
    color: #FFF;
    text-decoration: none;
}

#ifocus_btn li {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    float: left;
    background: url(../images/ztzl_ico_05.png) no-repeat;
    cursor: pointer;
    color: #0187d0;
    text-align: center;
}

#ifocus_btn .current {
    margin: 0 4px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    background: url(../images/ztzl_ico_03.png) no-repeat;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=100);
    color: #fff;
}

.piaohong {
    background: url('/publicweb/xhtml/img/gcd.png') no-repeat;
}