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

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


/** 
 * 以下可追加项目中的公共样式，
 * 比如body上进行全局的文字设置（字体，大小，行高），全局a链接的基本状态定义，
 * 适合页面的栅格系统
 * 页面公共头尾部分等
 */


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

.ewb-container {
    width: 998px;
    margin: 0 auto;
}

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


/* header */


/* func */

.ewb-func {
    height: 118px;
    background: url("../images/bg.png") center top no-repeat;
}

.ewb-func-logo {
    vertical-align: top;
    padding-top: 30px;
    padding-left: 35px;
}

.ewb-func-bar {
    *width: 280px;
}

.ewb-func-link {
    text-align: right;
    height: 42px;
    line-height: 42px;
    color: #fff;
}

.ewb-func-link a {
    color: #fff;
}

.ewb-func-input {
    margin-top: 25px;
}

.ewb-func-input input {
    float: right;
    width: 201px;
    height: 20px;
    line-height: 20px;
    margin-right: 10px;
    text-indent: 8px;
    outline: 0;
    border: 0;
    background: url("../images/input.jpg") no-repeat;
}

.ewb-func-input button {
    float: right;
    width: 58px;
    height: 20px;
    border: 0;
    outline: 0;
    color: #fff;
    text-align: center;
    cursor: pointer;
    background: #ffb400;
}


/* nav */

.ewb-nav {
    height: 40px;
    background: #0884d1;
}

.ewb-nav-item {
    /*margin-left:20px;*/
    margin-left:32px;/*20220127*/
    text-align: center;
    cursor: pointer;
}

.ewb-nav-item:first-child {
    margin-left: 28px;
}

.ewb-nav-item a {
    display: block;
    /*padding: 0 22px;*/
    padding: 0 10px;/*20211214*/
    height: 26px;
    line-height: 26px;
    margin-top: 7px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.ewb-nav-item a.cur,
.ewb-nav-item a:hover {
    background: #fff;
    color: #0783d1;
    border-radius: 5px;
}


/* footer */


/* 友情链接 */

.ewb-sel {
    height: 34px;
    border: 1px solid #c3c3c3;
    background: url("../images/sel_bg.jpg") repeat-x;
}

.ewb-sel-name {
    width: 82px;
    height: 34px;
    line-height: 34px;
    padding-left: 10px;
    margin-right: 40px;
    font-size: 14px;
    color: #0783d1;
    font-weight: bold;
    background: url("../images/sel_tt.jpg") no-repeat;
}

.ewb-sel-item {
    width: 242px;
    margin-right: 45px;
    margin-top: 6px;
}

.ewb-sel-item select {
    width: 100%;
    height: 22px;
    font-family: "SimSun";
}


/* 底部信息 */

.ewb-footer-msg {
    height: 132px;
    color: #fff;
    text-align: center;
    background: #0a84d2;
}

.ewb-footer-msg .ewb-container {
    position: relative;
}

.ewb-footer-bar {
    height: 24px;
    line-height: 24px;
    padding-top: 15px;
}

.ewb-footer-bar a {
    color: #fff;
    padding: 0 8px;
}

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

.ewb-footer-link {
    display: block;
    position: absolute;
    top: 36px;
    right: 216px;
    width: 52px;
    height: 62px;
    cursor: pointer;
}

.ewb-footer-link.icon {
    width: 47px;
    left: 154px;
}


/* 信息列表 */

.wb-data-item {
    padding-top: 9px;
    padding-left: 15px;
}

.wb-data-list {
    line-height: 24px;
    padding-left: 7px;
    cursor: pointer;
    background: url("../images/listimg.jpg") left center no-repeat;
}

.wb-data-infor {
    /*margin-right: 120px;*/
	margin-right: 90px;
}

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

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

.wb-data-date {
    float: right;
    color: #666;
    padding-right: 15px;
    margin-top: -24px;
}

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