/*NyVideos 开始*/
.NyVideos { padding:100px 0; overflow:hidden; background:#f4f4f4; min-height:300px;}
.NyVideos .NyVideos_Main { width: 1400px; height: auto; margin: 0 auto; padding: 0; }
.NyVideos_Main .NyVideos_List { width: 100%; height: auto;min-height:400px; margin: 0 auto; padding: 0; }
.NyVideos_List ul li { width: 23.5%; height: auto; margin: 0 2% 30px 0; padding: 0; background-color: #fff; float: left; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyVideos_List ul li:nth-child(4n+4) { margin: 0 0 30px; }
.NyVideos_List ul li:hover { background-color: #0058a8; }
.NyVideos_List ul li .NyVideos_Img { width: 100%; height: 240px; overflow: hidden; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyVideos_List ul li .NyVideos_Img a { display: block; width: 100%; height: 100%; overflow: hidden; margin: 0 auto; padding: 0; position: relative; }
.NyVideos_List ul li .NyVideos_Img a img { display: block; width: 100%; height: 100%; object-fit: cover; margin: auto; padding: 0; position: absolute; left: 0; top: 0; right: 0; bottom: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover .NyVideos_Img a img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1); }
.NyVideos_List ul li .NyVideos_Img a i { display: block; width: 100%; height: 100%; margin: 0; padding: 0; background: rgba(0,0,0,0.4) url(../images/VdIco.svg) center center no-repeat; background-size: 50px 50px; position: absolute; left: 0; top: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover .NyVideos_Img a i { background: rgba(0,0,0,0.2) url(../images/VdIco1.svg) center center no-repeat; background-size: 50px 50px; }
.NyVideos_List ul li .NyVideos_Text { width: 100%; height: auto; margin: 0 auto; padding: 15px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Name { display: block; width: 100%; height: 30px; overflow: hidden; line-height: 30px; color: #333; font-size: 20px; font-weight: bold; text-align: center; white-space: nowrap; text-overflow: ellipsis; margin: 0 auto; padding: 0; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover a.NyVideos_Name { color: #fff; }
.NyVideos_List ul li .NyVideos_Text p { width: 100%; height: 40px; overflow: hidden; line-height: 20px; color: #999; font-size: 14px; text-align: center; margin: 10px auto 15px; padding: 0; display: -webkit-box; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover .NyVideos_Text p { color: rgba(255,255,255,0.65); }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Btn { display: block; width: 120px; height: 36px; overflow: hidden; line-height: 36px; color: #fff; font-size: 14px; text-align: center; margin: 0 auto; padding: 0; background-color: #0058a8; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li .NyVideos_Text a.NyVideos_Btn i { display: inline-block; width: 18px; height: 18px; background: url(../images/VdIco.svg) center center no-repeat; background-size: 100% 100%; vertical-align: middle; margin: -2px 0 0 8px; transition: all 0.5s; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; }
.NyVideos_List ul li:hover .NyVideos_Text a.NyVideos_Btn { color: #0058a8; background-color: #fff; }
.NyVideos_List ul li:hover .NyVideos_Text a.NyVideos_Btn i { background: url(../images/VdIco1.svg) center center no-repeat; background-size: 100% 100%; }
