.content{
	margin: 100px auto;
	max-width: 1200px;
	min-height: 300px;
}
.content_head{
	padding: 10px 0px;
	border-bottom:1px #000000 solid;
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	color: #000000;
}
.content_head_left{
	display: flex;
	align-items: center;
}
.content_head_right{

}
.content_head_font{
	font-size: 16px;
	color: #000000;
	font-weight: bold;
}
.content_main{
	margin: 60px auto;
}
.swAbout{
  display: flex;
}
.swAbout .left{
  margin-right: 40px;
}