﻿html, body
{
    font: normal 12px tahoma, arial, verdana, sans-serif;
    margin: 0;
    padding: 0;
    border: 0 none;
    overflow: auto;
    height: 100%;
    list-style-type: none;
    background-color: #F9DCBA;
}
.td_bg
{
    background-color:#BB90BB;
}
A
{
	color: #330000;
	text-decoration: none;
}
A:hover {
	TEXT-DECORATION: none;
}
SELECT {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "宋体"}
TD {FONT-SIZE: 12px; COLOR: #000000; FONT-FAMILY: "宋体"}
INPUT{BORDER-TOP-WIDTH: 1px; PADDING-RIGHT: 1px; PADDING-LEFT: 1px; BORDER-LEFT-WIDTH: 1px; FONT-SIZE: 9pt; BORDER-LEFT-COLOR: #cccccc; BORDER-BOTTOM-WIDTH: 1px; BORDER-BOTTOM-COLOR: #cccccc; PADDING-BOTTOM: 1px; BORDER-TOP-COLOR: #cccccc; PADDING-TOP: 1px; HEIGHT: 18px; BORDER-RIGHT-WIDTH: 1px; BORDER-RIGHT-COLOR: #cccccc}
select {border-width: 1; border-color: #000000; background-color: #efefef; font-family: 宋体; font-size: 9pt; font-style: bold;}

#top
{
    width: 980px;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#top .content
{
    background-repeat: no-repeat;
    height:134px;
    width:100%;
    background-image: url( '/08/images/top.gif');
}
#top .nav
{
    background-image: url( '/21/images/ss.gif');
    width: 100%;
}
#top .nav LI
{
    display: inline;
    float: left;
    overflow: hidden;
    width: 85px;
    white-space: nowrap;
    line-height: 29px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

#top .nav LI img
{
    vertical-align: middle;
    border:0px;
}
#top .nav LI A
{
    width: 100%;
    color: #750165;
    background-image: none;
}
#top .nav LI A:hover
{
  margin-top:1px;
    width: 100%;
    color: #CC3300;
    background-color: #FFFFFF;
    line-height:28px;
    display: block;
}
.clear
{
    clear: both;
}
#content
{
    width: 980px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
#content .xt
{
    border: 1px solid #C6C6C6;
    float: left;
    overflow: hidden;
    width: 400px;
    height: 194px;
    white-space: nowrap;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}
#content .rnews
{
    float: right;
    overflow: hidden;
    border: 1px solid #C6C6C6;
    text-align: left;
    line-height: 25px;
    padding: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#content .rnews LI
{
    float: left;
    width: 100%;
    line-height: 23px;
    font-size: 12px;
    background-image: url( 'images/1.gif');
    background-repeat: no-repeat;
    text-indent: 15px;
}
#content .rnews LI A
{
    width: 100%;
    background-image: none;
}
#content .rnews LI A:hover
{
    width: 100%;
    color: #CC3300;
}
#htmlfoot
{
    width: 980px;
    overflow: hidden;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#htmlfoot .foot
{
    padding: 20px;
    line-height: 25px;
    color:#aaaaaa;
    display: block;
    background-color: #314D96;
    height: 50px;
}
#htmlfoot .foot LI
{
    width: 100%;
}
.table_news_item
{
	background-image: url('./images/table_line.gif');
	height: 25;	
}
#msg
{
	background-color:#cBb0cB;
}
.mcontent
{
 width:980px; margin:0 auto; background-color:#ffffff;
}
.now_location
{
  border-top:solid 1px #c3de12; width:100%; height:33px; background-color:#eeeeee; line-height:33px; vertical-align:middle; border-bottom:solid 1px #333333
}
.sh_title
{
  background-color:#ffffff; line-height:36px; height:36px; vertical-align:middle; text-align:center; font-size:medium; font-weight:bold;
}
.sh_other
{
  background-color:#ffffff; line-height:33px; vertical-align:middle; text-align:center; 
}
.content
{
 text-indent:23px; line-height:19pt; background-image:url(./images/table_line.gif)
}
.ButtonStyle     
  {   
    background-image:   url(/images/btbj.gif);       /*背景图片地址*/   
    background-color:   transparent;                             /*设置按钮背景色透明，当背景图片有透明部分(如圆角)时，则直接显示网页的背景色*/   
    background-repeat:   no-repeat;                               /*设置按钮的背景图片不重复*/   
    border:   0px   solid;                                                   /*设置按钮没有边框*/   
    width:   68px;                                                               /*按钮宽度，等于背景图片宽度*/   
    height:   23px;                                                               /*按钮高度，等于背景图片高度*/   
    text-align:   center;                                                 /*按钮文字居中*/   
    font-size:   12px;                                                       /*按钮文字大小*/   
    color:   #000000;                                                         /*按钮文字颜色*/   
    /*letter-spacing:   5px;                                               /*按钮文字间距*/
    cursor:pointer; 
  }