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

*{
	margin:0;
	padding:0;
	border:0;
}
body {
    font: 14px/26px SimHei;
    color: #221814;
    
}
a{
	text-decoration:none;
}
img{
	border:0;
}
ul li{
	list-style:none;
}
#wrapper{
	width:1200px;
	margin:0 auto;
	background: url(images/bg.jpg);
}
#wrapper .head{
	width:1200px;
	height:179px;
	margin:0 auto;
	
}
#wrapper #cont{
	width:100%;
	height:2200px;
	
}
#wrapper #cont #sidebar{
	width:332px;
	height:1020px;
	float:left;
	border-right:#221814 1px solid;
	padding-top:20px;
}

.search { 	padding-left:10px;
	line-height:46px;
	font-size:18px; border:1px #221814 solid; 
	margin-left:20px;
	margin-bottom:20px; float:left; width:273px; height:46px;}
.search .bd { float:left; width:204px; height:46px; line-height:46px; padding:0 5px;  color:#221814;}
.search .btn { float:left; background:url(images/search.png); margin-top: 10px; width:28px; height:28px; cursor:pointer;}

#wrapper #cont #sidebar .title{
	padding-left:50px;
	padding-right:45px;
	text-align:left;
}
#wrapper #cont #sidebar .title .specil{
	width:333px;
	height:70px;
	background:url(images/libg.png)no-repeat;
	margin-left:-50px;
	padding-left:85px;
}
.list li:hover{
	width:333px;
	height:70px;
	background:url(images/libg.png)no-repeat;
	margin-left:-50px;
	padding-left:85px;
}
#wrapper #cont #sidebar .title ul li{
	padding-top:15px;
	padding-bottom:15px;
}
#wrapper #cont #sidebar .title ul li a{
	font-size:18px;
	line-height:29px;
	color:#221814;
	text-decoration:none;
}
#wrapper #cont #sidebar .title .top,#wrapper #cont #sidebar .title .bottom{
	margin-left:85px;
}

#wrapper #cont #maincontent{
	width:738px;
	height:auto;
	float:left;
	padding:20px 88px 0px 40px;
}
#wrapper #cont #maincontent h1{
	SimHei:汉仪粗宋简;
	font-size:23px;
	color:#221814;
	line-height:48px;
}
#wrapper #cont #maincontent p{
	color:#221814;
	padding-left:115px;
	    padding: 15px 86px;
}
#wrapper #cont #maincontent dl{
	margin-top:15px;
	margin-bottom:15px;
	
}
#wrapper #cont #maincontent dl dt{
	font-size:16px;
	color:#221814;
	line-height:28px;
	font-weight:bold;
	
}
#wrapper #cont #maincontent dl dd{
	color:#221814;
	text-indent:2em;
	
}