﻿@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: "SimSun";
}

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


/* 通用信息列表 */

.wb-data-item{
	padding: 6px 0 4px 14px;
}

.wb-data-list {
    line-height: 28px;
    padding-left: 7px;
    font-family: "Microsoft Yahei";
    background: url(../images/dot.png) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 96px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    padding-right: 14px;
    margin-top: -28px;
    color: #999;
}

.wb-data-list:hover span,
.wb-data-list:hover a {
    cursor: pointer;
    color: #ff5a00;
}


/* header */

.ewb-header {
    color: #fff;
    background: url(../images/header_bg.png) no-repeat center top;
}


/* logo */

.ewb-logo {
    padding: 23px 0 19px;
    height: 76px;
}

.ewb-header-r {
    margin-top: 14px;
}

.ewb-header-tt {
    margin: 0 8px 0 4px;
    font-size: 12px;
    color: #fff;
}


/* search */

.ewb-search {
    margin-top: 38px;
    width: 269px;
    height: 22px;
}

.ewb-ser-txt {
    margin-top: 1px;
    border: 1px solid #bfbfbf;
    border-right: 0;
    border-bottom: 0;
}

.ewb-ser-input {
    width: 199px;
    height: 18px;
    border: 1px solid #e2e2e2;
    border-right: 0;
    border-bottom: 0;
    outline: 0;
}

.ewb-ser-btn {
    width: 57px;
    height: 22px;
    text-align: center;
    font-size: 12px;
    font-family: "SimSun";
    color: #fff;
    background-color: #ffb400;
    outline: 0;
    border: 0;
    cursor: pointer;
}

.ewb-ser-btn span {
    margin: 0 3px;
}

.ewb-ser-btn:hover {
    background-color: #f9711f;
}


/* 导航栏 */

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

.ewb-nav-item{
	/*margin: 7px 23px 7px 0;*/
	margin: 7px 10px 7px 0;/*20211215*/
	line-height: 29px;
}

.ewb-nav-item a{
    display: block;
    width: 84px;
    height: 26px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

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

.ewb-nav-item.first span{
	margin: 0 5px;
}

.ewb-nav-item:hover a{
    color: #0783d1;
    background: url(../images/nav_bg.png) no-repeat;
}


/* footer */

/* 友情链接 */

.ewb-flink{
	height: 36px;
	line-height: 36px;
	background: url(../images/flink_bg.png) no-repeat;
}

.ewb-flink-tt{
	margin: 0 13px 0 12px;
	font-weight: bold;
	color: #0783d1;
}

.ewb-sel{
	margin: 8px 0 0 47px;
	padding-left: 12px;
	width: 242px;
	height: 21px;
	border: 1px solid #d3d3d3;
}

.ewb-ft-content {
    padding-top: 15px;
    height: 119px;
    line-height: 24px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #0984d2;
}

.ewb-ft-content .ewb-container{
	position: relative;
}

.ewb-ft-p a {
    margin: 0 10px 0 5px;
    color: #fff;
}

.ewb-ft-icon {
    position: absolute;
}

.ewb-ft-icon.icon1 {
    top: 23px;
    right: 218px;
}

.ewb-ft-icon.icon2 {
    top: 15px;
    right: 105px;
}

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