@charset "utf-8";

.infomation{
margin-bottom: 30px;
}

.infomation h3{
font-size: 16px;
}

.infomation p{
font-size: 14px;
}

.infomation .kids{
color: #FF6E00;
}

.infomation span{
font-size: 12px;
color: #444;
padding-left: 15px;
}


.list h2{
text-align: center;
border-bottom: 3px solid #000;
}

.list ul li{
width: 278px;
height: 40px;
margin: 15px;
border:1px solid #aaa;
background-color: #000;

float: left;
}

.list ul li a{
display: block;
text-align: center;
font-size: 20px;
color: #fff;
line-height: 40px;
}

.list ul li a:hover{
background-color: #FF6E00;
transition: .5s;
}



section div{
padding:40px 0 50px;
}

h2 span{
font-size: 14px;
}