﻿/*友情链接列表页*/
.link_list { overflow:hidden; height:1%; }
.link_div { font-size: 14px; line-height: 24px; padding: 15px 0px 0; }
.link_div h4{ font-size:14px; color:#0c905a; height:30px; line-height:30px;}
.link_list li { float:left; display:inline; width:342px; line-height:30px;}
.link_list li p { color:#333; }

@media only screen and (max-width: 768px)
{
 .link_list li{width:48%;margin-right:2%;overflow:hidden;white-space: nowrap;text-overflow: ellipsis;}
}
@media only screen and (max-width: 440px)
{
 .link_list li{width:100%;margin-right:0;}
} 