body{ margin: 0;padding: 0; height: 100%;position: relative;}
ul{ margin:0; padding: 0;}
ul li{list-style: none;}
img{ border: 0 none} 
.clear{clear:both;}

/*页头*/
.header_container{ width: 100%; min-width: 985px; height: 113px; background-color: #154270; border-bottom: #13a89e solid 8px;}
.header { width: 985px; height: 113px; margin: auto; background-color: #154270;}
.header .logo{ width: 100%; height: 80px;}
.header .menu{ margin-left: 170px; height: 33px;}
.header .menu li{ float: left; margin: 0 23px;}
.header .menu li a{ text-decoration: none; font-size: 15px; color: #fff; line-height: 33px;display: inline-block;}
.header li.search{ display: none; margin-right: 0px !important; height: 28px; line-height: 28px; padding-top: 5px;}
.header div.search{ position: relative; height: 19px; width: 160px; border:1px solid #13a89e;}
.header div.search .keyword{ border: 0px none; width: 140px; height: 17px; font-size: 13px; padding-left: 4px;}
.header div.search .button{ cursor: pointer; position: absolute; width: 21px; height: 19px; right: 0px;border: 0px none;  background: url(../images/icon_header_search_button.png) no-repeat;}

/*页脚*/
.footer{ width: 100%;min-width: 985px;  height: 30px; background-color:#939598}
.footer .copyright{ color: #fff; font-size: 13px; margin: auto; line-height: 33px; width: 985px;text-align: center;}


/*内容 */
.content{ width: 985px; margin: auto; height: auto}
.breadcrumb{width: 100%}
.article{ width: 100%}
