﻿/*基本信息*/


/*页面层容器*/
#container {width:1024px;height:800px;margin:10px auto}
#containerdetail {width:1024px;margin:10px auto}
/*页面头部*/
#header {background:url(images/logo.gif) no-repeat}
#menu {padding:20px 20px 0 0}
#menu ul {float:right;list-style:none;margin:0px;}
#menu ul li {float:left;display:block;line-height:30px;margin:0 10px}
#menu ul li a:link,#menu ul li a:visited {font-weight:bold;color:#666}
#menu ul li a:hover{}
.menuDiv {width:1px;height:28px;background:#999}
#banner {background:url(banner.jpg) 0 30px no-repeat;width:1024px;margin:auto;height:10px;border-bottom:5px solid #EFEFEF;clear:both}

/*页面主体*/

#pagebody {
 width:1024px; /*设定宽度*/
 
 margin:8px auto; /*居中*/
}
#sidebardetail {
 width:300px; /*设定宽度*/
  /* border:1px solid #E00;*/
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}
#sidebar {
 width:300px; /*设定宽度*/
   /*border:1px solid #E00;*/
   height:800px;
 text-align:left; /*文字左对齐*/
 float:left; /*浮动居左*/
 clear:left; /*不允许左侧存在浮动*/
 overflow:hidden; /*超出宽度部分隐藏*/
}
#mainbody {
 width:720px;
   /*border:1px solid #E00;*/
   height:800px;

 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}
#mainbodydetail {
 width:720px;
  /* border:1px solid #E00;*/
 text-align:left;
 float:right; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden
}
.h1 {  font-size: 24px; color: #666; padding: 4px; width:300px;  background-color: #ddd; border-bottom: 2px solid #ccc;display: block; clear:both;}

.lsttype1 {  font-size: 10px; color: #369; padding-left: 20px;  background: url(images/typegroup.jpg) no-repeat 0 50%; column-count:3 } 

.lsttype ul { 
width: 300px; 
} 
.lsttype li { 
width: 33%;
float: left; 
display: block; 
background: url(images/typegroup.jpg) no-repeat 0 50%;
padding-left: 19px;
text-align:left;
} 

#MainNoteTextList
{
	width:720px;
   border:1px  solid #e2e2e2; border-right:none; border-left:none; 
   height:120px;

 text-align:left;
 float:left; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden	
}
.lstNoteTextTitle {
	
	font-size: 24px;
	width: 610px;
	text-align: left;
	margin-left: 30px;
	height: 30px;
}
.lstNoteTextView {
	width: 610px;
	font-size: 17px;
	text-align: left;
	text-wrap: normal;
	margin-left: 30px;
	height: 70px;
}

#MainNoteList
{
	width:720px;
   border:1px solid #e2e2e2;border-right:none; border-left:none; 
   height:60px;

 text-align:left;
 float:left; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden	
}
.lstNoteTitle {
	
	font-size: 24px;
	width: 610px;
	text-align: left;
	margin-left: 30px;
}
.lstNoteView {
	width: 610px;
	font-size: 17px;
	text-align: left;
	text-wrap: normal;
	margin-left: 30px;
	height: 35px;
}
.lstNoteDetail {
	width: 610px;
	text-align: left;
	text-wrap: normal;
	margin-left: 30px;
}
.lstNoteBottom {width:720px;font-size: 13px;  clear: both;  margin-left: 30px;  background-color: #e2e2e2;}

#TopSeach
{
	width:700px;
  
   height:70px;

 text-align:left;
 float:left; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden	
}
#MainSeach
{
	width:700px;
   
   height:100px;

 text-align:left;
 float:left; /*浮动居右*/
 clear:right; /*不允许右侧存在浮动*/
 overflow:hidden	
} 

.serchForm{font-size: 20px; height:160px; vertical-align:middle}
.serchLable{font-size: 20px; margin-left: 80px;clear:both;}
.serchbox{width:300px; font-size: 20px;clear:both;}
.serchbtn{width:100px; font-size: 20px;clear:both;}
/*页面底部*/
#footer {width:1024px;margin:0 auto;height:50px;background:#FFFFFF;clear:both}
