/* 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 {
    background: url('../images/head.jpg') center top no-repeat #fff;
    font: 14px/1.231 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
    color: #333;
}

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 {
    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;
}

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

.ewb-row {
    overflow: hidden;
}

.ewb-mt10 {
    margin-top: 10px;
}

/* phone */

@media (max-width: 767px){
    body{
        background: none;
    }
}

/* logo */

.ewb-logo>img {
    vertical-align: top;
    padding: 102px 0 161px;
}

/* phone */

@media(max-width: 767px){
    .ewb-logo{
        background: url('../images/phone_bg.jpg') no-repeat center top;
    }
    .ewb-logo>img{
        padding: 40px 0;
        width: 80%;
    }
}

/* nav */

.ewb-nav{
    padding-bottom: 44px;
}

.ewb-nav-item {
    float: left;
    width: 20%;
}

.ewb-nav-item:first-child a{
    margin-left: 0;
}

.ewb-nav-item>a {
    margin-left: 5px;
    display: block;
    padding-left: 90px;
    line-height: 70px;
    font-size: 20px;
    color: #2067c1;
    font-weight: bold;
}

.ewb-nav-item.nav1>a {
    background: url('../images/nav1.png') no-repeat;
}

.ewb-nav-item.nav2>a {
    background: url('../images/nav2.jpg') no-repeat;
}

.ewb-nav-item.nav3>a {
    background: url('../images/nav3.png') no-repeat;
}

.ewb-nav-item.nav4>a {
    background: url('../images/nav4.png') no-repeat;
}

.ewb-nav-item.nav5>a {
    background: url('../images/nav5.png') no-repeat;
}

.ewb-nav-item>a:hover {
    color: #fff;
    cursor: pointer;
}

.ewb-nav-item.nav1>a:hover {
    background-image: url('../images/nav1h.png')
}

.ewb-nav-item.nav2>a:hover {
    background-image: url('../images/nav2h.jpg')
}

.ewb-nav-item.nav3>a:hover {
    background-image: url('../images/nav3h.png')
}

.ewb-nav-item.nav4>a:hover {
    background-image: url('../images/nav4h.png')
}

.ewb-nav-item.nav5>a:hover {
    background-image: url('../images/nav5h.png')
}

/* pad */

@media (min-width: 768px) and (max-width: 1200px){
    .ewb-nav-item>a{
        padding-left: 75px;
        font-size: 16px;
        background-size: 100% 100% !important;
    }
}

/* phone */

@media (max-width: 767px){
    .ewb-nav{
        padding: 10px 3px 15px;
    }
    .ewb-nav-item{
        width: 50%;
    }
    .ewb-nav-item>a{
        margin: 5px 0 0;
        padding-left: 42%;
        line-height: 60px;
        font-size: 14px;
        background-size: 100% 100% !important;
    }
}

/* footer */

.ewb-footer {
    padding-bottom: 19px;
    border-top: 3px solid #015293;
    background-color: #eee;
}

.ewb-footer .container {
    position: relative;
}

.ewb-footer a{
    color: #333;
}

.ewb-footer-content{
    padding-top: 17px;
    line-height: 24px;
    text-align: center;
    font-size: 15px;
}

.ewb-footer-red{
    position: absolute;
    top: 12px;
    left: 50%;
    margin-left: -310px;
}

.ewb-footer-error{
    position: absolute;
    top: 15px;
    right: 50%;
    margin-right: -357px;
}

/* phone */

@media(max-width: 767px){
    .ewb-footer-content{
        padding-top: 80px;
        font-size: 12px;
    }
    .ewb-footer-red{
        top: 5px;
        left: 20%;
        margin-left: 0;
    }
    .ewb-footer-error{
        right: 20%;
        margin-right: 0;
    }
}

/* 通用样式 */

.ewb-main {
    border: 1px solid #e9e9e9;
}

.ewb-mod {
    margin: 0 5%;
}

/* phone */

@media(max-width: 767px){
    .ewb-mod{
        margin: 0 5px;
    }
}

/* 信息列表 */

.wb-data-list {
    padding-left: 20px;
    line-height: 34px;
    background: url('../images/listimg.jpg') left 14px no-repeat;
    vertical-align: top;
}

.wb-data-infor {
    margin-right: 100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    margin-top: -34px;
    color: #999;
}

.wb-data-list:hover {
    background-image: url('../images/listimgh.jpg');
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #0066cc;
}

/* phone */

@media(max-width: 767px){
    .wb-data-list{
        font-size: 13px;
    }
}

/* 页码 */

.ewb-page {
    padding: 15px 0 20px;
    height: 36px;
    text-align: center;
	margin-left:25%;
}

.ewb-page-items {
    text-align: center;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.ewb-page-li {
    text-align: center;
    font-family: "Microsoft YaHei";
    float: left;
    cursor: pointer;
    background-color: #fff;
}

.ewb-page-li:first-child>a{
    margin-left: 0;
    border-radius: 4px 0 0 4px;
}

.ewb-page-li>a {
    height: 34px;
    line-height: 34px;
    margin-left: -1px;
    display: inline-block;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: content-box;
    border: 1px solid #ddd;
    font-size: 16px;
    font-family: 'Microsoft YaHei';
    color: #888;
}

.ewb-page-li.current>a {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.ewb-page-input {
    width: 48px;
    height: 34px;
    text-align: center;
    border: 1px solid #dfdfdf;
    line-height: 34px;
    color: #666;
    outline: none;
    vertical-align: top;
    *margin-top: -1px;
}

.ewb-page-go:hover>a {
    color: #fff;
    background-color: #999;
    border-color: #999;
}

.ewb-page-go>a {
    font-size: 12px;
    padding: 0 12px;
    border-radius: 0 4px 4px 0;
}

.ewb-page-li.last>a{
    border-radius: 0 4px 4px 0;
}

.ewb-page-input {
    margin-left: 10px;
}

.ewb-page-input{
    border-radius: 4px 0 0 4px;
}

.ewb-page-li a:hover{
    color: #888;
    background-color: #eee;
    border-color: #ddd;
}

/* phone */

@media(max-width: 767px){
    .ewb-page-li>a{
        font-size: 14px;
    }
}