/* CSS Document */

/*content*/
.content{width:100%;height: auto;padding: 80px 0;}
.vlist{width:100%;height: auto;}
.vlist .vitem{width:585px;height: auto;margin-right: 30px;}
.vlist .nomar{margin-right: 0px;}
.vlist .vitem .vimg{width:585px;height: 330px;position: relative;overflow: hidden;border-radius: 10px;cursor:pointer;}
.vlist .vitem .vimg:hover>img{transform:scale(1.1);}
.vlist .vitem .vimg img{width:100%;height: 100%;transition: .4s all;}
.vlist .vitem .vimg .icn{width:585px;height: 330px;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;}
.vlist .vitem .vimg .icn img{width:128px;height: 128px;}
.vlist .vitem .font1624{width:auto;height: 48px;font-size: 16px;line-height: 24px;color: #000;padding: 10px 15px;overflow: hidden;font-weight: bold;}