@charset "utf-8";
/* CSS Document */

.hlink{ display:flex; flex-direction: row;flex-wrap: wrap;justify-content:flex-end; align-items: center; }

.hright{ text-align:right; }

.footer{ margin:0px auto;  text-align: center; color: #000; line-height: 1.5;padding: 15px 15px;background: -webkit-linear-gradient(left,#193463,#193463); width:100%;display:flex; flex-direction: column;flex-wrap: wrap;justify-content:flex-end; align-items: center; } 


.footer,.footer a{ color: #fff;}

.footer ul {
	margin:0 auto; 
	width: auto;
	height: 1.5rem;
	text-align: center;
	/*border: 1px solid red;*/
}
.footer   ul li {
	margin-left: 4px;
	list-style: none;
	float: left;
	padding-left: 4px; 
	
}
