.nei_center{
	/*border: 1px solid red;*/
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 10px;
}

/*左边*/ 
.nei_left{
	float: left;
	width: 890px;
	height: auto;
	overflow: hidden;
	/*border: 1px solid red;*/
}

.qyzhiwei_nav_ul{
	border: 1px solid #ccc;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.qyzhiwei_nav_ul li{
	float: left;
	line-height: 45px;
	margin-right: 10px;
	text-align: center;
	width: 15%;
}

.qyzhiwei_nav_ul li a{
	display: block;
}
.qyzhiwei_nav_ul li a:hover{
	background: #E48010;
	color: #fff;
}
.hover{
	background: #E48010;
	color: #fff;
}
.hover a{
	color: #fff;
}


.zhiwei_list{
	border: 1px solid #ccc;
	height: auto;
	overflow: hidden;
}
.zhiwei_list li{
	border-bottom: 1px solid #ccc;
	height: auto;
	overflow: hidden;
	/*margin-bottom: 10px;*/
	position: relative;
}
.zhiwei_list li .has_toudi_div{
	position: absolute;
	top: 38%;
	right: 60px;
	color: #E48010;
	font-size: 20px;
	/*display: none;*/
}

.zhiwei_list_left{
	/*border: 1px solid red;*/
	float: left;
	width: 50%;
	margin-top: 10px;
	padding-left: 15px;
}
.zhiwei_list_left h4{
	line-height: 35px;
}
.zhiwei_list_left h4 span{
	color: #333;
}
.zhiwei_list_left h4 font{
	color: #E48010;
}
.zhiwei_list_left h4 a{
	color: #0A6DA6;
}
.zhiwei_list_left h4 a:hover{
	color: #0A6DA6;
}

.zhiwei_list_left b{
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
}

.zhiwei_list_right {
	width: 50%;
	float: right;
	/*border: 1px solid red;*/
	margin-top:20px;
}
.zhiwei_list_right span{
	display: block;
	width:14%;
	padding-left: 69%;
}
.zhiwei_list_right span a{
	background: url(../../image/zhiwei_07.png) left no-repeat;
	width: 121px;
	height: 41px;
	line-height: 41px;
	padding-left: 40px;
	display: block;
}
.zhiwei_list_right span a:hover{
	background: url(../../image/zhiwei_03.png) left no-repeat;
	color: #fff;
}

/*分页*/
.fenye{
	line-height: 35px;
	text-align: center;
	margin-top:15px;
	margin-bottom: 10px;
	/*border: 1px solid red;*/
}

