/**!
 * 宁德市公共资源交易中心宁德阳光平台
 * author: fxyue;
 * date:2019-05-11
 */

.ewb-menu-left {
  float: left;
  width: 255px;
  min-height: 603px;
  background: url("../images/menu_left_bg.jpg") bottom center no-repeat #e1f2ff;
}

.ewb-menu-hd {
  height: 74px;
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 74px;
  text-align: center;
  background: url("../images/menu_hd_bg.jpg") top center no-repeat;
}

.wb-tree {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 18px;
}

.wb-tree-items,
.wb-tree-item {
  cursor: pointer;
}

.wb-tree-tt {
  color: #fff;
}

.wb-tree-node {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: right;
  background-color: #5da0ec;
}

.wb-tree-iconr {
  float: right;
  width: 16px;
  height: 16px;
  margin: 23px 59px 0 18px;
  background: url("../images/wblistr.png") no-repeat;
}

.wb-tree-sub {
  display: none;
}

.wb-tree-item>a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #1970d5;
  background: #e1f2ff;
}

.wb-tree-item>a:hover,
.wb-tree-item>a.current {
  background: #bee2ff;
  color: #1970d5;
  text-decoration: underline;
}

.current .wb-tree-tt {
  color: #fff;
}

.current .wb-tree-node {
  background-color: #3793fe;
}

.current .wb-tree-iconr {
  background: url("../images/wblistrh.png") no-repeat;
}

.current .wb-tree-sub {
  display: block;
}

/* 手机端 */
@media (max-width: 767px) {
  .wb-tree-node {
    text-align: center;
  }

  .wb-tree-tt {
    margin-left: 93px;
  }
}

/* 右 */
.ewb-menu-right {
  min-height: 603px;
  margin-left: 274px;
  border: 1px solid #e2e2e2;
}

.ewb-menu-list {
  padding: 0 19px 27px;
}

.ewb-menu-list .ewb-data-list {
  height: 40px;
  line-height: 40px;
  border-bottom: 1px dashed #bdbdbd;
}

.ewb-menu-list .ewb-data-date {
  margin-top: -40px;
}

.ewb-menu-list .ewb-data-list:hover {
  background: url("../images/list_img_02h.png") 2px 18px no-repeat;
}

.ewb-menu-list .ewb-data-date {
  padding-right: 5px;
}

/* 分页 */
.ewb-page {
  text-align: center;
  margin-top: 22px;
}

.m-pagination-page>li>a {
  border-radius: 0;
  height: 26px;
  line-height: 26px;
  min-width: 18px;
}

.m-pagination-page>li.active>a {
  color: #fff;
  border: 0;
  background: #1970d5;
}

@media (max-width: 767px) {
  .ewb-page {
    margin-top: 20px;
  }
}


/* 手机端 */
@media (max-width: 767px) {
  .ewb-menu-left {
    float: none;
    min-height: auto;
    width: 100%;
    background: #e1f2ff;
  }

  .ewb-menu-hd {
    background-size: 100% 100%;
  }

  .ewb-menu-right {
    margin: 20px 0 0;
  }
}