﻿.mod-friendlink .hd{
    height: 24px;
    margin-bottom: 10px;
    padding-left: 12px;
    border-left: 3px solid #8b0f39;
    line-height: 24px;
    font-size: 16px;
}
.mod-friendlink .bd{
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: 26px;
}
.mod-friendlink a{
    margin-right: 10px;
    white-space: nowrap;
}
.mod-friendlink a:hover {
    text-decoration: underline;
}

.mod-link .bd{
    margin-bottom: 20px;
    padding-left: 15px;
    line-height: 26px;
    text-align: center;
}
.mod-link a{
    margin: 8px;
    white-space: nowrap;
}
.mod-link a:hover {
    text-decoration: underline;
}

/* 路由列表 */
.mod-router{
    margin-bottom: 15px;
}
.mod-router ul{
    position: relative;
    overflow: hidden;
    *zoom:1;
}
.mod-router li{
    float: left;
    width: 114px;
    margin: 0 3px;
    line-height: 30px;
    text-align: center;
    _display:inline;
}
.mod-router a{
    display: block;
}
.mod-router .pic{
    height: 50px;
    border: 1px solid #ccc;
    background: #fff;
    line-height: 50px;
    font-size: 0;
}
/* 新闻列表 */
.group{
    width: 110%;
    *padding-bottom: 20px;
}
.mod-list {
    float: left;
    height: auto;
    width: 448px;
    margin: 0 20px 20px 0;
    border: 1px solid #ccc;
    padding: 10px;
    background: #fff;
    _display: inline;
}
.mod-list .hd {
    border-left: 3px solid #8b0f39;
    font-size: 16px;
    font-weight: bold;
    padding-left: 10px;
    margin-bottom: 10px;
}
.mod-list .hd h3{
    font-weight: bold;
}
.mod-list .item {
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.mod-list li {
    height: 42px;
    line-height: 42px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: -1px;
    overflow: hidden;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    _width:448px;
    position: relative;
    *zoom:1;
}
.mod-list a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 768px) {
    .group{
        width: auto;
    }
    .mod-list {
        float: none;
        display: block;
        height: auto;
        width: auto;
        margin: 0 auto 20px;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

/*    .mod-router ul{
        width: 100%;
    }*/
    .mod-router li{
        margin: 0;
        width: 50%;
    }
    .mod-router a{
        margin: 0 8px;
    }
}