#header{
	z-index: 100;
	position: relative;
}
#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;
}

.clear_float{
	clear: both;
}

/*信息分类内容*/
#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;
	display: inline-block;
	text-align: center; 
	/* border-left: 1px dotted red;
	border-top: 1px dotted red;
	border-bottom: 1px dotted red; */
	border: 1px dotted red;
	margin-right: 8px;
	margin-bottom: 8px;
	width: 24%;
}

#library_infomation_kind .library_kind_content ul li:hover{
	background-color: red;
	
}

#library_infomation_kind .library_kind_content ul a li:hover{
	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){
	background-color: blue;
}

#library_infomation_kind .library_kind_content ul li:last-child{
	/* border-right: 1px dotted red; */
	/* margin-right: 0px; */
}

#library_infomation_kind .library_kind_content ul a li{
	color: black;
	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 ul li.kind_select{
	background-color: red;
}
.library_kind_content ul a li.kind_select{
	color: white !important;
}
/*#library_infomation_kind .library_kind_content ul{
	list-style: none;
	padding: 0;
	margin: 0;
	border: 0;
	width: 920px;
	
}

#library_infomation_kind .library_kind_content li{
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	float: left;
	width: 25%;
}

#library_infomation_kind .library_kind_content a{
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	letter-spacing: 1px;
	font-size: 14px;
	font-weight: bold;
	height: 44px;
	line-height: 44px;
	position: relative;
	left: 10px;
}*/

.li_circle_tip{
	display: inline-block;
	margin-top: 20px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	background-color: red;
	position: absolute;
}

/*文库详情*/
.library_detail_content{
	margin-top: 29px;
	width: 960px;
	margin-left: 120px;
	margin-bottom: 88px;
}

.library_detail_content #content_left{
	width: 674px;
	height: 587px;
	float: left;
}

.library_detail_content #content_right{
	width: 255px;
	height: 587px;
	float: right;
}

#content_left .content_head{
	width: 674px;
	height:47px;
	background-color: red;
	position: relative;
	margin-bottom: 26px;
}

#content_left .content_head .content_line1{
	width: 1px;
	height: 47px;
	background-color: white;
	margin-left: 34px;
	display: inline-block;
	position: relative;
}

#content_left .content_head .content_line2{
	width: 1px;
	height: 47px;
	background-color: white;
	left: 196px;
	display: inline-block;
	position: absolute;
}

#content_left .content_head .title{
	left: 62px;
	height: 47px;
	line-height: 47px;
	color: white;
	font-size: 25px;
	letter-spacing: 2px;
	position: absolute;
}
#content_left .content_content{
	
}
#content_left .content_content ul{
	list-style: none;
}

#content_left .content_content ul li{
	height: 50px;
	position: relative;
}
#content_left .content_content ul li img{
	top:5px;
	position: absolute;

}

#content_left .content_content ul li a{
	margin-left: 12px;
	display: inline-block;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 4px;
	width: 486px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
#content_left .content_content ul .date{
	margin-left: 58px;
	font-weight: bold;
}

a{
	text-decoration: none;
}
a:visited{
	text-decoration: none;
}


/*搜索框*/
#library_search{
	width:  255px;
	height: 42px;
	margin-bottom: 34px;
}

#library_search input{
	border: none;
	margin: 0px;
	width: 200px;
	border-top:    1px solid black;
	border-left:   1px solid black;
	border-bottom: 1px solid black;
	height: 38px;
	float: left;
	text-indent: 6px;
}
#library_search .searchBg{
	width: 53px;
	height: 40px;
	float: right;
	background-color: red;
}


#library_search .searchBg img{
	margin-top: 6.5px;
	margin-left: 17.5px;
	width: 18px;
	height: 27px;
}

/*下载排行榜*/

.right_head{
	margin-left: 15px;
	width: 119px;
	height: 19px;
	margin-bottom: 16px;
}

.right_head img{
	float: left;
}

.right_head span{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	color: red;
	float: right;
	height: 19px;
	line-height: 19px;
}

 .right_order ul li{
	list-style: none;
	position: relative;
}
 .right_order .order_num{
	font-size: 17px;
	font-weight: bold;
	width: 22px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align-last: right;
	position: absolute;
	
}

.red_num{
	color: red;
}

.right_order .order_content{
	display: inline-block;
	font-size: 13px;
	color: black;
	font-weight: bold;
	letter-spacing: 1px;
	height: 30px;
	line-height: 30px;
	width: 195px;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	margin-left: 29px;
}

.right_order  img{
	position: absolute;
	top: 7px;
	right: 0px;
}

/*信息分类*/
.library_kind_content > table{
	width: 100%;
	border: 1px solid red;
}

.library_kind_content > table  td{
	width: 25%;
	text-align: center;
}

#library_infomation_kind a{

}
