﻿@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: #434343;
    font-size: 15px;
    font-family: "Microsoft YaHei";
}

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;
}

.ewb-mt20 {
    margin-top: 20px;
}


/* header */


/* banner */

.ewb-banner {
    text-align: right;
    /* background: url(../images/header2020.jpg) left top no-repeat; */
    /* height: 664px; */
}

.ewb-banner img {
    vertical-align: top;
    /* padding-top: 55px; */
    /* padding-bottom: 109px; */
}


/* nav */

.ewb-nav {
    background: #da272d;
}

.ewb-nav-item {
    height: 70px;
    line-height: 70px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 20px;
    background: url("../images/nav_icon.png") left center no-repeat;
}

.ewb-nav-item.last {
    padding-right: 0;
}

.ewb-nav-item a {
    color: #fdfaad;
}

.ewb-nav-item:hover {
    cursor: pointer;
    text-decoration: underline;
}


/* phone */

@media (max-width: 767px) {
    .ewb-banner img {
        /* padding-top: 20px; */
        /* padding-bottom: 25px; */
    }
    .ewb-nav-item {
        width: 50%;
        height: 32px;
        line-height: 32px;
        font-size: 16px;
        padding: 0;
    }
    .ewb-nav-item a {
        padding-left: 20px;
    }
}


/* pad */

@media (min-width: 768px) and (max-width: 979px) {
    .ewb-nav-item {
        padding-right: 12px;
        font-size: 18px;
    }
}


/* footer */

.ewb-footer {
    border-top: 3px solid #dcdcdc;
    text-align: center;
    margin-top: 20px;
}

.ewb-footer .container {
    position: relative;
}

.ewb-footer-copyright {
    line-height: 24px;
    padding: 25px 0 35px 0;
}

.ewb-footer-copyright span {
    display: inline-block;
    padding-left: 25px;
    background: url("../images/foot_icon.png") 0 3px no-repeat;
}

.ewb-footer-icon1 {
    position: absolute;
    top: 19px;
    left: 166px;
}

.ewb-footer-icon2 {
    position: absolute;
    top: 24px;
    right: 166px;
}


/* phone */

@media (max-width: 767px) {
    .ewb-footer-copyright {
        padding: 15px 0 20px 0;
    }
}


/* 通用栏目 */

.ewb-colu {
    margin-top: 20px;
}

.ewb-colu-hd {
    height: 40px;
    line-height: 40px;
    background: #f5f3f4;
}

.ewb-colu-tt {
    font-size: 20px;
    padding-left: 30px;
}

.ewb-colu-tt a {
    color: #ff0000;
}

.ewb-colu-more {
    font-size: 14px;
    padding-right: 15px;
}
#zxdt{
	height: 266px;
	overflow: hidden;
}

.ewb-colu-more a {
    color: #c42d18;
}

.ewb-colu-bd {
    height: 182px;
    overflow: hidden;
}

.ewb-bgcolor {
    background: #f5f3f4;
}

.ewb-mod .ewb-colu-bd {
    height: 316px;
}


/* 信息列表 */

.wb-data-item {
    padding-top: 12px;
    padding-left: 10px;
}

.wb-data-item.spe {
    padding-left: 5px;
}

.wb-data-list {
    line-height: 32px;
    padding-left: 7px;
    cursor: pointer;
    background: url("../images/listimg.jpg") left center no-repeat;
}

.wb-data-infor {
    margin-right: 20px;
}

.wb-data-infor a {
    display: block;
    color: #434343;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-date {
    float: right;
    padding-right: 10px;
    margin-top: -32px;
}

.wb-data-list:hover .wb-data-infor a,
.wb-data-list:hover .wb-data-date {
    color: #ff0000;
}
