/* 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;
}

/* yui3 fonts */

body {
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
    outline: 0;
}

table {
    font-size: inherit;
    font: 100%
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%
}

a {
    cursor: pointer;
    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;
}

/* placeholder */

::-webkit-input-placeholder {
    color: #999;
}

::-moz-placeholder {
    color: #999;
}

:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    /* Internet Explorer 9- */
    color: #999;
}

/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */

/* 属性值渐变 */

.trans {
    -webkit-transition: all .4s cubic-bezier(.175, .885, .32, 1);
            transition: all .4s cubic-bezier(.175, .885, .32, 1);
}

/* 单行文本溢出 */

.ewb-otw {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* header */

.ewb-top{
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    background: #f8f8f8;
}

.ewb-top-l{
    float: left;
}

.ewb-top-l a,
.ewb-top-r a{
    color: #333;
}

.ewb-top-l span{
    padding: 0 12px;
}

.ewb-top-r{
    float: right;
}

.ewb-top-r span{
    padding: 0 8px;
}

.ewb-banner img{
    vertical-align: top;
    width: 100%;
}

/* nav */

.ewb-nav{
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    background: #377fdc;
}

.ewb-nav-items{
    padding-left: 30px;
}

.ewb-nav-item{
    float: left;
    margin-left: 27px;
}

.ewb-nav-item a{
    display: block;
    padding: 0 27px;
    color: #fff;
}

.ewb-nav-item a:hover,
.ewb-nav-item.cur a{
    background: #1b67c9;
    color: #fff;
}


/* 1023新增搜索框 */

.ewb-nav-item a{
    padding: 0 30px;
}

.ewb-nav-search{
    float: left;
    margin-left: 20px;
    height: 36px;
    margin-top: 6px;
}

.ewb-nav-search input{
    display: block;
    width: 200px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border: 0;
    outline: 0;
    background: #fff;
    float: left;
    text-indent: 10px;
	font-size: 15px;
}

.ewb-nav-search button{
    display: block;
    float: left;
    padding: 0 5px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #fff;
    border: 0;
    font-family: "Microsoft Yahei";
    background: #6998f7;
    cursor: pointer;
}

/* list */
.wb-data-type{
    color: #ff9000;
}

.wb-data-item {
    margin-top: -2px;
    padding-left: 15px;
}

.wb-data-list {
    line-height: 35px;
    font-size: 16px;
    padding-left: 15px;
    background: url(../images/listimg.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 160px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    padding-right: 11px;
    margin-top: -35px;
    color: #666;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #ff9000;
}


@media(max-width: 979px) and (min-width: 768px){
    .ewb-nav-items{
        padding: 0 10px;
    }

    .ewb-nav-item{
        width: 20%;
        margin-left: 0;
        *width: 19.9%;
    }

    .ewb-nav-item a{
        margin: 0 5px;
        padding: 0;
        text-align: center;
    }
}

@media(max-width: 767px){
    .ewb-top{
        font-size: 12px;
    }

    .ewb-nav-items{
        padding: 0;
    }

    .ewb-nav-item{
        width: 19%;
        margin-left: 0;
        *width: 18.9%;
    }

    .ewb-nav-item.last{
        width: 24%;
    }

    .ewb-nav-item a{
        padding: 0;
        text-align: center;
        font-size: 14px;
    }

    .ewb-top-r{
        margin-right: 5px;
    }

    .ewb-top-l{
        margin-left: 5px;
    }
}

/* footer */

.ewb-footer{
    padding-top: 33px;
    height: 155px;
    background: #3b3a39;
}

.ewb-footer-copy{
    line-height: 33px;
    text-align: center;
    color: #a7a7a7;
}

@media(max-width: 767px){
    .ewb-footer{
        padding: 30px 0;
        height: auto;
        font-size: 12px;
    }
    
}


@media(min-width: 980px){
    body{
        min-width: 1200px;
    }
}