﻿@charset "UTF-8";

/* yui3 reset.css */

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 {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background: url(../images/dczx/dczx_bg.jpg) center top no-repeat #e4f1f9;
}

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;
}

.mt10 {
    margin-top: 10px;
}

.ml10 {
    margin-left: 10px;
}

/* 公共样式 */


.ewb-pr {
    padding-right: 5px;
}

.ewb-pl {
    padding-left: 5px;
}

/* 主体 */

.ewb-main-part {
    margin: 0 -20px;
    background-color: #fff;
    *width: 1038px;
}

@media (max-width: 1200px) {
    .ewb-main-part {
        margin: 0;
    }
    .ewb-pr,
    .ewb-pl {
        padding: 0 5px;
    }
}

/* top */

.ewb-top {
    padding-bottom: 5px;
    height: 32px;
    line-height: 32px;
    background: url(../images/dczx/top_bg.png) repeat-x;
}

.ewb-top-reg,
.ewb-top-login {
    float: right;
    padding-left: 22px;
    margin-left: 10px;
    color: #0d51ac;
}

.ewb-top-reg {
    background: url(../images/dczx/reg_ico.png) left center no-repeat;
}

.ewb-top-login {
    background: url(../images/dczx/login_ico.png) left center no-repeat;
}


/* header */

.ewb-header {
    height: 155px;
}

.ewb-logo {
    float: left;
    width: 300px;
    height: 155px;
}


/* nav */

.ewb-nav {
    margin: 0 -20px;
    height: 50px;
    line-height: 50px;
    background-color: #0048a8;
}

.ewb-nav ul {
    padding: 0 19px;
}

.ewb-nav-node {
    float: left;
    vertical-align: top;
}

.ewb-nav-name {
    display: block;
    padding: 0 12px;
    margin: 0 18px;
    *margin: 0 16px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-name:hover {
    background-color: #336db9;
}

@media (max-width: 1200px) {
    .ewb-nav {
        margin: 0;
    }
    .ewb-nav-name {
        margin: 0 14px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-nav ul {
        padding: 0 18px;
    }
    .ewb-nav-name {
        padding: 0 20px;
        margin: 0 14px;
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .ewb-top a {
        margin-right: 5px;
        font-size: 12px;
    }
    .ewb-logo {
        width: auto;
        height: auto;
    }
    .ewb-nav {
        height: 80px;
    }
    .ewb-nav ul {
        padding: 0;
    }
    .ewb-nav-node {
        width: 50%;
        height: 40px;
        line-height: 40px;
    }
    .ewb-nav-node.short {
        width: 33.333333333333333333333%;
    }
    .ewb-nav-name {
        padding: 0;
        margin: 0;
        text-align: center;
        font-size: 14px;
    }
}

/* 列表信息 */

.ewb-info {
    margin-top: 20px;
    height: 304px;
}

.ewb-info-hd {
    height: 48px;
    line-height: 48px;
    padding-left: 15px;
    border-top: 3px solid #0048a8;
}

.ewb-info-tt {
    font-size: 20px;
    font-weight: bold;
    color: #0048a8;
}

.ewb-info-node {
    padding-left: 15px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    vertical-align: top;
    background: url(../images/dczx/info_dian.png) left center no-repeat;
}

.ewb-info-name {
    float: left;
    width: 75%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-info-date {
    float: right;
    color: #8b8a8a;
}

.ewb-info-node:hover .ewb-info-name,
.ewb-info-node:hover .ewb-info-date {
    color: #f00;
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-info-tt {
        font-size: 16px;
    }
    .ewb-info-node {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .ewb-info-tt {
        font-size: 14px;
    }
    .ewb-info-node {
        font-size: 12px;
    }
    .ewb-info-name {
        width: 70%;
    }
}

/* 横幅 */

.rslides-item {
    position: relative;
}

.rslides {
    position: relative;
    overflow: hidden;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.rslides img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    height: 96px;
}

/* 自定义分页导航 */

#slider-pager {
    position: absolute;
    right: 3px;
    bottom: 10px;
    z-index: 3;
    height: 8px;
}

#slider-pager li {
    float: left;
    width: 8px;
    height: 8px;
    margin-right: 8px;
}

#slider-pager li a {
    display: block;
    width: 8px;
    height: 8px;
    background: url(../images/dczx/stag.png);
}

#slider-pager .rslides-cur a {
    background: url(../images/dczx/stag_active.png);
}

@media (max-width: 1200px) {
    .rslides-item {
        padding: 0 5px;
    }
}

@media (max-width: 767px) {
    .rslides img {
        height: auto;
    }
    #slider-pager {
        bottom: 3px;
    }
    #slider-pager li {
        margin-right: 3px;
    }
}


/* 建议意见 */

.ewb-suggestion {
    height: 110px;
    background-color: #f3f6f7;
}

.ewb-suggestion-hd {
    float: left;
    width: 5%;
    height: 110px;
    background-color: #0048a8;
}

.ewb-suggestion-hd table,
.ewb-suggestion-hd td {
    width: 100%;
    height: 100%;
}

.ewb-suggestion-hd td a {
    display: block;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.ewb-suggestion-bd {
    float: left;
    width: 95%;
    overflow: hidden;
}

.ewb-suggestion-list {
    padding: 20px 16px;
}

.ewb-suggestion-list ul {
    margin-right: -15px;
}

.ewb-suggestion-node {
    float: left;
    width: 50%;
    height: 70px;
    vertical-align: top;
}

.ewb-suggestion-node a {
    display: block;
    margin-right: 15px;
    height: 68px;
    line-height: 68px;
    border: 1px solid #d7e4f4;
    background-color: #fff;
}

.ewb-suggestion-node a i {
    float: left;
    width: 20%;
    height: 68px;
    background-color: #d7e4f4;
}

.ewb-suggestion-icon1 {
    background: url(../images/dczx/suggestion_icon1.png) center center no-repeat;
}

.ewb-suggestion-icon2 {
    background: url(../images/dczx/suggestion_icon2.png) center center no-repeat;
}

.ewb-suggestion-icon3 {
    background: url(../images/dczx/suggestion_icon3.png) center center no-repeat;
}

.ewb-suggestion-icon4 {
    background: url(../images/dczx/suggestion_icon4.png) center center no-repeat;
}

.ewb-suggestion-name {
    float: left;
    width: 67%;
    text-align: center;
    font-size: 18px;
    color: #0048a8;
}

.ewb-suggestion-node a:hover {
    border: 1px solid #3d85e4;
    background-color: #f3f8ff;
}

.ewb-suggestion-node:hover .ewb-suggestion-icon1 {
    background: url(../images/dczx/suggestion_icon1_hover.png) center center no-repeat #3d85e4;
}

.ewb-suggestion-node:hover .ewb-suggestion-icon2 {
    background: url(../images/dczx/suggestion_icon2_hover.png) center center no-repeat #3d85e4;
}

.ewb-suggestion-node:hover .ewb-suggestion-icon3 {
    background: url(../images/dczx/suggestion_icon3_hover.png) center center no-repeat #3d85e4;
}

.ewb-suggestion-node:hover .ewb-suggestion-icon4 {
    background: url(../images/dczx/suggestion_icon4_hover.png) center center no-repeat #3d85e4;
}

@media (max-width: 1200px) {
    .ewb-suggestion {
        margin: 0 5px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-suggestion-hd td a {
        font-size: 18px;
    }
    .ewb-suggestion-name {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .ewb-suggestion {
        height: auto;
    }
    .ewb-suggestion-hd {
        width: 10%;
        height: 190px;
    }
    .ewb-suggestion-hd td a {
        font-size: 16px;
    }
    .ewb-suggestion-bd {
        width: 90%;
    }
    .ewb-suggestion-list {
        padding: 20px 10px;
    }
    .ewb-suggestion-list ul {
        margin-bottom: -10px;
    }
    .ewb-suggestion-node {
        width: 50%;
        height: 80px;
    }
    .ewb-suggestion-name {
        margin-bottom: 10px;
        font-size: 14px;
    }
}

@media (max-width: 420px) {
    .ewb-suggestion-icon1,
    .ewb-suggestion-node:hover .ewb-suggestion-icon1 {
        background-size: 29px 26px;
    }
    .ewb-suggestion-icon2,
    .ewb-suggestion-node:hover .ewb-suggestion-icon2,
    .ewb-suggestion-icon3,
    .ewb-suggestion-node:hover .ewb-suggestion-icon3,
    .ewb-suggestion-icon4,
    .ewb-suggestion-node:hover .ewb-suggestion-icon4 {
        background-size: 30px 30px;
    }
}


/* footer */

.ewb-footer {
    margin-top: 20px;
    height: 59px;
    border-top: 3px solid #0048a8;
}

.ewb-footer-content {
    line-height: 52px;
    text-align: center;
    font-size: 15px;
    color: #333;
}

@media (max-width: 767px) {
    .ewb-footer-content {
        font-size: 12px;
    }
}
