﻿/*
copyright: 四川兴蜀公路建设发展有限公司
for: 公用（内页）
data: 2017-05
*/
/* CSS Document */
#main {
	display: table;
}
.main {
	background: url(../images/mainBg.gif) repeat-y;
}

/*
左部
*/
#left {
	width: 215px;
	padding-bottom: 45px;
}
#left h1 {
	width: 100%;
	height: 44px;
	padding-top: 2px;
	font-size: 16px;
	color: #3b703b;
	line-height: 44px;
	border-bottom: 2px solid #3d773d;
	text-align: center;
}
/*导航*/
.nav
.nav li {
	width: 100%;
}
.nav {
	margin-top: 35px;
}
.nav li {
	margin-top: 16px;
	float: left;
}
.nav li a {
	width: 114px;
	padding: 0 26px 0 75px;
	display: block;
}
.nav li a div,
.nav li span {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav li a div {
	height: 24px;
	font-size: 14px;
	color: #383838;
	line-height: 18px;
}
.nav li span {
	height: 18px;
	display: block;
	font-size: 14px;
	color: #878787;
	line-height: 18px;
}
.nav li a:hover div,
.nav li a:hover span,
.nav li.active a div,
.nav li.active a span {
	color: #3b703b;
}
.nav li ul {
	width: 100%;
	background-color: #e5ede5;
	display: table;
	padding: 5px 0;
}
.nav li li {
	width: 100%;
	margin-top: 0;
	float: left;
}
.nav li li a {
	height: 30px;
	font-size: 12px;
	color: #383838;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.nav li li a:hover,
.nav li li.active a {	
	color: #3b703b;
}

/*
右部
*/
#right {
	width: 965px;
	padding-bottom: 50px;
}
/*栏目*/
.category {
	width: 925px;
	padding: 2px 20px 0;
	font-size: 16px;
	line-height: 44px;
	border-bottom: 2px solid #6caed5;
}
.category h1 {
	font-size: 16px;
	color: #383838;
}
.category div {
	font-size: 14px;
}
.category div,
.category div a {
	color: #686767;
}
.category div span,
.category div a:hover {
	color: #3b703b;
}
/*分页*/
.pagination {
	margin-top: 16px;
	width: 100%;
	font-size: 12px;
	line-height: 21px;
	border-top: 1px solid #b1b1b1;
	padding-top: 16px;
}
.pagination > span {
	/*width: 100%;
	max-width: 50%;*/
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.pagination,
.pagination a {
	color: #686767;
}
.pagination select {
    padding: 0 10px 2px;
	color: #686767;
    line-height: 17px;
    border: 1px solid #b1b1b1;
}
.pagination strong,
.pagination a:hover {
	color: #3b703b;
}
.pagination .info,
.pagination .info input {
	font-size: 14px;
	color: #686767;
}
.pagination .info span {
	padding: 0 6px;
}
.pagination .info input {
	width: 35px;
	height: 15px;
	line-height: 15px;
	padding: 2px 4px;
	border: 1px solid #b1b1b1;
	text-align: center;
}
.pagination .info .submit {
	width: 40px;
	height: 21px;
}
.pagination .info a {
	display: block;
	margin-left: 20px;
	color: #686767;
	line-height: 19px;
	padding: 0 10px;
	border: 1px solid #b1b1b1;
}
.pagination .info a:hover {
	color: #3b703b;
	border-color: #3b703b;
}
.pagination .info a.disabled {
	color: #ccc;
	border-color: #ccc;
	cursor: not-allowed;
}