﻿.title{ font-size:18px;line-height: 2em;text-align: center;}
.list li{ width: 29.33%; margin: 0px 2%  15px; line-height: 84px; height: 84px; background: rgb(234, 234, 234);  text-align: center; float: left;}
.list li a{ color: #511b66; text-decoration: underline; }
.list li a:hover{ text-decoration: none; }
@media only screen and (max-width:768px){
.list li{ width: 46%; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; padding:0px 10px; box-sizing: border-box;}	
}
@media only screen and (max-width:320px){
.list li{ width: 96%; overflow: hidden; text-overflow: ellipsis;white-space: nowrap; padding:0px 10px; box-sizing: border-box;}	
}