﻿/* CSS布局 */
body { 
    padding:0; 
    margin:0; 
    font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
    text-align:center;
}
a img{ border:none; }

/* 表单各项属性 */
input {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
}
select {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
	color: #004C7D;
}
option {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size: 12px;
	color: #004C7D;
}
textarea {
	font-family:Tahoma, Verdana, 宋体, Fantasy;
	font-size:12px;
	color:#004C7D;
}
form {
	margin:0px;
	padding:0px;
}
.Lfloat {
	float:left;
}
.Rfloat {
	float:right;
}
.Mfloat {
	float:left;
	width:20px;
}
/* 默认超链接 link(超链接默认效果) visited(点击后效果) hover(悬停时效果) acrive(点击后悬停效果) */
a:link {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #0b3269;
	text-decoration: none;
}
a:visited {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #0b3269;
	text-decoration: none;
}
a:hover {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #FF0000;
	text-decoration:none;
}
a:active {
	font-family: Tahoma, Verdana, 宋体, Fantasy;
	color: #808080;
	text-decoration: none;
}
/* 网页底部 */
.footer { 
    width:950px;
    height:95px;
    color:#000000;
    margin:5px auto;
    line-height:22px;
    clear:both;
}
.footer_line {
	background-color:#1e61a7;
	width:100%;
	height:2px;
	line-height:2px;
}
.cleft {
	text-align:left;
}
.cright {
	text-align:right;
}
.ccenter {
	text-align:center;
}
.content_right_subnav_linelow {
	height:5px;
	text-align:center;
	clear:both;
}
.matao {
	clear:both;
}

/*****文本域样式**********************************************/
.newsdetail_content{
	background-image: url(/Images/System/CommendImag.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

/************分页样式开始******************************/
.vc
{
	word-break: break-all;
	overflow: visible;
	line-height: 2;
}
.vc a.o:link, .vc a.o:visited
{
	margin: 0 4px;
	padding: 3px 6px 1px;
	border: 1px solid #ddd;
	text-decoration: none;
	background: #fff;
}
.vc a.o:hover
{
	border: 1px solid #049;
	text-decoration: none;
}

.ob
{
	margin: 0 4px;
	padding: 3px 6px 1px;
	border: 1px solid #ddd;
	text-decoration: none;
	background: #fff;
}
.obg
{
	margin: 0 4px;
	padding: 3px 6px 1px;
	border: 1px solid #ddd;
	text-decoration: none;
	background: #f00;
	color: #fff;
}
/***************分页结束****************************/
