@charset "gb2312";
html {
  color: #000;
  background: #FFF;
}

blockquote,
body,
button,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  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:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  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 "Microsoft YaHei", arial, helvetica, clean, sans-serif;
  color: #333;
  min-width: 1300px;
}

button,
input,
select,
textarea {
  font: 99% arial, helvetica, clean, sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

code,
kbd,
pre,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

a {
  text-decoration: none !important;
}

/* utilities */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clearfix {
  *zoom: 1;
}

.clearfix:after,
.clearfix:before {
  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-mt10 {
  margin-top: 10px;
}

.ewb-mt16 {
  margin-top: 16px;
}

.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-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-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-span18 {
  float: left;
  width: 746px;
}

.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;
}

button,
input,
select {
  font-family: "Microsoft YaHei";
  outline: 0;
}

/* 头部 */
.ewb-head {
  height: 316px;
  background: url("imageshead_bg.jpg") center top no-repeat;
}

/* top */
.ewb-top {
  height: 37px;
  line-height: 37px;
  background: url("imagestop_bg.png") repeat;
}
.ewb-top a {
  color: #333;
}
.ewb-portal-site {
  float: left;
  padding-left: 21px;
  background: url("imagessite_ico.png") left center no-repeat;
}

.ewb-direct-window {
  float: right;
  margin-left: 14px;
  width: 94px;
  position: relative;
  z-index: 999;
}
.ewb-direct-window:hover .ewb-dw-drop {
  display: block;
}
.ewb-direct-window:hover .ewb-dw-btn {
  background: url("imagesdw_bg_hover.png");
}

.ewb-dw-btn {
  display: block;
  padding-left: 11px;
  background: url("imagesdw_bg.png");
  cursor: pointer;
}

.ewb-dw-drop {
  display: none;
  position: absolute;
  right: 0;
  top: 37px;
  width: 720px;
  padding: 10px 20px;
  border: 3px solid #c3d7eb;
  background-color: #fff;
  z-index: 999;
}
.ewb-dw-drop h3 {
  height: 30px;
  line-height: 30px;
  background: url("imagesdw_xt.jpg") 168px center repeat-x;
}
.ewb-dw-drop h3 span {
  float: left;
  padding-right: 20px;
  font-weight: bold;
  color: #a70001;
  background-color: #fff;
}

.ewb-unit-list li {
  float: left;
  width: 180px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.ewb-unit-list li a {
  color: #256592;
}
.ewb-unit-list li a:hover {
  text-decoration: underline;
}

.ewb-top-date {
  float: right;
  margin-right: 30px;
}

/* header */
.ewb-header {
  height: 227px;
}
.ewb-logo {
  display: block;
  height: 147px;
}

.ewb-searchbox {
  margin-top: 17px;
  float: right;
  width: 317px;
}

.ewb-search-txt {
  float: left;
  padding-left: 14px;
  width: 224px;
  height: 36px;
  line-height: 36px;
  border: 0;
  background: url("imagessearch_txt.png");
}

.placeholder {
  color: #666;
}

.ewb-search-btn {
  float: left;
  margin-left: -3px;
  width: 68px;
  height: 36px;
  border: 0;
  cursor: pointer;
  background: url(imagessearch_btn.png);
}
.ewb-search-btn:hover {
  background: url(imagessearch_btn_hover.png);
}

.ewb-hot-search {
  margin-top: 10px;
}
.ewb-hot-search a {
  float: left;
  width: 58px;
  height: 24px;
}
.ewb-hot-search a img {
  display: block;
  height: 24px;
}
.ewb-hot-search i {
  float: left;
  margin: 7px 7px 0 7px;
  width: 11px;
  height: 11px;
  background: url(imageshot_dian.png);
}

/* nav */
.ewb-nav {
  height: 52px;
  line-height: 52px;
  background-color: #004177;
}
.ewb-nav-node {
  float: left;
  width: 172px;
  vertical-align: top;
}
.ewb-nav-node:first-child {
  /* width: 138px; */
}
.ewb-nav-node a {
  display: block;
  padding-left: 100px;
  font-size: 18px;
  color: #fff;
}
.ewb-nav-node a:hover, .ewb-nav-node a.current {
  background-color: #4d82af;
}

.ewb-nav-icon1 {
  background: url(imagesnav_icon1.png) 70px center no-repeat;
}

.ewb-nav-icon2 {
  background: url(imagesnav_icon2.png) 70px center no-repeat;
}

.ewb-nav-icon3 {
  background: url(imagesnav_icon3.png) 70px center no-repeat;
}

.ewb-nav-icon4 {
  background: url(imagesnav_icon4.png) 70px center no-repeat;
}

.ewb-nav-icon5 {
  background: url(imagesnav_icon5.png) 70px center no-repeat;
}

.ewb-nav-icon6 {
  background: url(imagesnav_icon6.png) 70px center no-repeat;
}

/* footer */
.ewb-footer {
  margin-top: 20px;
  height: 119px;
  background: url(imagesfooter_bg.jpg) center top no-repeat;
  position: relative;
}
.ewb-footer-content {
  padding-top: 34px;
  line-height: 30px;
  text-align: center;
  color: #666;
}

.ewb-footer-img {
  position: absolute;
  top: 29px;
  left: 50%;
  margin-left: -318px;
  width: 54px;
  height: 71px;
}
.ewb-footer-img img {
  display: block;
  /* height: 71px; */
  margin-top:-8px;
}

/* 公共边框 */
.ewb-box {
  border: 1px solid #dbdbdb;
}

/* 公共标题样式 */
.ewb-cm-hd {
  height: 34px;
  border-bottom: 1px solid #c2c2c2;
  background-color: #f1f1f1;
}
.ewb-cm-tt {
  float: left;
  margin-left: 5px;
  padding: 0 26px;
  height: 33px;
  line-height: 33px;
  font-size: 16px;
  color: #004177;
  position: relative;
}
.ewb-cm-tt:first-child {
  margin-left: 0;
}
.ewb-cm-tt.current {
  font-weight: bold;
  border-bottom: 2px solid #0a6cb5;
  background-color: #fff;
}
.ewb-cm-tt.current .ewb-tab-ico {
  display: block;
}

.ewb-tab-ico {
  display: none;
  position: absolute;
  top: 35px;
  left: 50%;
  margin-left: -3px;
  width: 7px;
  height: 4px;
  background: url(imagestab_ico.png);
}

/* 公共列表样式 */
.ewb-list {
  padding: 6px 14px 0 14px;
}
.ewb-list.ewb-higher .ewb-list-node {
  height: 34px;
  line-height: 34px;
}
.ewb-list.ewb-higher .ewb-list-name {
  width: 75%;
}
.ewb-list-node {
  padding-left: 14px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
  background: url(imagesdian.png) left center no-repeat;
}
.ewb-list-node:hover {
  background: url(imagesdian_hover.png) left center no-repeat;
}
.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
  color: #b42829;
}

.ewb-list-name {
  float: left;
  width: 100%;
  color: #434343;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.ewb-list-date {
  float: right;
  color: #434343;
}

/* 当前位置 */
.ewb-location {
  height: 52px;
  line-height: 52px;
}
.ewb-location p {
  color: #666;
}
.ewb-location p a {
  color: #666;
}
.ewb-location p span {
  color: #b42829;
}
