/* 
* @Author: sabera
* @Date:   2017-03-30 09:25:55
* @Last Modified by:   sabera
* @Last Modified time: 2017-03-30 10:42:55
*/
.box{
	width:94%;
	margin:0 auto 50px;
	overflow:hidden;
}
.box .title{
	margin-top: 20px;
	margin-bottom: 10px;
	font-weight:bold;
	text-align:center;
	border-bottom:1px solid #eee;
	padding-bottom:10px;
}
.box .pictor{
	width:80%;
	margin-left:10%;
	margin-top:10px;
	margin-bottom: 10px;
}
.box .title1{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
}
.box .page{
	text-indent:1.5em;
	color:#555;

}
.box .color{
	font-size:14px;
	font-weight:bold;
	margin-top:10px;
	color:#336bc6;
	text-indent:1.5em;

}
.box .page1{
	text-indent:1.5em;
	color:#444;

}
