/* CSS Document */

/*新闻资讯*/
.content{width:100%;height: auto;padding: 60px 0 50px 0;}

.nlist{width:100%;height: auto;}
.nlist .nitem{width:380px;height: auto;margin-right: 21px;margin-bottom: 35px;}
.nlist .nomar{margin-right: 0px;}
.nlist .nitem .img{width:386px;height: 264px;overflow: hidden;border-radius:8px;}
.nlist .nitem .img img{width:100%;height: 100%;transition: .4s all;cursor: pointer;}
.nlist .nitem .img img:hover{transform:scale(1.1);}
.nlist .nitem .font1624{width:auto;height: 48px;font-size: 16px;line-height: 24px;color: #000;padding: 10px 15px;overflow: hidden;font-weight: bold;}
.nlist .nitem .font1420{width:auto;height: 40px;overflow: hidden;text-overflow: ellipsis;font-size: 14px;line-height: 20px;color: #7d7d7d;padding: 0px 15px;}


.vlist{width:100%;height: auto;}
.vlist .vitem{width:386px;height: auto;margin-right: 21px;}
.vlist .nomar{margin-right: 0px;}
.vlist .vitem .vimg{width:386px;height: 217px;position: relative;overflow: hidden;border-radius: 8px;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:386px;height: 217px;position: absolute;top: 0;left: 0;display: flex;align-items: center;justify-content: center;background: rgba(0,0,0,0.3)}
.vlist .vitem .vimg .icn img{width:95px;height: 95px;}
.vlist .vitem .font1624{width:auto;height: 60px;font-size: 16px;line-height: 60px;color: #000;overflow: hidden;font-weight: bold;margin-bottom: 30px;text-align: center;}