.sub_bg{
	background-color: #f0f0f0;
	height: auto;
}
.top_row{
	height: 40px;
	line-height: 40px;
	width: 1200px;
	margin:0 auto;
	/* background-color: #e1e3ed; */
}
.position_title{
	width: 1200px;
	margin: 0 auto;
}
.top_row .position_title p {
	font-family: simsun;
	font-size: 13px;
	color: #707070;
	background: url(../image/icon_position.png) left center no-repeat;
	padding-left: 26px;
	cursor: pointer;
}
.top_row span {
	color: #F03C3C;
}


.sub_main{
	/* background-color: #e1e3ed; */
/* 	background:url("../images/list_bg.png") no-repeat;
	background-size: 100% auto; */
	height:auto;
	padding-bottom: 20px;
}
.list_block{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 10px;
	
}

.left_mh{
	width: 260px;
	float: left;
}

.left_menu{
	width: 260px;
	border: 1px solid #d7d7d7;
	background-color: #ffffff;
		
}
.left_title{
	width: 260px;
	height: 60px;
	line-height:60px;
	overflow: hidden;
	border-bottom: 1px solid #e1e1e1;
	background: url(../images/icon_list_menu.png) no-repeat 15px 22px;
	background-size: 16px 16px;
}
.left_title span{
	margin-left: 45px;
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: #666666;		
}
.sub_list{
}
.sub_list ul li{
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: left;
	font-size: 14px;
	font-family: SimSun;
	border-bottom: 1px solid #e1e1e1;
	cursor: pointer;
	/* background: url(../images/icon_list_1.png) no-repeat 15px 16px; */
	background-size: 16px 16px;
}
.sub_list ul li:hover{
	background-color: #f7f7f7;
}
.hover_pic1{
	width: 4px;
	height: 100%;
	display: inline-block;
	float: left;
	background-color: #63b7e5;
	visibility:hidden;
}
.sub_list ul li a{
	height: 100%;
	width: 155px;
	color: #666;
	display: inline-block;
	float: left;
	padding-left: 40px;	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;	
}

#sub_active + a{
	color: #63b7e5!important;
}



.sub_list ul li a:HOVER{
	text-decoration: none;
	color: #0080ff;
}
.hover_pic2{
	width: 8px;
	height: 100%;
	display: inline-block;
	float: right;
	margin-right: 15px;
	visibility:hidden;
}
.sub_list ul li:first-child{
	border-top:1px solid #fff;
}
.sub_list ul li:last-child{
	border-bottom: none;
}

#sub_active{
	visibility: visible;
}
#sub_active2{
	visibility: visible;
}



.center_bg{
	width: 920px;
	float: right;
/* 	background-color: #E3F3DF; */
	margin-left:15px;
}



.center_list{
	min-height:500px;
	width: 920px;
	margin:0 auto;
	border: 1px solid #d7d7d7;
	background-color: #FFF;
	border-radius: 3px;	
	margin-bottom: 10px;
	}
.center_title{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #d7d7d7;
	color: #333333;		
	font-size: 18px;
	padding-left: 15px;
}
.center_lbar ul{
	padding-left: 15px;
	min-height: 300px;
}
.center_lbar ul li{
	height: 60px;
	line-height: 60px;
	border-bottom: 1px dashed #ccc;
}
.center_lbar ul li a{
	height: 60px;
	font-family: "Microsoft YaHei",Arial;
	font-size: 14px;		
	color: #000000!important;
	display: block;
	float: left;
	width: 700px;
	white-space:nowrap;
	text-overflow: ellipsis;
	overflow: hidden;		
}
.center_lbar ul li a:hover{
	color: #c30500!important;
}
.center_lbar span{
	height: 60px;
	font-family: SimSun;
	font-size: 14px;
	color: #343434;		
	display: block;
	float: right;
	padding-right: 20px;
	
}


.page_part{
	height: 40px;
	margin-top: 20px;
}



/* list_menublock分块页面样式 */
.list_menublock{
	margin: 0 auto;
	min-height: 700px;
	background-color: #ffffff;
	padding:20px 150px;
	clear: both;
}

.list_menublock .menublock{
	width: 257px;
	height: 266px;
	float: left;
	margin-top: 2px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	margin-left: 1px;
	position: relative;
}

.list_menublock .menublock .list_title{
	color: #00538d;
    font-weight: bold;
    font-size: 18px;
    margin: 15px 35px;
}
.list_menublock .menublock .shortdetail{
	width: 180px;
	height: 155px;
	margin:10px 35px;
	overflow: hidden;
	line-height: 1.7em;
	font-size: 13px;
	color: #737373;
    font-weight: bold;
}
.style_1{
	/* background: linear-gradient(to top, #e66465, #9198e5); */
	background: linear-gradient(to top, #e4e4e4, #ffffff);
}
.style_2{
	background: linear-gradient(to top, #ffffff, #e4e4e4);
	color: #e4e4e4;
}
 .list_menublock img{
 	position: absolute;
 	bottom: 5px;
 	right: 5px;
 }
.list_menublock .menublock a{
	text-decoration: none!important;
}