/* CSS Document */

body {

	margin:0px;

	font-family:"宋体";

	font-size:12px;

	color:#000000;

	text-decoration: none;

	}

a:link ,a:visited {

	font-family:"宋体";

	font-size:12px;

	color:#000000;

	text-decoration: none;

}

a:hover {

	font-family:"宋体";

	font-size:12px;

	color:#ff6600;

	text-decoration: underline;

}

.dh {

	margin:0px;

	font-family:"宋体";

	font-size:14px;

	color:#ffffff;

	text-decoration: none;

	font-weight: bold;

}

.dh a:link,.dh a:visited {

	font-family:"宋体";

	font-size:14px;

	color:#ffffff;

	text-decoration: none;

	font-weight: bold;

}

.dh a:hover {

	font-family:"宋体";

	font-size:14px;

	color:#ffff00;

	text-decoration: underline;

	font-weight: bold;

}

.wz {

	margin:0px;

	font-family:"宋体";

	font-size:14px;

	color:#cd6575;

	text-decoration: none;

	font-weight: bold;

}

.wz a:link,.wz a:visited {

	font-family:"宋体";

	font-size:14px;

	color:#cd6575;

	text-decoration: none;

	font-weight: bold;

}

.wz a:hover {

	font-family:"宋体";

	font-size:14px;

	color:#cd6575;

	text-decoration: underline;

	font-weight: bold;

}

.border{border:#e9b6b6 1px solid}

.input{border:1px solid #9EB9E4;line-height:18px; height:18px}

.input1{border:1px solid #d6a2ad;line-height:16px; height:16px; width:106px}

.style1 {color: #cd6575}

.submit {height:28px;border:0;cursor:pointer;cursor:hand;}

.banner {

	margin:0px;

	font-family:"宋体";

	font-size:14px;

	color:#cd6575;

	text-decoration: none;

	font-weight: bold;

}

.banner a:link,.banner a:visited {

	font-family:"宋体";

	font-size:14px;

	color:#cd6575;

	text-decoration: none;

	font-weight: bold;

}

.banner a:hover {

	font-family:"宋体";

	font-size:14px;

	color:#ff6600;

	text-decoration: underline;

	font-weight: bold;

}

.style {

	margin:0px;

	font-family:"宋体";

	font-size:12px;

	color:#cd6575;

	text-decoration: none;

	font-weight: bold;

}

.style a:link,.style a:visited {

	font-family:"宋体";

	font-size:12px;

	color:#cd6575;

	text-decoration: none;

	font-weight: bold;

}

.style a:hover {

	font-family:"宋体";

	font-size:12px;

	color:#ff6600;

	text-decoration: underline;

	font-weight: bold;

}

.font14 {

	margin:0px;

	font-family:"宋体";

	font-size:14px;

	color:#000000;

	text-decoration: none;

	font-weight: bold;

}

.font14 a:link,.font14 a:visited {

	font-family:"宋体";

	font-size:14px;

	color:#000000;

	text-decoration: none;

	font-weight: bold;

}

.font14 a:hover {

	font-family:"宋体";

	font-size:14px;

	color:#ff6600;

	text-decoration: underline;

	font-weight: bold;

}

.style2 {color: #999999}

.font14a {

	margin:0px;

	font-family:"宋体";

	font-size:14px;

	color:#ff33ff;

	text-decoration: none;

	font-weight: bold;

}

.font14a a:link,.font14a a:visited {

	font-family:"宋体";

	font-size:14px;

	color:#ff33ff;

	text-decoration: none;

	font-weight: bold;

}

.font14a a:hover {

	font-family:"宋体";

	font-size:14px;

	color:#ff6600;

	text-decoration: underline;

	font-weight: bold;

}

.xuxian{border-bottom:1px dashed #cd6575}

.style4 {

	margin:0px;

	font-family:"宋体";

	font-size:12px;

	color:#ff3300;

	text-decoration: none;

}

.style4 a:link,.style4 a:visited {

	font-family:"宋体";

	font-size:12px;

	color:#ff3300;

	text-decoration: none;

}

.style4 a:hover {

	font-family:"宋体";

	font-size:12px;

	color:#ff3300;

	text-decoration: underline;

}

.xuxian1{border-bottom:1px dashed #cccccc}

.lan {

	margin:0px;

	font-family:"宋体";

	font-size:14px;

	color:#004fc5;

	text-decoration: none;

	font-weight: bold;

}

.lan a:link,.lan a:visited {

	font-family:"宋体";

	font-size:14px;

	color:#004fc5;

	text-decoration: none;

	font-weight: bold;

}

.lan a:hover {

	font-family:"宋体";

	font-size:14px;

	color:#ff6600;

	text-decoration: underline;

	font-weight: bold;

}



/******************************************

文章中列表页中的图片主题,图片列表

.listpic每张图的占位空间

width:127px;占位宽度127像素

padding:3px 0 3px 4px;内间隙距离上右下左

float:left;居左排列

.listpic .title图片底下的标题样式

	width:127px;

	overflow:hidden;

	text-overflow:ellipsis;

	white-space:nowrap;

固定了宽度,控制自动隐藏超出边界的文字

******************************************/



.listpic{

	width:167px;

	padding:3px 0 3px 4px;

	float:left;

}

.listpic .title{

	width:167px;

	text-align:center;

	overflow:hidden;

	text-overflow:ellipsis;

	white-space:nowrap;

}



/******************************************

文章中列表页中的图片主题,图片内边框样式

border:1px #FFF solid;边框一个像素,为实线,可以改0px,即取消内边框

改solid为dotted即是虚线

******************************************/



.listpic img{

	border:2px #FFF solid;

	width:160px;

	height:120px;

}



/******************************************

文章中列表页中的图片主题,图片外边框样式

width:120px;	图片外边框宽 height:90px;	图片外边框高

display:block;	定义链接为实体利于加效果

text-align :center;	图片在边框内居中

border:1px #ccc solid;图片外边框样式,要取消边框,可以把1改0,

要加粗粗,把1改成更大的数,要用虚线,可以把solid改成dotted,要换颜色修改#ccc为其他的

margin-bottom:5px;			与底部文字的距离

******************************************/



.listpic .img a{

	width:160px;

	height:120px;

	display:block;

	text-align :center;

	border:1px #ccc solid;

	margin-bottom:5px;

}

/******************************************

分页

******************************************/



.page{

	width:98%;

	margin-top:1em;

	clear:both;

}



.page a{

	display:block;

	float:left;

	margin-right:3px;

	border:1px solid #ccc;

	padding:2px 4px 1px 4px;

}



a{color: #0f0cbf;text-decoration: none;}

a:hover{color: #ff0000;text-decoration: none;}

body{font-size:9pt;}

.p{margin-left:10px;}

.ps{margin-left:10px;display:none;}

.pss{margin-left:10px;display:block;}

.t{cursor:pointer;background:url('http://car.autohome.com.cn/image/jian.gif') no-repeat;line-height:20px; padding-left:20px; height:20px;}

.f{cursor:pointer;background:url('http://car.autohome.com.cn/image/jia.gif') no-repeat;line-height:20px; padding-left:20px; height:20px;}

.b{cursor:pointer;background:url('http://car.autohome.com.cn/image/mytt.gif') no-repeat;line-height:20px; padding-left:20px; height:20px;}

 .L_name { padding:8px 16px;
    font-family:"宋体";
	font-size:12px; 
	color:#cd6575;
	text-decoration: none;}
	
 .L_pwd { padding:8px 16px;
    font-family:"宋体";
	font-size:12px; 
	color:#cd6575;
	text-decoration: none;}	
.login_pwd{border:1px solid #d6a2ad;line-height:16px; height:16px; width:90px}	
.login_name{border:1px solid #d6a2ad;line-height:16px; height:16px; width:90px}
.login_sub {background:transparent url(../../images/default/login.jpg) no-repeat -3px -2px;width:66px;height:21px;border:0;font-size:12px;cursor:pointer;cursor:hand; color:#cd6575;}