.homeright{
margin-top:7px;
margin-bottom:8px;
width:auto;
height:70px
}
.homeright .hr_img{
float:left;
width:90px;
height:56px;
display:block;
overflow:hidden;
border:2px solid #FFF;
overflow:hidden
}
.homeright .hr_img img{width:90px}

.homeright .hr_tit{
width:147px;
float:right;
height:50px;
padding:5px 6px;
font-size:14px;
line-height:17px;
background-color:#e6373e;
overflow:hidden
}
.homeright .hr_tit a{
color:#fff;
text-decoration:none;
-moz-transition: all linear 0.3s;
-o-transition: all linear 0.3s;
transition: all linear 0.3s
}
.homeright .hr_tit a:hover{
color:#FFFF66;
text-decoration:underline
}