/* 右侧模块 */
.mybox {
    border: 1px solid #eee;
    margin-bottom: 15px;
    background: #fff;
}
.mybox h4 {
    height: 38px;
    line-height: 38px;
    background: #b80000;
    color: #fff;
    padding: 0 12px;
    font-size: 14px;
    margin: 0;
}
.mybox h4 a {
    color: #fff;
}
.mybox-main {
    padding: 10px;
}

/* 右侧列表 */
.list-table3 {
    width: 100%;
    margin-bottom: 8px;
}
.list-table3 th {
    width: 70px;
}
.list-table3 img {
    width: 65px;
    height: 65px;
    border: 1px solid #eee;
}
.line-dotted {
    height: 1px;
    border-top: 1px dashed #eee;
    margin: 8px 0;
}
.article-list li {
    height: 26px;
    line-height: 26px;
    padding-left: 12px;
    position: relative;
    overflow: hidden;
}
.article-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #b80000;
    font-size: 12px;
}

/* 热门搜索布局 */
.img-default {
    width: 110px;
    float: left;
    margin-right: 8px;
    position: relative;
}
.img-default img {
    width: 110px;
    height: 80px;
    border: 1px solid #eee;
}
.title-text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    color: #fff;
    font-size: 12px;
    padding: 2px 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-ul {
    width: 140px;
    float: left;
}
.list-ul li {
    height: 25px;
    line-height: 25px;
    overflow: hidden;
}

/* 标签切换 */
.select-tabs {
    display: flex;
    padding: 0;
    margin: 0;
}
.select-tabs li {
    flex: 1;
    text-align: center;
}
.select-tabs li.active a {
    color: #fff;
    font-weight: bold;
}
.tabs_box {
    padding: 8px 0;
}

/* 双列图片 */
.list-pic-2col li {
    width: 48%;
    float: left;
    margin-bottom: 8px;
    text-align: center;
}
.list-pic-2col img {
    width: 100%;
    height: 70px;
    border: 1px solid #eee;
    margin-bottom: 4px;
}
.list-pic-2col span {
    display: block;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 底部 */
.footer-nav {
    text-align: center;
    padding: 20px 0;
    border-top: 2px solid #b80000;
    margin-top: 20px;
    background: #f7f7f7;
    color: #666;
    line-height: 1.8;
}
.footer-nav a {
    margin: 0 5px;
    color: #666;
}