.home-text {
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    margin-top: 90px;
    padding-top: 90px;
}
.img-home-right {
	width:525px;
        float: right;
	margin:0 0 0 55px;
}
.img-home-right img {
    max-height: 100%;
    max-width: 100%;
}
.home-text h2 {
    font-size: 25px;
    color: rgba(0, 0, 0, 0.7);
    font-weight: normal;
    line-height: 32px;
    margin: 0 0 30px;
    padding: 0 0 0 85px;
    position: relative;
    vertical-align: middle;
}
.home-text h2 strong {
    color: #794083;
    font-weight: normal;
}
.home-text h2:before{
	content:'';
	background-color:#af8cb5;
	position:absolute;
	left:0;
	top:3px;
	width:55px;
	height:55px;
}
.home-text p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px;
    padding: 0;
    position: relative;
}
a.home-read{
	color:#794083;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 15px;
    padding:0 20px 0 0;
    position: relative;
}
a.home-read:after{
	content:'';
	background:url(/template/9ecd1bf4/images/readmore-icon.png) no-repeat;
	position:absolute;
	right:0;
	top:3px;
	width:6px;
	height:10px;
}
 a.home-read:hover{
	color:#794083;
	text-decoration:none;
}

