@charset "UTF-8";
.series-info{
	padding: 100px 0;
}
.series-info .title{
	text-align: center;
	font-size: 34px;
	color: #333333;
	line-height: 54px;
	font-weight: normal;
	margin-bottom: 48px;
}
.series-info .content{
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	word-wrap: break-word;
	word-break:break-all;
}
.series-info .content img{
	max-width: 100%;
}
.series-info .content table{
	max-width: 100%;
}



