.layout-content{
        padding: 10px 50px;
        height: auto;
        position:relative;
        overflow: hidden;
        margin-bottom: 30px;
    }
.layout-footer-center{
        height: 50px;
        width: 100%;
         position: fixed;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: flex-end; 
        z-index: 999;
        bottom: 0;  
        padding-right: 20px;
        border-top: 1px solid #F5F7F9;   
}
		.list-ad-inline {
			list-style: none;
		}

		.list-ad-inline li {
			border: solid 1px #f4f4f4;
			margin: 4px 8px;
			min-width: 10px;
			padding: 5px 7px;
			font-size: 12px;
			line-height: 1;
			text-align: center;
			white-space: nowrap;
			border-radius: 10px;
			margin-left: 5px;

		}

		.list-ad-inline li a {
			color: red;
			font-size: 14px;
			
		}