/**!
 * 广西招标网
 * author: wuzhou
 * date:2018-09-06
 */
.ewb-quick-area {
  height: 317px;
  background-color: #3f89e1;
}

.ewb-quick-items > li {
  vertical-align: top;
}

.ewb-quick-items > li > a {
  padding-top: 4px;
  display: block;
  padding-left: 77px;
  height: 48px;
  border-top: 1px solid #2f7ad3;
  background-position: 33px 50%;
  background-repeat: no-repeat;
}

.ewb-quick-items > li:first-child > a {
  border: 0;
}

.ewb-quick-cn {
  line-height: 45px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.ewb-quick-en {
  line-height: 21px;
  font-size: 12px;
  color: #9acfff;
}

.ewb-quick01 {
  background-image: url("../images/quick_ico01.png");
}

.ewb-quick02 {
  background-image: url("../images/quick_ico02.png");
}

.ewb-quick03 {
  background-image: url("../images/quick_ico03.png");
}

.ewb-quick04 {
  background-image: url("../images/quick_ico04.png");
}

.ewb-quick05 {
  background-image: url("../images/quick_ico05.png");
}

.ewb-quick06 {
  background-image: url("../images/quick_ico06.png");
}

.ewb-quick-items > li > a:hover {
  background-color: #055cc3;
}

/* 轮播 */
.wb-slider {
  position: relative;
  overflow: hidden;
  height: 317px;
}

.wb-slider-conbox {
  overflow: hidden;
}

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

.wb-slider-ctag img {
  display: block;
  width: 100%;
  height: 100%;
}

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

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

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

.wb-slider-stag {
  float: left;
  margin-right: 5px;
  height: 8px;
  width: 8px;
  line-height: 8px;
  text-align: center;
  color: #fff;
  background: #b0b0b0;
  border-radius: 50%;
  cursor: pointer;
}

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

/* 开标安排 */
.ewb-bid-wrap {
  padding: 7px 11px 0 9px;
  height: 308px;
  border: 1px solid #ddd;
  background-color: #fff;
}

.ewb-bid-title {
  height: 33px;
 overflow:hidden;
  border-bottom: 1px solid #99b9ed;
}

.ewb-more {
  display: block;
  margin-top: 15px;
  margin-right: 5px;
}

.ewb-bid-name {
  padding-right: 5px;
  min-width: 114px;
  height: 34px;
  line-height: 34px;
  background-color: #3073ce;
}

.ewb-bid-name > a {
  display: block;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.ewb-title01 {
  padding-left: 37px;
  background: url("../images/title_ico01.png") 14px 50% no-repeat;
}

.ewb-news-items > li {
  vertical-align: top;
  line-height: 38px;
  border-top: 1px dashed #ddd;
}

.ewb-news-items > li:first-child {
  border: 0;
}

.ewb-news-items > li > a {
  display: block;
  color: #666;
  padding-left: 11px;
  max-width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  background: url("../images/news_ico.png") left center no-repeat;
}

.ewb-news-date {
  color: #999;
}

.ewb-news-items > li:hover > a,
.ewb-news-items > li:hover > .ewb-news-date {
  color: #ee570c;
  text-decoration: underline;
}

.ewb-title02 {
  padding-left: 42px;
  background: url("../images/title_ico02.png") 13px 50% no-repeat;
}

.ewb-tendering-items > li img {
  float: left;
  margin-top: 13px;
  margin-left: 5px;
}

.ewb-tendering-wrap {
  height: 348px;
}

.ewb-title03 {
  padding-left: 37px;
  background: url("../images/title_ico03.png") 12px 50% no-repeat;
}

.ewb-title04 {
  padding-left: 36px;
  background: url("../images/title_ico04.png") 13px 50% no-repeat;
}

/* 公司动态 */
.ewb-dynamic-wrap {
  padding: 9px 2px 0 10px;
  height: 346px;
}

.ewb-dynamic-wrap .ewb-news-items {
  margin-right: 11px;
}

.ewb-dynamic-title {
  height: 32px;
  border-bottom: 1px solid #99b9ed;
}

.ewb-dynamic-title .ewb-more {
  margin-top: 10px;
  margin-right: 13px;
}

.ewb-dynamic-name > li {
  position: relative;
  float: left;
  margin-right: 24px;
}

.ewb-dynamic-name > li > a {
  display: block;
  height: 29px;
  line-height: 29px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  padding: 0 4px;
  border-bottom: 3px solid transparent;
}

.ewb-dynamic-arr {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -4px;
  width: 8px;
  height: 4px;
  z-index: 10;
  display: none;
  background: url("../images/news_arr.png") center no-repeat;
}

.ewb-dynamic-name > li.current > a {
  color: #2b6ad1;
  border-color: #2b6ad1;
}

.ewb-dynamic-name > li.current .ewb-dynamic-arr {
  display: block;
}

/* 业绩展示 */
.ewb-achievement {
  padding: 11px 12px 0 10px;
  height: 218px;
  overflow: hidden;
}

.ewb-title05 {
  padding-left: 37px;
  background: url("../images/title_ico05.png") 14px 50% no-repeat;
}

.ewb-slideGroup {
  padding-top: 12px;
}

.ewb-achievement-items > li {
  float: left;
  width: 229px;
  margin-right: 8px;
}

.ewb-show-img {
  padding: 5px 0 6px;
  height: 120px;
  border: 1px solid #ddd;
  text-align: center;
}

.ewb-show-txt {
  line-height: 36px;
  text-align: center;
  color: #555;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.ewb-achievement-items > li:hover .ewb-show-img {
  border-color: #2b6ad1;
}

/* 友情链接 */
.ewb-friends {
  padding: 0;
  height: 66px;
  overflow: hidden;
}

.ewb-friends-title {
  padding: 15px 12px 0;
  width: 34px;
  height: 51px;
  font-size: 16px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  background: url("../images/friend_bg.png") left top no-repeat;
}

.ewb-friends-wrap {
  width: 1130px;
  margin-left: 7px;
  padding-top: 8px;
}

.ewb-friends-img > li {
  float: left;
  width: 136px;
  margin-right: 5px;
}

.ewb-friends-img > li > a {
  display: block;
  border: 1px solid #dedede;
}

.ewb-friends-img > li > a:hover {
  border-color: #2b6ad1;
}

/* 二维码 */
.ewb-ewm {
  position: fixed;
  width: 179px;
  height: 179px;
  bottom: 183px;
  right: 0;
  z-index: 999;
}

/* 2018-09-26 */

.ewb-news-items > li > a {
    max-width: 75%;
}
.ewb-dynamic-title .ewb-more {
  margin-right: 5px;
}

.ewb-dynamic-wrap {
  padding: 7px 11px 0 9px;
}

.ewb-open-bid {
  padding-top: 4px;
}
.ewb-open-bid {
  padding-top: 4px;
}
.ewb-open-bid > li {
  float: left;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  border-bottom: 1px dashed #ddd;
}

.ewb-proname01 {
    width: 336px;
    text-indent: 8px;
}

.ewb-proname02 {
    width: 135px;
}

.ewb-proname03 {
    width: 100px;
    text-align: right;
}

.ewb-bid-room {
    margin-top: 4px;
    height: 265px;
    overflow: hidden;
    *position: relative;
}

.ewb-room-items>li {
    position: relative;
    line-height: 18px;
    border-bottom:1px dashed #ddd;
    height:auto!important;
}

.ewb-room-items>li .ewb-proname01 {
    height: 100%;
    *height: auto;
}

.ewb-room-items>li .ewb-proname02,
.ewb-room-items>li .ewb-proname03 {
    position: absolute;
    top:50%;
    margin-top: -9px;
    color: #999;
    font-size: 12px;
}

.ewb-room-items>li .ewb-proname02 {
    right:100px;
}

.ewb-room-items>li .ewb-proname03 {
    right:0;
}

.ewb-proname-link {
    text-indent: 0;
    padding:11px 0 10px 11px; 
    display: block;
    color: #666;
    margin-right: 68px;
    background: url("../images/news_ico.png") left center no-repeat;
}
/*新增*/
.info-box {
  padding: 35px 0 39px 0;
}

.info-item {
  width: calc(25% - 24px);
  margin: 0 12px;
  height: 91px;
  background: url(../images/othertrade/info_bg1.png) no-repeat center;
}

.info-detail {
  font-size: 17px;
  line-height: 30px;
  padding-top: 17px;
  height: 100%;
  padding-left: 92px;
  background: url(../images/othertrade/info_ico1.png) no-repeat 24px center;
}

.info-detail .num > span {
  font-family: "ysbth";
  padding-right: 5px;
  font-size: 24px;
  color: #2590eb;
}

.info-box .info-item:nth-child(2) {
  background-image: url("../images/othertrade/info_bg2.png");
}

.info-box .info-item:nth-child(2) .info-detail {
  background-image: url("../images/othertrade/info_ico2.png");
}

.info-box .info-item:nth-child(2) .info-detail .num > span {
  color: #44B4C5;
}

.info-box .info-item:nth-child(3) {
  background-image: url("../images/othertrade/info_bg3.png");
}

.info-box .info-item:nth-child(3) .info-detail {
  background-image: url("../images/othertrade/info_ico3.png");
}

.info-box .info-item:nth-child(3) .info-detail .num > span {
  color: #f2a716;
}

.info-box .info-item:nth-child(4) {
  background-image: url("../images/othertrade/info_bg4.png");
}

.info-box .info-item:nth-child(4) .info-detail {
  background-image: url("../images/othertrade/info_ico4.png");
}

.info-box .info-item:nth-child(4) .info-detail .num > span {
  color: #8279dc;
}
