@charset "utf-8";

.list .menus {
	float: left;
	width: 320px;
	overflow: hidden;
	background: #f9f9f9;
}

.list .menus h3 {
	width: 320px;
	height: 85px;
	line-height: 85px;
	text-align: center;
	overflow: hidden;
	border-radius: 8px 8px 0 0;
	background: #305395;
	color: #fff;
	font-size: 20px;
}

.list .menus ul {
	width: 300px;
	display: block;
	margin: auto;
}

.list .menus ul li {
	width: 300px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 18px;
}

.list .menus ul li li {
	border-top: 1px solid #ebebeb;
}

.list .menus ul li a {
	display: block;
	color: #1760ac;
}

.list .menus ul li:hover,
.list .menus ul li.hover {
	border-top: 1px solid #f9f9f9;
}

.list .menus ul li:hover li,
.list .menus ul li.hover li {
	border-top: 1px solid #f9f9f9;
}

.list .menus ul li:hover a,
.list .menus ul li.hover a {
	width: 280px;
	height: 60px;
	line-height: 60px;
	margin: 15px auto;
	background: #2a62a3;
	color: #fff;
}

.list .list-box {
	float: left;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}

.list .ty {
	width: 888px;
	padding: 35px;
}

.list .ty ul li {
	height: 40px;
	line-height: 40px;
	background: url(/uploads/image/ijsite/list-ico-01.jpg) 2px center no-repeat;
	text-indent: 14px;
}

.list .ty ul li.lines {
	width: 100%;
	height: 0;
	border: 1px dashed #efefef;
	margin: 20px 0;
	background: none;
	text-indent: 0;
}

/* 通用列表分页css */
.pages {
	padding: 15px 0;
	color: #ccc;
	text-align: center;
}

.pages a {
	display: inline-block;
	color: #1760ac;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	border: 1px solid #ddd;
	margin: 0 2px;
	border-radius: 4px;
	vertical-align: middle;
}

.pages a:hover {
	text-decoration: none;
	border: 1px solid #24538b;
}

.pages span {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	vertical-align: middle;
}

.pages span.current {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #24538b;
	border: 1px solid #24538b;
	border-radius: 4px;
	vertical-align: middle;
}

.pages span.disabled {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}

.pages span.btn a {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #fff;
	background-color: #1760ac;
	border: 1px solid #1760ac;
	border-radius: 4px;
	vertical-align: middle;
	cursor: pointer;
}

.pages span.btn a:hover {
	text-decoration: none;
	border: 1px solid #24538b;
}

.pages input[type=text] {
	display: inline-block;
	height: 25px;
	width: 20px;
	text-align: center;
	line-height: 25px;
	padding: 0 10px;
	margin: 0 2px;
	color: #bfbfbf;
	background: #f2f2f2;
	border: 1px solid #bfbfbf;
	border-radius: 4px;
	vertical-align: middle;
}
