@charset "utf-8";
/* CSS Document */
.content{
	width:1200px;
	height:auto;
	}
.tit_content{
	width:1200px;
	height:48px;
	margin-top:21px;
	}
.tit_name
{
    width:72px;
	height:47px;
	line-height:47px;
	border-bottom:1px solid #b91424;
	font-size:18px;
	font-weight:bold;
	text-align:left;
	float:left;
	}
.tit_other
{
    width:1128px;
	height:47px;
	float:left;
	border-bottom:1px solid #dbdad8;
	}
.text_content{
	width:1200px;
	height:auto;
	padding-top:50px;
	padding-bottom:50px;
	color:#3b3b3b;
	}
.text_content h1{
	width:1200px;
	height:50px;
	line-height:50px;
	font-weight:bold;
	font-size:24px;
	}
.text_content p{
	width:1200px;
	line-height:32px;
	font-size:16px;
	text-indent:2em;
	text-align:left;
	margin-top:10px;
	}

