@charset "utf-8";
/* CSS Document */
/*左部内容*/
.left{
	margin-top:20px;
	width:230px;}
.left1 {
	height:283px;}
.left3 {
	margin-bottom:7px;}
.coneng2 {
	margin-right:10px;
	margin-top:5px;
}
.lefttitle {
	letter-spacing:0px;
	font-family:"微软雅黑";
	width:90px;
	height:22px;
	font-size:16px;
	padding-left:30px;
	padding-top:5px;
	background: url(../images/contitle.png) left no-repeat;
}
.leftba {
	height:34px;
	margin-bottom:1px;
	background: url(../images/conba.png) left repeat-x;
}
.leftbasp1{
	color:#807d2b;
	font-weight:bold;}
.leftbasp2{
	color:#b4b4b0;}
.leftcon{
	height:230px;
	}
.leftcon ul{
	width:160px;
	margin:0 auto;
	margin-top:15px;
	background:url(../images/leftlist.png) repeat-y;
	}
.leftcon ul li{
	width:150px;
	line-height:30px;
	padding-left:10px;
	height:30px;
	font-size:14px;
	vertical-align:middle;
	border-bottom:#333 1px  dashed;
	background: url(../images/left1bg.png) bottom no-repeat;
	font-family:"微软雅黑";
	}
.leftcon ul li img{
	margin-right:35px;}
.leftcon a:link {color:#333; text-decoration: none;}
.leftcon a:visited {color:#333; text-decoration: none;}
.leftcon a:hover {color:#900;  text-decoration:none; }

.left3con{
	height:410px;
	margin-bottom:13px;
	 display: -webkit-box; /*盒子模型微弹性伸缩模型*/
      word-wrap:break-word; /*链接字母强制换行*/
      -webkit-box-orient: vertical; /*伸缩盒子的子元素垂直排列*/
      text-overflow: clip;  /*文本溢出时,显示省略号 IE, WebKit (Safari, Chrome), Firefox 7, Opera 11*/
      overflow: hidden; /*内容超出,隐藏元素 */
      -webkit-line-clamp: 2;
	}
	
.left3con p{
	padding:15px 20px 0px 20px;
	line-height:25px;}