.type {                      
	position:relative;
	top:30px;
	right:320px;
}
.type a{
	color: #FFFFFF;
}

.list {
	width: 100%;
	height: auto;
	margin-top: 50px; 
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	font-size: 16px;
}

.list dl {
	width: 20%;
	list-style: amharic;
}

.list dt {
	width: 100%;
	height: 170px;
	text-align: center;
	border: 1px solid #eeeeee;
	border-radius: 5px;
}

.list dt img {
	width: 43px;
	height: 45px;
	margin-top: 20px;
}

.list dt h4 {
	margin-top: 10px;
	color: #343434;
}

.list dt p {
	font-size: 12px;
	color: #999999;
	margin-top: 25px;
}

.list dd {
	font-size: 14px;
	margin-top: 20px;           
}

.list dd:last-child a{
	color: rgb(78, 162, 232);
}

.list dd span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: block;
	text-align: center;
	float: left;
	font-size: 26px;
	color: rgb(8, 189, 244);
	margin-right: 5px;
}
.list dd a{
	color: rgb(101, 101, 101);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}
.list dd a:hover{
	color: #4ea2e8;
}
.foot {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 50px;
}

.foot h3 {
	width: 100%;
	height: 100px;
	text-align: center;
	line-height: 100px;
	display: inline-block;
	color: #313131;
	margin: 0 auto;
	font-size: 24px;
}

.foot ul {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}

.foot ul li {
	width: ;
	font-family: "microsoft yahei";
	color: #343434;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.foot ul li a{
	color: #343434;
}