/* 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,
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;
    border:0;
}

/* yui3 fonts */
body {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
    background: url(../images/bg.jpg) center top no-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;
}
.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链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */
.ml20{
    margin-left: 20px;
}
.ewb-mt10 {
    margin-top:10px;
}
.ewb-mt20{
    margin-top: 20px;
}
.ewb-mt12 {
    margin-top:12px;
}
/* top */
.ewb-top{
    height: 36px;
    line-height: 36px;
    color: #333;
    background: url(../images/top_bg.png) repeat;
}
.ewb-wea{
    /*padding-left: 30px;
    background: url(../images/wea_icon.png) 10px center no-repeat;*/
    margin-top:4px;
    float:left;
}
.ewb-top-btn a{
    margin: 0 9px 0 4px;
}
/* header */
.ewb-header{
    padding-top: 63px;
    height: 153px;
}
.ewb-tt{
    display: block;
}
.ewb-search-box{
    position: relative;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    padding-right: 100px;
    border-radius: 20px;
    margin-top: 14px;
    background: url(../images/search_bg.png) repeat;
}
.ewb-input{
    width: 259px;
    height: 40px;
    border: 0;
    outline: 0;
    background: none;
}
.ewb-search-btn{
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 100px;
    height: 40px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding: 0;
    border: 0;
    border-radius: 20px;
    background: #0873cf;
}
@media (min-width: 980px){
    body{
        min-width: 1100px;
    }
}
@media (min-width: 768px) and (max-width: 979px){
    .ewb-input{
        width: 200px;
    }
}
@media (max-width: 767px){
    .ewb-box{
        width: 80%;
        padding: 0 10%;
    }
    .ewb-tt{
        margin: 0 auto;
    }
}
/* nav */
.ewb-nav{
    padding: 0 10px;
    margin: 0 auto 11px;
    background: url(../images/nav_bg.png) repeat;
}
.ewb-nav-list{
    width: 16.666%;
    height: 53px;
}
.ewb-nav-list:hover,
.ewb-nav-list.focus,
.ewb-nav-list.cur{
    background-color: #045ba5;
}
.ewb-nav-list a{
    display: block;
    line-height: 53px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    padding-left: 66px;
    background-position: 24px center;
    background-repeat: no-repeat;
}
.ewb-nav-icon1{
    background-image: url(../images/nav_icon1.png);
}
.ewb-nav-icon2{
    background-image: url(../images/nav_icon2.png);
}
.ewb-nav-icon3{
    background-image: url(../images/nav_icon3.png);
}
.ewb-nav-icon4{
    background-image: url(../images/nav_icon4.png);
}
.ewb-nav-icon5{
    background-image: url(../images/nav_icon5.png);
}
.ewb-nav-icon6{
    background-image: url(../images/nav_icon6.png);
}
@media (max-width: 1100px){
    .ewb-nav{
        padding: 0;
    }
}
@media (min-width: 768px) and (max-width: 979px){
    .ewb-nav-list a{
        padding-left: 40px;
        background-position: 8px center;
    }
    .ml20{
        margin-left: 13px;
    }
}
@media (max-width: 767px){
    .ewb-nav-list{
        width: 33.33333%;
    } 
    .ewb-nav-item{
        padding: 0 20px;
    }
    .ml20{
        margin-left: 0px;
    }
}
@media (max-width: 480px){
    .ewb-nav-item{
        padding: 0 5px;
    }
    .ewb-nav-list a{
        font-size: 16px;
        padding-left: 38px;
        font-weight: normal;
        background-position: 8px center;
    }
}
/* footer */
.ewb-footer{
    margin-top: 20px;
    background-color: #4c4c4c;
}
.ewb-copy{
    position: relative;
    text-align: center;
    line-height: 30px;
    color: #fff;
    padding-top: 22px;
    padding-bottom: 16px;
}
.ewb-copy a{
    color: #fff;
    margin: 0 15px 0 10px;
}
.ewb-copy img{
    display: block;
}
.ewb-footer-img1,
.ewb-footer-img2{
    display: block;
    position: absolute;
}
.ewb-footer-img1{
    top: 17px;
    left: 55px;
}
.ewb-footer-img2{
    top: 21px;
    right: 25px;
}
/* 右侧导航栏 */
.ewb-menu{
    position: fixed;
    
    left: 50%; 
    margin-left: 590px;
    top: 260px;
    z-index: 9999;
}
.ewb-menu-list{
    position: relative;
    width: 72px;
    height: 66px;
    vertical-align: top;
    margin-bottom: 4px;
}
.ewb-menu-list a,.ewb-menu-list span{
    display: block;
    height: 66px;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #e5f3ff;
}
.ewb-menu-list.last{
    height: 48px;
    margin-bottom: 0;
}
.ewb-menu-list.last a{
    height: 48px;
    background-color: #cbe6fd;
}
.ewb-menu-icon1{
    background-image: url(../images/menu_icon1.png);
}
.ewb-menu-icon2{
    background-image: url(../images/menu_icon2.png);
}
.ewb-menu-icon3{
    background-image: url(../images/menu_icon3.png);
}
.ewb-menu-icon4{
    background-image: url(../images/menu_icon4.png);
}
.ewb-menu-info{
    display: none;
    position: absolute;
    top: 0;
    left: -168px;
    width: 168px;
    height: 66px;
}
.ewb-menu-info a{
    display: block;
    line-height: 66px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #1575c6;
    background-color: #fff;
}

.ewb-code{
    display: none;
    position: absolute;
    top: -17px;
    left: -106px;
    padding-right: 7px;
    width: 96px;
    background: url(../images/menu_arr.png) right 43px no-repeat;
}
.ewb-code-con{
    padding: 5px 6px 0;
    width: 84px;
    background-color: #fff;
}
.ewb-code-con p{
    text-align: center;
    line-height: 23px;
    color: #333;
}
.ewb-menu-list:hover .ewb-menu-info,
.ewb-menu-list:hover .ewb-code{
    display: block;
}

/*infolist*/
.ewb-col-hd{
    height: 37px;
    border-bottom: 1px solid #e5e5e5;
}
.ewb-col-tt{
    padding: 0 10px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    font-weight: bold;
    color: #1978c9;
    border-bottom: 2px solid #1978c9;
}
.wb-data-item {
    padding-left:1px;
    padding-top: 5px;
}

.wb-data-list {
    line-height: 29px;
    padding-left: 6px;
    background: url(../images/list.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 120px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    color: #999;
    margin-top: -29px;
}

.wb-data-list:hover a {
    cursor: pointer;
    color: #e2282f;
}

@media (max-width: 979px){ 
    .ewb-copy span{ 
        display: block; 
        line-height: 30px; 
    }
    .ewb-footer-img1{
    top: 26px;
    left: 40px;
    }
    .ewb-footer-img2{
    top: 27px;
    right: 24px;
   } 
}