﻿/* 说明：该文件为主要的Css样式文件。 */
/* 重置浏览器默认值。 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
{
    margin: 0;
    padding: 0;

}
table
{
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset, img
{
    border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var
{
    font-style: normal;
    font-weight: normal;
}
ol, ul
{
    list-style: none;
}
caption, th
{
    text-align: left;
}
h1, h2, h3, h4, h5, h6
{
    font-size: 100%;
    font-weight: normal;
}
q:before, q:after
{
    content: “;
}
abbr, acronym
{
    border: 0;
}
html
{
    font-size: 62.5%;
}

/* 自定义全局配置。 */
body
{
    text-align: center;
    background: #FCFCFC;
    font-size: 1.2em;
    font-family: Arial, 宋体;
}
body.contentShow
{
    background: #FFFFFF;
    text-align: left;
    line-height: 2.0em;
}
body.contentShow_Sub
{
    text-align: left;
    line-height: 2.0em;
    background: #FFFFFF;
}
a
{
    text-decoration: none;
    color: #333333;
}
a:hover
{
    text-decoration:underline;
    color: #A33037;
}
a:active
{
    text-decoration: none;
    color: #333333;
}

h2
{
    width: 100%;
    height: 24px;
    border-bottom: solid 1px #999999;
    background: url(Images/Icon/ListIcon01.gif) no-repeat center left;
    padding-left: 16px;
    margin: 8px 0 5px 0;
    font-size: 1.4em;
    font-family: 微软雅黑, 黑体, 幼圆, 宋体;
    text-align: left;
}
h2 a
{
    text-decoration: none;
    color: #ff015b;
}
h2 a:hover
{
    text-decoration: none;
    color: #ff015b;
}
h2 a:active
{
    text-decoration: none;
    color: #ff015b;
}
h3.articleInfo
{
    color: #ff015b;
    margin-left: 18px;
}

img
{
    border: 1px solid #dadada;
    padding: 5px;
    background: #fafafa;
}

/* 全国哀悼日 网站变灰装。 
html { filter:progid:dximagetransform.microsoft.basicimage(grayscale=1); }*/