.ewb-search .input-placeholder{
    font-size: 14px;
}

.ewb-screen-item>a{
    font-size: 14px;
    color: #666;
}

.ewb-screen-area{
    padding-bottom: 19px;
    background-color: #fafafa;
}

.ewb-screen-list{
    padding: 0;
}

.ewb-screen-name{
    margin-left: 12px;
}

.ewb-screen-right{
    margin-left: 133px;
}

.ewb-screen-item:first-child>a{
    color: #333;
}

/* tell */
.ewb-tell{
    margin-top: 8px;
}

.ewb-tell-hd{
    height: 55px;
    border-bottom: 2px solid #f3f3f3;
}

.tell-tt{
    padding-left: 2px;
    padding-right: 13px;
    padding-bottom: 4px;
    height: 52px;
    line-height: 52px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    border-bottom:2px #003984 solid;
}

/* work */
.ewb-work{
    padding-top: 3px;
}

.ewb-work .ewb-search-area{
    margin-top: 0;
}

.work-state{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
}

.work-intro{
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    color: #666;
}

.work-icowpr{
    padding-top: 9px;
    margin-right: 22px;
    margin-left: 6px;
    float: left;
}

.work-btn{
    margin: 3px 0;
    display: block;
    width: 15px;
    height: 8px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center top;
}

.work-btn.bg01{
    background-image: url('sort_up_bg.png');
}

.work-btn.bg02{
    background-image: url('sort_down_bg.png');
}

.work-btn.bg01.on{
    background-image: url('sort_up_bgh_b.png');
}

.work-btn.bg02.on{
    background-image: url('sort_down_bgh_b.png');
}

/* say */

.ewb-say{
    overflow: hidden;
}

.ewb-say-items{
    margin: 0 -12px;
    padding-top: 14px;
}

.ewb-say-items>li{
    float: left;
    width: 50%;
}

.say-lk{
    margin: 0 12px;
    margin-top: 10px;
    display: block;
}

.say-box{
    position: relative;
    height: 89px;
    border: 2px solid #e0e0e0;
}

.say-msg{
    margin-left: 15px;
    margin-right: 165px;
}

.say-flag{
    margin-top: 6px;
    margin-right: 6px;
    min-width: 70px;
    height: 77px;
    text-align: center;
    background-color: #d9d9d9;
    overflow: hidden;
}

.say-num{
    padding-top: 8px;
    height: 36px;
    line-height: 36px;
    font-size: 28px;
}

.say-intro{
    height: 24px;
    line-height: 24px;
    font-size: 14px;
}

.say-msg h2{
    padding-top: 9px;
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    overflow: hidden;
}

.say-msg h3{
    padding: 8px 0;
    line-height: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.say-con{
    margin-right: 26px;
    max-width: 90%;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.say-lk:hover .say-box{
    border-color: #003984;
}

.say-lk:hover .say-flag{
    background-color: #003984;
}

.say-lk:hover .say-flag>p{
    color: #fff;
}

.say-lk:hover .say-msg h2{
    color: #003984;
}

.say-show{
    padding-left: 6px;
}

.ewb-pager{
    padding-top: 24px;
    padding-bottom: 4px;
}

.ewb-pt0{
    padding-top: 0;
}

/* loca */
.ewb-loca{
    padding-left: 16px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
}

.ewb-loca a{
    font-size: 14px;
    color: #333;
}