﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, table, th, td
{
    margin: 0;
    padding: 0;
}
address, caption, cite, code, dfn, em, th, var
{
    font-style: normal;
    font-weight: normal;
}
ul, li
{
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
img
{
    border: 0px;
}
input, textarea
{
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}
input
{
    vertical-align: middle;
}
body
{
    background: #fff url(images/back.gif) repeat-x left top;
    color: #333;
    font: 12px '宋体' , arial, helvetica, sans-serif;
}
a
{
    color: #345292;
    text-decoration: underline;
}
a:hover
{
    color: #cc0000;
}
.wrapper
{
    text-align: left;
    width: 100%;
}
#logo
{
    padding-top: 7px;
}
#logo img
{
    width: 130px;
    height: 32px;
}
.dh
{
    height: 23px;
    line-height: 23px;
    background: url(images/dh.gif) no-repeat left center;
    font-weight: bold;
    color: #00619c;
    padding-left: 8px;
}
.reg
{
    height: 19px;
    line-height: 19px;
    text-align: right;
}
.column_title, .user_reg h1
{
    margin-top: 5px;
    height: 23px;
    line-height: 23px;
    background: url(images/title.gif) no-repeat left center;
    color: #ba7a05;
    font-weight: bold;
    padding-left: 10px;
}
.column_title a
{
    color: #ba7a05;
}
.column_title a:hover
{
    color: #000;
}
/************文章列表内容*************/
.column_content ul
{
    padding: 3px 0px;
    padding-left: 3px;
}
.column_content p
{
    line-height: 21px;
    height: 21px;
}
.column_content p a
{
    color: #525252;
}
.column_content p a:hover
{
    color: #cc0000;
}
.dh_list
{
    padding: 5px 0px;
    line-height: 18px;
    color: #0b698f;
    padding-left: 5px;
}
.dh_list a
{
    color: #0b698f;
}
.dh_list a:hover
{
    color: #cc0000;
}

/******************文章内容**************/
.article_title
{
    text-align: center;
}
.article_time
{
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    line-height: 29px;
    padding-left: 5px;
}
.article_content
{
    line-height: 19px;
    padding: 2px;
}
.next_page
{
    padding: 6px 0px;
    border-top: 1px solid #ccc;
}
.next_page a
{
    line-height: 21px;
    height: 21px;
    color: #333;
}
.next_page a:hover
{
    color: #cc0000;
}
/**********评论********/
.article_Comment p
{
    padding: 5px 0px;
}
.common_title
{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 3px 0px;
}
/******分页********/
.page
{
    margin: 5px 0px;
    line-height: 19px;
    padding-left: 5px;
}

/********用户登录***********/
.user_reg
{
    padding: 10px 0px;
}
.user_reg p
{
    margin: 5px 0px;
}
.user_reg p.login
{
    padding-left: 52px;
}
.user_reg h1
{
    font-size: 12px;
    padding-left: 10px;
}
.user_reg p.short input
{
    width: 80px;
}
.user_reg p.short img
{
    vertical-align: middle;
}
.user_reg p em
{
    font-style: normal;
    color: #cc0000;
    padding-left: 3px;
}
/*********错误信息提示页*******/
.mistake
{
    padding: 8px;
    text-align: center;
}

/********评论列表****/
.list p
{
    line-height: 19px;
}
/*********底部*********/
#footer
{
    padding-top: 8px;
}
.copyright
{
    height: 27px;
    line-height: 27px;
    background: #f0f0f0;
    border-bottom: 1px solid #ccc;
    padding-left: 3px;
}

