.sc_ser{width:100%;height: 700px;}
	.sc_ser ul li.sc_li{width:24%;height:218px;border:1px solid #efefef;list-style: none!important;padding:5px;background-color:#fff;overflow:hidden;margin:8px 16px 8px 0!important;float: left;}
	.sc_ser_top{line-height: 30px;background:url(/img/cpborder.gif) no-repeat 0 bottom;color:#444444;height:30px; font-size:14px;font-weight:bold;width: 100%;float:left;}
	.sc_ser_mid{width:100%;float:left;margin-top: 10px!important;}
	.sc_ser_mid .sleft{width:130px;float: left;}
	.sc_ser_mid .sright{width:160px;float: right;line-height: 23px;font-size: 12px;color:#555;margin-top: 10px!important;word-break:keep-all;word-wrap: normal;}


@media screen and (max-width: 768px) {
  .sc_ser ul li.sc_li{width:100%;padding: 10px 20px;}
      
}



<script type="text/javascript">
$comp({
	params:{
		"screenSet":"2"//0横向全屏，1纵向全屏,2非全屏
	},
    id:"${compConfig.compId}",//实例id 服务器传
    lib:["js/htmlCode/public_htmlCode"] //组件js 
});
</script>