﻿@charset "utf-8";
/* CSS Document */

/*基础制作页面组件*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th, tfoot, tbody, thead, form, fieldset, input, textarea, label, ul, ol, dl, li, dt, dd { margin:0; padding:0; border:0; outline:none; list-style:none; font-weight: normal; font-family:"微软雅黑";}
html { height:100%; }
li { list-style-type:none; }
a { text-decoration:none; outline:none; color:#333; }
a:hover { text-decoration:underline; }
table { border-collapse:collapse; border-spacing:0; margin:0 auto; clear:both; }
fieldset, img { border:0; }
.none { display:none; }
.clear { clear:both; }
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
* html .clearfix { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */
q:before, q:after { content:''; }
a img { border:none; }
.overhidden { overflow:hidden; _display:inline-block; }
.fl {float:left}
.fr {float:right}


/*板块布局*/
body{ width:100%; text-align:center; background-color:#ece5e0; background-image:url(//www.xinhuanet.com/politics/zt/static/imgs/bg_hszxwyjjh.jpg); background-position: center 0; background-repeat: no-repeat;    margin: 0 auto;}
#container{ width:1030px; margin:10px auto 0; background:#fff; text-align:center}
#main{width:1000px; margin:0 13px; overflow:auto; float:left; padding-bottom:35px;}
#banner{ width:100%; text-align:center; height:513px;}
/* 列表 */ 
#main li{margin:16px auto;}
.right{ background-color:#f6f4f4; height:219px; float:left; text-align:left; padding:0 20px; text-align:left;}
.right h3{font-size:31px; line-height:48px; width:740px; margin:0 auto; color:#686868; font-weight:bold; padding:20px 0;}
.right h3 a:link,.right h3 a:visited{color:#686868;}
.right h3 a:hover{color:#ea9200;}
.right p{font-size:16px; line-height:22px; width:740px; margin:0 auto; color:#454545;}
.left{ background-image:url(//www.xinhuanet.com/politics/zt/static/imgs/titbg_hszxwyjjh.jpg); width:218px; height:219px; float:left; text-align:left; }
.left h2{font-size:35px; line-height:35px; color:#fff; font-weight:bold; padding:30px 0 0 35px;}
.left h4{font-size:17px; line-height:22px; color:#fff; padding:5px 0 0 35px;}

#footer{ background-color:#cab2a1; margin-top:45px; padding:50px 0; font-size:14px; color:#fff; line-height:35px;}
