/**!
 * 黑龙江公共资源交易网--二级页
 * author: lucw;
 * date:2019-10-23
 */

/* pan */
.hack-pan {
    padding-left: 27px;
    padding-right: 27px;
}

.hack-colu {
    margin-left: -24px;
    padding-right: 27px;
}

/* tree */
.wb-tree-tt {
    color: #1e69bc;
}

.wb-tree-sub{
    padding-top: 4px;
    padding-bottom: 4px;
}

.wb-tree-sub a {
    display: block;
    line-height: 45px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.wb-tree-node{
    height: 43px;
    line-height: 43px;
    font-size: 18px;
    color: #1e69bc;
    border: 1px solid #6fa1d9;
    border-radius: 3px;
    cursor: pointer;
    background-color: #e5eef9;
}

.wb-tree-iconl {
    float: left;
    width: 11px;
    height: 16px;
    margin-top: 14px;
    margin-left: 34px;
    margin-right: 32px;
    
}

.wb-tree-items.hasChild .wb-tree-iconl {    
    background: url('../images/wblistl.png') no-repeat;
}


.wb-tree-items{
    margin-top: 10px;
}

.wb-tree-items:first-child{
    margin-top: 0;
}

.wb-tree-sub {
    display: none;
}

.wb-tree-item>a {
    padding-left: 87px;
    font-size: 16px;
    background: url('../images/tree_list.jpg') 75px center no-repeat;
}

.wb-tree-item>a:hover {
    background-image: url('../images/tree_listh.jpg');
    color: #1e69bc;
    font-weight: bold;
    text-decoration: underline;
}

.current .wb-tree-iconl {
    width: 16px;
    height: 11px;
    margin-left: 34px;
    margin-top: 17px;
    margin-right: 27px;
    
}

.wb-tree-items.hasChild.current .wb-tree-iconl {    
    background: url('../images/wblistlh.png') no-repeat;
}

.current .wb-tree-node{
    background-color: #3880d0;
}

.current .wb-tree-tt{
    color: #fff;
    font-weight: bold;
}

.current .wb-tree-sub {
    display: block;
}

/* colu */

.ewb-colu .wb-data-item{
    margin-top: -12px;
    padding-top: 0;
}

.ewb-colu .wb-data-infor{
    margin-right: 160px;
}

.ewb-mh400{
    min-height: 400px;
}

.under-bg{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 744px;
    background: url('../images/body_bg02.jpg') center bottom no-repeat;
}

.publish-location{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.publish-list#fbdate{
	width: 50%;
} 

/* 时间筛选 */

.item-diy {
  display: flex;
  justify-content: flex-end;
  min-height: 28px;
  margin-left: 24px;
}
.item-diy .item-label {
  
  display: block;
  width: 75px;
  height: 28px;
  color: #333;
  text-align: right;
  line-height: 28px;
  margin-right: 0;
  flex-shrink: 0;
}
.item-diy-date {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
}
.item-diy-start, .item-diy-end {
  width: 150px;
  height: 28px;
  line-height: 26px;
  background: url("../images/date.png") no-repeat right 9px center;
  background-size: 14px 14px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding-left: 11px;
  padding-right: 35px;
  border-radius: 4px;
  box-sizing: border-box;
}
.item-diy-text {
  width: 12px;
  height: 1px;
  background-color: #e6e6e6;
  margin: 0 8px;
}