/*友情链接*/
#friend-link ul{
    list-style: none;
    height:50px;
    background: #F9F9F9;
    margin-bottom:0px;
    background-color:#fff;
}
/* #friend-link{position:relative;} */
#friend-link ul li{
    float:left;
    margin:1% 0.8% 1% 1%;
}
#friend-link ul li>a {
    font-size: 16px;
    color:#555;
    text-decoration: none;
}
#friend-link ul li>a:hover{
    color:red;
}
#friend-link .topBorder-move{position:relative;left:-1500px;width:3000px;border-top: 2px dashed #ccc;}
#friend-link .bottomBorder-move{position:relative;left:-1500px;width:4000px;border-bottom: 2px dashed #ccc;}
#friend-link .leftBorder-move{position:absolute;top:-1500px;width:1px;height:4000px;border-left: 2px dashed #ccc;}
#friend-link .rightBorder-move{position:absolute;right:0;top:-1500px;width:1px;height:3000px;border-right: 2px dashed #ccc;}
