/**!
 * 产权模块
 * author: hcong;
 * date:2018-09-29
 */

.ewb-myiframe {
    width: 850px;
}

.ewb-tabviews-hd {
    line-height: 47px;
    height: 47px;
    border-bottom: 2px solid #3694eb;
}

a.ewb-tabview-tt {
    float: left;
    height: 47px;
    line-height: 47px;
    font-size: 18px;
    font-weight: bold;
    padding: 0 10px;
    cursor: default;
    background: #3694eb;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.ewb-tab-ul {
    float: left;
    padding-top: 7px;
    padding-left: 5px;
}

.ewb-tab-item {
    min-width: 60px;
    cursor: pointer;
    float: left;
    padding: 0px 3px;
    text-align: center;
    line-height: 39px;
    font-size: 14px;
    color: #000;
    height: 39px;
    border-right: 1px solid #3694eb;
    border-top: 1px solid #3694eb;
    border-left: 1px solid #3694eb;
    border-radius: 3px 3px 0 0;
    margin-right: 3px;
}

.ewb-tab-item a {
    display: block;
    font-size: 14px;
    color: #000;
}

.ewb-tab-item.cur {
    background: #3694eb;
    color: #fff;
    border-top: 1px solid #3694eb;
}

.ewb-tab-item.cur a {
    color: #fff;
}

a.ewb-tabs-more {
    float: right;
    color: #666;
    font-size: 14px;
}

.ewb-table-panel {
    border: 1px solid #ddd;
    border-top: 0;
    clear: both;
    overflow: hidden;
    padding: 9px 9px 0;
    min-height: 283px;
}

.ewb-table-hd {
    height: 42px;
    line-height: 42px;
    font-size: 14px;
    background: #f6f6f6;
    text-align: center;
}

.ewb-table-items li {
    float: left;
}

.ewb-bt12 {
    width: 15%;
}

.ewb-bt11 {
    text-align: left;
    width: 51%;
    padding-left: 3%;
}

.ewb-table-hd .ewb-bt11 {
    width: 40.9%;
    padding-left: 13%;
}

.ewb-bt14 {
    width: 15%;
}

.ewb-table-bd {
    text-align: center;
}

.ewb-table-bd li {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
}

a.ewb-table-info {
    display: block;
    width: 420px;
    color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

a.ewb-table-info:hover {
    color: #1d9bd8;
    /*text-decoration: underline;*/
}

.ewb-table-bd .ewb-table-items:last-child li {
    border-bottom: 0;
}

@media screen and (max-device-width: 414px) {
    .ewb-myiframe{
        width: 100%;
        margin-top: 10px;
        min-height: 200px;
    }

    .ewb-tabviews-hd{
        height: auto;
        position: relative;
    }

    a.ewb-tabview-tt{
        display: inline-block;
        float: none;
    }

    .ewb-tab-ul{
        float: none;
        padding-left: 0;
        padding-bottom: 10px;
    }

    .ewb-tab-item{
        border: 0;
        line-height: 34px;
        margin-right: 0;
        height: 34px;
        min-width: 0;
        padding: 0 5px;
    }

    a.ewb-tabs-more{
        position: absolute;
        top: 0;
        right: 0;
    }

    .ewb-table-hd{
        display: none;
    }

    .ewb-table-bd ul{
        width: 49.6%;
        float: left;
        background: #fff;
        text-align: center;
        border-right: 1px solid #dcdcdc;
        border-bottom: 1px solid #dcdcdc;
        padding: 6px 0;
    }

    .ewb-table-bd ul li{
        width: auto;
        float: none;
        border: 0;
        text-align: center;
        height: auto;
        line-height: 24px;
        font-size: 12px;
    }

    .ewb-table-panel{
        padding: 0;
        border-right: 0;
        height: auto;
    }

    a.ewb-table-info{
        width: 93%;
        margin-left: 3%;
    }
}