@charset "utf-8";
/* CSS Document */

body{background:#A4D9F5}

/*main*/
.smain{
	margin:0 auto;
	padding-top:10px;
	width:960px;
	background:#FFF
}
.smain .sleft{
	float:left;
	padding:0 20px 0 5px;
	width:660px
}
.smain .sleft .local{padding-bottom:5px}
.smain .sleft .local img{margin:0 5px -2px 0}
.smain .sleft .list{padding:0 0 20px 25px}
.smain .sleft .list .lshow{
	float:left;
	padding:15px 0;
	border-bottom:1px solid #C6E5F6;
	width:640px
}
.smain .sleft .list .lshow .picbox{float:left;width:195px}
.smain .sleft .list .lshow .linfo{
	float:left;
	position:relative;
	width:435px;
	line-height:24px
}
.smain .sleft .list .lshow .linfo .t{
	font-weight:bold;
	color:#07608F;
	font-size:14px;
}
.smain .sleft .list .lshow .linfo .pl{
	position:absolute;
	display:block;
	padding:2px 8px 0 8px;
	top:-2px;
	right:0;
	color:#5CA7CE;
	line-height:20px;
	background:#C6E5F6
}
.smain .sleft .list .lshow .linfo .author{display:block;color:#BBB}
.smain .sleft .list .lshow .linfo p{color:#494949}
.smain .sleft .list .pagebar{padding:10px 0 20px 0}

.smain .sright{
	float:left;
	position:relative;
	padding:0 5px 0 20px;
	width:250px;
	background:url(http://pics.static.nlp.cn/quwei/cut_line.gif) repeat-y 7px 0
}
.smain .sright .cut{
	position:absolute;
	overflow:hidden;
	top:0;
	left:0;
	display:block;
	width:16px;
	height:25px;
	background:url(http://pics.static.nlp.cn/quwei/cut.gif) no-repeat
}
.smain .sright .t{
	position:relative;
	padding:5px 0 3px 0;
	font-weight:bold;
	font-size:14px;
	color:#07608F;
	border-bottom:1px solid #C6E5F6
}
.smain .sright .t .more{
	position:absolute;
	top:3px;
	right:3px;
	font-size:12px;
	font-weight:lighter;
	color:#5CA7CE
}
.smain .sright .rcon{padding:15px 5px 40px 5px}
.smain .sright .rcon a{color:#07608F}
.smain .sright .rcon dl dt{font-weight:bold;color:#07608F}
.smain .sright .rcon dl dd{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	padding-left:10px;
	width:230px;
	background:url(http://pics.static.nlp.cn/quwei/arrow.gif) no-repeat 2px 5px
}
.smain .sright .rcon dl .mar{margin-bottom:15px}
.smain .sright .rcon dl dd a{color:#444}
.smain .sright .rcon .rmd{overflow:hidden}
.smain .sright .rcon .rmd li{
	float:left;
	display:inline;
	width:68px;
	text-align:center
}
.smain .sright .rcon .rmd .mar{margin:0 18px}
.smain .sright .rcon .rmd li img{margin-bottom:5px}
.smain .sright .rcon .best li{
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	width:240px;
	height:24px
}
.smain .sright .rcon .best li .font_cn{color:#07608F}
.smain .sright .rcon .picbox{float:left;width:100px}
.smain .sright .rcon p .desc{
	display:block;
	text-indent:24px;
	color:#999
}

#footer{background:#D9F0FD}
#footer .links{color:#07608F}
#footer .links a{color:#07608F}

/*调查问卷*/
.qmain{padding:10px 20px;width:920px}
.qmain .qt{
	display:block;
	border-bottom:3px solid #DDD;
	margin:20px 0;
	padding-bottom:15px;
	font:24px/30px 'Microsoft YaHei';
	color:#222;
	text-align:center
}
.qmain .qt .total{font-size:12px;color:#999}
.qmain .qlist{padding:0 20px}
.qmain dd{
	display:block;
	padding:10px 0 10px;
	font:12px/20px Arial, Helvetica, sans-serif, '宋体';
	color:#666
}
.qmain dd p{padding-bottom:15px;height:20px;position:relative}
.qmain dd p span{
	position:absolute;
	top:0;
	*top:3px;
	left:20px
}
.qmain dd strong{
	display:block;
	padding-bottom:15px;
	font-size:14px;
	font-family:'Microsoft YaHei';
	color:#333
}
.qmain dd p .ins{
	border-radius:3px;
	padding:0 3px;
	width:180px;
	border:1px solid #CCC;
	border-top-color:#BBB;
	height:24px;
	line-height:24px;
	background:#F4F4F4
}
.qmain dd p .ins:focus{
	border-color:#BBB;
	border-top-color:#999;
	background:#FFF
}
.qmain dd p select{
	height:24px;
	line-height:24px;
	color:#666
}
.qmain .sbtns{border-top:1px dashed #CCC;padding:30px 0 20px;text-align:center}
.qmain .sbtns .btns{
	color:#FFF;
	font:14px/32px 'Microsoft YaHei';
	height:34px;
	width:100px;

	border-radius:20px;
	border:1px solid #2570D6;
	background:#3283F1
}
.qmain .sbtns .btns:hover{
	border-color:#125BBD;
	background:#2372DD	
}