component-blog-home-type-a .asbg {
    background-size: cover;
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center
}
component-blog-home-type-a .home_new_cover .asno {
   
    height: 250px;
    width: 100%;
}

component-blog-home-type-a .home_text_3 {
    font-size: 18px;
    /*padding: 10px 0;*/
    line-height: 1.4;
    color: #000;

    -webkit-line-clamp: 1 !important;
    -webkit-box-orient: vertical !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
    word-break: break-word !important;
    text-decoration: none !important;
    display: -webkit-box !important;
    line-height: 1.4 !important;
/*    text-align: center;*/
    text-decoration: none;
}
component-blog-home-type-a a .home_text_3 {
    text-decoration: none !important;
}

component-blog-home-type-a .homeNewsLink{
    text-decoration: none;
}


component-blog-home-type-a .homeNewsLink:hover .home_text_3{
    color: #903F98 !important;
}