	.first ul{width:720px;}
	.first ul li{width:180px;height:100px;border:2px solid #14586e;margin:15px 20px;float:left;list-style:none;border-radius:10px;position:relative;background:white; *margin-left:10px;}
	.first ul li div{display:block;width:180px;height:100px;cursor:pointer;}
	.first ul li img{display: block;
    margin:auto;padding-top:5px;
    width:60px;height:60px;
    }
	.first ul li:hover{background: rgb(20, 88, 110);}
	.first ul li span{
		margin:auto;
		display: block;
    text-align: center;
    font-size: 20px;
    color: #1a5c70;
    font-weight: bold;
	}
	
	.first .img{position:absolute;right:0;top:20px;}