﻿@charset "UTF-8";
/**!
 * 许昌市商务局-首页
 * author: wangkai;
 */
/* main */
/* 公共高度样式 */
.ewb-h240 {
  height: 240px;
  padding: 0 9px;
  border: 1px solid #ededed;
  background-color: #f4f4f4;
}

.ewb-h98 {
  height: 98px;
}

.ewb-h130 {
  height: 130px;
}

/* 公共标题样式 */
.ewb-cm-hd {
  padding-left: 1px;
  height: 32px;
  line-height: 32px;
  border-bottom: 1px solid #d4d4d4;
}
.ewb-cm-tt {
  font-size: 14px;
  font-weight: bold;
  color: #0F459E;
}

/* 图片轮播 */
.wb-slider {
  position: relative;
  overflow: hidden;
  width: 326px;
  height: 242px;
}
.wb-slider-conbox {
  overflow: hidden;
}

.wb-slider-ctag {
  display: block;
  position: relative;
}

.wb-slider-ctag img {
  display: block;
  width: 326px;
  height: 242px;
}

.wb-slider-mask {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 34px;
  line-height: 34px;
  font-family: "SimSun";
  font-size: 12px;
  color: #fff;
  background: url(../images/mask-bg.png) repeat;
}

.wb-slider-mask .ellipsis {
  display: block;
  padding-left: 10px;
  width: 170px;
  text-align: left;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wb-slider-switcher {
  position: absolute;
  right: 4px;
  bottom: 12px;
  height: 8px;
}

.wb-slider-stag {
  float: left;
  margin-right: 4px;
  height: 8px;
  width: 20px;
  background: url(../images/stag_bg.png) repeat;
  cursor: pointer;
}

.wb-slider-stag.cur {
  background: #fff;
}

/* 工作动态 */
.ewb-dynamic {
  height: 242px;
  background: #f4f4f4;/*20230301*/
}
.ewb-dynamic .ewb-list {
  padding: 10px 13px 0 5px;
}
.ewb-dynamic .ewb-list-node {
  height: 24px;
  line-height: 24px;
}
.ewb-dynamic .ewb-list-name {
  font-size: 12px;
}
.ewb-dynamic .ewb-list-date {
  font-size: 13px;
}
.ewb-dynamic-hd {
  height: 30px;
  line-height: 30px;
  border: 1px solid #ededed;
  background-color: #f4f4f4;
}

.ewb-dynamic-tt {
  float: left;
  margin: -1px 0 0 -1px;
  padding: 0 14px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background-color: #0F459E;
}

/* 通知公告 */
.ewb-notice .ewb-list {
  padding-top: 5px;
}

/* 政务公开 */
.ewb-pub-list {
  padding: 1px 0 1px 14px;
}
.ewb-pub-node {
  float: left;
  margin: 13px 20px 0 0;
  width: 132px;
  height: 30px;
  line-height: 30px;
  vertical-align: top;
}
.ewb-pub-node a {
  display: block;
  padding-left: 40px;
  font-weight: bold;
  color: #333;
}

.ewb-pub-icon1 {
  background: url(../images/pub_icon1.png) left center no-repeat;
}

.ewb-pub-icon2 {
  background: url(../images/pub_icon2.png) left center no-repeat;
}

.ewb-pub-icon3 {
  background: url(../images/pub_icon3.png) left center no-repeat;
}

.ewb-pub-icon4 {
  background: url(../images/pub_icon4.png) left center no-repeat;
}

/* 互动交流 */
.ewb-interaction {
  background: url(../images/interaction_bg.jpg) center bottom no-repeat #f4f4f4;
}
.ewb-interaction .ewb-list {
  padding-top: 8px;
}
.ewb-mailbox {
  display: block;
  margin-top: 13px;
  padding-left: 84px;
  height: 46px;
  line-height: 46px;
  font-family: "Microsoft YaHei";
  font-size: 20px;
  color: #fff;
  background: url(../images/mail_icon.png) 39px center no-repeat #0F459E;
}

/* 0824新增 */
.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
  color: #ff6603;
}