﻿/*友情链接列表页*/
.link_list { overflow:hidden; height:1%; }
.link_div { font-size: 14px; line-height: 24px; padding: 15px 0px 0; }
.link_list li { margin: 0px 10px 10px 10px; height:100px; float:left; display:inline; width:178px;   text-align:center}
.link_list li a.link_img { border: 1px solid #D9D9D9; display:block; height:50px; width: 128px; margin:0px auto}
.link_list li a.link_img img { width:128px; height:50px; }
.link_list li a.link_img:hover { border:1px solid #2C95CE; }
.link_list li p { color:#333; }
.title_head{ font-size:14px; font-weight:bold; /*background:url(/Content/Areas/Common/images/right_title.jpg) repeat-x;*/ padding-left:15px; color:#333; height:47px; line-height:47px;}

div.title_head h3 {font-size: 18px;line-height: 2em;color: #009ea1;border-bottom: 2px solid #e6e6e6;height: 2em;}

@media only screen and (max-width:768px)
{
 .link_list li{width:22%;}
}
@media only screen and (max-width:690px)
{
 .link_list li{width:29%;}
}
@media only screen and (max-width:510px)
{
 .link_list li{width:42%;}
}
@media only screen and (max-width:360px)
{
 .link_list li{width:100%;margin:0 0 10px;}
} 