/*内页视频中心*/
.video_content{min-height: 400px; padding: 80px 0;overflow: hidden;}
.nyvideo_box li { width: 32%; height: auto; float: left; margin-right: 2%; margin-bottom: 30px; position: relative; background: #f8f8f8; border-radius: 16px;overflow: hidden;}
.nyvideo_box li:nth-child(3n) { margin-right: 0; }
.nyvideo_box li .pic { display: block; width: 100%; height: 300px; overflow: hidden; position: relative; }
.nyvideo_box li .pic img { width: 100%; height: 100%; object-fit: cover; }
.nyvideo_box li .pic:after { content: ''; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 46px; height: 46px; background: url(../images/video.png) no-repeat center; background-size: 100%; z-index: 1; }
.nyvideo_box li .text { width: 100%; padding: 25px 28px; background: #f8f8f8; transition-duration: .4s; -ms-transition-duration: .4s; -moz-transition-duration: .4s; -webkit-transition-duration: .4s; }
.nyvideo_box li .text .name { display: block; font-size: 18px; font-weight: bold; margin-bottom: 10px; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.nyvideo_box li .text .name img { margin: 0 13px; }
.nyvideo_box li .text .time { font-size: 16px; color: #999; line-height: 26px; overflow: hidden; }
.nyvideo_box li .text .time i { display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin: -3px 10px 0 0; padding: 0; background: url(../images/video_time.png) center no-repeat; }
.nyvideo_box li .text .time span { font-size: 12px; vertical-align: middle; display: inline-block; margin: 0 20px 4px 20px; color: #ddd; }
.nyvideo_box li .text .time a { color: #999; }
.nyvideo_box li:hover .text { background: #ec7616; }
.nyvideo_box li:hover .pic img {transform: scale(1.1);}
.nyvideo_box li:hover .text .time i { background: url(../images/video_time_on.png) center no-repeat; }
.nyvideo_box li:hover .text .name, .nyvideo_box li:hover .text .time, .nyvideo_box li:hover .text .time span, .nyvideo_box li:hover .text .time a { color: #fff; }
.nyDetail_con .fvopvideo { width: 80% !important; height: 500px!important; margin: 0 auto 20px !important; position: relative; z-index: 99; }
 @media (max-width:1680px) {
	 .video_content{padding: 60px 0;}
 }
 @media (max-width:1440px) {
	 .video_content{padding: 40px 0;}
.nyvideo_box li { width: 32%; margin-bottom: 25px;border-radius: 12px; }
.nyvideo_box li .pic { height: 240px; }
.nyvideo_box li .text { padding: 20px; }
.nyvideo_box li .text .name { font-size: 20px; }
.nyvideo_box li .text .name img { display: none; }
.nyvideo_box li .text .time { font-size: 15px; line-height: 24px; }
}
 @media (max-width:1280px) {
	 .nyvideo_box li {border-radius: 10px;}
 }
@media (max-width:920px) {
	.video_content{padding: 30px 0;}
.nyvideo_box li { width: 32%; margin-bottom: 20px; }
.nyvideo_box li .pic { height: 180px; }
.nyvideo_box li .text { padding: 15px; }
.nyvideo_box li .text .name { margin-bottom: 5px; }
.nyvideo_box li .text .time span, .nyvideo_box li .text .time a { display: none; }
}
@media (max-width:767px) {
.nyvideo_box li { width: 48.5%; margin-right: 3%; margin-bottom: 15px; border-radius: 8px;}
.nyvideo_box li:nth-child(3n) { margin-right: 3%; }
.nyvideo_box li:nth-child(2n) { margin-right: 0; }
.nyDetail_con .fvopvideo { width: 100% !important; height: 240px !important; }
}
@media (max-width:500px) {
.nyvideo_box li{ width:100%;}
.nyvideo_box li .text .name { font-size: 16px; margin-bottom:0; }
.nyvideo_box li .text .time { font-size: 14px; }
}
@media (max-width:425px) {
.nyvideo_box li .text .time { display: none; }
}
@media (max-width:375px) {
.nyDetail_con .fvopvideo { height: 200px !important; }
}