.article-content{
	padding: 0 2.5rem;
	margin-bottom: 0.4rem;
}
.acticle-main{
	width: 100%;
	background: #ffffff;
	border-radius: 0.08rem;
	box-shadow: 0px 0px 0.1rem 0px rgba(0,0,0,0.16); 
    padding: 0.47rem 1.2rem;
    /* 禁止选中文字 */
    -moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select:none;
    -webkit-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.acticle-main a {
    text-decoration: underline;
}
.am-title-bak{
	height: 0.3rem;
	line-height: 0.3rem;
	font-size: 0.24rem;
	font-weight: 700;
	text-align: center;
	color: #000000;
	margin-top: 0.32rem;
}
.am-title {
    color: #262626;
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0;
    font-weight: 600;
    margin: 0 auto;
    max-width: 850px;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
}
.am-time-bak{
	height: 0.20rem;
	font-size: 0.16rem;
	text-align: center;
	color: #999999;
	margin-top: 0.32rem;
}
.am-time {
    height: 84px;
    line-height: 84px;
    color: #595959;
    font-size: 16px;
    text-align: center;
}
.article-box {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 13px;
    font-family: "˼Դ����";
    color: #222222;
}
.article-text {
    line-height: 36px;
    color: #222222;
    font-size: 18px;
    margin-top: -8px;
    margin-bottom: 24px;
}
.article-box p, p b, p span, p strong, h4 span {
    word-break: break-word !important;
    word-wrap: break-word !important;
    font-size: 18px !important;
    color: #262626 !important;
    letter-spacing: 0 !important;
    line-height: 32px !important;
    text-indent: 2em !important; 
    margin: 24px 0 !important;
}

.article-box p img {
    width: 80% !important;
    height: auto !important;
}

.am-desc {
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.36rem;
    margin-top: 0.32rem;
}
.am-img{
	height: 4.53rem;
	text-align: center;
	margin-top: 0.32rem;
}
.am-img img{
	width: 6.80rem;
	height: 4.53rem;
}
.next-chapter{
	width: 100%;
	height: 0.48rem;
	background: #ffffff;
	border: 1px solid #0875c8;
	border-radius: 0.08rem;
	text-align: center;
	color: #0875C8;
	line-height: 0.56rem;
	margin-top:0.24rem; 
}
.v-bread{
	height: 0.22rem;
	line-height: 0.22rem;
	color: #0d5993;
	margin: 0.32rem 0;
}
.v-bread .icon{
	margin-right: 0.16rem;
}

