<>
/*视频列表*/
.part-l{ float: left; width: 400px;}
.news-video-list-w{ width: 400px; overflow: hidden;}
.news-video-list{ /*margin-right: -16px;*/ width: 416px; height: 544px; overflow: hidden;}
.news-video-list-i { float: left; margin-right: 16px; width: 192px; height: 183px;}
.news-video-list-post-link{ display: block;}
.news-video-list-post-w{ position: relative; z-index: 1; display: block; width: 192px; height: 108px; overflow: hidden;}
.news-video-list-post{ display: block; width: 192px; height: 108px; will-change: transform; transition: transform ease-in-out .3s;}
.news-video-list-post:hover{ transform: scale(1.11.1);}
.news-video-list-play{ position: absolute; z-index: 2; left: 10px; bottom: 10px; display: block; width: 27px; height: 27px; background: url(//n.sinaimg.cn/finance/pctianyi_wdg/apps/news-video-feed/images/icon-video.png) 0 0 no-repeat;}
.news-video-list-play:hover{ opacity: .9; filter:alpha(opacity=90);}
.news-video-list-txt{ display: block; margin-top: 7px; padding: 0; line-height: 20px; font-size: 14px; color: #333;}
a:hover .news-video-list-txt{ color: #d33a2b; text-decoration: none;}
.news-video-list-change-w{ height: 32px; line-height: 32px; background-color: #EBEEF3; text-align: center; color: #323953; font-size: 14px; cursor: pointer;position: relative;}
.news-video-list-change-w:hover{ background-color: #D33A2B; color: #FFFFFF;}
.btn-hot-refresh-loaded{ cursor: text; color: #8F8F8F;}
.cover-highlight{display:inline-block; position:absolute;top:0;right:0;width:100%;height:100%;background: url(//n.sinaimg.cn/news/643213b9/20171117/highlight.png)
no-repeat ; background-position: -266px 0}
.btn-hot-refresh-loaded:hover{ background-color: #EBEEF3; color: #758ad8; }
.news-video-list-change-icon{ display: inline-block; width: 17px; height: 19px; vertical-align: -5px; background: url(//n.sinaimg.cn/finance/pctianyi_wdg/apps/news-video-feed/images/icon-change.png) 0 0 no-repeat;}
.news-video-list-change-w:hover .news-video-list-change-icon{ background: url(//n.sinaimg.cn/finance/pctianyi_wdg/apps/news-video-feed/images/icon-change-hover.png) 0 0 no-repeat;}
/*1000样式*/
@media screen and (max-width: 1480px) {
.part-l{ width: 280px;}
.news-video-list-w{ width: auto; overflow: visible;}
.news-video-list{ width: auto; height: 603px; overflow: hidden;}
.news-video-list-i { float: none; margin-right: 0; width: auto; height: 100px;}
.news-video-list-post-w{ float: left; width: 144px; height: 81px;}
.news-video-list-post{ width: 144px; height: 81px;}
.news-video-list-txt{ float: right; width: 125px; margin-top: 2px;}
.news-video-list-play{ left: 5px; bottom: 5px;}
}
>