/**!
 * æ²³å—çœä¼Šå·åŽ¿--å¼€æ ‡å®‰æŽ’
 * author: chenzp;
 * date:2017-11-24
 */

/* å½“å‰ä½ç½® */
.ewb-local {
    padding-left: 18px;
    height: 32px;
    line-height: 32px;
    color: #666;
    background: url(../images/colu_line.png) repeat-x left top;
    border: 1px solid #e0e7ed;
}

.ewb-local a {
    color: #666;
}

.ewb-local a:hover,
.ewb-local a.cur {
    color: #0297cf;
}

.ewb-plan {
    padding: 0 19px 21px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e0e7ed;
    border-top: 0;
}

.ewb-plan-hd {
    text-align: center;
    padding: 15px 0;
    line-height: 24px;
}

.ewb-plan-choose {
    float: left;
    padding: 0 10px 6px;
}

.ewb-plan-tt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #0977bb;
}

.ewb-plan-date {
    text-align: center;
    font-weight: bold;
    color: #666;
}

.ewb-plan-time {
    text-align: center;
    margin-top: -25px;
    float: right;
}

.ewb-plan-time a {
    color: #666;
}

.ewb-plan-time a:hover,
.ewb-plan-time a.cur {
    color: #0977bb;
}

.ewb-plan-bd table {
    width: 100%;
    border-collapse: collapse;
}

.ewb-plan-bd table th {
    font-weight: bold;
    color: #fff;
    background-color: #308ad2;
}

.ewb-plan-bd table th,
td {
    height: 38px;
    text-align: center;
    vertical-align: middle;
}

.ewb-plan-bd table td {
    border-bottom: 1px solid #0d8cf9;
    border-right: 1px solid #e0e7ed;
    color: #666;
}

th.ewb-plan-wt1 {
    border-left: 1px solid #0877bb;
}

th.ewb-plan-wt5 {
    /*  border-right: 1px solid #0877bb; */
}

.ewb-plan-wt1 {
    width: 49px;
}

.ewb-plan-wt2 {
    width: 76px;
}

.ewb-plan-wt3 {
    width: 62px;
}

.ewb-plan-wt4 {
    width: 72px;
}

.ewb-plan-wt5 {
    width: 105px;
}

.ewb-plan-wt6 {
    width: 122px;
}

td.ewb-plan-wt5 {
    text-align: left;
    padding-left: 35px;
    border-right: 1px solid #e0e7ed;
}

.ewb-plan-grap {
    line-height: 24px;
    color: #0977bb !important;
    background-color: #fff;
    border: 1px solid #e0e7ed;
    border-top: 0;
}

.ewb-table-last td {
    border-bottom: 1px solid #e0e7ed;
}

.ewb-blue {
    background-color: #daecf7;
}

.ewb-wt855 {
    width: 855px;
}

.ewb-myinfo span {
    display: block;
    line-height: 38px;
    float: left;
    min-height: 38px;
}

.ewb-my55 {
    width: 55px;
}

.ewb-my140 {
    width: 140px;
}

.ewb-my120 {
    width: 120px;
}

.ewb-my260 {
    width: 259px;
    *text-align: left;
    text-indent: 35px;
}

.ewb-my-table li.myblue {
    background: #daecf7;
}

.ewb-my-table {
    border: 1px solid #e0e7ed;
    border-top: 0;
}

.ewb-plan-bd table td.ewb-my102 {
    width: 71px;
    border-bottom: 1px solid #0d8cf9;
    border-right: 1px solid #e0e7ed;
    color: #0977bb;
}

.td1 {
    width: 150px;
}

.td2 {
    width: 286px;
}

.td3 {
    width: 148px;
}

.td4 {
    width: 147px;
}

.td5 {
    width: 250px;
}


@media (max-width:767px) {
    .ewb-plan-choose {
        float: none;

    }

    .ewb-plan-time {
        float: none;
        margin-top: 0;
    }

    .ewb-plan-bd {

        overflow: auto;
    }

    .ewb-plan-bd table {
        min-width: 480px;
    }
}