/**!
 * 
 * author: qianyuting
 * date:2020-10-09
 */

body {
    background-color: #fafdff;
}
.ewb-article-info img{
    max-width: 100%;
}

.top {
    position: relative;
    min-width: 1200px;
    height: 378px;
    background: url('../images/top_bg.jpg') center top no-repeat;
    background-size: 100% 568px;
}

.logo {
    display: block;
    margin: 60px auto 0;
}

.mt30 {
    margin-top: 30px;
}

/* 文章 */
.ewb-article {
	padding: 40px 50px;
    border: 1px solid #e9e9e9;
    background-color: #fff;
}

.ewb-article h3 {
    margin: 0 0 20px;
	text-align: center;
    font-size: 20px;
    font-weight: bold;
}

.ewb-article h5 {
	text-align: center;
	font-size: 14px;
}

.ewb-article-sources {
	margin-top: 20px;
    line-height: 36px;
    height: 36px;
	text-align: center;
	color: #999;
	background-color: #f7f7f7;
	font-size: 0;
	-webkit-text-size-adjust: none;
}

.ewb-article-sources p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
    font-size: 14px;
    margin-right: 50px;
}

p.print {
    margin-right: 0;
}

.ewb-article-sources a {
	color: #999;
}

.ewb-article h4 {
	text-align: center;
    font-size: 18px;
    margin: 30px 0 0;
}

.ewb-article-info {
    line-height: 30px;
	font-size: 15px;
	word-break: break-all;
}

.ewb-article-h6 {
    font-weight: bold;
    margin-top: 30px;
}

.ewb-article-p {
	text-align: justify;
	text-justify: inter-ideograph;
}

.ewb-article-img {
    display: block;
    margin: 20px auto 10px;
    max-width: 738px;
}

/* 分享 */
.ewb-share{
    position: relative;
    display: inline-block;
}
.ewb-share-hidebox{
    position: absolute;
    top: 100%;
    z-index: 9;
    left: -68px;
    padding-top: 10px;
    display: none;
}

.ewb-share i {
    font-size: 14px;
    font-style: normal;
    cursor: pointer;
}

.ewb-share-hidebox dl {
    border: #e5e5e5 1px solid;
    background: #fff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 0 0 5px 5px;
    width: 170px;
    text-align: center;
    position: relative;
}

.ewb-share-hidebox a {
    display: inline-block;
    float: none;
    margin: 0 2px;
    text-indent: 0;
}

.ewb-share-hidebox dt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    background: #f6f6f6;
}

.ewb-share-hidebox dd {
    padding: 5px;
}

.ewb-share-hidebox dl:after {
    content: '';
    display: block;
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px;
}

.ewb-share:hover .ewb-share-hidebox {
    display: block;
}


.bdshare-button-style0-32 a{
    display: inline-block !important;
    float: none !important;
    vertical-align: middle !important;
    margin: 6px 0 6px 6px !important;
}
.bdshare-button-style0-32 a:first-child{
    margin-left: 0 !important;
}
.bd_weixin_popup .bd_weixin_popup_main{
    padding:5px 0 !important;
}
.bd_weixin_popup .bd_weixin_popup_foot{
    margin:0 -5px!important;
}

/* 附件 */
.article-file {
    margin-top: 50px;
    border-top: 1px solid #ddd;
}

.article-file>*{
    margin-top: 15px;
}

.article-file-dd a {
    color: #3388df;
}
