/*
id 为 117 的专题栏目页面公用样式表
*/

/* 字体设置，\5b8b\4f53 为 “ 宋体 ” 的 unicode 编码 */
body,
p,
td,
th,
div,
a,
li {
    font-family: sans-serif, "\5b8b\4f53", verdana, geneva;
}
/*去除所有边界空白*/
body,h1,h2,h3,h4,h5,h6,p,ul,li,dl,ol {
    margin:0;
    padding:0;
}
ul,ol,li {
    list-style-type:none;
}
/* 页面外框 */
div.page_frame {
    width:980px;
    margin:auto;
}
a {
    color:#333;
}
/* 页面顶部 */
#top {
    height:120px;
    overflow:hidden;
    background:url(/uploads/image/jimages/bg_1.jpg);
}
#logo_1 {
    margin-top:20px;
    margin-left:10px;
}
#logo_2 {
    margin-top:20px;
    margin-left:60px;
}

/* 导航栏 */
#nav {
    height:45px;
    overflow:hidden;
    background:url(/uploads/image/jimages/bg_nav.jpg);
}
#nav ul {
    padding-left:30px;
}
#nav li {
    float:left;
}
#nav a {
    display:block;
    height:40px;
    line-height:40px;
    color:#fff;
    width:100px;
    text-align:center;
    margin-top:5px;
    font-size:16px;
}
/* 页面主体 */
#main {
    background:url(/uploads/image/jimages/bg_2.jpg);
    min-height:600px;
    height:auto !important;
    _height:600px;
}
h2 {
    font-size:16px;
    clear:both;
    height:36px;
}
.title_1,
.title_2,
.title_3 {
    display:block;
    width:92px;
    height:36px;
    background:url(/uploads/image/jimages/bg_5.jpg);
    overflow:hidden;
    line-height:36px;
    text-align:center;
    color:#fff;
    margin-left:20px;
    float:left;
}
.more_link {
    float:right;
    line-height:36px;
    margin-right:20px;
}
.title_2 {
    background:url(/uploads/image/jimages/bg_7.jpg);
}
.title_3 {
    margin-left:0;
    background:url(/uploads/image/jimages/bg_8.jpg);
}
/* 文章列表 */
.art_list li {text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.art_list li a {display:block;float:left;width:275px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.art_list li>span{display:block;float:right;color:#888a85;}
/* 页面底部 */
#footer {
    background:url(/uploads/image/jimages/bg_3.jpg);
    height:80px;
    overflow:hidden;
}
#footer div {
    padding:20px;
    text-align:center;
    line-height:2em;
}
/* 结束 */
