﻿.shujuzhutiCon {
	position: relative;
}

.shujuzhuti_title {
	height: 40px;
	margin: 20px 0 10px 0;
}

.shujuzhuti_title .shujuzhuti_name {
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-family: "Microsoft YaHei";
	color: #333;
}

.shujuzhuti_classific {
    height: 30px;
    line-height: 30px;
    margin-left: 25px;
    margin-top: 2px;
    font-family: "Microsoft YaHei";
	font-size: 14px;
}

.shujuzhuti_classific_per {
	margin-right: 10px;
	padding: 5px;
	cursor: pointer;
	display: none;
}

.shujuzhuti_classific_select {
	color: #fff;
	background: url(../../systemmanager/admin/images/dataTopic/sjzt_bgqb.png) no-repeat center 10px;
}

.shujuzhuti_main {
	min-height: 130px;
	position: relative;
	overflow: hidden;
	z-index: 1000;
	border-top: 1px solid #dcdcdc;
}

.shujuzhuti_main .shujuzhutiTab {
	position: absolute;
}

.shujuzhuti_main ul li {
	width: 150px;
	height: 120px;
	float: left;
}

.shujuzhuti_main ul li.sjztLinkItem {
	cursor: pointer;
}

.sjztItemFirstCloumn{
	width: 148px;
	height: 119px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;	
}

.sjztItemBorder{
	width: 149px;
	height: 119px;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.sjztItemFirstItem{
	width: 148px;
	height: 118px;
	border: 1px solid #dcdcdc;	
}

.sjztItemSecondItem{
	width: 149px;
	height: 119px;	
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}

.shujuzhuti_main ul li:hover {
	background-color: #EBF5FF;
}

.sjztItem {
	padding-top: 20px;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft YaHei";
	overflow: hidden;
}

.sjztItem img {
	width: 48px;
    height: 44px;
}

.sjztItemName {
	padding-top: 10px;
    width: 80%;
    height: 22px;
    margin: 0 auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.shujuzhuti_more {
	position: absolute;
	top: 14px;
	right: 5px;
	cursor: pointer;
	color: #999999;
	display: none;
}

.shujuzhuti_more:hover {
	color: #1492FF;
}


