
html,body,root{margin: 0;padding: 0;display: block;height: 100%; width: 100%;text-align: center;}
div,span,p,ul,li,a,img{margin: 0;padding: 0;border: none;}
a {text-decoration: none;color:#436588;}
a:hover {text-decoration: underline;}
.wrapper{
    width: 960px;
    position: relative;
    margin: 0 auto;
    z-index:2;
    top: 4px;
}
.wrapper div
,.wrapper .span{
    position: relative;
    float: left;
}
.top_bg{
    width: 100%;
    position: absolute;
    height: 261px;
    top: 0;
    left: 0;
}
.top_bg .d_1{
    position: relative;
    float: left;
    width: 100%;
    height: 4px;
    overflow: hidden;
    background-color: #0693c1;
}
.top_bg .d_2{
    position: relative;
    float: left;
    width: 100%;
    height: 257px;
    background: url('../images/top_bg.png') repeat-x;
}
.logo{
    background: url('../images/logo.png') no-repeat;
    width: 1096px;
    height: 231px;
    z-index: 10;
    display: block;
    margin-left: -83px;
    margin-top: -28px;
}
.top_menu{
    height: 36px;
    z-index: 100;
    width: 50%;
    
}
.top_menu .item{
    height: 100%;
    padding-left: 9px;
    padding-right: 9px;
    margin-right: 3px;
}
.top_menu .item .bottom_left{
    display: none;
    overflow: hidden;
}
.top_menu .item .bottom_right{
    display: none;
    overflow: hidden;
}
.top_menu .item.active .bottom_left{
    position: absolute;
    left: 0;
    bottom: 0;
    background: url('../images/top_menu_active_bottom_left.png') no-repeat;
    width: 3px;
    height: 3px;
    display: block;
}
.top_menu .item.active .bottom_right{
    position: absolute;
    right: 0;
    bottom: 0;
    background: url('../images/top_menu_active_bottom_right.png') no-repeat;
    width: 3px;
    height: 3px;
    display: block;
}
.top_menu .item.active{
    background: url(../images/top_menu_active_bg.png) repeat-x;
}
.top_menu .item a{
    position: relative;
    float: left;
    font: bold 10px Arial;
    text-decoration: none;
    color: #6a6a6a;
    margin-top: 14px;
    margin-left: 5px;
    white-space: nowrap;
}
.top_menu .item.active a{
    color: #e6e6e6;
}
.top_menu .item.active2 a{
    color: #567ca0;
}
.top_menu .item .ico .a{
    display: none;
}
.top_menu .item .ico .a2{
    display: none;
}
.top_menu .item .ico .i{
    display: block;
}
.top_menu .item.active .ico .a{
    display: block;
}
.top_menu .item.active .ico .i{
    display: none;
}
.top_menu .item.active2 .ico .a2{
    display: block;
}
.top_menu .item.active2 .ico .i{
    display: none;
}
.lang{
    margin-top: 17px;
    width: 50%;
    float: right;
    text-align: right;
    z-index: 20;
}
.lang a{
    position: relative;
    float: right;
    margin-left: 7px;
    font: normal 11px Tahoma;
    color: #06799e;
    text-decoration: underline;
}
.lang a:hover{
    text-decoration: none;
}
.lang a.active{
    font: bold 11px Tahoma;
    color: #6a6a6a;
    text-decoration: none;
    margin-top: 1px;
}
.lang .arrow{
    float: right;
    width: 3px;
    height: 5px;
    margin-left: 12px;
    margin-top: 5px;
    background: url('../images/lang_arrow.png') no-repeat;
}
.menu{
    width: 100%;
    height: 34px;
    background: url('../images/menu_bg.png') repeat-x;
    z-index: 100;
    margin-top: -29px;
}
.menu .top_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 4px;
    background: url('../images/menu_top_left.png');
    overflow: hidden;
}
.menu .top_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 4px;
    height: 4px;
    background: url('../images/menu_top_right.png');
    overflow: hidden;
}
.menu .bottom_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background: url('../images/menu_bottom_right.png');
    overflow: hidden;
}
.menu .bottom_left{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 4px;
    height: 4px;
    background: url('../images/menu_bottom_left.png');
    overflow: hidden;
}
.menu .item{
    padding-left: 14px;
    padding-right: 15px;
    height: 100%;
}
.menu .item .a1{
    position: relative;
    float: left;
    font: bold 11px Arial;
    color: #d9d8d9;
    text-shadow: 1px 0px #5d5d5d;
    margin-top: 10px;
    text-decoration: none;
}
.menu .item:hover{
    background: #737373;
}
.menu .item .a1.blue{
    color: #72b2cd;
    text-shadow: 1px 0px #5a686e;
}
.menu .separator{
    width: 1px;
    background: url('../images/menu_separator_bg.png') no-repeat;
    height: 100%;
    overflow: hidden;
}
.menu .item .subitems{
    position: absolute;
    float: none;
    left: 0;
    top: 34px;
    z-index: 100;
    display: none;
}
.menu .item .subitems.last{
    left: auto;
    right: 0;
}
.menu .item .subitems .subitem{
    width: 100%;
    background: #6c6c6c;
    padding: 5px 0 5px 0;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.menu .item:hover .subitems{
    display: block;
}

.menu .item .subitems .subitem .a2{
    position: relative;
    float: left;
    white-space: nowrap;
    font: normal 12px Arial;
    color: #f4f4f4;
    margin-left: 15px;
    margin-right: 15px;
    text-decoration: none;
}
.menu .item .subitems .subitem:hover{
    filter: alpha(opacity=100);
    opacity: 1;
    background-color: #515151;
}
.menu .item .subitems .separator2{
    width: 100%;
    height: 1px;
    background: url('../images/submenu_separator_bg.png') repeat-x;
    overflow: hidden;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.menu .item .subitems .bottom{
    width: 100%;
    height: 5px;
    overflow: hidden;
    z-index: 1000;
    filter: alpha(opacity=90);
    opacity: 0.9;
}
.menu .item .subitems .bottom .left{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 5px;
    background: url('../images/submenu_bottom_left.png') no-repeat;
    overflow: hidden;
    z-index: 1000;
}
.menu .item .subitems .bottom .middle{
    width: 92%;
    margin-left: 5px;
    margin-right: 5px;
    height: 5px;
    background: #6c6c6c;
    overflow: hidden;
}
.menu .item .subitems .bottom .right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
    height: 5px;
    background: url('../images/submenu_bottom_right.png') no-repeat;
    overflow: hidden;
    z-index: 1000;
}
.main_part{
    margin-top: 13px;
    width: 100%;
}
.left_part{
    width: 226px;
}
.left_part .block{
    width: 100%;
    margin-top: 17px;
}
.left_part .block .top{
    width: 100%;
    height: 7px;
    background:  url('../images/left_block_top_center.png') repeat-x;
    overflow: hidden;
}
.left_part .block .top .left{
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    background:  url('../images/left_block_top_left.png') no-repeat;
    overflow: hidden;
}
.left_part .block .top .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
    height: 7px;
    background:  url('../images/left_block_top_right.png') no-repeat;
    overflow: hidden;
}
.left_part .block .middle{
    width: 224px;
    border-left: 1px solid #e0e0e1;
    border-right: 1px solid #e0e0e1;
    background: #fbfbfb;
    padding-bottom: 10px;
}
.left_part .block .middle .title{
    margin-top: 2px;
    margin-left: 11px;
    font:normal 15px Arial;
    color: #4a4a4a;
    text-shadow: 1px 0px #a7a7a7;
}
.left_part .block .middle .separator{
    margin-left: 11px;
    width: 203px;
    height: 1px;
    margin-top: 7px;
    background: #e9e9ea;
    overflow:hidden;
}
.left_part .block .middle .item{
    margin-left: 11px;
    margin-top: 8px;
}
.left_part .block .middle .item .ico{
    width: 14px;
    height: 16px;
    background: url(../images/ico_doc.png);
    overflow: hidden;
}
.left_part .block .middle .item .all_arrow{
    width: 16px;
    height: 13px;
    margin-top: 3px;
    background: url(../images/all_arrow.png);
    overflow: hidden;
}
.left_part .block .middle .item a{
    position: relative;
    float: left;
    text-align: left;
}
.left_part .block .middle .item a.a1{
    margin-left: 11px;
    font: normal 12px Arial;
    width: 182px;
    color: #436588;
}
.left_part .block .middle .item a.a2{
    margin-left: 3px;
    width: 200px;
    font: normal 11px Arial;
    color: #4c6177;
}
.left_part .block .middle .item a.a3{
    margin-left: 6px;
    font: normal 13px Arial;
    color: #4c6177;
    text-decoration: underline;
}
.left_part .block .middle .item a.a3:hover{
    text-decoration: none;
}
.left_part .block .bottom{
    width: 100%;
    height: 7px;
    background:  url('../images/left_block_bottom_center.png') repeat-x;
    overflow: hidden;
}
.left_part .block .bottom .left{
    position: absolute;
    left: 0;
    top: 0;
    width: 7px;
    height: 7px;
    background:  url('../images/left_block_bottom_left.png') no-repeat;
    overflow: hidden;
}
.left_part .block .bottom .right{
    position: absolute;
    right: 0;
    top: 0;
    width: 7px;
    height: 7px;
    background:  url('../images/left_block_bottom_right.png') no-repeat;
    overflow: hidden;
}
.center_part{
    margin-left: 20px;
    margin-top: 17px;
    width: 458px;
    background: #f4f4f4;
    padding-bottom: 15px;
}
.center_part .title{
    margin-left: 15px;
    margin-top: 10px;
    font: normal 18px Arial;
    color: #4c6177;
}
.center_part .separator1{
    margin-left: 15px;
    margin-top: 10px;
    width: 400px;
    height: 1px;
    overflow: hidden;
    background: #dadad4;
}
.center_part .item{
    margin-top: 15px;
    margin-left: 17px;
    width: 90%;
}
.center_part .item .img{
    width: 126px;
    margin-right: 15px;
}
.center_part .item .img img{
    width: 126px;
    
    
}
.center_part .item .content{
   width: 265px; 
   text-align: left;
}
.center_part .item .date{
    font: bold 11px Arial;
    color: #4a4a4a;
    width: 100%;
	
}
.center_part .item a.description{
    position: relative;
    float: left;
    clear: both;
    font: normal 12px Arial;
    color: #4a4a4a;
    margin-top: 5px;
}
.center_part .item a.more{
    position: relative;
    float: left;
    font: normal 12px Arial;
    color: #436588;
    text-decoration: underline;
    margin-top: 5px;
}
.center_part .item a.more:hover{
    text-decoration: none;    
}
.center_part .item .news_more{
    clear: left;
    width: 10px;
    height: 9px;
    margin-top: 8px;
    margin-right: 5px;
    background: url(../images/news_more.png);
    overflow: hidden;
}
.center_part .item a.archive{
    position: relative;
    float: left;
    margin-left: 5px;
    font: normal 13px Arial;
    color: #4c6177;
    text-decoration: underline;
}
.center_part .item a.archive:hover{
    text-decoration: none;    
}
.center_part .item .news_archive{
    width: 21px;
    height: 19px;
    margin-top: 0px;
    margin-right: 5px;
    background: url(../images/news_archive.png);
    overflow: hidden;
}
.center_part .separator2{
    margin-top: 8px;
    width: 100%;
    height: 10px;
    overflow: hidden;
    background: url(../images/center_item_separator_bg.png) repeat-x;
}
.center_part .top_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background:  url('../images/center_part_top_left.png') no-repeat;
    overflow: hidden;
}
.center_part .top_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background:  url('../images/center_part_top_right.png') no-repeat;
    overflow: hidden;
}
.center_part .bottom_left{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background:  url('../images/center_part_bottom_left.png') no-repeat;
    overflow: hidden;
}
.center_part .bottom_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background:  url('../images/center_part_bottom_right.png') no-repeat;
    overflow: hidden;
}
.right_part{
    width: 236px;
    margin-left: 20px;
}
.search{
    height: 65px;
    float: right;
    width: 100%;
    background: url('../images/search_bg.png') repeat-x;
}
.search .bottom_left{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 5px;
    height: 5px;
    background: url('../images/search_bottom_left.png') no-repeat;
    overflow: hidden;
}
.search .bottom_right{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 5px;
    height: 5px;
    background: url('../images/search_bottom_right.png') no-repeat;
    overflow: hidden;
}
.search .title{
    font: normal 12px Arial;
    color: #777777;
    margin-top: 9px;
    margin-left: 12px;
}

.search .search_input{
    margin: 0;
    border: none;
    width: 153px;
    height: 23px;
    position: relative;
    float: left;
    border: 1px solid #b2b2b2;
    margin-top: 5px;
    margin-left: 12px;
}
.search .btn{
    margin-top: 4px;
    margin-left: 5px;
    width: 60px;
    height: 30px;
    background: url('../images/search_btn.png') no-repeat;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.search .btn div{
    margin: auto;
    float: none;
    left: -1px;
    top: 7px;
    font: normal 11px Arial;
    color: #ffffff;
    text-shadow: 1px 0px #51bbd8;
    overflow: hidden;
}
.right_part .blue_block{
    width: 210px;
    padding: 13px;
    background: url('../images/blue_block_bg.png') repeat-y;
    text-align: left;
    font: normal 13px Arial;
    color: #f4f4f4;
    text-shadow: 1px 0px #2fb0d4;
    margin-top: 15px;
}
.right_part .questionaire{
    width: 100%;
}
.right_part .questionaire .item{
    width: 100%;
    margin-left: 5px;
    margin-top: 10px;
    text-align: left;
}
.right_part .questionaire .item .chk{
    position: relative;
    float: left;
}
.right_part .questionaire .item .lbl{
    font: normal 12px Arial;
    color: #777777;
    text-align: left;
    width: 80%;
}

.right_part .blue_block .top_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    overflow: hidden;
    background: url('../images/blue_block_top_left.png') no-repeat;
}
.right_part .blue_block .top_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    overflow: hidden;
    background: url('../images/blue_block_top_right.png') no-repeat;
}
.right_part .blue_block .bottom_left{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    overflow: hidden;
    background: url('../images/blue_block_bottom_left.png') no-repeat;
}
.right_part .blue_block .bottom_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    overflow: hidden;
    background: url('../images/blue_block_bottom_right.png') no-repeat;
}
.right_part .gray_block{
    width: 100%;
    background:  #f4f4f4;
    overflow: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 12px;
}
.right_part .gray_block .top_left{
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background:  url('../images/center_part_top_left.png') no-repeat;
    overflow: hidden;
}
.right_part .gray_block .top_right{
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background:  url('../images/center_part_top_right.png') no-repeat;
    overflow: hidden;
}
.right_part .gray_block .bottom_left{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background:  url('../images/center_part_bottom_left.png') no-repeat;
    overflow: hidden;
}
.right_part .gray_block .bottom_right{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 6px;
    height: 6px;
    background:  url('../images/center_part_bottom_right.png') no-repeat;
    overflow: hidden;
}
.vote_btn{
    margin-left: 40px;
    width: 71px;
    height: 28px;
    background: url('../images/vote_btn.png') no-repeat;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.vote_btn div{
    margin: auto;
    float: none;
    top: 5px;
    left: -1px;
    font: normal 11px Arial;
    color: #ffffff;
    text-shadow: 1px 0px #51bbd8;
    overflow: hidden;
}
.result_btn{
    margin-left: 9px;
    width: 66px;
    height: 28px;
    background: url('../images/result_btn.png') no-repeat;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
}
.result_btn div{
    margin: auto;
    float: none;
    top: 5px;
    left: -1px;
    font: normal 11px Arial;
    color: #ffffff;
    text-shadow: 1px 0px #909090;
    overflow: hidden;
}
.copyright{
    width: 100%;
    margin-top: 25px;
    height: 75px;
}
.copyright .left{
    width: 35%;
    margin-top: 22px;
}
.copyright .left span{
    width: 100%;
    text-align: left;
}
.copyright .right{
    width: 65%;
    float: right;
    margin-top: 18px;
    text-align: right;
}
.copyright .right span{
    width: 100%;
    float: right;
    text-align: right;
}
.copyright .right a{
    text-decoration: underline;
}
.copyright .right a:hover{
    text-decoration: none;
}
.bottom_line{
    position: relative;
    float: left;
    width: 100%;
    height: 1px;
    top: -75px;
    overflow: hidden;
    background: #d4d4d4;
    z-index: 1000;
}
.banner{
    width: 100%;
    margin-top: 10px;
}
.banner a{
    text-decoration: none;
}
.inner{
    width: 703px;
    font: normal 12px Arial;
    color: #555454;
}
.inner .span{
    float: none;
}
.inner .path{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e8e7;
    text-align: left;
}
.inner .path a{
    font: normal 11px Arial;
    color: #567ca0;
    text-decoration:underline;
}
.inner .path a.separator{
    text-decoration:none;
}
.inner .path a.active{
    font: bold 11px Arial;
    color: #373737;
    text-decoration:none;
}
.inner .path a:hover{
    text-decoration:none;
}
.inner .title{
    margin-top: 10px;
    width: 100%;
    text-align: left;
    font: normal 18px Arial;
    color: #1590b2;
}
.inner .item{
    margin-top: 15px;
    margin-left: 0px;
    width: 98%;
    text-align: left;
    font: normal 13px Arial;
	line-height:18px;
}
.inner .item .img{
    width: 126px;
    margin-right: 15px;
}
.inner .item .img img{
    width: 126px;
    
    
}
.inner .item .content{
   width: 540px; 
   text-align: left;
}
.inner .item .date{
    font: bold 11px Arial;
    color: #4a4a4a;
    width: 100%;
	padding-bottom:15px;
}
.inner .item a.description{
    position: relative;
    float: left;
    clear: both;
    font: normal 12px Arial;
    color: #4a4a4a;
    margin-top: 5px;
}
.inner .item a.more{
    position: relative;
    float: left;
    font: normal 12px Arial;
    color: #436588;
    text-decoration: underline;
    margin-top: 5px;
}
.inner .item a.more:hover{
    text-decoration: none;    
}
.inner .item .news_more{
    clear: left;
    width: 10px;
    height: 9px;
    margin-top: 8px;
    margin-right: 5px;
    background: url(../images/news_more.png);
    overflow: hidden;
}
.inner .item a.archive{
    position: relative;
    float: left;
    margin-left: 5px;
    font: normal 13px Arial;
    color: #4c6177;
    text-decoration: underline;
}
.inner .item a.archive:hover{
    text-decoration: none;    
}
.inner .item .news_archive{
    width: 21px;
    height: 19px;
    margin-top: 0px;
    margin-right: 5px;
    background: url(../images/news_archive.png);
    overflow: hidden;
}
.inner .separator2{
    margin-top: 8px;
    width: 100%;
    height: 1px;
    overflow: hidden;
    background: #e6e8e7;
}

#p{
    width: 100%;
    margin-top: 10px;
}
#p a{
    position: relative;
    float: left;
    margin-right: 7px;
}
#p span{
    margin-right: 7px;
    font-weight: bold;
}

.stmap{
    margin-top: 15px;
    width: 99%;
}
.stmap ul{
    width: 100%;
    position: relative;
    float: left;
}
.stmap li{
    position: relative;
    float: left;
    width: 100%;
    list-style: none;
}
.stmap a{
    position: relative;
    float: left;
}
.stmap #sitemap01{
    
}
.stmap #sitemap01 a{
    font-weight: bold;
}
.stmap #sitemap a{
    margin-left: 15px;
    margin-top: 3px;
}
.stmap .xett_sitemap{
    position: relative;
    float: left;
    margin-top: 5px;
    width: 100%;
}