#content {
	float: left;
	width: 100%;
}
#content .tittle{
	margin: 0 auto;
	/*width: 1260px;*/
	border-bottom: 1px solid #75a7d1; 
	margin-bottom: 50px;
}
#content .content_main{
	padding: 0 30px;
}
#content .content_main .tittle_head{
	font-size: 28px;
	font-weight: bold;
	margin:28px 0 28px 0;
}
#content .content_main .tittle_double{
	font-size: 13px;
}
#content .content_main .tittle_double span{
	margin-right: 31px;
}
#content .content_main .text_main{
	margin:0 auto;
	/*width: 1000px;*/
	margin-bottom: 110px;
	min-height: 290px;
}
#content .content_main .text_main .text_box{
	background-color: #ddd;
	width: 510px;
	margin-left: 30px;
}
#content .content_main .text_main p{
	text-indent:2em;
	font-size: 16px;
	margin: 20px 0;
}
#content .content_main .text_main p.text{
	background-color: #ddd;
	margin: 0;
	display: inline;
}
#content .content_main .text_main .collage{
	width: 980px;
	margin: 0 auto;
}
#content .content_main .text_main .collage table{
	border: 1px solid #000;
	border-collapse:collapse;
	width:100%;
    margin: 0 auto;
	margin-top: 20px
}
#content .content_main .text_main .collage .table{
	width:60%;
}
#content .content_main .text_main .collage table tr{
	text-align: center;
	border: 1px solid #000;
	height: 35px;
	line-height: 35px;
}
#content .content_main .text_main .collage table tr td{
	width: 20%;
	border: 1px solid #000;
	font-size: 16px;
}
#content .content_main .text_main .collage table .first_hang{
	background-color: #8db4e3;
	border: none;
	height: 40px;
}
#content .content_main .text_main .collage table .first_hang td{
	font-size: 18px;
	font-weight: bold;
	height: 20px;
}