﻿/*  CSS Document  */

body {
	font-family: "宋体","Microsoft YaHei", "Microsoft JhengHei";
	font-size: 12px;
	color:black;
	text-decoration: none;
	margin: 0px auto;
	padding: 0px;
}
.TopPanel
{
	background-color:#eeeeee;
	height:25px;
}
table {
	margin:0 auto;
	text-align: left;
}
/*默认为黑色12号字体联接*/
a:link 
{
	color: black;
	font-size: 12px;
	text-decoration: none;
}

a:visited
{
	color:black;
	font-size: 12px;
	text-decoration: none;
}
a:hover 
{
	color:black;
	font-size: 12px;
	text-decoration: underline;
}
a:active 
{
	color:black;
	font-size: 12px;
	text-decoration: none;
}
/*此处为蓝色12号字体联接*/
a.blue12:link
{
	color:blue;
	font-size: 12px;
	text-decoration: none;
}

a.blue12:visited
 {
	color: blue;
	font-size: 12px;
	text-decoration: none;
}
a.blue12:hover 
{
	color:red;
	font-size: 12px;
	text-decoration:underline;
}
a.blue12:active 
{
	color:blue;
	font-size: 12px;
	text-decoration: none;
}
/*此处为红色12号字体联接*/
a.red12:link
{
	color:red;
	font-size: 12px;
	text-decoration: none;
}

a.red12:visited
 {
	color: red;
	font-size: 12px;
	text-decoration: none;
}
a.red12:hover 
{
	color:blue;
	font-size: 12px;
	text-decoration:underline;
}
a.red12:active 
{
	color:red;
	font-size: 12px;
	text-decoration: none;
}
/*此处为标题白色加粗14号字体联接*/
a.white14bold:link
{
	color:white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

a.white14bold:visited
 {
	color: white;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
a.white14bold:hover 
{
	color:yellow;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
}
a.white14bold:active 
{
	color:white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
/*此处为标题蓝色14号字体联接*/
a.blue14Red:link
{
	color:#0000cc;
	font-size: 15px;
	text-decoration: none;
	font-family:"Microsoft YaHei", "Microsoft JhengHei","黑体";
}

a.blue14Red:visited
 {
	color: #0000cc;
	font-size: 15px;
	text-decoration: none;
	font-family:"Microsoft YaHei", "Microsoft JhengHei","黑体";
}
a.blue14Red:hover 
{
	color:red;
	font-size: 15px;
	text-decoration:none;
	font-family:"Microsoft YaHei", "Microsoft JhengHei","黑体";
}
a.blue14Red:active 
{
	color:#0000cc;
	font-size: 15px;
	text-decoration: none;
	font-family:"Microsoft YaHei", "Microsoft JhengHei","黑体";
}
/*此处为标题黑色加粗14号字体*/
.black14bold
{
	color:black;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.FontRed
{
	color:#de0000;
}
.ImageBorder
{
	border:1px solid #d6dbe1;}
/*搜索CSS*/
.SBlue
{
	background-image:url(/Nimage/SearchB.jpg);
	color:white;
}
.SGray
{
	background-image:url(/Nimage/SearchA.jpg);
	color:black;
}
.SShow
{
	display:block;
}
.SHide
{
	display:none;
}
.SCSSBlue
{
	border-top:#5e5bff 1px solid;
}
.SCSSGray
{
	border-top:#CCCCCC 1px solid;
}
/*结束*/
.Hand
{
	cursor:hand;
}
.Input
{
	border:#9a9a9a 1px solid;
	height:20px;
}
.TROInput
{
	border:#2388a7 1px solid;
	height:30px;
	width:300px;
}
.BorderRed
{
	border:#ca1b25 1px solid;
}
/*新闻用大标题*/
a.bigTitle:link
{
	color:black;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

a.bigTitle:visited
 {
	color: black;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
a.bigTitle:hover 
{
	color:black;
	font-weight: bold;
	font-size: 16px;
	text-decoration:underline;
}
a.bigTitle:active 
{
	color:black;
	font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}
/*新闻用中标题*/
a.CTitle:link
{
	color:black;
	font-size: 14px;
	text-decoration: none;
}

a.CTitle:visited
 {
	color: black;
	font-size: 14px;
	text-decoration: none;
}
a.CTitle:hover 
{
	color:black;
	font-size: 14px;
	text-decoration:underline;
}
a.CTitle:active 
{
	color:black;
	font-size: 14px;
	text-decoration: none;
}
/*小标题*/
a.STitle:link
{
	color:#0544a4;
	font-size: 12px;
	text-decoration: none;
}

a.STitle:visited
 {
	color: #0544a4;
	font-size: 12px;
	text-decoration: none;
}
a.STitle:hover 
{
	color:#ff9900;
	font-size: 12px;
	text-decoration:underline;
}
a.STitle:active 
{
	color:#0544a4;
	font-size: 12px;
	text-decoration: none;
}
/*12加粗黑字联接*/
a.black12bold:link
{
	color:black;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

a.black12bold:visited
 {
	color: black;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
a.black12bold:hover 
{
	color:black;
	font-weight: bold;
	font-size: 12px;
	text-decoration:underline;
}
a.black12bold:active 
{
	color:black;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
.Housexianxi_Tborder
{
	border:1px solid #9AC5E5;
}
.title_button1
{
	background-image:url(/images/zx_2.jpg);
}
.title_button2
{
	background-image:url(/images/zx_1.jpg);
}
.Switch_bg
{
	background-image:url(/images/bg1.jpg);

}
.Mancncit_table
{
	border-bottom:1px dashed #999999;
}
