/*列表布局*/
.kind_style{
	margin-left: 120px;
}

/*
#content{

}*/
/*.kind_style ul{
	list-style: none;
}

.kind_style ul li{
	width: 930px;
	height: 213px;
	position: relative;
	background-color: #FAFAFA;
}*/
.kind_style ul{
	padding: 0px;
	border: 0px;
	margin: 0px;
	list-style: none;
	width: 935px;
	margin-left: 40px;
	margin-bottom: 43px;
}

.kind_style ul li{
	
	border: 1px solid white;
	border-bottom: 1px solid #DCDBDB;
	width: 266px;
	height: 305px;
	display: inline-block;
	margin-right: 30px;
	margin-top: 20px;
}
.kind_style ul li a{
	position: relative;
	color: black;
}

.kind_style ul li:last-child{
	margin-right: 0px;
}

.kind_style ul li div{
	position: absolute;
	left: 0;
	top: 0;
	width: 268px;
	height: 255px;
	overflow: hidden;
}

.kind_style ul li div img{
	width: 100%;
	height: 100%;
}

.kind_style ul li .name{
	position: absolute;
	top: 223px;
	left: 0px;
	background-color: rgba(0,0,0,0.5);
	width: 268px;
	height: 33px;
	color: white;
	line-height: 33px;
	letter-spacing: 1px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.kind_style ul li .phonenumber{
	position: absolute;
	top: 277px;
	left: 10px;
	width: 246px;
	height: 52px;
	line-height: 26px;
	letter-spacing: 2px;
	font-size: 14px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
	

.kind_style ul li .row_left{
	width: 293px;
	height: 238px;
	position: relative;
	float: left;
}

.kind_style .row_left img{
	width: 240px;
	height: 142px;
	margin-top: 20px;
	margin-left: 37px;
}


.kind_style .row_left .name{
	position: relative;
	top: -7px;
	color: black;
	text-align: center;
	display:block;
	width: 272px;
	height: 57px;
	font-size: 14px;
	font-weight: bold;
	line-height: 57px;
	/*background-color: #747474;*/
	margin-left: 23px;
}

.kind_style > ul li{
	margin-bottom: 30px;
}

.kind_style > ul li .row_right{
	float: right;
	margin-top: 14px;
	width: 594px;
	height: 238px;
}

.kind_style > ul li .row_right > p{
	font-size: 12px;
	height: 22px;
	width:566px
	line-height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
}

/*会员福利*/
.kind_style ul li .row_right .welfare{
	width: 566px;
	height: 54px;
}

.kind_style ul li .row_right .welfare .title{
	width:60px;
	height: 22px;
	font-size: 12px;
	line-height: 22px;
	float: left;
}

.kind_style ul li .row_right .welfare .content{
	width:506px;
	font-size: 12px;
	line-height: 22px;
	height: 132px;
	float: right;
	overflow: hidden;
}

/*列表头部*/
.kind_style > p.kind{
	display: inline-block;
	color: red;
	height: 48px;
	font-weight:bold;
	line-height: 48px;
	font-size: 19px;
	height: 48px;
}

.kind_style > p.title{
	display: inline-block;
	height: 48px;
	font-weight: bold;
	line-height: 48px;
	color: red;
	font-size: 15px;
	
}


/*会员单位头部*/
 .resume_content_left_header{
 	margin-left: 120px;
	width: 960px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 20px;
}

 .resume_content_left_header .line{
	width: 4px;
	height: 30px;
	display: inline-block;
	background-color: red;
}

.resume_content_left_header p{
	display: inline-block;
	color: red;
	font-weight: bold;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	position: relative;
	bottom: 8px;
	margin-left: 17px;
}

 .resume_content_left_header .line_right{
	display: inline-block;
	width: 790px;
	height: 1px;
	background-color: #FFE7E7;
	position: relative;
	bottom: 15px;
	margin-left: 38px;
}

#library_infomation_kind{
	margin-left: 120px;
	margin-top: 25px;
	width: 958px;
	background-color: #f8f8f8;
	border-top:    3px solid red;
	border-left:   1px solid #e3e2e2;
	border-bottom: 1px solid #e3e2e2;
	border-right:  1px solid #e3e2e2;
}

/*标题*/
#library_infomation_kind .library_kind_head{
	margin-top: 25px;
	margin-bottom: 20px;
	margin-left: 19px;
	position: relative;
	width: 160px;
}

#library_infomation_kind .library_kind_head img{
	float: left;
}

#library_infomation_kind .library_kind_head span{
	color: red;
	font-size: 25px;
	letter-spacing: 2px;
	display: inline-block;
	font-weight: bold;
	float: right;
}

/*信息分类内容*/
#library_infomation_kind .library_kind_content{
	margin-left: 20px;
	width: 920px;
}

#library_infomation_kind .library_kind_content ul{
	padding: 0px;
	margin: 0;
	font-size: 0px;
	letter-spacing: -2px;
	list-style: none;
	margin-bottom: 20px;
}

#library_infomation_kind .library_kind_content ul li{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 25%;
	display: inline-block;
	text-align: center; 
	border-left: 1px dotted red;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red;
}

#library_infomation_kind .library_kind_content ul li:hover{
	background-color: red;
	
}

#library_infomation_kind .library_kind_content ul li:hover a{
	color: white !important;
}

#library_infomation_kind .library_kind_content ul li:nth-child(n+5){
	border-top: none;
}

#library_infomation_kind .library_kind_content ul li:nth-child(4n){
	border-right: 1px dotted red;
}

#library_infomation_kind .library_kind_content ul li:last-child{
	border-right: 1px dotted red;
}

#library_infomation_kind .library_kind_content ul li a{
	color: black;
}

#library_infomation_kind a{
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
}

.library_kind_content .kind_select{
	background-color: red;
}
.library_kind_content .kind_select > a{
	color: white;
}
