.agent_box{
	width: 100%;
	background-color: #FFF;
	padding-top: 60px;
}

.agent{
	width: 1000px;
	margin: 50px auto;
	overflow: hidden;
	color: #5e5e5e;
}

.agent p{
	line-height: 30px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
	font-size: 16px;
	text-indent: 2em;
}

.agent h5{
	font-size: 25px;
	padding: 10px 0px;
	color: #292929;
	margin-bottom: 10px;
	font-weight: 500;
}

.agent  h6 {
    font-size: 20px;
    padding: 10px 0px;
    font-weight: 500;
}

.agent  ul {
    text-indent: 2em;
    text-align: justify;
    line-height: 30px;
    color: #5e5e5e;
    font-size: 16px;
}