﻿@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/bg.jpg) center top no-repeat;
	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;
}


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

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

.ewb-row {
    overflow: hidden;
}

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

.ewb-ml20 {
    margin-left: 20px;
}

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

.ewb-mt20 {
    margin-top: 20px;
}


/* 998删格 */

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

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

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

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

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

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

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

.ewb-span7.pl10 {
    width: 274px;
}

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

.ewb-span9 {
    float: left;
    width: 368px;
}

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

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

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

.ewb-span12.pl10 {
    width: 484px;
}

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

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

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

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

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

.ewb-span17.pl10 {
    width: 724px;
}


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

.ewb-span18.pl10 {
    width: 736px;
}


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

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

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

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

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

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

.ewb-span232 {
    float: left;
    width: 232px;
}


/* 公共样式 */


/* top */

.ewb-top {
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    background-color: #f2f2f2;
}

.ewb-weather {
    padding-left: 7px;
}

.ewb-weather-icon {
    float: left;
    margin: 8px 12px 0 12px;
    width: 20px;
    height: 15px;
}

.ewb-top-links a {
    color: #333;
}


/* header */

.ewb-header {
    height: 228px;
   /* background: url(../images/header_bg.png) center top no-repeat;*/
}


/* nav */

.ewb-nav {
    height: 46px;
    line-height: 46px;
    background-color: #148ad0;
}

.ewb-nav-node {
    float: left;
    width: 110px;
    text-align: center;
    vertical-align: top;
}

.ewb-nav-node.first {
    width: 116px;
}

.ewb-nav-name {
    display: block;
    font-size: 18px;
    color: #fff;
}

.ewb-nav-name:hover, .ewb-nav-name.current {
    background-color: #0574b6;
}


/* 通知公告 */

.ewb-notice {
    height: 32px;
    line-height: 32px;
    background-color: #f2f2f2;
    color: #666;
}

.ewb-notice-tt {
    float: left;
    padding-left: 42px;
    background: url(../images/notice_icon.png) 15px center no-repeat;
}

.wb-notice-infor {
    float: left;
    margin-left: 10px;
    width: 860px;
}

.wb-textlist {
    width: 860px;
    height: 32px;
    overflow: hidden;
}

.wb-textlist li {
    float: left;
    margin-left: 60px;
    line-height: 32px;
    height: 32px;
}

.wb-textlist a {
    color: #666;
    font-size: 14px;
}


/* footer */

.ewb-footer {
    margin-top: 10px;
    height: 140px;
    border-top: 3px solid #148ad0;
    background-color: #f0eeef;
    position: relative;
}

.ewb-footer-content {
    padding-top: 20px;
    line-height: 25px;
    text-align: center;
}

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

.ewb-footer-icon {
    display: block;
    position: absolute;
    top: 24px;
    left: 50%;
    margin-left: -270px;
    width: 47px;
    height: 57px;
    background: url(../images/footer_icon.png);
}

/* 当前位置 */

.ewb-location {
    height: 40px;
    line-height: 40px;
    padding-left: 37px;
    background: url(../images/location_icon.png) 13px center no-repeat ;
}

.ewb-location.no-bg {
    background-color: transparent;
}

.ewb-location p {
    color: #666;
}

.ewb-location p a {
    color: #666;
}

.ewb-location p span {
    color: #148ad0;
}

/* 站内检索 */
.ewb-search {
    position: absolute;
    margin-top: -40px;
    width: 320px;
    right: 274px;
}

.ewb-sea-con {
    height: 39px;
    line-height: 39px;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    background: url(../images/sea_icon.png) 14px 13px no-repeat #fff;
}

.ewb-sea-txt {
    margin-left: 29px;
    padding-left: 10px;
    width: 197px;
    height: 39px;
    line-height: 39px;
    border: 0;
    outline: 0;
    color: #9c9c9c;
}
.ewb-sea-btn {
    width: 84px;
    height: 39px;
    outline: 0;
    border: 0;
    color: #fff;
    cursor: pointer;
    background-color: #578eff;
}

/*20220902*/
.ewb-ft-link1 img{
    margin-top: 33px !important;
}