/*
	[第一故事 - 相声小品/戏曲资讯页 精简CSS] 仅保留页面实际使用样式
*/
/* 1. 全局基础样式（页面元素依赖） */
* {
    word-break: break-all;
    font-family: "Microsoft Yahei", Tahoma, Verdana, Arial;
    -webkit-text-size-adjust: none;
}
body {
    margin: 0;
    font-size: 12px;
    color: #333333;
    background: #FFFFFF;
    overflow-x: auto; /* 小屏幕避免内容截断 */
}
form, input, select, textarea {
    font-size: 12px;
}
input, textarea, select {
    padding: 6px;
}
img {
    border: none;
}
ul li {
    list-style-type: none;
}
ul, form {
    margin: 0;
    padding: 0;
}
a:link, a:visited, a:active {
    color: #333333;
    text-decoration: none;
}
a:hover {
    color: #FF3300;
}

/* 2. 通用布局类（主容器、浮动、间距） */
.m {
    margin: auto;
    max-width: 1200px; /* 适配小屏幕，不超出宽度 */
    width: 100%;
    padding: 0 10px; /* 左右留间隙，避免贴边 */
    background: #FFFFFF;
    clear: both;
}
.f_l {
    float: left;
}
.f_r {
    float: right;
}
.c_b {
    clear: both;
}
.b20 {
    height: 20px;
}
.f_b {
    font-weight: bold;
}

/* 3. 顶部导航栏（.head 相关） */
.head {
    background: #F8F8F8;
    width: 100%;
    height: 32px;
    border-bottom: #E5E5E5 1px solid;
    position: fixed;
    z-index: 9;
    left: 0;
}
.head_m {
    margin: auto;
    max-width: 1200px;
    width: 100%;
    padding: 7px 10px 0; /* 跟主容器对齐 */
    color: #666666;
}
.head_s {
    height: 31px;
    padding-top: 32px; /* 抵消固定导航高度，避免遮挡下方内容 */
}
.head_l li {
    float: left;
    margin: 0 10px 0 0;
}
/* 顶部功能图标（收藏、手机版、二维码） */
.h_fav {
    background: url('image/ico-fav.png') no-repeat 0 center;
    padding: 0 6px 0 20px;
}
.h_mobile {
    background: url('image/ico-mobile.png') no-repeat 0 center;
    padding: 0 6px 0 20px;
}
.h_qrcode {
    background: url('image/ico-qrcode.png') no-repeat 0 center;
    padding: 0 6px 0 20px;
}

/* 4. Logo 区域 */
.logo {
    width: 220px;
    height: 80px;
    overflow: hidden;
}
.logo img {
    margin: 10px 0 0 0;
    height: 60px;
}

/* 5. 搜索框区域（含搜索提示、模块下拉） */
.head_search_kw {
    width: 455px;
    margin: 30px 0 0 15px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
}
.head_search {
    float: left;
    width: 510px;
    height: 32px;
    background: url('image/head_search.png') no-repeat;
    margin-top: 25px;
}
.head_search:hover {
    background: url('image/head_search.png') no-repeat 0 -32px;
}
.head_search div {
    clear: both;
    padding: 4px 0 0 25px;
}
/* 搜索框输入框、下拉选择、按钮 */
.search_i {
    width: 320px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    padding: 2px 0 0 0;
    color: #666666;
    background: url('image/spacer.gif');
    border: none;
}
.search_m {
    width: 60px;
    cursor: default;
    padding: 2px 25px 0 10px;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    color: #666666;
    background: url('image/spacer.gif');
    border: none;
}
.search_s {
    width: 70px;
    height: 25px;
    background: url('image/spacer.gif');
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.search_i:focus, .search_s:focus {
    outline: none;
}
/* 搜索模块下拉列表（#search_module） */
#search_module {
    z-index: 1000;
    position: absolute;
    width: 95px;
    overflow: hidden;
    margin: 56px 0 0 565px;
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    background: #FFFFFF;
    border: #CCCCCC 1px solid;
    border-top: none;
    cursor: pointer;
    display: none; /* 页面默认隐藏 */
}
#search_module li {
    padding: 0 10px;
    color: #666666;
}
#search_module li:hover {
    color: #FF6600;
}
/* 搜索提示框（#search_tips） */
#search_tips {
    z-index: 1000;
    position: absolute;
    width: 340px;
    overflow: hidden;
    cursor: pointer;
    margin: 56px 0 0 220px;
    font-size: 13px;
    line-height: 20px;
    color: #666666;
    background: #FFFFFF;
    border: #444444 1px solid;
    display: none; /* 页面默认隐藏 */
}
#search_tips div {
    height: 20px;
    padding: 1px 8px 1px 8px;
    clear: both;
    overflow: hidden;
}
#search_tips div span {
    float: right;
    font-size: 12px;
}
#search_tips label {
    display: block;
    width: 100%;
    background: #FAFAFA;
    font-size: 12px;
    color: #0000CC;
    text-align: right;
}

/* 6. 主导航菜单（.menu 相关） */
.menu {
    height: 42px;
    line-height: 42px;
    background: #2587F4;
    letter-spacing: 1px;
    font-size: 16px;
    overflow: hidden;
}
.menu li {
    float: left;
}
.menu a:link, .menu a:visited, .menu a:active {
    display: block;
    height: 42px;
    color: #FFFFFF;
    padding: 0 12px;
}
.menu a:hover {
    background: #0072C6;
}

/* 7. 左右两列布局（核心：.m3/.m3l/.m3r） */
.m3 {
    background: url('image/bg-line.png') repeat-y 880px 0; /* 列分隔线背景 */
    overflow: hidden; /* 清除浮动，避免布局塌陷 */
}
.m3l {
    width: 860px;
    float: left; /* 左列浮动 */
}
.m3r {
    width: 299px;
    float: right; /* 右列浮动 */
}
/* 左列表格单元格样式（适配420px宽度的内容列） */
.m3l table td {
    vertical-align: top;
}
.m3l table td:first-child,
.m3l table td:last-child {
    width: 420px; /* 左右两个内容列宽度 */
}
.m3l table td:nth-child(2) {
    width: 20px; /* 中间间距列宽度 */
}

/* 8. 内容标题样式（.head-txt/.head-sub） */
.head-txt {
    padding: 0 6px 10px;
    line-height: 28px;
    border-bottom: #DDDDDD 1px solid;
    margin-bottom: 20px;
    clear: both;
}
.head-txt strong {
    font-size: 18px;
}
.head-txt span {
    float: right;
    font-size: 14px;
    color: #999999;
}
.head-txt i {
    font-style: normal;
    font-weight: bold;
    padding: 0 2px;
    font-family: simsun;
}
.head-sub {
    padding: 0 6px 10px;
    line-height: 28px;
    border-bottom: #DDDDDD 1px solid;
    margin-bottom: 10px;
    clear: both;
}
.head-sub strong {
    font-size: 16px;
}

/* 9. 列表样式（.list-txt/.list-rank） */
/* 带点的列表（左列内容列表） */
.list-txt {
    padding: 0 0 20px 0;
}
.list-txt li {
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    font-size: 14px;
    background: url('image/li_dot.gif') no-repeat 6px center; /* 列表项点背景 */
    padding: 0 16px 0 16px;
}
.list-txt .f_r {
    font-size: 12px;
    color: #666666;
}
/* 带排名的列表（右列点击排行） */
.list-rank {
    padding: 0 0 24px 0;

}
.list-rank li {
    height: 32px;
    line-height: 32px;
    font-size: 14px;

    overflow: hidden;
}
.list-rank em {
    font-size: 26px;
    font-style: normal;
    color: #F34540;
    padding-right: 10px;
    font-family: Georgia;
}
.list-rank i {
    font-size: 18px;
    font-style: normal;
    color: #999999;
    padding-right: 14px;
    font-family: Georgia;
}

/* 10. 页脚区域（.foot/.foot_page） */
.foot {
    color: #666666;
    text-align: center;
    line-height: 32px;
    padding: 10px 0 10px 0;
}
.foot_page {
    background: #EEEEEE;
    padding: 0 10px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    overflow: hidden;
    color: #666666;
    margin: 20px 0;
}

/* 11. 回到顶部按钮（.back2top） */
.back2top {
    width: 58px;
    height: 58px;
    position: fixed;
    left: 50%;
    margin-left: 620px;
    bottom: 100px;
    cursor: pointer;
    display: none;
}
.back2top a {
    display: block;
    width: 100%;
    height: 100%;
    background: url('image/back2top.png') no-repeat;
}
.back2top a:hover {
    background: url('image/back2top.png') no-repeat -58px 0;
}

/* 12. 隐藏元素默认样式（页面中默认隐藏的元素） */
#destoon_qrcode {
    display: none;
}
#headb {
    height: 20px;
    clear: both;
}