.acmli{
	float: left;
}
.acmimg{
	width: 640px;
}
.acmimg>img{
	width: 100%;
}
.acmtxt{
	width: 560px;
	padding-left: 40px;
	
}
.acmtxt>p{
	font-weight: lighter;
	font-size: 16px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 20px;
        text-align:justify;
		text-indent: 30px;
}
.read-a{
	padding-right: 20px;
	background: url(../../images/m1.png) no-repeat right center;
	background-size: 14px auto;
	font-size: 14px;
	color: #0079c0;
}
.read-a:hover{
	margin-left: 10px;
	transition: all .4s;
}