﻿/* -----------------------------------------------------------------------


 Blueprint CSS Framework 0.8
 http://blueprintcss.org

   * Copyright (c) 2007-Present. See LICENSE for more info.
   * See README for instructions on how to use Blueprint.
   * For credits and origins, see AUTHORS.
   * This is a compressed file. See the sources in the 'src' directory.

----------------------------------------------------------------------- */

/* ---common css  begin-----*/
/* reset.css */
html, body, div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;font-weight:inherit;font-style:inherit;font-size:14px;font-family:inherit;vertical-align:baseline;}

body {
    line-height:1.5;
    padding:0;
    margin:0;
    font-family:"宋体";
    font-size: 14px;
  /*  font-size: 12px;*/
    color:#000000;
}
blockquote:before, blockquote:after, q:before, q:after {content:"";}
blockquote, q {quotes:"" "";}
a img {border:none;}

/* typography.css */
h1, h2, h3, h4, h5, h6 {font-weight:normal;color:#111;}
h1 {font-size:3em;line-height:1;margin-bottom:0.5em;}
h2 {font-size:2em;margin-bottom:0.75em;}
h3 {font-size:1.5em;line-height:1;margin-bottom:1em;}
h4 {font-size:1.2em;line-height:1.25;margin-bottom:1.25em;}
h5 {font-size:1em;font-weight:bold;margin-bottom:1.5em;}
h6 {font-size:1em;font-weight:bold;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0;}
p {margin:0 0 1.5em;}
p img.left {float:left;margin:1.5em 1.5em 1.5em 0;padding:0;}
p img.right {float:right;margin:1.5em 0 1.5em 1.5em;}
a:focus, a:hover {color:#000;}
a {color:#009;text-decoration:underline;}
blockquote {margin:1.5em;color:#666;font-style:italic;}
strong {font-weight:bold;}
em, dfn {font-style:italic;}
dfn {font-weight:bold;}
sup, sub {line-height:0;}
abbr, acronym {border-bottom:1px dotted #666;}
address {margin:0 0 1.5em;font-style:italic;}
del {color:#666;}
pre {margin:1.5em 0;white-space:pre;}
pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;}
ul, li{
    list-style-type:none;
}
ol {list-style-type:decimal;}
dl dt {font-weight:bold;}
table {width:100%;border-collapse:separate;border-spacing:0;}
table, td, th {vertical-align:middle;}
thead th {background:#c3d9ff;}
th, td, caption {text-align:left;font-weight:normal;}
tr.even td {background:#e5ecf9;}
tfoot {font-style:italic;}
caption {background:#eee;}
input {
    font-size: 12px;
}
a, a:link, a:visited{
    color:#000000;
    text-decoration:none;
}

hr {background:#ddd;color:#ddd;clear:both;float:none;width:100%;height:.1em;margin:0 0 1.45em;border:none;}
hr.space {background:#fff;color:#fff;}

/* forms.css */
label {font-weight:bold;}
fieldset {padding:1.4em;margin:0 0 1.5em 0;border:1px solid #ccc;}
legend {font-weight:bold;font-size:1.2em;}
input.text, input.title, textarea, select {margin:0.5em 0;border:1px solid #bbb;}
input.text:focus, input.title:focus, textarea:focus, select:focus {border:1px solid #666;}
input.text, input.title {width:300px;padding:5px;}
input.title {font-size:1.5em;}
textarea {width:390px;height:250px;padding:5px;}

.error, .notice, .success {padding:.8em;margin-bottom:1em;border:2px solid #ddd;}
.error {background:#FBE3E4;color:#8a1f11;border-color:#FBC2C4;}
.notice {background:#FFF6BF;color:#514721;border-color:#FFD324;}
.success {background:#E6EFC2;color:#264409;border-color:#C6D880;}
.error a {color:#8a1f11;}
.notice a {color:#514721;}
.success a {color:#264409;}



/*------------------*/
a:link {
    color: #000000;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
    color: #000000;
}
a:hover {
    text-decoration: none;
    color: #333333;
}
a:active {
    text-decoration: none;
    color: #000000;
}
.clear {
    clear: both;
    font-size:1px;
    height:0px;
    width:1px;
    visibility:hidden;
}
.block_main, div.block_main {
    width:960px;
    margin:0;
    background:#F2F4F7;
}

/*  font  */
.ft12 {
    font-size: 12px;
}
.ftred {
    color:#FF0000;
}
.ftbold {
    font-weight:bold
}
.ftdarkred {
    color:#CC0000;
}
.ftblue {
    color: #000099;
}

input.search_btn{
    text-align: center;
    width: 71px;
    height: 21px;
    background:url(../images/index/search_btn.gif) no-repeat;
    border: 0px;
}
input.search_inp{
    width: 95px; height: 18px;
}

/*--主容器----*/
.container {
    width:960px;
    margin:0 auto;
    
}
/* ---common css  begin-----*/

/*---------------------------------------
  以下为 非首页使用
--------------------------------*/
#header{
    height:116px;
}
#HeaderTitle {background:url(/WebPurchase/images/PortalTop.gif); height:116px; width:960px;}
.nav{ font-size:14px; color:#fff;}
#page_guide{
    margin: 0px;
    padding: 2px 8px 0px 24px;
    background: transparent url(/images/page_guide_bg.gif) repeat-x scroll 0% 0%;
    height: 26px;
    color: #fff;
    font-style: normal;
    font-size: 14px;
}
#page_guide a{
    color:#fff;
    font-size: 14px;
}
/*---主内容区域 开始---*/
#content {
    background:#eef1f3;
}
#side_bar{
    float:left;
    margin-right:10px;
    width:190px;
}
.ta_right {
    text-align: right;
}
.side_box {
    background-color:white;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.side_box_header {
    background:url(../images/index/side_box_bg.jpg);
    height: 30px; 
    line-height: 30px;
    padding-left:5px;
}
.side_box_title {
    background:transparent url(../images/index/lvdian.gif) no-repeat scroll 2px 0;
    color:#111111;
    font-size:14px;
    font-weight:bold;
    padding-left:15px;
    text-align:left;
}
.side_box ul.art_list {}
.side_box ul.art_list li {
    padding:2px;
}
.side_box .block_srch{
    padding: 10px 2px;
}
.side_box .block_srch table , .side_box .block_srch td{
    padding: 0px;
    margin: 0px;
}

#main_content{
    width:760px;
    float:left;
    margin-bottom: 3px;
}

.main_box{}
.main_box .title_bar{
    background:url(../images/mid_news_bg03.jpg) repeat-x;
    height:24px;
    line-height:24px;
    font-size:14px;
    padding:0 10px;
}
.main_box .title_bar span{font-size:14px;}
.main_box .title_bar span.date{
    width: 100px;
    float: right;
    text-align:center;
}
.main_box .main_body{
    background-color:white;
    padding:0 10px;
    border-bottom:1px solid #C7D8E8;
    border-left:1px solid #C7D8E8;
    border-right:1px solid #C7D8E8;
}
.main_box .main_body span , .main_box .main_body a{
    font-size:14px;
}
.main_box .main_body ul.main_list {
}
.main_box .main_body ul.main_list li {
    display: block;
    padding: 2px 0px 2px 23px;
    background: url(../images/index/art_list_icon.gif) no-repeat scroll 4px 6px;
}
.main_box .main_body ul.main_list li span.title {
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}
.main_box .main_body ul.main_list li span.date {
    width: 100px;
    float: right;
    text-align: right;
}


#article_show{
    padding:0 10px;
}
#article_show h1.article_title{
    text-align:center;
    font-size: 24px;
    font-weight: bold;
    line-height: 180%;
    letter-spacing: 2px;
}
#article_show .article_date{
    text-align:center;
    color:#333;
    font-size:12px;
}
#article_show .article_date.gl{color:#900;}
#article_show .article_content{
    line-height: 180%; font-size: 16px; text-align:left;
}
#article_show .art_accessary {
    font-size: 14px; 

}
#article_show .art_accessary a{
    font-size: 14px;
    text-decoration:underline;
    height:26px;
    line-height:26px;
}
#article_show .art_accessary .fj{
    font-size: 14px; font-weight: bold;letter-spacing: 2px;
    padding-left:20px;
}
#article_show .art_accessary ul{
    margin-left:10px;
}
#relative_link .xglj{
    font-size: 14px; font-weight: bold; line-height: 180%; letter-spacing: 2px;
    padding-left:20px;
}
#relative_link ul{
    margin-left:10px;
}
#article_comments{}
#article_comments .fb{
    height:21px;
    line-height:21px;
    text-align:right;
}
#article_comment_form{
    display:none;
}
#article_comment_form .comment{
    border-collapse:collapse;
    border:1px solid #CCCCCC;
    width:100%;
}
#article_comment_form .comment th{
    text-align:right;
    width:30%;
}
#article_comment_form .comment td{
    background:#f7f7f7;
}

/*---主内容区域 结束*/

/*---页脚 开始---*/
#footer{
    clear:both;
    background: url(../images/index/right_bg.jpg) repeat-x;
    text-align: center;
    padding: 5px 0px 0px 0px;
    font-size:14px;
    height:170px;
    margin-top: 3px;
    line-height: 18px;
}
.email{margin-bottom: -3px;}
/*---页脚 结束---*/

.pagination {
    text-align: right;
    padding: .3em; }
.pagination a, .pagination span {
    padding: .2em .5em; }
.pagination span.disabled {
    color: #AAA; }
.pagination span.current {
    font-weight: bold;
    color: #FF0084; }
.pagination a {
    border: 1px solid #DDDDDD;
    color: #0063DC;
    text-decoration: none; }
.pagination a:hover, .pagination a:focus {
    border-color: #003366;
    background: #0063DC;
    color: white; }
.pagination .page_info {
    color: #aaa;
    padding-top: .8em; }
.pagination .prev_page, .pagination .next_page {
    border-width: 2px; }
.pagination .prev_page {
    margin-right: 1em; }
.pagination .next_page {
    margin-left: 1em; }




.article_content span, .article_content p, .article_content a{
    font-size:14px;
}
.article_content p{
    font-size:22px;
}


#header{
    height:116px;
}
#HeaderTitle {background:url(/images/PortalTop
