/* loca */

.ewb-loca {
    padding-left: 16px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    color: #333;
}


.ewb-loca a {
    font-size: 14px;
    color: #333;
}


/* make */
.ewb-make-hd{
    margin-top: 10px;
    height: 40px;
    border-bottom: 2px solid #f3f3f3;
}
 

.ewb-make-bd {
    min-height: 395px;
    padding-bottom: 30px;
    overflow: hidden;
}

.ewb-make-item{
    margin-right: 5px;
}

.ewb-make-item>a{
    padding: 0 16px;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #666;
}

.ewb-make-item.current>a{
    color: #fff;
    background-color: #ff6200;
}
 

/* 表格 */

.basic-info {
    margin-top: 20px;
}

.basic-info table {
    width: 100%;
    table-layout: fixed;
}

.basic-info table td {
    padding-left: 10px;
    height: 39px;
    font-size: 14px;
    border: 1px solid #dde1e5;
}
 

.basic-info table td.istt {
    padding-left: 0;
    background: #f0f4fa;
    text-align: center;
}

 .info-content {
     padding:5px;
     line-height: 28px;
 }