/*重置*/
html, body, div, p, a, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td { margin: 0 auto; padding: 0; }
article, aside, dialog, footer, header, section, nav, figure, menu { display: block; }
ul, ol, li { list-style: none; }
table {border-collapse: collapse; border-spacing: 0; }
img { border: 0 none; display: block; vertical-align: top; }
a { text-decoration: none; outline: none; }
body { font-family: "微软雅黑"; margin-bottom: 10rem;}
/*页头*/
#topimg { width: 100%; }
#topimg img { width: 100%; }
/*头条*/
#topline { width: 90%; margin-left:5%; padding-top: 1rem; }
#topline h2 { font-size: 1.6rem; line-height: 2.5rem; }
#topline h2 a { color: #000000; }
#topline p { font-size: 1rem; color: #757575; line-height: 2rem; }
/*导航条*/
.fixed{ position: fixed; top:0;}
#menu {overflow: hidden; z-index: 10; background: #ffffff;}
#menu ul{ width: 96%; margin-left: 2%;}
#menu ul li { float: left; width: 20%;margin: 0.5rem 2%; height: 2.3rem; line-height: 2.3rem;  text-align: center; border: 1px solid #757575; border-radius: 10%; font-size: 1.0rem; color: #757575; cursor: pointer;}
#menu ul .y { background: #0068b7; color: #ffffff;}
/*栏目块*/
.con{width: 100%; padding-top:1rem; overflow: hidden;}
.con h3{ width: 95%; height: 3rem; line-height: 3rem;  padding-left: 5%; font-size: 1.1rem; font-weight: normal; background: #e8e8e8;}
.con ul li{ width: 100%; margin-top: 1rem; padding-top: 1rem; overflow: hidden; border-top: 0.5rem solid #e8e8e8;}
.con ul li:first-child{ border-top:none; margin-top:0;}
.con ul li img{ float: left; width: 31.25%; height:6.25rem; margin-left: 2%; margin-right: 5%;}
.con ul li h4{ font-size: 1.5rem; line-height: 2rem; font-weight: normal;}
.con ul li h4 a{ color: #000000;}
.con ul li i{ float: right; margin-right: 5%; margin-top: 0.8rem;}
.con span{ display: block; width: 100%; text-align: left; font-size: 1.1rem; line-height: 3rem;}
.con span a{ color: #294cb0;}
.info { margin: 0.4rem 0.2rem; background-color: #ebe6e0; padding: 0.4rem; border-radius: 5px; font-size: 0.8rem; line-height: 2rem; text-indent: 2em; }
.footer{text-align: center; font-size: 1.1rem;}
