/*!
 * 政策与解读
 * date：2020-10-26
 * author：qianyuting
 */

/* tab */

body {
    background: none;
}

/* 内容 */

.ewb-article {
    padding: 32px 0;
    margin-bottom: 20px;
}

.ewb-article h3 {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.ewb-article-sources {
    line-height: 36px;
    height: 36px;
    margin-top: 35px;
    color: #838f9d;
    background-color: #eff4fa;
    font-size: 0;
    -webkit-text-size-adjust: none;
    text-align: center;
}

.ewb-article-sources p {
    display: inline-block;
    margin: 0 50px;
    font-size: 16px;
    vertical-align: middle;
}

.font-size span {
    margin-right: 5px;
    cursor: pointer;
}

.ewb-article-sources a {
    color: #888;
}

.ewb-share:hover,
p.print:hover a,
p.font-size span.cur {
    color: #22478c;
}

.share > a {
    display: inline-block;
    height: auto;
    margin: 0 10px;
    vertical-align: middle;
}

.share > a > img {
    display: block;
}

.ewb-article-info {
    padding-top: 30px;
    line-height: 36px;
    font-size: 16px;
    color: #666;
    word-break: break-all;
	position: relative;
}

.ewb-article-info img{
	max-width: 100%;
}

.ewb-article-img {
    display: block;
    margin: 10px auto;
    max-width: 750px;
}

.ewb-article-qr {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 80px auto 80px;
}

.ewb-article-qr > img {
    display: block;
    width: 100%;
    height: 100%;
}

.ewb-article-qr:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    margin-top: -5px;
    content: '扫一扫在手机打开当前页';
    font-size: 12px;
    color: #b5b5b5;
    text-align: center;
}

.ewb-article-h6 {
    margin-top: 20px;
}

.ewb-article-p {
    text-indent: 32px;
    text-align: justify;
    text-justify: inter-ideograph;
}

/* 大字 */
.big .ewb-article-info {
    font-size: 24px;
}

/* 小字 */
.small .ewb-article-info {
    font-size: 12px;
}
