.speical_home{}
.speical_home .detail{
    width: 100%;
    border-bottom: 1px dotted #ccc;
    color: #0a509e;
    display: block;
    padding: 8px 0;
    outline: none;
}
.speical_home .detail:hover{
    width: 100%;
    border-bottom: 1px dotted #ccc;
    color: #001077;
}
.speical_home .detail .icron{
    background: url("../../../images/zh/home/arrow.png") no-repeat;
    height:10px;
    width:10px;
    float: left;
    margin-left: 2px;
    display: block;
    margin-top: 4px;
}
.speical_home .detail .con{
    float: left;
    font-size: 12px;
    margin-left: 8px;

}