.content_head{
		margin: 0 0 10px;
		padding: 0;
		font-size: 18px;
		font-weight: 600;
		color: #191919;
	}
	.ewm_box{
		width: 100%;
		display: flex;
		align-items: center;
	}
	.left{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.left .ewm_txt{
		font-size: 14px;
		color: #666666;
	}
	.left .contDiv{
		margin-right: 10px;
	}
	.left .ewm_title{
		font-size: 14px;
		color: #191919;
		margin-top: 5px;
		font-weight: 600;
	}
	.right{
		width: 50%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.right div div{
		font-size: 14px;
		color: #666666;
		font-weight: 400;
	}
	.about_txt{
		font-size: 14px;
		font-family: Microsoft YaHei, Microsoft YaHei-Regular;
		text-align: left;
		color: #666666;
		line-height: 20px;
	}
