/* CSS Document */
#search {
	width: 940px;
	height: 29px;
	overflow:hidden;
	line-height:29px;
	padding-left:10px;
	background: #f8eaf5;
	float:left;
}

#search form {
	display: inline;
	height: 29px;
}
#search .search-keyword {
	width:130px;
	height:18px;
	padding:1px 3px;
	line-height:18px;
	background:#f8eaf5;
	border:1px solid #653c76;
}
#search .search-submit {
	width:44px;
	height:23px;
	border:none;
	margin-left:3px;
	background:url(../images/search_submit.gif);
	text-indent:-9999px;
	cursor:pointer;
}
#search span{
	display:block;
	margin-right:15px;
	font-weight:bold;
	color:#901292;
	float:right;
}
#search a{
	margin:0 3px;
	color:#6f3d88;
	text-decoration:none;
}
#search a:hover{
	text-decoration:underline;
}
#consult_msg img{
	width:950px;
}

/*文章列表*/
#list_box {
	width:686px;
	float:left;
	height:auto !important;
	height:872px;
	min-height:872px;
	margin-top:5px;
	padding:1px;
	border:1px solid #dedede;
}
#list_box #typename {
	height:30px;
	line-height:30px;
	padding-left:15px;
	background:url(../images/f.gif) repeat-x;
}
#list_box #typename strong {
	color:#824493;
	font-size:14px;
	display:block;
	padding-left:18px;
	height:30px;
	line-height:30px;
	background:url(../images/typenamepre.gif) no-repeat left center;
}
#list_box #typename span {
	float:right;
	margin-right:10px;
}
#list_box #typename a {
	color:#824493;
}
#list_box #headarc {
	width:670px;
	height:146px;
	display:inline;
	float:left;
	margin:5px 8px;
	background:#f3e7f5 url(../images/headarc.gif) no-repeat 183px center;
}
#list_box #headarc dt {
	height:127px;
	width:160px;
	display:inline;
	float:left;
	margin:9px 0 0 10px;
}
#list_box #headarc dt img {
	height:127px;
	width:160px;
}
#list_box #headarc dd {
	float:left;
	width:460px;
	height:120px;
	line-height:20px;
	margin-top:16px;
	margin-left:20px;
	position:relative;
}
#list_box #headarc dd h2 a{
	font-size:14px;
	height:30px;
	color:#824493;
	line-height:30px;
}
#list_box #headarc dd h2 a:hover{
	text-decoration:underline;
}
#article_list {
	width:666px;
	padding:0 10px;
	float:left;
	margin-top:5px;
}
#article_list li {
	padding-left:10px;
	font-size:13px;
	height:29px;
	line-height:29px;
	border-bottom:1px dashed #dedede;
}
#article_list li a {
	font-size:13px;
}
#article_list li span {
	display:block;
	float:right;
}
.pagelist {
	float:left;
	padding:12px 0px 12px 16px;
}
.pagelist li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
}
.pagelist li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	border:1px solid #cac5cb;
}
.pagelist li a:hover{
	color:#690;
	text-decoration:none;
	padding:2px 4px 1px;
	border:1px solid #690;
}
.pagelist li.thisclass a,.pagebox ul li.thisclass a:hover{
	color:#F63;
	padding:2px 4px 1px;
	border:1px;
	font-weight:bold;
}
.pagelist .pageinfo{
	float:left;
	padding:12px 10px 12px 16px;
	color:#999;
}
.pagelist .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
/*推荐项目*/
.recommend_items {
	width: 250px;
	height: 346px;
	float: right;
	margin-top: 5px;
	border:1px solid #dedede;
	border-top:none;
	overflow: hidden;
}

.recommend_items .ttitle {
	width: 250px;
	height: 28px;
	font-size:15px;
	line-height:28px;
	font-weight:bold;
	margin:0;
	padding:0;
	background: url(../images/top3.gif) repeat-x center;
}
.recommend_items .ttitle span {
	width:30px;
	height:28px;
	display:block;
	float:left;
	background: url(../images/expert_type_pre.gif) no-repeat center;
}
.citems{float:right;}
.noshowitempic{display:none;float:left;}
.isshowitempic{display:block;float:left;}
.isshowitempic img{width:230px;height:118px;margin:6px;border:1px solid #dedede; padding:3px;}
.recommend_items .isshowitem {
	width:250px;
	display:block;
	line-height:25px;
	height:25px;
	margin-top:7px;
	padding-top:3px;
	float:left;
	overflow:hidden;
}
.recommend_items .isshowitem a{
	display:inline;
	height:25px;
	line-height:34px;
	width:210px;
	float:left;
	margin-left:10px;
	padding-left:5px;
	font-size:14px;
	color:#CC0066;
	font-weight:bold;
	overflow:hidden;
}
.recommend_items .isshowitem a img{
	vertical-align:middle;
}
.recommend_items .noshowitem{display:none;}
.showitempic1{display:block;float:left;}
.showitempic1 img{width:230px;height:118px;margin:6px;border:1px solid #dedede; padding:3px;}
.recommend_items .showitem1{display:none;}
.recommend_items li {
	overflow: hidden;
	display: block;
}
.recommend_items li img {
	float:left;
	width:242px;
	height:49px;
	margin:0;
	padding:2px 4px;
	border:none;
}

