/*
 * @Description: 
 * @Autor: wuzhou
 * @LastEditTime: 2020-11-11 
 */
 .ewb-article {
	padding: 10px 50px;
	min-height:220px;
}

img{
	max-width: 1100px;
}
.ewb-article h3 {
	line-height: 65px;
	text-align: center;
	font-size: 30px;
    color: #000;
    font-weight: bold;
}

.ewb-article-sources {
 
	line-height: 53px;
	text-align: center;
    color: #999;
    
 
	font-size: 0;
    -webkit-text-size-adjust: none;
    border-bottom: 1px solid #e7e7f4;
}

.ewb-article-sources p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
    font-size: 14px;
    width: 280px;
}

.ewb-article-sources a {
	color: #999;
}

.ewb-article-info {
	color: #4e4e4e;
}

.ewb-article-p {
 
	line-height: 48px;
	font-size: 14px;
	text-indent: 30px;

	text-align: justify;
	text-justify: inter-ideograph;
}

.ewb-article-img {
	display: block;
	margin: 18px auto 0;
	padding-bottom: 4px;
}

.share-ico {
    margin-top: 10px;
    margin-right: 8px;
}

.ewb-article-first {
    padding-top: 34px;
    line-height: 25px;
}

.autograph {
    text-align: right;
    line-height: 50px;
}

.enclosure {
    line-height: 25px;
    padding-bottom: 20px;   
}

.enclosure-items {
    padding-bottom: 15px;
    border-bottom: 1px solid #e7e7f4;
}

.enclosure-items>li {
    line-height: 25px;
}

.enclosure-items>li a {
    color:#0688d6;;
}

.opt-items {
    padding:20px 0 60px;
}

.opt-items>li {
    margin-left: 10px;
    float:left;
    width: 90px;
}

.opt-items>li>a {
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color:#fff;
    border-radius: 16px;
    background-color: #c8c9e6;
}

.opt-items>li>a:hover {
    background-color: #0688d6;;
}