/* 1011新增 */
.ewb-cm-hd {
    height: 33px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.ewb-cm-hd.h281 {
    height: 281px;
}

.ewb-cm-tt {
    float: left;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
    position: relative;
}

.ewb-cm-tt.notice-ml {
    margin-left: 26px;
}

.ewb-tab-icon {
    display: none;
    position: absolute;
    top: 34px;
    left: 50%;
    margin-left: -5px;
    width: 9px;
    height: 5px;
    background: url(../images/tab_icon.png);
}

.ewb-cm-tt.current {
    color: #015293;
    border-bottom: 2px solid #015293;
}

.ewb-cm-tt.current .ewb-tab-icon {
    display: block;
}

.ewb-drop-hd {
    height: 34px;
    line-height: 34px;
    position: relative;
}

.ewb-drop-hd.has-border {
    height: 33px;
    line-height: 33px;
    border-bottom: 1px solid #e5e5e5;
}

.ewb-drop-tt {
    float: left;
    padding-left: 12px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
}

.ewb-drop-tt.current {
    color: #015293;
    background: url(../images/tt_icon.jpg) left center no-repeat;
}

.ewb-drop-tt.work-left {
    margin-left: 18px;
}

.ewb-sub-hd {
    height: 32px;
    line-height: 32px;
    border-bottom: 2px solid #015293;
    position: relative;
}

.ewb-sub-tt {
    float: left;
    padding: 0 14px;
    font-size: 16px;
    font-weight: bold;
    color: #5d5d5d;
}

.ewb-sub-tt.current {
    color: #015293;
}

.ewb-list {
    padding-top: 7px;
}

.ewb-list-node {
    padding-left: 11px;
    height: 30px;
    line-height: 30px;
    background: url(../images/dian.png) left center no-repeat;
    vertical-align: top;
}

.ewb-list-name {
    float: left;
    width: 75%;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.ewb-nodate .ewb-list-name {
    width: 100%;
}

.ewb-list-date {
    float: right;
    color: #aaa;
}

.ewb-list-node:hover .ewb-list-name, .ewb-list-node:hover .ewb-list-date {
    color: #f00;
}

.tab-view .ewb-list {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
}

.ewb-location {
    height: 30px;
    line-height: 30px;
}

.ewb-location p {
    padding-left: 24px;
    font-size: 15px;
    color: #333;
    background: url(../images/location_icon.png) 5px center no-repeat;
}

.ewb-location p a {
    color: #333;
}

.ewb-location p span {
    color: #ff0000;
}


.ewb-incoming {
    height: 147px;
}

.ewb-incoming img {
    float: left;
    width: 54%;
    height: 147px;
}

.ewb-incoming-list {
    float: left;
    width: 46%;
    padding-top: 15px;
}

.ewb-incoming-list li {
    height: 32px;
    line-height: 32px;
    vertical-align: top;
}

.ewb-letter-hd {
    display: block;
    padding-left: 39%;
    border-radius: 3px;
    color: #fff;
}

.ewb-letter-icon1 {
    background: url(../images/letter_icon1.png) 12% center no-repeat #6f98ea;
}

.ewb-letter-icon2 {
    background: url(../images/letter_icon2.png) 12% center no-repeat #4ab0df;
}

.ewb-letter-bd {
    text-align: right;
}

.ewb-letter-number {
    margin-right: 5px;
    font-weight: bold;
    color: #006aad;
}

.ewb-write {
    display: block;
    padding: 16px 0;
    height: 58px;
    border: 1px solid #e2eef8;
    background: url(../images/write_icon.png) 90% center no-repeat #f4faff;
}

.ewb-write:hover {
    border: 1px solid #65ade4;
    background: url(../images/write_icon_hover.png) 90% center no-repeat #65ade4;
}

.ewb-write span {
    display: block;
    padding-left: 13%;
    cursor: pointer;
}

.ewb-ch {
    height: 36px;
    line-height: 36px;
    font-size: 24px;
    color: #015293;
}

.ewb-eg {
    height: 22px;
    line-height: 22px;
    font-size: 12px;
    color: #015293;
    opacity: 0.6;
    -moz-opacity: 0.6;
    -o-opacity: 0.6;
    -ms-opacity: 0.6;
    -webkit-opacity: 0.6;
}

.ewb-write:hover span {
    color: #fff;
}
