
/*基础制作页面组件*/
html, body, div, p, hr, pre, h1, h2, h3, h4, h5, h6, table, tr, td, th,
tfoot, tbody, thead, form, fieldset, input, textarea, label, ul, ol, dl,
li, dt, dd {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    list-style: none;
    font-weight: normal;
}

html {
    height: 100%;
}

*html {
    _background-image: url(about:blank);
    _background-attachment: fixed;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    outline: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0 auto;
    clear: both;
}

fieldset, img {
    border: 0;
}

.none {
    display: none;
}

.clear {
    clear: both;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .clearfix {
    zoom: 1;
} /* IE6 */
*:first-child+html .clearfix {
    zoom: 1;
} /* IE7 */
q:before, q:after {
    content: '';
}

a img {
    border: none;
}

.overhidden {
    overflow: hidden;
    _display: inline-block;
}

.align_c {
    text-align: center;
}

.align_l {
    text-align: left;
}
/* =body*/
body {
    font-family: "微软雅黑";
    font-size: 16px;
    background: #ffffff;
    line-height: 24px;
    color: #393939;
}
.nav ul.dropdown{
    width: 1024px;
}
.nav ul.dropdown li{
    border: 0px !important;
}
.nav ul.dropdown li a {
    text-align: left;
}
.contentinfo{
    width:1024px  !important;margin: 10px auto !important;
}
.main {
    -moz-box-shadow: 0 0 5px #ccc inset;
    -webkit-box-shadow: 0 0 5px #ccc inset;
    box-shadow: 0 0 5px #ccc inset;
    border: 1px solid #ccc\9;
    padding: 75px 80px;
}

.main_tit {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}

.main_tit h1 {
    font: "微软雅黑", "宋体", tahoma, arial, Verdana, sans-serif;
    font-size: 32px;
    color: #1c64a0;
    margin-bottom: 30px;
    line-height: 1.5em;
}

.main_tit .info {
    border-bottom: 1px solid #ccc;
    line-height: 35px;
    height: 35px;
    padding-left: 80px;
    padding-bottom: 10px;
}

.set_font {
    float: right;
    margin-right: 20px;
    display: inline;
}

.set_font a {
    float: left;
    width: 24px;
    height: 24px;
    margin-right: 6px;
    display: inline;
    background: url(../img/common.png) 0
    -383px no-repeat;
}

.set_font .font_small:hover {
    background-position: 0 -356px;
}

.set_font .font_small_dis {
    background-position: -26px -383px;
    cursor: default;
}

.set_font .font_small_dis:hover {
    background-position: -26px -383px;
    cursor: default;
}

.set_font .font_add {
    background-position: 0 -329px;
}

.set_font .font_add:hover {
    background-position: -26px -356px;
}

.set_font .font_add_dis {
    background-position: -26px -329px;
}

.set_font .font_add_dis:hover {
    background-position: -26px -329px;
}

#content {
    width: 800px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 2em;
    font-family: "宋体";
}

#content p {
    margin-bottom: 15px;
}

.share {
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 15px;
    margin: 0 auto 30px auto;
    width: 800px;
    text-align: right;
    padding-top: 20px;
}

.list_02 {
    padding: 0px; width: 100%; margin-bottom: 10px; display: block;
}
.list_02 .li {
    padding: 7px 0px 7px 13px; text-align: left; overflow: hidden;
}
.list_02 .li a {
    color: rgb(51, 51, 51); text-decoration: none;
}
.list_02 .li a:visited {
    color: rgb(51, 51, 51); text-decoration: none;
}
.list_02 .li a:hover {
    color: rgb(47, 102, 152); text-decoration: underline;
}
.list_02 font {
    text-align: right; color: rgb(136, 136, 136); overflow: hidden; padding-top: 0px; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 9pt; float: right;
}
