/**!
 * 苏州市住房和城乡建设局-详情页
 * author: wangkai;
 */


/* main */

.ewb-main {
    padding: 0 20px 22px 20px;
    background-color: #fff;
}


/* 分享 */

.ewb-share {
    padding-right: 22px;
    height: 42px;
    line-height: 42px;
    background-color: #f3f3f3;
    color: #666;
}

.ewb-down, .ewb-print {
    float: right;
    margin-right: 30px;
    font-weight: bold;
    color: #666;
}

.ewb-print {
    margin-left: 50px;
}

.ewb-share-btn {
    float: right;
    margin-left: 28px;
    margin-top: 10px;
    height: 22px;
}

.ewb-share-icon1 {
    width: 28px;
    margin-left: 24px;
    background: url(../images/share_icon1.png) center center no-repeat;
}

.ewb-share-icon2 {
    width: 25px;
    background: url(../images/share_icon2.png) center center no-repeat;
}

.ewb-share-icon3 {
    width: 16px;
    background: url(../images/share_icon3.png) center center no-repeat;
}

.ewb-share-icon4 {
    width: 20px;
    background: url(../images/share_icon4.png) center center no-repeat;
}

.ewb-share-icon5 {
    width: 18px;
    background: url(../images/share_icon5.png) center center no-repeat;
}


/* 文章 */
.ewb-show-tt{
  text-align: center;
    font-weight: bold;
    font-family: 黑体;
    font-size: 18pt;
    padding-bottom: 20px;
} 
.ewb-article {
    padding: 36px 80px 0 80px;
}

.ewb-article-tt {
    line-height: 42px;
    text-align: center;
    font-size: 24px;
}

.ewb-article-remind {
    margin-bottom: 0px;
    line-height: 32px;
    text-align: center;
    color: #666;
}

.ewb-border-bottom{border-bottom: #e1e1e1 1px solid;padding-top: 20px;}

.ewb-article-content {
    line-height: 30px;
    /*text-indent: 2em;*/
}

.ewb-article-pic {
    padding: 50px 0;
}

.ewb-article-pic img {
    display: block;
    margin: 25px auto 0;
}

.ewb-article-pic img:first-child {
    margin-top: 0;
}


/* 文章链接 */

.ewb-article-links {
    margin-top: 15px;
    padding: 0 20px;
    line-height: 32px;
}

.ewb-article-links li {
    width: 42%;
    vertical-align: top;
}

.ewb-article-links li a {
    float: left;
    width: 85%;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
/*分享不显示加号*/
.bds_more {
display:none;
}

.wenhao{text-align: center;
    font-size: 11pt;
    font-family: "宋体";
    padding-bottom: 20px;}


