
.v-common-0013-items{}
.v-common-0013-item { margin: 20px 0;border-width:10px; border-style: solid ; border-color:transparent;transition:all 300ms ease-in-out 0s;}


.v-common-0013-img{display:block;overflow:hidden;}
.v-common-0013-img img{width:100%;height:auto;margin:0px auto;transition:200ms;}
.v-common-0013-item:hover .v-common-0013-img img{transform:scale(1.2);}
.v-common-0013-img img{height:100%;width:100%;object-fit:cover;}

.v-common-0013-text{padding:10px;text-align:left;}
.v-common-0013-text h4{line-height:160%;margin-bottom: -10px;font-size: 16px;text-overflow:ellipsis;overflow:hidden;}


.v-common-0013-text h4:after{content:"";display: block;margin: 20px auto 0;height: 1px;width: 0;background: #ccc;transition:all 200ms ease-in-out 0s;}
.v-common-0013-item:hover .v-common-0013-text h4:after{width: 98%;}


.v-common-0013-text p{line-height: 24px;height: 48px;overflow: hidden;margin: 0;}


.v-common-0013-text h4{position: relative;top: 0;transition:all 300ms ease-in-out 0s;}
.v-common-0013-text h4:after{position: relative;top: -10px;transition:all 300ms ease-in-out 0s;}
.v-common-0013-text p{position: relative;top: 0;transition:all 300ms ease-in-out 0s;}

.v-common-0013-item:hover .v-common-0013-text h4{top: -10px;}
.v-common-0013-item:hover .v-common-0013-text h4:after{top: 0;}
.v-common-0013-item:hover .v-common-0013-text p{top: 10px;}


