#compilation-container {    margin: auto;    width: 1240px;    overflow: hidden;    margin-top: 20px;}.compilation-container{    padding:10px 0 0 20px;    overflow:hidden;    background:white;    margin-bottom:20px;}.compilation-ul{    width:100%;    overflow:hidden;}.compilation-li{    width: 224px;    float: left;    margin: 15px 20px 30px 0;    overflow: hidden;}.compilation-li .compilation-a-img img{	width: 216px;	height: 100px;	background-color: #f5f4f3;	border-radius: 5px;}.compilation-li .compilation-a-text{    margin: 8px 0 5px;    height:30px;    line-height: 30px;    text-align: left;    text-overflow:ellipsis;    white-space:nowrap;    display:block;    font-size: 16px;	color: #333333;}.compilation-li .compilation-introduce{	font-size: 12px;	line-height: 19px;	color: #999999;    height:36px;    overflow:hidden;}.compilation-li .compilation-a-img:hover img{    opacity:0.8;}.compilation-li .compilation-a-text:hover{    color:rgb(5,188,198);}