﻿/********************************
html
********************************/


html, body
{
    height: 100%;
    margin: auto;
    background: #2d7ad2;
}


body
{
    background: url(Images/bg_bodyxx.gif) repeat-y top center;
    font-size: 78%;
    line-height: 1.5;
    width: 1000px; /*     _width: 1000px; */
    font-family: 宋体, Arial, Helvetica, sans-serif;
    _background-color: #FFFFFF;
}
form
{
    height: 100%;
}
p
{
    margin: 0;
}
h1, h2, h3, h4, h5, h6
{
    margin: 0 0 5px 0;
    padding: 0;
    text-indent: 0em;
}


h1
{
    padding-bottom: 0.2em;
    font: 600 1.6em arial, sans-serif;
    border-bottom: 10px solid #ddd;
    _border-bottom: 0px solid #ddd;
}

h2
{
    font-size: 1.4em;
}

h3
{
    text-transform: uppercase;
    font-size: 1.2em;
}

h4
{
    font-size: 1em;
}

h5
{
    font-size: 0.9em;
}

hr
{
    margin: 0;
    color: #E5E5E5;
    height: 1px;
    border-top-style: solid;
    border-bottom-style: none;
    width: 100%;
}

table
{ 
}



ul
{
    margin: 0;
    padding: 0;
}

ul
{
    margin: 0;
    padding: 0;
}

li
{
    padding: .2em 0 .2em 1em;
    margin-left: 0.3em;
    list-style-type: none;
}

ul.li li
{
    background: url(Images/arrow_bullet.gif) no-repeat 0 .8em;
    border-bottom: 1px dotted #B2B2B2;
}

a
{
    text-decoration: none;
}

a:link
{
    color: #003399;
}
a:visited
{
    color: #003399;
}

input
{
    font-size: 0.98em;
    margin-right: 2px;
    margin-left: 2px;
    height: 26px;
}
textarea
{
    font-size: 0.98em;
    margin-right: 2px;
    margin-left: 2px;
    border: 1px solid #0099FF;
    background: #E8FFFF;
    height: 16px;
    color: Green;
}

input[type=text], input[type=password]
{
    border: 1px solid #0099FF;
    background: #E8FFFF;
    height: 16px;
    color: Green;
}

select
{
    border: 1px solid #0099FF;
    background: #E8FFFF;
    height: 20px;
    color: Green;
}


input[type=submit]
{
    font-size: 0.98em;
    border: 1px solid #0099FF;
    margin: 2px;
}
input[type=radio]
{
    border: none;
}
input[type=checkbox]
{
    border: none;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: medium;
}


/********************************
CSS 布局 content(top_menu+header+menu+page) + footer
********************************/

#content
{
    position: relative;
    _height: 100%;
    min-height: 100%;
    border: 0px solid #999999;
    margin-top: -2px;
    background-color: #FFFFFF;
    _background-color: Transparent;
}

#top_menu
{
    height: 33px;
    background: #3B5D77 url(Images/bg_topmenu.gif) repeat-x bottom left;
}

#top_menu .gov, .pcc, .party
{
    height: 40px;
    width: 100px;
    margin-left: 10px;
    padding-left: 25px;
    color: White;
    display: inline;
    padding-bottom: 3px;
    padding-top: 5px;
    line-height: 30px;
}

#top_menu .party
{
    background: url(Images/party.gif) no-repeat center left;
}
#top_menu .pcc
{
    background: url(Images/pcc.gif) no-repeat center left;
}


#top_menu .gov
{
    background: url(Images/gov.gif) no-repeat center left;
}

#top_menu ul
{
    top: 5px;
    position: absolute;
    padding: 0;
    text-align: right;
    display: inline;
    right: 10px;
}

#top_menu ul li
{
    display: inline;
    margin: 0;
    padding: 0 0 0 15px;
    list-style: none;
    background: url(Images/cir_arrow_bullet.gif) no-repeat;
}

#top_menu a
{
    color: #fff;
    display: inline;
}


#header
{
    position: relative;
    height: 140px;
    width: 100%;
    background: #3B5D77 url(Images/bg_header.jpg) no-repeat bottom left;
}


#header #banner
{
    float: right;
}




#page
{
    margin-bottom: 80px;
    padding: 1px;
    position: relative;
}


/* 三栏 */

#left
{
    float: left;
    width: 160px;
    margin-right: 6px;
    background-color: #E6F7FF;
    position: relative;
    _z-index: 99;
}

#wide_left
{
    float: left;
    width: 240px;
}

#main
{
    overflow: hidden;
    position: relative;
}


#right
{
    float: right;
    width: 220px;
    margin-left: 6px;
    _z-index: 99;
}

#page_content
{
    margin: auto;
    padding: 15px;
}


#footer
{
    margin: auto;
    position: relative;
    padding-top: 10px;
    height: 70px;
    margin-top: -80px;
    background: url(Images/bg_footer.gif) repeat-x bottom left;
    width: 100%;
    color: #CCFFFF;
    text-align: center;
    padding-left:0px;
    padding-right:0px;
}


#menu
{
    height: 32px;
    background: url(Images/bg_menu.gif) repeat-x bottom left;
    position: relative;
}


#menu .left_info
{
    float: left;
    padding: 15px 0 5px 3px;
    position: absolute;
    color: Blue;
    overflow: hidden;
    white-space: nowrap;
}
#menu .right_info
{
    float: right;
    padding: 15px 0 5px 10px;
    position: absolute;
    right: 5px;
    width: 200px;
}
#menu ul
{
    padding: 10px 0 0 185px;
    text-align: left;
}

#menu ul li
{
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#menu ul li a
{
    color: White;
    width: 95px;
    display: block;
    background: url(Images/bg_menu_01.gif) no-repeat bottom left;
    text-align: center;
    padding-top: 2px;
}


#footer a
{
    color: #66CCFF;
}


#footer ul
{
    padding: 0;
    margin: 0;
}

#footer ul li
{
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

#footer ul li a
{
    padding: 0 1em;
    letter-spacing: 0.1em;
    border-right: 1px solid #4D5760;
    border-right-color: #66CCFF;
}

#footer ul li a.last
{
    border-right: 0;
}

#footer ul li a:hover
{
    color: #FFF;
}

/****************************************************
常用元素
*******************************************************/
.bar, .side_bar, .side_bar1
{
    height: 2em;
    line-height: 2em;
    padding-left: 30px;
    font-weight: 800;
    font-size: 1.1em;
    margin-top: 3px;
    position:relative;
}


.bar
{
    background: url( Images/bg_bar.gif) no-repeat left bottom;
    position: relative;
}
.bar div
{
    position: absolute;
    right: 0;
    top: 0;
    background: url( Images/bar_more.gif) no-repeat right bottom;
    height: 2em;
}
.bar div a
{
    display: block;
    width: 150px;
    height: 2em;
}

.small_bar
{
    height: 20px;
    padding-left: 1em;
    font-weight: 600;
    font-size: 1.1em;
    margin-top: 3px;
    background: url( Images/bg_small_bar.gif) no-repeat left top;
    position: relative;
    color: White;
}
.small_bar div
{
    position: absolute;
    right: 0;
    top: 0;
    background: url( Images/more.gif) no-repeat right bottom;
}
.small_bar div a
{
    display: block;
    width: 150px;
    height: 14px;
}






.side_bar
{
    background: url( Images/bg_side_bar.gif) no-repeat left top;
    color: White;
}
.side_bar a
{
    top:10px;
    position:absolute;
    right:5px;
    
}

.side_bar1
{
    background: url( Images/bg_side_bar1.gif) no-repeat left top;
    color: White;
}

.login
{
    background: url( Images/bg_login.gif) no-repeat top left;
    padding: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    min-height: 92px;
}
.login .head
{
    text-align: center;
    min-height: 25px;
}
.login .foot
{
    padding-top: 2px;
    padding-left: 3em;
}


.bulletins
{
    background: url( Images/bg_bulletin.gif) no-repeat top left;
    padding: 5px;
    padding-top: 40px;
    min-height: 160px;
}
.bulletins ul li
{
    background: url(Images/arrow_bullet.gif) no-repeat 0 .8em;
    border-bottom: 1px dotted #B2B2B2;
}



.date
{
    font-size: 10px;
    font-style: italic;
    color: #C0C0C0;
    padding: 0 0 5px 0;
}
.clear
{
    clear: both;
}
a.SelectedNodeStyle
{
    background: #E5E5E5;
    display: block;
    padding: 2px 0 2px 3px;
}

.news
{
    font-size: 1.1em;
}
.news ul
{
    padding-bottom: 0.5em;
}

.news ul li
{
    list-style-type: none;
    background: url(Images/square_bullet.gif) no-repeat 0 .8em;
    border-bottom: 1px dotted #B2B2B2;
    position: relative;
}

.top_news
{
    font-size: 1.2em;
}
.top_news ul
{
    padding-bottom: 0.5em;
}

.top_news ul li
{
    list-style-type: none;
    background: url(Images/square_bullet.gif) no-repeat 0 .8em;
    border-bottom: 1px dotted #B2B2B2;
}

li.current
{
    background-color: #E5E5E5;
}
.docs
{
}
.docs ul li
{
    list-style-type: none;
    background: url(Images/doc_bullet.gif) no-repeat 0 .8em;
    border-bottom: 1px dotted #B2B2B2;
}

.materials
{
}
.materials ul li
{
    list-style-type: none;
    border-bottom: 1px dotted #B2B2B2;
    padding: .2em 0 .2em 0;
    margin-left: 0;
}
.red
{
    color: Red;
}
.text
{
    overflow: visible;
    white-space: normal;
    text-indent: 2em;
}
.column
{
    position: relative; /* IE6.0下必须设置该项，否则需要刷新才能重新布局 */
    clear: both;
}

.left_column
{
    width: 48.5%;
    float: left;
    margin-right: 8px;
    position: relative;
}

.right_column
{
    position: relative;
    _width: 48.5%;
}
.pic_news
{
    margin-bottom: 2px;
    margin-top: 2px;
}

.float_left
{
    float: left;
    margin-right: 5px;
}
.float_right
{
    float: right;
}



.smallbar
{
    font-size: 1.0em;
    background: url(Images/bg_smallbar.gif) bottom left no-repeat;
    padding: 0.2em 0 0.2em 2em;
    margin-bottom: 4px;
    margin-top: 4px;
    letter-spacing: 0.2em;
    position: relative; /* 若要控制下面的位置，则必须设置这项 */
    line-height: 1.7em;
}



.selects
{
    text-align: center;
    line-height: 2em;
    padding: 5px;
}
.center
{
    text-align: center;
    margin: auto;
}


/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*

	ARTICLE

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/

/* article */
.article
{
    text-align: center;
    font-size: 1.1em;
    padding: 20px;
}

.article .body
{
    font-size: 1.1em;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2em;
}

.article .abstract
{
    border: 1px solid #C0C0C0;
    text-indent: 2em;
    padding: 5px;
    background-color: #E1FFFF;
    text-align: left;
    margin-bottom: 5px;
}


.lightBlueBg
{
    background-color: #F4FAFF;
    padding: 5px;
}
.lightYellowBg
{
    background-color: #ffffe8;
    padding: 5px;
}
.light_area
{
    background-color: #F4FCFF;
}


.note
{
    border: 1px solid #C0C0C0;
    text-indent: 2em;
    padding: 5px;
    background-color: #E1FFFF;
}
.link_list
{
    text-align: center;
}
.link_list a img
{
    border: 1px solid #66CCFF;
    margin: 2px;
}

.link_list ul
{
}
.link_list ul li
{
    list-style: none;
}
.link_list ul li.inline
{
    display: inline;
}
.link_list_inline
{
}
.link_list_inline ul li
{
    display: inline;
}

.link_button
{
    margin: 0px auto;
    text-align: left;
    list-style-type: none;
}
.link_button ul
{
    list-style-type: none;
    margin-left: 3px;
}
.link_button li
{
    padding-right: 2px;
    padding-left: 2px;
    float: left;
    padding-bottom: 5px;
    padding-top: 5px;
    list-style-type: none;
    margin: 0;
}
.link_button a
{
    border-right: #b9b9b9 1px solid;
    padding-right: 2px;
    padding-left: 4px;
    font-size: 12px;
    background: #fff;
    padding-bottom: 4px;
    padding-top: 5px;
    border-bottom: #b9b9b9 1px solid;
    height: 23px;
    text-decoration: none;
}
.illustration
{
    margin: auto;
    text-align: center;
}

.ellipsis
{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* 控制子栏目图片及文章列表  */

.float_div
{
    float: left;
    min-height: 50px;
    width: 48%;
    margin: 2px 8px 0 0;
    position: relative;
}
.float_div ul
{
    margin-left: 5px;
}
.float_div ul li
{
    margin: 0;
    padding: 0.1em 0.7em;
    background: url(Images/square_li.gif) no-repeat 0 .8em;
}
.login_single
{
    margin-top: 200px;
    background: url( 'Images/bg_login.jpg' ) no-repeat left top;
    min-height: 300px;
    width: 360px;
    color: White;
    padding: 130px 50px 50px 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: auto;
}
.search_title
{
    height: 25px;
    background: url( Images/search.jpg) no-repeat top left;
    width: 100px;
    padding: 0 0 0 30px;
    font-size: 1.3em;
    font-weight: 600;
    color: #66CCFF;
    display: inline;
    margin-right: 8px;
}

.more
{
    text-align: right;
    float: right;
    background: url(Images/more.gif) no-repeat bottom right;
    width: 40px;
    height: 11px;
}
.shim
{
    height: 1px;
    font-size: 0px;
}

.indent
{
    text-indent: 2em;
}
.top_info
{
    white-space: normal;
    color: #003300;
    padding: 3px 0 3px 0;
    font-size: 0.97em;
    overflow: hidden;
    height: 102px;
}
.top_info img
{
    border: 2px solid #CCCCCC;
}
.blue_border
{
    border: 1px solid #3399FF;
}
.page_text
{
    padding: 15px 30px 15px 30px;
    font-size: 1.2em;
    text-indent: 2em;
    line-height: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.PageNumbers
{
    text-align: center;
    color: Red;
    font-weight: bold;
    font-size: 0.9em;
    font-family: Impact Arial Black;
}
.PageNumbers a
{
    font-weight: normal;
    color: Gray;
    text-decoration: none;
}

.PageNmebers a:visited
{
    color: Purple;
}

.PageNumbers span
{
    text-indent: 3px;
}

.no_ideograph
{
    text-align: left;
    text-justify: auto;
}

.hits
{
    color: Red;
    font-size: 0.95em;
}
.video_frame
{
    background-image: url(Images/video_frame.gif);
    background-repeat: no-repeat;
    width: 334px;
    height: 345px;
}

.crumb
{
    padding: 5px 0 5px 20px;
    background-color: #F0F0F0;
}
