@charset "utf-8";

.widget_recent_moive a{text-decoration:none;color:#565656;overflow:auto;}
.widget_recent_moive ul{margin:0;padding:0;list-style:none;}
.widget_recent_moive ul li{float:left;width:calc(25% - 22.5px);margin-right:30px;}
.widget_recent_moive ul li:nth-child(4n){margin-right:0;}
.widget_recent_moive ul li:nth-child(n+5){margin-top:33px;}
.widget_recent_moive ul li .thumbnail{width:155px;height:90px;background-color:#e0e0e0;background-image:url(../img/no-image.png);background-size:cover;background-position:center center;overflow:hidden;box-sizing:border-box;border:1px solid #e6e6e6;}
.widget_recent_moive ul li .thumbnail img{width:100%;vertical-align:middle;}

.widget_recent_moive ul li .text{margin:10px 0 0;}
.widget_recent_moive ul li .text .title{font-size:13px;color:#2d2d2d;font-weight:600;white-space:nowrap;overflow-x:hidden;text-overflow:ellipsis;}