body {
    background: #e6e7e7;
    font-family: sans-serif;
    font-size: 12px;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}
img {
    border: 0;
}
input, textarea {
    outline: 0;
}
#wrapper {
    width: 1180px;
    margin: 10px auto 0;
    padding: 0;
}
a:hover {
    text-decoration: none
}
#topper {
    height: 80px;
    margin: 0;
    padding: 0;
    background: #fff;
    behavior: url(/css/PIE.htc);
    -webkit-box-shadow: 0 1px 1px 0 rgba(200, 200, 200, .75);
    -moz-box-shadow: 0 1px 1px 0 rgba(200, 200, 200, .75);
    box-shadow: 0 1px 0 0 rgba(200, 200, 200, .75);
}
#top_holder {
    width: 1180px;
    height: 80px;
    margin: 0 auto;
    padding: 0;
}
#banner {
    width: 1180px;
    height: 330px;
    margin: 10px auto 0;
    padding: 0
}
#logo {
    float: left;
    margin: 0;
    padding: 0;
}
#menu {
    width: 400px;
    float: left;
    margin: 0 0 0 120px;
    padding: 0;
}
.sf-menu .fa-home {
    width: 40px;
    margin: 7px 0 0;
    text-align: center;
    font-size: 20px;
}
.search-box {
    width: 200px;
    height: 50px;
    float: left;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    margin: 25px 0 0;
}
.search-box .search-input {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 32px;
    padding: 5px 27px 6px 12px;
    font-size: 12px;
    line-height: 1;
    color: #292f33;
    background-color: #eee;
    border: 0 solid #e1e8ed;
    behavior: url(/css/PIE.htc);
    border-radius: 21px;
    transition: all .2s ease-in-out;
}
.search-box .search-icon {
    position: absolute;
    top: 3px;
    right: -3px;
    display: block;
    width: 26px;
    height: 26px;
}
.search-box .search-icon .Icon {
    color: #66757f;
    font-size: 13px;
    height: auto;
    margin: 3px 0 0;
    padding: 0;
    width: auto;
}
.Icon {
    background: 0 0;
    display: inline-block;
    font-style: normal;
    vertical-align: baseline;
}
.Icon::before {
    display: block;
    font-family: rosettaicons;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    -webkit-font-smoothing: antialiased;
}
.search-box button {
    border: 0;
    display: block;
    cursor: pointer;
}
.search-box .fa {
    font: normal normal normal 16px/1 FontAwesome;
    margin-top: 2px;
    color: silver
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.dropdown {
    float: left;
}
.dropdown .setting {
    background: #f5f8fa;
    border: 0 solid transparent;
    behavior: url(/css/PIE.htc);
    border-radius: 20px;
    width: 70px;
    margin-top: 24px;
    margin-left: 6px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0!important;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 120px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
#content_wrapper {
    clear: both;
    width: 1180px;
    /*overflow: hidden;*/
    
    margin: 12px auto 20px;
    min-height: 600px;
    padding: 0;
}
.article {
	padding:0px 50px;
	margin-top:25px;
}
#footer {
    position: relative;
    display: block;
    clear: both;
    width: 100%;
    height: 100px;
    margin: 0 auto;
    padding: 0;
    background: #0e5893;
}
#footer p {
    text-align: center;
    font-size: 12px;
    color: #c6d7e5;
    margin: 0;
    padding: 20px 0 0;
}
#footer a {
    color: #fff;
    text-decoration: none
}
#footer a:hover {
    color: #295b95;
}
.icon_new {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 32px;
    height: 13px;
    color: #000;
    background: #e8b109;
    font-size: 9px;
    font-weight: 700;
    text-align: center;
    line-height: 13px;
    behavior: url(/css/PIE.htc);
    border-radius: 5px;
}
.icon_more {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 54px;
    height: 19px;
    color: #fff;
    background: #acd5e8;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    line-height: 19px;
    border-radius: 3px;
}
.icon_date {
    font-size: 11px;
    line-height: 13px;
    color: #5e8db5;
}
.icon_nav {
    width: 34px;
    height: 34px;
    background: #aed5f4;
    behavior: url(/css/PIE.htc);
    border-radius: 2px;
    cursor: pointer
}
.icon_nav:hover {
    background: #6292b9;
    color: #4076a1;
}
.nav_btns {
    float: right;
    margin: 0 30px 0 0;
}
.nav_left, .nav_right {
    float: left;
    margin-left: 6px;
}
span.label_info {
    display: inline-block;
    width: 50px;
    color: #bbb;
}
span.label_rule {
    display: inline-block;
    width: 60px;
    color: #bbb;
}
#row1 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 640px;
}
#row1 .notice_panel {
    float: left;
    width: 250px;
    height: 637px;
    background: url(../img/noticebg.png) no-repeat;
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
.notice_panel h3 {
    font-size: 16px;
    color: #dff0fd;
}
#content_wrapper hr {
    display: block;
    clear: both;
    height: 1px;
    border: 0;
    border-top: 1px solid #3b82ba;
    margin: 1em 0;
    padding: 0;
}
.notice_panel p {
    color: #6998be;
    font-size: 14px;
    line-height: 1.8em;
}
#row1 .row1_right {
    display: block;
    float: left;
    width: 920px;
    height: 640px;
    margin: 0 0 0 10px;
}
#row1 .r1_banner {
    float: left;
    width: 680px;
    height: 337px;
    background: #fff;
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
#row1 .r1_links {
    display: block;
    float: left;
    width: 230px;
    height: 337px;
    margin: 0 0 0 10px;
}
#row1 .r1_link {
    width: 230px;
    height: 337px;
    margin: 0;
    padding: 0 20px;
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background: url(../img/linkbg.jpg) repeat-y;
}
#row1 .r1_link ul {
    width: 160px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
#row1 .r1_link ul li {
    list-style-type: none;
    font-size: 16px;
    border-bottom: solid 1px #eee;
    padding: 15px 0;
    text-align: center;
}
#row1 .r1_link ul li a, 
#row1 .r1_link ul li a:visited {
	text-decoration: none;
    color: #666;
}
#row1 .r1_link ul li a:hover {
    color: #ddac17;
}
#row1 .r1_news {
    display: inline-block;
    position: relative;
    clear: both;
    width: 920px;
    height: 290px;
    margin: 10px 0 0;
    background: #fff;
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
#photo_news {
    text-align: center;
    float: left;
    width: 347px;
    margin: 20px 0 0 20px;
}
#photo_news p {
    margin: 8px 0 0;
    color: #666;
}
#notice_list {
    width: 515px;
    float: left;
    margin: 0 0 0 20px;
}
.item_slider {
    width: 200px;
    height: 470px;
    padding: 30px 20px 0
}
.item_list {
    display: block;
    overflow: hidden;
    padding: 15px 0 15px 8px;
    border-bottom: 1px solid #eee
}
.item_list .icon_date {
    float: right;
    margin-right: 5px;
    color: #bbb;
    font-size: 12px;
    line-height: 20px;
}
.item_list .icon_new {
    float: right;
    margin: 2px 0 0 10px
}
.item_list p {
    margin: 0;
    padding: 0;
}
.item_notice {
    display: block;
    overflow: hidden;
    padding: 11px 0 11px 8px;
    border-bottom: 1px solid #eee
}
.item_notice p {
    margin: 0;
    padding: 0;
}
.item_notice p a {
    color: #aaa;
    text-decoration: none;
}
.item_list:hover, .item_notice:hover {
    background: #f2f7fb;
}
#row2 {
    clear: both;
    margin: 0;
    padding: 0;
    height: 332px;
}
#row2 .r2_meeting {
    float: left;
    width: 250px;
    height: 332px;
    margin: 10px 0 0;
    padding: 0 16px;
    background: #fff;
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
#row2 .r2_report, #row2 .r2_rules {
    float: left;
    width: 455px;
    height: 332px;
    margin: 10px 0 0 10px;
    padding: 0 16px;
    background: #fff;
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
}
#content_wrapper p {
    font-size: 14px;
}
#content_wrapper p a {
    color: #6998be;
}
#content_wrapper p a:hover {
    color: #999;
    text-decoration: none;
}
#content_wrapper h2 {
    font-size: 18px;
    color: #478cc4;
    text-align: center;
}
.content_inner {
    width: 1180px;
    overflow: hidden;
    /*min-height: 600px;*/
    
    margin: 0 auto;
    padding: 0;
    /*background: #fff;*/
    
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -khtml-border-radius: 5px;
    background: url(../img/dot.gif);
}
.left_col {
    float: left;
    width: 280px;
    /*min-height: 600px;*/
    
    margin: 0 auto;
    padding: 0;
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px;
    /*background: url(../img/dot.gif);*/
}
.left_col_menu h2.active, 
.left_col_menu h2:hover {
    background: #d2d2d2;
    border-left: 2px solid #13b1f8;
}
.left_col_menu_item {
    width: 280px;
    height: 63px;
    border-bottom: solid 1px #fff;
}
.left_col_menu_item h2 {
    margin: 0;
    padding: 0;
    height: 62px;
    line-height: 63px;
    border-bottom: solid 1px #ddd;
}
.left_col_menu_item h2 a {
    color: #666;
}
.left_col_menu_item h2 a:hover {
    color: #999;
}
.left_col_title {
    clear: both;
    width: 280px;
    height: 80px;
    margin: 0;
    padding: 0;
    background: url(../img/left_title_bg.jpg) no-repeat;
}
.left_col_title h1 {
    margin: 0;
    float: right;
    padding: 30px 20px 0 0;
    font-size: 24px;
    color: #fff
}
.right_col {
    float: left;
    width: 900px;
    min-height: 600px;
    margin: 0 auto;
    padding: 0;
    background: #fff;
    behavior: url(/css/PIE.htc);
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0 5px 5px 0;
    -khtml-border-radius: 5px;
}
.right_col_title {
    clear: both;
    width: 900px;
    height: 80px;
    margin: 0;
    padding: 0;
    background: url(../img/right_title_bg.jpg) no-repeat;
}
.right_col_title h1 {
    margin: 0;
    padding: 30px 0 0 30px;
    font-size: 26px;
    color: #006aae;
}