/**!
 * 子页common
 * author: lucw;
 * date:2019-12-09
 */

.ewb-ml20 {
    margin-left: 20px;
}
input,
select{
    outline: 0;
}

/* loca */
.ewb-loca {
    margin-left: 20px;
    padding: 15px 20px;
    line-height: 30px;
    color: #666;
    background: url('../images/subpic/loca.png') 3px center no-repeat;
}

.ewb-loca a {
    color: #666;
}

.ewb-loca .ewb-cur {
    color: #0960bf;
}

/* pan */
.ewb-pan-items {
    margin-left: 20px;
    padding-bottom: 26px;
}

.ewb-pan-items>li {
    margin-top: 4px;
}

.ewb-pan-items>li:first-child {
    margin-top: 0;
}

.pan-lk {
    padding-left: 43px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #333;
    background: url('../images/subpic/pan_list.jpg') 16px center no-repeat #f7f7f7;
}

.pan-lk:hover,
.pan-lk.current {
    color: #fff;
    background-image: url('../images/subpic/pan_listh.jpg');
    background-color: #0960bf;
}

/* list */
.list-flagreen {
    color: #078f48;
}
.list-flag {
    color: #aa0001;
}

.wb-data-item {
    padding-top: 5px;
    font-size: 16px;
}

.wb-data-list {
    line-height: 36px;
    padding-left: 15px;
    background: url('../images/list_ico.png') left center no-repeat;
}

.wb-data-infor {
    margin-right: 280px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    padding-right: 20px;
    margin-top: -36px;
    color: #888;
}

.wb-data-list:hover {
    background-image: url('../images/list_icoh.png');
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #ff7800;
}
