.listbox{
	width:100%;
	overflow:hidden;
	float:left;
	clear:both;
	overflow:hidden;
    margin-top: 12px;
}
.listbox ul{
    list-style: none;
}
.e2{
    padding: 0;
    margin: 0;
}
.e2 li{
	width:100%;
	overflow:hidden;
	clear:both;
	padding-top: 25px;
    padding-bottom: 19px;
	border-bottom:1px dashed #EEE;
	color:#aaa;
    font-size: 18px;
}
.e2 li b a{
	color:#555;
    font-size: 17px;
    text-decoration: none;
}
.e2 li b a:hover{
    color: rgb(215, 50, 64);
}
.e2 li a.preview{
	width:160px;
	float:left;
	margin-right:7px;
	margin-bottom:3px;
	display:inline;
}
.e2 li a.preview img{
	width:100%;
	display:block;
	padding:1px;
	border:1px solid #EEE;
}
.e2 li a.preview:hover img{
	border:1px solid #AAA;
}
.e2 li a.title{
	overflow:hidden;
	line-height:33px;
	font-weight:bold;
	font-size:18px;
	margin-left:20px;
    color: #444;
    text-decoration: none;
}
.e2 li a.title:hover{
    color: rgb(215, 50, 64);
}
.e2 span.info{
	display:block;
	line-height:28px;
	color:#555;
	padding-left:12px;
    font-size: 14px;
    float: right;
}
.e2 span.info small{
	color:#AAA;
	font-size:16px;
	margin-left:3px;
}
.e2 span.info a{
	color:#690;
}
.e2 p.intro{
	color:#776955;
	line-height:20px;
	margin-left:165px;
	padding-left:23px;
    font-size: 16px;
    margin-top: 0px;
    padding-top: 6px;
    background: #fff;
    border: none;
    width: 78%;
}
.dede_pages{
}
.dede_pages ul{
	float:left;
	padding:12px 0px 12px 16px;
    list-style: none;
}
.dede_pages ul li{
	float:left;
	font-family:Tahoma;
	line-height:17px;
	margin-right:6px;
	border:1px solid #E9E9E9;
    font-weight: 100;
}
.dede_pages ul li a{
	float:left;
	padding:2px 4px 2px;
	color:#555;
	display:block;
}
.dede_pages ul li a:hover{
	color:rgb(249,92,91);
	text-decoration:none;
	padding:2px 4px 2px;
}
.dede_pages ul li.thisclass,
.dede_pages ul li.thisclass a,.pagebox ul li.thisclass a:hover{
	background-color:#eee;
	padding:2px 4px 2px;
	font-weight:bold;
}
.dede_pages .pageinfo{
	line-height:21px;
	padding:12px 10px 12px 10px;
	color:#999;
}
.dede_pages .pageinfo strong{
	color:#555;
	font-weight:normal;
	margin:0px 2px;
}
.news-header span{
    font-size: 18px;
}
.news-header span a{
    color: rgba(71,83,99,1);
    text-decoration: none;
}
.news-header span a.hover{
    color: rgb(215, 50, 64);
}
.item_list{
    list-style: none;
}
.item_list li{
    float: left;
    margin: 10px;
    width: 80px;
    line-height: 20px;
    font-size: 18px;
    text-align: center;
    background-color: #eee;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
}
.d6{
	width:100%;
	overflow:hidden;
	padding-bottom:6px;
	clear:both;
	display:inherit;
	}
.d6 li{
	float:left;
	margin:20px 33px 0 30px;
	display:inline;
    width: 30%;
	}
.d6 li a{
	width:100%;
	text-align: center;
	height:26px;
	line-height:26px;
	display:block;
	background-color: #eee;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
	color:black;
	}
.d6 li a:hover{
	text-decoration:none;
	}	
.d6 li a.thisclass{
	background-color: #eee;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, .25);
	}
/**
*brand
*/
.left_line{
    border:1px solid #e9e9e9;
}
.container-fixed{
    position: fixed;
    top: 100px;
}
.container-nav{
    width: 200px;
    border-left:1px solid #e9e9e9;
    margin-top: 20px;
}
.container-nav li{
    list-style:none;
    width: 100%;
    height: 32px;
    line-height: 32px;
    clear: both;
    font-size: 18px;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    cursor: pointer;
    margin-left: -8px;
}
.itemBrand{
    cursor: pointer;
    color: #FF5511!important;
}
.container-nav li a{
    text-decoration: none;
    color: #333;
}
.container-nav li span{
    position: absolute;
    width: 15px;
    height: 15px;
    display: block;
    top: 10px;
    background: #eee;
    border-radius:50%;
}
.point{
    background: #FF5511!important;
}
.more{
    cursor:pointer;
    font-size:18px;
    float:right;
    line-height:35px;
}