/**!
 * 宁德市公共资源交易中心宁德阳光平台
 * author: fxyue;
 * date:2019-05-11
 */

.ewb-menu-left {
  float: left;
  width: 255px;
  min-height: 850px;
  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-mt12 {
    margin-top: 12px;
}
.label-name {
    float: left;
    width: 86px;
    height: 28px;
    line-height: 28px;
    padding-right: 15px;
    text-align: right;
    color: #1366c2;
}
.label-ul, .label-date, .label-search {
    margin-left: 75px;
}
.label-list {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 13px;
    margin-left: 16px;
    text-align: center;
    color: #666;
    border-radius: 4px;
    cursor: pointer;
}
.label-list.active {
    background: #2277c8;
    color: #fff;
}

.label-date>div {
    float: left;
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding-left: 9px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: url(../images/icon_laydate.png) right 10px center no-repeat;
    cursor: pointer;
}
.label-date>span {
    float: left;
    line-height: 32px;
}
.ewb-mt10 {
    margin: 0 10px;
    color: #999;
}
.search-input {
    position: relative;
    float: left;
    width: 260px;
}
.search-input>.input-placeholder {
    position: absolute;
    top: 0;
    left: 10px;
    height: 32px;
    line-height: 32px;
    color: #999;
    cursor: text;
}
.search-input>.input-box {
    width: 100%;
    height: 32px;
    line-height: 32px;
    padding: 0 10px;
    color: #999;
    border: 1px solid #ddd;
    border-radius: 4px;
    outline: none;
    box-sizing: border-box;
}

.main-search-btn {
    float: left;
    width: 66px;
    height: 32px;
    margin-left: 4px;
    color: #fff;
    border: none;
    border-radius: 4px;
    background: #2f80c9;
    cursor: pointer;
}

.ewb-menu-search{
	margin-left:10px;
}

.ewb-menu-right {
  float:left;
  width:926px;
  min-height: 603px;
  margin-left: 18px;
  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: 1024px) {
  .ewb-menu-left {
    float: none;
    min-height: auto;
    width: 100%;
    background: #e1f2ff;
  }
  
  
  .ewb-menu-right {
	  float:none;
      min-height: auto;
	  width:auto; 
	  margin-left: 18px;
	  border: 1px solid #e2e2e2;
	}

  .ewb-menu-hd {
    background-size: 100% 100%;
  }

  .ewb-menu-right {
    margin: 20px 0 0;
  }
  
  .label-date>div {
    float: left;
    width: 30%; 
  }
  
  .search-input{
	  width:50%;
  }
}

/* 手机端 */
@media (max-width: 767px) {
  .ewb-menu-left {
    float: none;
    min-height: auto;
    width: 100%;
    background: #e1f2ff;
  }
  
  
  .ewb-menu-right {
	  float:none;
      min-height: auto;
	  width:auto; 
	  margin-left: 18px;
	  border: 1px solid #e2e2e2;
	}

  .ewb-menu-hd {
    background-size: 100% 100%;
  }

  .ewb-menu-right {
    margin: 20px 0 0;
  }
  
  .label-date>div {
    float: left;
    width: 30%; 
  }
  
  .search-input{
	  width:50%;
  }
}
