@charset "gb2312";
body {
    position: relative;
    _background-image: url(about:blank); /*用浏览器空白页面作为背景*/
    _background-attachment: fixed; /* prevent screen flash in IE6 确保滚动条滚动时，元素不闪动*/
}
/*公共部分样式*/
.content{
    width: 990px;
    margin: 15px auto 10px;
    overflow: hidden;
}
.content .font-title{
    font-family: '\5FAE\8F6F\96C5\9ED1';
    font-size: 22px;
    color: #3b5998;
}

.content .font-sub-title{
    text-indent: 10px;
    height: 27px;
    line-height: 27px;
    background: url("../images/font-title-bg.jpg") repeat-x;
    border-bottom: 1px solid #cbd4e2;
    font-family: '\5B8B\4F53';
    color: #333;
    font-size: 14px;
    font-weight: bold;
}


/*修改返回顶部位置*/
.gotop02 {
    width: 50px;
    padding-top: 1px;
    font-size: 12px;
    text-align: center;
    background-color: #fafbfc;
    text-decoration: none;
    z-index: 500;
    position: fixed;
    _position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: 505px;
}
.content .tags-section,
.content .hot-tags {
    margin-top: 10px;
    overflow: hidden;
    border: 1px solid #cbd4e4;
    border-top: 2px solid #3a5a96;
}

.content .tags-section {
    width: 788px;
}

.content .hot-tags {
    width: 188px;
    margin-left: 10px;
}

.content .tags-section .nav-list {
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    float: left;
}

.content .tags-section .nav-list li {
    width: 120px;
    margin-left: 10px;
    float: left;
    _display: inline;
    line-height: 36px;
    height: 36px;
    overflow: hidden;
}

.content .tags-section .nav-list li a {
    font-size: 14px;
    color: #3c5998;
}
.content .tags-section .nav-list li a:hover{ color: #d60000;}


.content .hot-tags .list {
    padding-left: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.content .hot-tags .list li {
    line-height: 26px;
    height: 26px;
}

.content .hot-tags .list .selected span {
    background-color: #d60100;
}

.content .hot-tags .list span {
    width: 16px;
    height: 16px;
    background-color: #9a9a9a;
    text-align: center;
    line-height: 16px;
    color: #fff;
    display: inline-block;
}

.content .hot-tags .list a {
    margin-left: 8px;
}

