﻿/* 114房产网样式表 
   修改时间: 2009年12月11日
   标签样式初始化
   */

body { font-size:12px; line-height:22px; font-family:"宋体", "Arial Narrow"; }
fieldset, img { border: 0; }
:focus { outline: 0; }

address, caption, cite, em, strong, th, var, optgroup { font-style: normal; font-weight: normal; }

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
input, button, textarea, select, optgroup, option { font-family: inherit; font-size: inherit; font-style: inherit; font-weight: inherit; }
input, button, textarea, select { *font-size: 100%;
}
input.checkbox { vertical-align:middle; height:12px; }
ol, ul { list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
caption, th { text-align: left; }
sup, sub { font-size: 100%; vertical-align: baseline; }
:link, :visited, ins { text-decoration: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
/* start hide from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close hide from IE-mac */
a{
	color:#333;
	text-decoration:none;
	font-size:12px;
}
img {
	border:0px;}
ul{
	margin:0;
	padding:0;}
a:hover{
    color:#FD5900;
	text-decoration:underline;
}
@charset "utf-8";
/* CSS Document */
body{ font-size: 12px;}
/* 一般链接样式 */
.link{                 
	color: #03C; 
	text-decoration: none;
}
/* 段落中的红色标记样式 */
.red_mark{
	color: #F60;
	font-weight: bolder;
}
/* 文字提示样式 */
.tip_mark{
	color: #999;
}
.tab_mark{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	;
	text-align: center;
	text-decoration: none;

	}
	.tab_mark a{
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	;
	text-align: center;
	text-decoration: none;

	}
	.tab_mark_red{
	font-size:16px;
	color:#F60;
	text-align: center;
	font-weight:bold;
	;
	text-decoration: none;

	}
		.tab_mark_red a{
	font-size:16px;
	color:#F60;
	text-align: center;
	font-weight:bold;
	;
	text-decoration: none;

	}
.invalid {
	border: 2px solid #F00;
}
.sidebar_title{
	margin-left:5px;
	font-size:14px;
	font-weight:bold;
	color:#006;}
/*
新闻资讯三个板块的容器
==================================================*/
#contener{
	width:1012px;
	height:auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 32px;
}
/*内容容器*/
.content{
	padding:10px;
	margin: 10px;
}
