@charset "utf-8";
/* CSS Document */

.box
{
	height: 500px;
	width: 30%;
	background-color: #fff;
	display: inline-grid;
	margin: 20px 30px;
	margin-right: 0px;
	box-shadow: 0px 3px 10px;
	border-radius: 10px;
}
.box-head
{
	background-color: #1f90a6;
	width: 100%;
	height: 100px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	color: #fff;
	line-height: 100px;
	text-align: center;
}
.gb
{
	list-style-type: square;
	margin: 0;
}
.gb li
{
	color: #333;
	padding: 10px 0;
	margin: 0;
	float: none;
	text-align: left;
	margin-left: 25px;
	line-height: 35px;
	margin-top: 10px;
}