﻿/* 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,
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 {
    font: 14px/1.231 "SimSun", arial, helvetica, clean, sans-serif;
    color: #333;
    min-width: 1200px;
    background: #f0f0f0;
}

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;
}


/*! grid system 24栅格 998px */

.ewb-container {
    width: 998px;
    margin: 0 auto;
    padding: 0 10px;
    background: #fff;
}

.ewb-row {
    overflow: hidden;
}

.ewb-span24 {
    width: 998px;
    float: left;
}

.ewb-span23 {
    width: 956px;
    float: left;
}

.ewb-span22 {
    width: 914px;
    float: left;
}

.ewb-span21 {
    width: 872px;
    float: left;
}

.ewb-span20 {
    width: 830px;
    float: left;
}

.ewb-span19 {
    width: 788px;
    float: left;
}

.ewb-span18 {
    width: 746px;
    float: left;
}

.ewb-span17 {
    width: 704px;
    float: left;
}

.ewb-span16 {
    width: 662px;
    float: left;
}

.ewb-span15 {
    width: 620px;
    float: left;
}

.ewb-span14 {
    width: 578px;
    float: left;
}

.ewb-span13 {
    width: 536px;
    float: left;
}

.ewb-span12 {
    width: 494px;
    float: left;
}

.ewb-span11 {
    width: 452px;
    float: left;
}

.ewb-span10 {
    width: 410px;
    float: left;
}

.ewb-span9 {
    /*width: 368px;*/
    width: 490px;/*20220211*/
    float: left;
}

.ewb-span8 {
    width: 326px;
    float: left;
}

.ewb-span7 {
    width: 284px;
    float: left;
}

.ewb-span6 {
    width: 242px;
    float: left;
}

.ewb-span5 {
    width: 200px;
    float: left;
}

.ewb-span4 {
    width: 158px;
    float: left;
}

.ewb-span3 {
    width: 116px;
    float: left;
}

.ewb-span2 {
    width: 74px;
    float: left;
}

.ewb-span1 {
    width: 32px;
    float: left;
}

.ewb-ml10 {
    margin-left: 10px;
}

.ewb-mt10 {
    margin-top: 10px;
}

.ewb-pt10{
    padding-top: 10px;
}

/* header */


/* func */

.ewb-header-func {
    height: 31px;
    line-height: 31px;
    border-bottom: 1px solid #d3d3d3;
    background: #dfdfdf;
    font-size: 12px;
}

.ewb-header-func .ewb-container {
    background: #dfdfdf;
}

.ewb-header-func span {
    display: block;
}

.ewb-header-date {
    padding-left: 15px;
}

.ewb-header-link a {
    color: #333;
    padding-left: 10px;
    padding-right: 6px;
    background: url("../images/top_icon.png") left center no-repeat;
}

/* banner */

.ewb-header-banner {
    vertical-align: top;
    margin: 1px 0;
}

/* nav */

.ewb-nav {
    height: 35px;
    background: url("../images/navbg.jpg") repeat-x;
}

.ewb-nav-item {
    /*width: 110px;*/
    width: 98px;/*20211215*/
    height: 35px;
    line-height: 34px;
    text-align: center;
    background: url("../images/nav_split.jpg") right center no-repeat;
}

.ewb-nav-item.last {
    background: none;
}

.ewb-nav-item a {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}

.ewb-nav-item:hover a {
    color: #fff220;
    cursor: pointer;
}

/* footer */

.ewb-footer {
    padding-top: 10px;
    font-size: 12px;
    color: #333;
    position: relative;
    text-align: center;
    font-family: "SimSun";
}

.ewb-footer-menu {
    border-top: 6px solid #0c57d2;
    height: 24px;
    line-height: 24px;
    padding-top: 9px;
}

.ewb-footer-menu>span {
    padding: 0 5px;
}

.ewb-footer-menu>a {
    color: #333;
}

.ewb-footer-bar {
    padding-bottom: 6px;
}

.ewb-footer-msg {
    line-height: 24px;
}

.ewb-footer-link {
    position: absolute;
    top: 37px;
    right: 208px;
}

.ewb-footer-wechat {
    position: absolute;
    top: 40px;
    right: 132px;
}

/* 信息列表 */

.wb-data-item {
   padding-left: 11px;
}

.wb-data-list {
    line-height: 28px;
    padding-left: 10px;
    cursor: pointer;
    font-family: "Microsoft YaHei";
    background: url("../images/listimg.jpg") left center no-repeat;
}

.wb-data-infor {
    margin-right: 110px;
}

.wb-data-infor a {
    display: block;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-date {
    float: right;
    padding-right: 5px;
    margin-top: -28px;
}

.wb-data-list:hover .wb-data-infor a,
.wb-data-list:hover .wb-data-date {
    color: #ff5a00;
}

.ewb-none .wb-data-infor{
    margin-right: 10px;
}
.ewb-colu .wb-data-item{
    padding-top: 8px;
}

.ewb-yzmnew {
    line-height: 40px;
    font-size: 25px;
    letter-spacing: 18px;
    cursor: pointer;
}

.ewb-subnav {
    margin-top: 10px;
    padding: 0 10px;
    height: 41px;
    line-height: 41px;
    background-color: #eee;
}

.ewb-weather {
    float: left;
    margin-left: 36px;
}

.ewb-search {
    float: right;
    margin-top: 3px;
    height: 22px;
    line-height: 31px;
    margin-right: 40px;
}

.ewb-sh-btn {
    float: right;
    width: 39px;
    height: 24px;
    border: 0;
    cursor: pointer;
    background: url(../images/sh_btn.png) center center no-repeat #0472df;
}

.ewb-sh-txt {
    float: right;
    padding-left: 10px;
    width: 186px;
    height: 22px;
    line-height: 22px;
    border: 1px solid #d2d2d2;
    border-right: 0;
}

.ewb-search label {
float: right;
    margin-right: 2px;
    font-weight: bold;
    height: 22px;
    line-height: 24px;
}

/*20220211*/
.banner_yqfkgz{
    height: 120px;
    text-align: center;
    width: 100%;

}
.banner_yqfkgz img{
	height:120px;
	width:50%;
}
.banner_jkxc img{
	height:120px;
	width:50%;
}