/* yui3 reset.css */

html {
    color: #000;
    background: #FFF
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal
}

q:before,
q:after {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%
}

legend {
    color: #000
}

iframe {
    display: block;
}




/* yui3 fonts */

body {
    font: 15px/1.231 "Microsoft Yahei";
    color: #333;
    background: url(../images/szkjzc_bg1.png) repeat;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    text-decoration: none;
}




/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
    overflow: hidden;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}




/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

.bg {
    width: 998px;
    margin: 0 auto;
    background: url(../images/szkjzc_bg2.jpg) no-repeat #fff;
}

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-mt20 {
    margin-top: 20px;
}

.ewb-ml20 {
    margin-left: 20px;
}

/* 通用栏目 */

.ewb-colu {
   
 
    background-color: #fff;
    border: 1px solid #dbdfe0;
}

.ewb-colu-hd {
    margin-left: -1px;
    padding-left: 86px;
    display: block;
    height: 46px;
    line-height: 46px;
    color: #154eba;
    border-bottom: 2px solid #1450ba;
}
.ewb-colu-bd{height:300px;}
.infolist,.ewb-colu-bd ul{
    margin-top: -3px;
    padding: 0 0 10px 10px;
}


.infolist li{
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    /*vertical-align: top;*/
}

.infolist li a
 {
    display: block;
    float: left;
    color: #333;
    padding-left: 13px;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    background: url(../images/szkjzc_dot.png) 1px center no-repeat;
}
.infolist span
{
    padding-right: 10px;
    float: right;
    color: #666; 
}

.ewb-colu-list {
    padding-left: 13px;
    line-height: 34px;
    font-size: 12px;
    background: url(../images/szkjzc_dot.png) 0 50% no-repeat;
}

.ewb-colu-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


.ewb-colu-date {
    padding-right: 10px;
    margin-top: -34px;
    float: right;
    color: #666;
}

/* header */

.ewb-header {
    height: 225px;
}

.ewb-logo {
    padding-top: 2px;
    height: 183px;
}

/* 导航栏 */

.ewb-nav {
    height: 40px;
    line-height: 40px;
    background: url(../images/szkjzc_nav_line.png) repeat-x;
}

.ewb-nav-item {
    margin-left: 105px;
    font-size: 17px;
}

.ewb-nav-item.first {
    margin-left: 35px;
}

.ewb-nav-item a {
    padding: 0 40px;
    display: block;
    color: #fff;
}

.ewb-nav-item:hover a {
    background: url(../images/szkjzc_nav_line_hover.png) repeat-x;
}

/* footer */

.ewb-footer{
    margin-top: 21px;
    height: 171px;
    text-align: center;
    font-size: 12px;
    background-color:#FFF;
}

.ewb-footer-tt{
    height: 26px;
    line-height: 26px;
    background-color: #1c447b;
    color: #fff;
}

.ewb-footer-tt a{
    padding: 0 9px 0 6px;
    color: #fff;
}

.ewb-footer p{
    line-height: 20px;
    text-align:center;
}

.ewb-footer p.first{
    padding-top: 16px;
}