/* CSS Document */
.main{width:100%;height: auto;padding: 60px 0;}
.main .nlist{width:100%;height: auto}
.nlist .nli{display:inline-block;width:585px;height: auto;margin-bottom: 70px}
.nli .nimg{width:585px;height: 286px;overflow: hidden;}
.nli .nimg img{width:100%;height: 100%;}
.nli:hover .nimg{box-shadow:0 15px 15px rgba(0,0,0,0.15);}
.nli:hover .nimg img{
	 transform:scale(1.06);
    -ms-transform:scale(1.06); 	/* IE 9 */
    -moz-transform: scale(1.06);	/* Firefox */
    -webkit-transform: scale(1.06); /* Safari 和 Chrome */
    -o-transform: scale(1.06); 	/* Opera */
}

.nli .msg .time{width: 100%;height: auto;line-height: 70px;font-size: 14px;color: #333333;}
.nli .msg .name{width:100%;height: auto;line-height: 22px;font-size: 22px;color: #333333;margin-bottom: 22px;overflow:hidden;height:22px;text-overflow:ellipsis}
.nli .msg .txt{width:100%;height: auto;font-size: 16px;line-height: 26px;color: #999999;min-height:78px;}


.nli .vimg{width:585px;height: 329px;overflow: hidden;position: relative}
.nli .vimg img{width:100%;height: 100%;}
.nli .vimg .vmask{width:100%;height: 100%;position: absolute;top: 0;left: 0;background-color: rgba(0,0,0,0.4);background-image: url("../images/play.png");background-size: 127px 127px;background-position: center;background-repeat: no-repeat;}


.nli:hover .vimg{box-shadow:0 15px 15px rgba(0,0,0,0.15);}
.nli:hover .vimg img{
	 transform:scale(1.06);
    -ms-transform:scale(1.06); 	/* IE 9 */
    -moz-transform: scale(1.06);	/* Firefox */
    -webkit-transform: scale(1.06); /* Safari 和 Chrome */
    -o-transform: scale(1.06); 	/* Opera */
}
