/*linkmap*/
.linkmap{ margin:10px auto; width:1200px;line-height:30px;color: #B5B5B5;font-size: 16px;}
.linkmap span{font-size:16px;padding-left:5px;}
.linkmap a{ color:#B5B5B5}

.link_list{margin: 15px 0px;}
/* .link_list li{width: 31.3%;float:left;margin: 0px 1%;} */
.link_list li {
  width: 286px;
  float: left;
  padding: 15px 0;
  border-bottom: 1px solid #E3E3E3;
}
.link_list li:last-of-type,.link_list li:nth-of-type(16),.link_list li:nth-of-type(17){
  border-bottom:none;
}
/* .link_list li img{width: 100%;border:1px solid #ccc;padding:1px;height: auto;box-sizing: border-box;} */
.link_list li img{
  border: 1px solid #ccc;
  padding: 1px;
}
/* .link_list li p{text-align:center; line-height:36px; font-size:14px;} */
.link_list li p {
  width: 300px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
.linkmap{ width:1180px; }	
}

@media only screen and (max-width: 768px) {
 .linkmap{width:100%;box-sizing:border-box;}
}
@media only screen and (max-width:640px) {
 .link_list li{width: 48%;}
}
@media only screen and (max-width:320px) {
 .link_list li{width:100%;margin: 0px;}
} 