/**!
 *互动交流
 * author: gaojian;
 * date:2017-07-25
 */

.ewb-home {
    height: 40px;
    padding-left: 61px;
    font-size: 15px;
    line-height: 40px;
    background: url(../images/home_icon.png) 37px center no-repeat #f1f2f2;
}

.ewb-home a {
    color: #333;
    margin: 0 10px;
}

.ewb-home .cur {
    color: #3d79ac;
}

.ewb-btn{
    display: block;
    height: 47px;
    line-height: 47px;
    text-indent: 99px; 
}
.ewb-btn.icon1{
    color: #fff;
    margin-bottom: 10px;
    background: url(../images/communication_icon1.png) 51px center no-repeat #4e8ec4;
}
.ewb-btn.icon2{
    color: #3d8ac5;
    background: url(../images/communication_icon2.png) 51px center no-repeat #e3eef7;
}
.ewb-col {
    border-top: 1px solid #3d8ac5;
}

.ewb-col-hd {
    height: 46px;
    padding-left: 10px;
    background: url(../images/col_bg.jpg) repeat-x;
}

.ewb-col-tt {
    padding: 0 20px;
    height: 38px;
    background-color: #4e8ec4;
    color: #fff;
    margin-top: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 38px;
}

.ewb-more {
    margin-top: 8px;
    font-size: 12px;
    font-weight: bold;
    color: #666;
    line-height: 38px;
    margin-right: 17px;
}
.wb-data-item {
    padding-left:10px;
    padding-top: 6px;
}

.wb-data-list {
    line-height: 36px;
    padding-left: 13px;
    background: url(../images/list_icon.jpg) 0 50% no-repeat;
}

.wb-data-infor {
    margin-right: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}
.ewb-problem{
    height: 233px;
}
.ewb-search{
    display: block;
    height: 47px;
    line-height: 47px;
    text-indent: 99px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-top: 15px;
    background: url(../images/search_icon.png) 51px center no-repeat #4e8ec4;
}
.ewb-line{
    height: 47px;
    background-color: #f1f2f2;
}
.ewb-feedback{
    margin-top: 10px;
}
.ewb-feedback .ewb-col-bd{
    height: 253px;
}
.ewb-w1{
    width: 430px;
}
.ewb-w2{
    width: 282px;
}
.ewb-w3{
    width: 158px;
}
th{
    height: 37px;
    text-align: center;
    font-weight: bold;
}
td{
    height: 36px;
    text-align: center;
}
.ewb-ellipsis{
    display: block;
    max-width: 430px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    color: #333;
    margin: 0 auto;
}
.ewb-color{
    color: #999;
}
.ewb-mt15{
    margin-top: 15px;
}
.ewb-tip .ewb-col-bd{
    height: 167px;
    padding:  20px 0 0 25px;
}
.ewb-left{
    width: 382px;
    height: 167px;
    padding-right: 30px;
    border-right: 1px dashed #c3c3c3;
}
.ewb-label{
    width: 75px;
    height: 36px;
    line-height: 36px;
    font-weight: bold;
    color: #333;
}
.ewb-group p{
    margin-left: 75px;
    line-height: 36px;
}
.ewb-group a{
    margin-left: 75px;
    line-height: 36px;
    display: block;
    max-width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.ewb-right{
    width: 384px;
    padding: 0 14px 0 26px;

}