/**组件样式*/  vsb_34534{}
.banner img {
    width: 100%;
    height:100%;}
.pic {
    display: block;
    padding-top: 75%;
    position: relative;
    overflow: hidden;}
.pic img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
    object-fit: cover;}
.pic img:hover {
    transform: scale(1.05);}
.title font{color: #0369ff!important;opacity: 0.08!important;}
.title-l{color: #000!important;}
.title a{border: dashed 1px #c7ddfd!important;}

