@charset "UTF-8";
.rowscroll
{
	padding: 0px 5px 0px 5px;
	overflow-y:scroll;
    overflow-x:hidden;
	height: -webkit-calc(100vh - 44px);
    height: -moz-calc(100vh - 44px);
    height: calc(100vh - 44px);
}
.layui-layout-admin .layui-footer {
    position: fixed;
    left: 0px;
    right: 0;
    bottom: 0;
    height: 44px;
    line-height: 44px;
    padding: 0 15px;
    background-color: #eee;
}
.busi_list{
	width:100%;
	/*overflow-y:scroll;
	height: -webkit-calc(100vh - 0px);
    height: -moz-calc(100vh - 0px);
    height: calc(100vh - 0px);*/
}
.busi_list dl{
	margin-top: 20px;
	display: flex;
	align-items: center;
	background: #f7f7f7;
	color: #333;
}
.busi_list dt,.busi_list dt img{
	width: 260px;
	height: 180px;
}
.busi_list dd{
	flex: 1;
	padding: 20px 36px;
	line-height: 2;
}
.busi_list dd h5{
	font-size: 18px;
	margin-bottom: 14px;
	font-weight: bold;
}