/*当前位置*/
.position{
    height:36px;
    line-height:36px;
    background:#FFF;
    padding-left:18px;
}
.position span{
    font-size:14px;
    font-family:"微软雅黑";
    color:#999;
}
.position span a{
    display:inline-block;
    font-size:14px;
    font-family:"微软雅黑";
    color:#999;
}

/*网站地图*/
.map .tit{
    height:30px;
    line-height:30px;
    width:100%;
    background:#f5f5f5;
    margin:10px 0px;
}
.map .tit a{
    font-size:20px;
    color:#fff;
    padding:0px 20px;
    background:#1073BF;
    line-height:30px;
    height:30px;
    display:block;
    float:left;
}
.map .conT li{
    line-height:40px;
    height:40px;
    float:left;
    margin:0 20px;
}
.map .conT li a{
    font-size:14px;
    color:#333;
}
.map .conT li a:hover{
    color:#0F73BF;
}

/*友情链接*/
.link .title h3{
    font-size:16px;
    font-weight:bold;
    color:#444;
    border-bottom:2px solid #333; 
    line-height:80px;
    text-align:center;
}
.link .link_list{
    width:1000px;
    margin:50px auto;
}
.link .link_list tr{
    background:#fff;
}
.link .link_list td,.link .link_list th{
    line-height:40px;
    height:40px;
}
.link .link_list th{
    background:#f2f2f2;
}
.link .link_list td{
    text-indent:20px;
}
.link .link_list tr{
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -ms-transition:all 0.5s;
    -o-transition:all 0.5s;
    transition:all 0.5s;
}
.link .link_list tr:hover{
    -webkit-box-shadow:inset 0px 0px 2px 2px #ccc;
    -moz-box-shadow:inset 0px 0px 2px 2px #ccc;
    box-shadow:inset 0px 0px 2px 2px #ccc;
}
.link .link_list td a{
    color:#333;
    font-size:14px;
}
.link .link_list td a:hover{
    text-decoration:underline;
}

/*响应式*/
@media only screen and (max-width:1025px) {
    .link .link_list{
        width:100%;
    }
}