/* CSS Document */

.main{width:100%;height: auto;padding-bottom: 70px;padding-top: 60px}
.main .left{width:200px;height: auto;}
.main .left .aul{width:100%;height: auto;}
.main .left .aul .ali{margin-bottom:10px;}
.main .left .aul .ali a{width:200px;height: 60px;line-height: 60px;color: #666;font-size: 16px;display: inline-block;background: #f6f6f6;text-align: center;}
.main .left .aul .ali a:hover ,.main .left .aul .ali .active{background:#000000;color: #FFFFFF}

.right_con{font-size: 16px;width: 970px;float: right;line-height: 30px;color: #333333;}
.right_con .fs_22{width:100%;font-size: 22px;color: #333333;line-height: 100px;text-indent: 10px;}

.main{width:100%;height: auto;padding: 60px 0;}
.main .nlist{width:100%;height: auto}
.nlist .nli{display:inline-block;width:100%;height: auto;margin-bottom: 40px}
.nli .nimg{width:400px;height: 196px;overflow: hidden;}
.nli .nimg img{width:100%;height: auto;}
.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); 
    -moz-transform: scale(1.06);	
    -webkit-transform: scale(1.06);
    -o-transform: scale(1.06); 
}
.nli .msg {margin-left:22px;width: 548px}
.nli .msg .time{width: 100%;height: auto;line-height: 18px;font-size: 16px;color: #999999;}
.nli .msg .name{width:100%;height: auto;line-height: 36px;font-size: 22px;color: #000000;margin-bottom: 13px;margin-top: 15px}
.nli .msg .txt{width:100%;height: auto;font-size: 16px;line-height: 26px;color: #999999;}
.nli .msg .time:hover{color: #333333;}
.nli .msg .txt:hover{color:#333333;}
.nli .msg .name:hover{font-weight: bold}

.nlist .vli{display:inline-block;width:475px;height: auto;margin-bottom: 30px}
.vli .vimg{width:475px;height:267px;overflow: hidden;position: relative}
.vli .vimg img{width:100%;height: 100%;}
.vli .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;}

.vli .msg {width: 100%;padding: 20px 20px 0 20px;box-sizing: border-box;}
.vli .msg .time{width: 100%;height: auto;line-height: 36px;font-size: 16px;color: #999999;}
.vli .msg .name{width:100%;height: auto;font-size: 22px;line-height: 26px;color: #000000;}
.vli .msg .time:hover{color: #333333;}
.vli .msg .name:hover{font-weight: bold}

.vli:hover .vimg{box-shadow:0 15px 15px rgba(0,0,0,0.15);}
.vli: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 */
}
