body{
	background: #f5f5f5;
}
.body-left{
	width: 860px;
	margin: 20px 0;
}
.article{
	width: 100%;
	min-height: 1200px;
	background: #fff;
	padding: 28px 31px;
	font-family: "Microsoft YaHei" !important;
}
.article img{
	max-width: 640px;
}
.article li {
    line-height: 180%;
    list-style: inside none decimal;
    padding-left: 2rem;
}
.article-head{
	width: 100%;
	height: 102px;
	margin-bottom: 30px;
	border-bottom: solid 1px #e8e8e8;
}
.article-head .title{
	font-size: 28px;
}
.small-title{
	font-size: 14px;
	color: #acacac;
	margin: 20px 40px 0 0;
}

.body-right{
	width: 320px;
	margin: 20px 0 20px 18px;
}

.body-right .buy{
	width: 100%;
	min-height: 182px;
	background: #fff;
	border-top: solid 2px #ff2a29;
	text-align: center;
	margin-bottom:21px;
}


.buy .price span{
	font-size: 40px;
}
.buy .buy-button{
	width: 187px;
	height: 52px;
	border-bottom: solid 2px #d00706;
	background: #ff2a29;
	display: block;
	line-height: 52px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
}

.sitebox{
	width: 100%;
	height: 148px;
	padding:10px 15px 30px;
}
.siteimg img{
	width: 107px;
	height: 107px;
	background-color: wheat;	
	border-radius:50%;
}
.siteinfo {
	padding-left:12px;
	width:180px;
}

.siteinfo>div{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	padding-bottom:10px;
}
.siteinfo>a{
	height: 80px;
	color:#999999;
	display:block;
	font-size:14px;
	overflow:hidden;
}

.body-right .report{
	width: 100%;
	min-height: 400px;
	background: #fff;
	border-top: solid 2px #fdc700;
	margin-top: 21px;
}
.report .ul-report{
	padding: 10px 0 0;
}
.report .ul-report li{
	padding:10px; 
	border-bottom:  solid 1px #e5e5e5;
}
.report-left img{
	width:114px;
	height: 85px;
}
.report-right{
	width: 180px;
	padding-left: 10px;
}
.report-title{
	font-size: 13px;
	height: 45px;
	overflow: hidden;
	text-overflow:clip;
}
.report-writer{
	font-size: 13px;
	margin:7px; 
}
.report-writer{
	font-size: 13px;
	color: #acacac;
}
.report-click{
	font-size: 13px;
}

.more-button{
	height: 44px;
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
}

.body-right .activity{
	width: 100%;
	min-height: 400px;
	background: #fff;
	border-top: solid 2px #00a2e8;
}

.activity .ul-activity{
	padding: 10px 0 0;
}
.activity .ul-activity li{
	padding:10px; 
	border-bottom:  solid 1px #e5e5e5;
}
.activity-left img{
	width:114px;
	height: 85px;
}
.activity-right{
	width: 180px;
	padding-left: 10px;
}
.activity-title{
	font-size: 13px;
	height: 44px;
	overflow: hidden;
	text-overflow:clip;
}
.activity-writer{
	font-size: 13px;
	margin:0px; 
}
.activity-writer{
	font-size: 13px;
	color: #acacac;
}
.activity-click{
	font-size: 13px;
}


.body-left .comment{
	width: 100%;
	min-height: 300px;
	background: #fff;
	margin-top:20px;
	padding: 0 42px;
}
.article img {
    display: block;
    margin: auto;
}
.article > p {
    font-size: 16px;
    line-height: 170%;
    margin: 20px 0;
    text-indent: 2em;
    font-family: "Microsoft YaHei" !important;
}
.article * {font-family: "Microsoft YaHei" !important;font-size: 16px;}

