/**!
 * &#22825;&#19979;&#36275;&#29699;&#32593;人民政府
 * author: gl
 * date:2020-04-23
 */
/* article */
.bd_weixin_popup_foot {
   font-size: 11px !important;
	text-align: left;
	line-height: 22px;
	color: #666;
}

.bd_weixin_popup_main{
	padding: 8px 10px !important;
}

.ewb-article {
    padding-top: 35px;
}

.ewb-article h3 {
    line-height: 42px;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
}

.ewb-article-sources {
    line-height: 26px;
    padding: 7px 0;
    text-align: center;
    margin-top: 20px;
    background-color: #f5faff;
}

.ewb-article-sources p {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    font-size: 14px;
    margin: 0 10px;
}

.ewb-article-sources a {
    color: #333;
}

.ewb-article-info {
    padding-top: 16px;
    word-break: break-all;
	min-height:250px;
}

.ewb-article-p {
    line-height: 40px;
    font-size: 16px;
    text-indent: 32px;
    text-align: justify;
    text-justify: inter-ideograph;
}

.ewb-article-img {
    display: block;
    padding: 10px 0;
    margin: 0 auto;
    max-width: 100%;
}

/*1200分辨率以下*/

@media (max-width: 1199px) {
    .ewb-article h3 {
        font-size: 24px;
        line-height: 32px;
    }
}

/*手机端*/

@media (max-width: 767px) {
    .ewb-article {
        padding-top: 25px;
    }

    /* 解决用户自己发表格手机端横向滚动条 */
    .ewb-article {
        overflow: hidden;
    }

    table,
    tbody,
    tr,
    td {
        display: block;
        height: auto;
    }

}

/* 下载 */
.down {
    padding: 23px 0;
    min-height: 74px;
    line-height: 26px;
    font-size: 16px;
    margin-top: 26px;
    border: 1px solid #ebf3fa;
    background-color: #f5faff;
    overflow: hidden;
}

.down>p {
    float: left;
    width: 103px;
    line-height: 40px;
    text-align: right;
}

.down-r {
    margin-left: 103px;
}

.down-r>a {
    /*float: left;*/
    /*color: #395fda;*/
    display: block;
    line-height: 40px;
    /*margin-left: 76px;*/
    padding-left: 15px;
    /*background: url('/images/down_icon.png') no-repeat left 4px;*/
}

.down-r>a:hover{
    color: #395fda;
}

/* 分享 */
.share {
    margin-top: 24px;
}

.share-l {
    float: left;
}

.share-l>span {
    float: left;
    color: #999;
    line-height: 30px;
}

.share-icon {
    float: left;
    height: 30px;
    line-height: 30px;
    margin-left: 20px;
}

.share-icon>img {
    display: inline-block;
    vertical-align: middle;
}

.print {
    float: right;
    width: 79px;
    height: 30px;
    line-height: 29px;
    color: #4a83d2;
    padding-left: 34px;
    border: 1px solid #c0c6cc;
    background: url('/images/print_icon.png') no-repeat 12px center;
}

.print:hover {
    color: #fff;
    border-color: #4a83d2;
    background-image: url('/images/print_iconh.png');
    background-color: #4a83d2;
}

/* 手机端 */
@media(max-width:767px) {
    .down>p {
        float: none;
    }

    .down-r {
        margin: 10px 0 0 10px;
    }
}