/*全局样式*/
body
{
    margin: 0;
    padding: 0;
    line-height: 150%;
    font-family: Arial;
    color: #333333;
    font-size: 9.5pt;
}

p
{
    line-height: 200%;
    font-size: 9.5pt;
    text-align: justify;
    text-justify: inter-ideograph;
}

table
{
    vertical-align: top;
    border: 0;
    margin: 0;
    padding: 0;
}

tr
{
    vertical-align: top;
}

ul, li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

a
{
    text-decoration: none;
}

    a:link
    {
        color: #333333;
    }

    a:visited
    {
        color: #333333;
    }

    a:hover
    {
        color: #ff6a00;
    }

img
{
    border: 0;
}

/*框架样式*/
div.logo_bg
{
    position: relative;
    width: 100%;
    height: 79px;
    background: url(../images/logo_bg.png) repeat-x;
    display: none;
}

div.logo
{
    position: relative;
    width: 960px;
    height: 79px;
    margin: 0 auto;
    background: url(../images/logo.png) no-repeat;
}

div.bigimage_bg
{
    position: relative;
    width: 100%;
    height: 297px;
    background-color: #4178ab;
    display: none;
}

div.bigimage_bg2
{
    position: relative;
    width: 100%;
    height: 132px;
    background-color: #487eb1;
    display: none;
}

div.bigimage_box
{
    position: relative;
    width: 960px;
    height: 263px;
    margin: 0 auto;
    background-color: #ffffff;
    /*background: url(../images/bigimage.png) no-repeat;*/
}

div.bigimage2
{
    position: relative;
    width: 960px;
    height: 132px;
    margin: 0 auto;
}

    div.bigimage2 img
    {
        width: 960px;
        height: 132px;
    }

div.menu_bg
{
    position: relative;
    width: 100%;
    height: 44px;
    background: url(../images/menu_bg.png) repeat-x;
    z-index: 3;
    display: none;
}

div.menu
{
    position: relative;
    width: 960px;
    height: 44px;
    margin: 0 auto;
    background: url(../images/menu.png) no-repeat;
}

div.middle
{
    position: relative;
    width: 914px;
    margin: 0 auto;
    display: none;
}

div.middle_c
{
    position: relative;
    width: 100%;
    height: 550px;
}

div.yqsb_bk
{
    position: relative;
    width: 914px;
    height: 80px;
    margin: 0 auto;
    display: none;
}

div.hyperlink_bg
{
    position: relative;
    width: 100%;
    height: 44px;
    background: url(../images/hyperlink_bg.png) repeat-x;
    display: none;
}

div.hyperlink
{
    position: relative;
    width: 960px;
    height: 44px;
    line-height:44px;
    color:#ffffff;
    text-align:center;
    margin: 0 auto;
    background: url(../images/hyperlink.png) no-repeat;
}

div.footer_bg
{
    position: relative;
    width: 100%;
    height: 40px;
    background-color: #3e71a5;
    display: none;
}

div.footer
{
    position: relative;
    width: 960px;
    height: 40px;
    margin: 0 auto;
    color: #ffffff;
    line-height: 40px;
}

#jj_box
{
    width: 260px;
    top: 0;
    left: 0;
}

#xw_box
{
    width: 615px;
    top: 0;
    right: 0;
}

#xt_box
{
    width: 260px;
    top: 320px;
    left: 0;
}

#gg_box
{
    width: 615px;
    top: 320px;
    right: 0;
}

#fc_box
{
    top: 0;
    left: 665px;
}

#fc img
{
    width: 125px;
    height: 85px;
    padding: 5px;
}

/*链接样式*/
a.white:link
{
    color: #ffffff;
}

a.white:visited
{
    color: #ffffff;
}

a.white:hover
{
    color: #ff6a00;
}

a.blue:link
{
    color: #3770a6;
}

a.blue:visited
{
    color: #3770a6;
}

a.blue:hover
{
    color: #ff6a00;
}

a.orange:link
{
    color: #df7070;
}

a.orange:visited
{
    color: #df7070;
}

a.orange:hover
{
    color: #ff6a00;
}

a.more
{
    display: block;
    width: 38px;
    height: 18px;
    background: url(../images/more.png);
}

/*头部样式*/
.logo_link
{
    display: block;
    position: absolute;
    width: 370px;
    height: 60px;
    top: 8px;
    left: 0px;
}

#header_link
{
    position: absolute;
    right: 180px;
    bottom: 20px;
}

#header_link2
{
    position: absolute;
    right: 0px;
    bottom: 20px;
}

    #header_link a:link, #header_link2 a:link
    {
        font-size: 9.5pt;
        color: #ffffff;
    }

    #header_link a:visited, #header_link2 a:visited
    {
        color: #ffffff;
    }

    #header_link a:hover, #header_link2 a:hover
    {
        color: #ff6a00;
    }

div.header_search
{
    position: absolute;
    height: 23px;
    right: 0px;
    bottom: 20px;
}

/*主菜单样式*/
#nav
{
    position: absolute;
    width: 100%;
}

li.mainlevel
{
    display: block;
    width: 106px;
    height: 44px;
    float: left;
    line-height: 44px;
    text-align: center;
    font-size: 11pt;
    font-family: '微软雅黑';
}

#nav .mainlevel ul
{
    display: none;
    width: 106px;
    line-height: 40px;
    background: url(../images/menu_link.png);
    font-size: 9pt;
}

li.mainlevel a
{
    color: #ffffff;
}

li.mainlevel:hover a
{
    color: #ff6a00;
}

#nav .mainlevel ul a
{
    color: #ffffff;
}

#nav .mainlevel ul li:hover
{
    background: url(../images/menu_hover.png);
}

/*二级菜单样式*/
div.menu2_t
{
    position: relative;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #3770a6;
    font-size: 11pt;
    font-family: '微软雅黑';
    border-bottom: 1px solid #d8d8d8;
}

div.menu2_c
{
    position: relative;
    width: 177px;
    line-height: 32px;
    margin: 0px auto;
    font-size: 9pt;
    font-family: '微软雅黑';
    background: url(../images/menu2_link_bg1.png) repeat-y;
}

#menu2 a
{
    display: block;
    width: 100%;
    height: 32px;
    text-indent: 30px;
}

    #menu2 a:link
    {
        color: #666666;
    }

    #menu2 a:visited
    {
        color: #666666;
    }

    #menu2 a:hover
    {
        color: #ff9933;
    }

/*首页新闻列表样式*/
div.news
{
    position: absolute;
}

div.news_h
{
    position: relative;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 4px solid #d8d8d8;
}

div.news_h_t
{
    position: relative;
    width: 180px;
    float: left;
    text-align: left;
    font-size: 11pt;
    font-family: '微软雅黑';
    color: #3770a6;
}

div.news_h_m
{
    position: relative;
    width: 38px;
    float: right;
    padding-top: 10px;
}

div.news_h2
{
    position: relative;
    width: 295px;
    height: 35px;
    line-height: 35px;
}

div.news_h_t2
{
    position: relative;
    float: left;
    font-size: 12pt;
    font-family: '微软雅黑';
    color: #3770a6;
}

div.news_m
{
    margin: 10px auto auto auto;
    float: right;
}

div.news_c
{
    position: relative;
    width: 100%;
}

div.news_c_list
{
    position: relative;
    width: 100%;
}

div.news_c_l
{
    position: relative;
    width: 75px;
    height: 90px;
    float: left;
}

div.news_c_r
{
    position: relative;
    width: 540px;
    height: 90px;
    float: right;
}

div.news_c2
{
    position: relative;
    width: 100%;
    overflow: hidden;
}

div.news_c span
{
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
}

#bg
{
    position: relative;
}

.table_xsbg
{
    table-layout: fixed;
    width: 295px;
    font-size: 9.5pt;
    font-family: 宋体;
}

/*导航样式*/
div.Navg
{
    position: absolute;
    width: 100%;
    top: 55px;
    left: 0px;
    font-family: '微软雅黑';
}

div.Navg_t
{
    position: relative;
    width: 30%;
    color: #fff;
    font-size: 11pt;
}

div.Navg_c
{
    position: relative;
    width: 70%;
    color: #fff;
}

/*二级页面左侧样式*/
div.content_left
{
    position: relative;
    width: 200px;
    margin: 0 auto;
}

div.left_search
{
    position: relative;
    width: 100%;
    line-height: 200%;
}

    div.left_search span
    {
        color: #3770a6;
        font-size: 9pt;
    }

div.left_news
{
    position: relative;
    width: 200px;
    margin: 0px auto;
}

div.left_news_h
{
    position: relative;
    width: 100%;
    color: #3770a6;
    font-size: 9pt;
    border-bottom: 1px solid #d8d8d8;
}

/*二级页面右侧样式*/
div.content_right
{
    position: relative;
    width: 95%;
    float: right;
}

#divcontent
{
    position: relative;
    float: right;
    width: 100%;
}

    #divcontent p
    {
        font-size: 10pt;
        font-family: '微软雅黑';
    }

div.Newslist
{
    position: relative;
    width: 100%;
}

    div.Newslist p
    {
        margin-top: 10px;
    }

div.Newslist_left
{
    position: relative;
    width: 470px;
    float: left;
}

p.NewsTitle
{
    color: #3770a6;
}

span.NewsTitle
{
    color: #3770a6;
}

p.PostTime
{
    color: #999999;
}

p.NewsSummary
{
    color: #666666;
}

div.Newslist_right
{
    position: relative;
    width: 148px;
    height: 98px;
    float: right;
    margin-top: 20px;
}

    div.Newslist_right img
    {
        width: 148px;
        height: 98px;
    }

div.ContentHeader
{
    width: 100%;
}

    div.ContentHeader p
    {
        text-align: center;
    }

h3.ContentTitle
{
    font-size: 11pt;
    font-family: '微软雅黑';
    color: #df7070;
    text-align: center;
}

h3.ContentTitle2
{
    font-size: 11pt;
    font-family: '微软雅黑';
    color: #df7070;
    text-align: left;
}

div.ContentDetails
{
    width: 100%;
}

#divpage
{
    width: 670px;
    margin: 0 auto;
    text-align: right;
    font-size: 9pt;
    color: #3770a6;
    line-height: 40px;
}

a.pagelink:link
{
    font-size: 9pt;
    color: #3770a6;
}

a.pagelink:visited
{
    font-size: 9pt;
    color: #3770a6;
}

a.pagelink:hover
{
    font-size: 9pt;
    color: #ff6a00;
}

/*图片放大镜特效样式*/
div.banner
{
    position: absolute;
    width: 100%;
    height: 100%;
}

div.corner
{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
}

/*横向虚线*/
div.div_line
{
    width: 100%;
    height: 1px;
    border-top: 1px dashed #d0d0d0;
}

/*字符串自动截取*/
.ellipsis
{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    word-break: keep-all;
}

/*焦点图片样式*/
div.bigimage
{
    position: absolute;
    width: 950px;
    height: 223px;
    top: 5px;
    left: 5px;
    overflow: hidden;
}

#bigimage
{
    position: relative;
    width: 3800px;
}

    #bigimage td
    {
        width: 950px;
        height: 223px;
    }

div.bigimage img
{
    width: 950px;
    height: 223px;
}

div.num_box
{
    position: absolute;
    left: 47%;
    bottom: 8px;
}

    div.num_box li
    {
        width: 18px;
        height: 18px;
        float: left;
        margin-right: 5px;
        background: url(../images/num_link.png) no-repeat;
    }

        div.num_box li.num_link
        {
            background: url(../images/num_hover.png) no-repeat;
        }

/***新闻时间框***/
div.news_time
{
    position: absolute;
    width: 56px;
    height: 60px;
    border: 1px solid #d8d8d8;
    top: 16px;
}

p.news_time_d
{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #df7070;
    font-size: 14pt;
    text-align: center;
    margin: 0px;
}

p.news_time_m
{
    width: 100%;
    height: 20px;
    line-height: 20px;
    color: #999999;
    font-size: 9pt;
    text-align: center;
    margin: 0px;
    background-color: #d8d8d8;
}

#yqsb
{
    width: 914px;
    height:90px;
    position:absolute;
    overflow:hidden;
}
    #yqsb img
    {
        width:110px;
        height:80px;
        border:0;
    }