body {
	background: #F6F6F6;
}

.container {
	background: #fff;
	padding: 45px;
	box-sizing: border-box;
}

.title {
	width: 100%;
	font-size: 26px;
	font-family: MicrosoftYaHei-Bold, MicrosoftYaHei;
	font-weight: bold;
	color: #333333;
	line-height: 42px;
	text-align: center;
	padding-bottom: 40px;
	border-bottom: 1px solid #D9D9D9;
}

.contdiv {
	width: 100%;
}

.contdiv span {
	height: 40px;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #666666;
	line-height: 40px;
}
.contdiv span.size {
        margin-right: 15px;
}

.contdiv span.size b {
       cursor: pointer;
}

.contdiv span.size b.small {
       margin-right: 20px;
}


#detailContent {
	width: 100%;
	font-size: 16px;
	font-family: MicrosoftYaHei;
	color: #333333;
	line-height: 34px;
	margin-top: 30px;
}
.detailContent img {
       max-width: 90%;
       height: 100%;
}
 .detailContent p{
	word-break: break-all; 
 }  
.detailContent span{
    word-wrap: break-word;
	word-break: break-all; 
}
.shareIcon {
	font-size: 14px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #666666;
	line-height: 20px;
	margin-top: 40px;
	display: block;
}
@media (max-width:1200px) {
	.container{
		width: 96%;
		padding: 2%;
	}
	}

@media (max-width: 768px){
	.detailContent img {
       max-width: 90%;
       height: auto;
	}
}