/**!
 * author: gaoli;
 * date:2018-11-1
 */
 .ewb-pb{
    padding-bottom: 70px;
 }
.ewb-policy-hd{
    margin-top: 42px;
    text-align: center;
}
.ewb-policy-tt>span{
    font-size: 30px;
    line-height: 40px;
    color:#006b7a;
}
.ewb-policy-tt{
   height: 40px;
   text-align: center;
   margin-top: -9px;
   background:url(../images/policy_bg.png) no-repeat center;
}
.ewb-policy-tt:first-child{
    margin-top: 32px;
}
.ewb-policy-block{
    position: relative;
    padding:59px 60px 64px 60px;
    margin-top: -10px;
}
.ewb-policy-icon{
    position: absolute;
    display: block;
    width:178px;
    height: 229px;
    background-repeat: no-repeat;
}
.ewb-policy-icon.iconl{
    top:0;
    left:0;
    background-image: url(../images/policy_iconl.png);
}
.ewb-policy-icon.iconr{
    bottom:0;
    right:0;
    background-image: url(../images/policy_iconr.png);
}
.ewb-policy-det{
    font-size: 16px;
line-height: 30px;
text-indent: 30px;
letter-spacing:1.3px;
}
.ewb-policy-last{
    color:#666;
    line-height: 30px;
    text-align: right;
    margin-top: 7px;
    letter-spacing:1px;
}

/* 政务一窗体 */
.ewb-policy-hd.window{
    margin-top: 4px;
}
.ewb-window-bd{
    margin-top: 50px;
}

.ewb-active-hd{
    height: 48px;
    background-color:#d9e5f5;
}
.ewb-active-tt{
    float: left;
    color:#333;
    font-size: 22px;
    line-height: 48px;
    padding-left: 46px;
    letter-spacing:2px;
    background:url(../images/active_icon.png) no-repeat 13px center;
}
.ewb-active-more{
    float: right;
    line-height: 48px;
    font-size: 12px;
    color:#333;
    margin-right: 20px;
}
.ewb-active-bd{
    height: 221px;
    border:1px solid #ddd;
    padding:0 12px;
    background:#fff;
}
.ewb-window-active{
    float: left;
    width:484px;
}
.wb-data-item {
    padding-top: 6px;
}

.wb-data-list {
    line-height: 41px;
    padding-left: 16px;
    border-top:1px dashed #dbdbd7;
    background: url(../images/listimg.png) 6px 50% no-repeat;
}
.wb-data-list:first-child{
    border-top:none;
}
.wb-data-list>a{
    display: block;
    color:#333;
    margin-right: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    letter-spacing:1px;
}

.wb-data-list:hover a {
    cursor: pointer;
    color: #006b7a;
    font-weight: bold;
}
.ewb-ml30{
    margin-left: 30px;
}