/*
*组件样式
*组件样式
*组件样式
*组件样式
*组件样式
*/
.bg_img {
width:140px;
        position: relative;
        overflow: hidden;
        height:90px;}

.bg_img .a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-position: 50%;
        background-repeat: no-repeat;
        background-size: cover;}
