
/* 二级页公共样式 */

/* 当前位置 */

.second-location {
	padding-left: 10px;
	height: 45px;
	line-height: 45px;
	font-family: 'Microsoft YaHei';
    font-size: 16px;
    color: #333;
}

.second-location a {
	color: #333;
}

.second-location span {
	color: #c18600;
}

/* 左侧菜单 */

.s-menu-hd {
	padding-left: 20px;
	height: 36px;
	line-height: 36px;
	background: url(../images/title-bg1.png);
	color: white;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.s-menu-hd a {
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	color: #fff;
}

.s-menu-bd {
	padding: 15px 15px 0px 15px;
	height: 533px;
	font-family: 'Microsoft YaHei';
	border: 1px solid #e7e7e7;
	border-top: 0;
	background: url(../images/menu-pic.jpg) 1px bottom no-repeat;
}

.s-menu-bd li {
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	background-color: #e2f4ff;
	vertical-align: top;
}

.s-menu-bd a {
	display: block;
	padding-left: 40px;
	font-size: 16px;
	color: #333;
	background: url(../images/cd-icon.png) 174px 10px no-repeat;
}

.s-menu-bd li:hover,
.s-menu-bd li.current {
	background-color: #f8f1d9;
}

.s-menu-bd li:hover a,
.s-menu-bd li.current a {
	background: url(../images/cd-icon1.png) 174px 10px no-repeat;
}



.s-menu-bd1 {
	padding: 15px 15px 0px 15px;
	font-family: 'Microsoft YaHei';
	border: 1px solid #e7e7e7;
	border-top: 0;
}

.s-menu-bd1 li {
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	background-color: #e2f4ff;
	vertical-align: top;
}

.s-menu-bd1 a {
	display: block;
	padding-left: 40px;
	font-size: 16px;
	color: #333;
	background: url(../images/cd-icon.png) 174px 10px no-repeat;
}

.s-menu-bd1 li:hover,
.s-menu-bd1 li.current {
	background-color: #f8f1d9;
}

.s-menu-bd1 li:hover a,
.s-menu-bd1 li.current a {
	background: url(../images/cd-icon1.png) 174px 10px no-repeat;
}

.menu-info-bt {
	height: 34px;
	line-height: 34px;
	border-bottom: 2px solid #001d83;
	background-color: #f1f1f1;
}

.bt-bg {
	width: 118px;
	height: 34px;
	text-align: center;
	font-family: 'Microsoft YaHei';
	font-size: 18px;
	color: #fff;
	background: url(../images/title-bg3.png);
}


/* 提交-取消 按钮公共样式 */

.submit-btn {
	float: left;
	margin-left: 184px;
	margin-top: 22px;
	padding-left: 70px;
	width: 140px;
	height: 38px;
	line-height: 38px;
	text-align: left;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	color: #fff;
	border: 0;
	background: url(../images/tj.png) 37px 12px no-repeat;
	background-color: #1480c5;
	cursor: pointer;
}

.submit-btn:hover {
	background-color: #3ea6eb;
}

.cancel-btn {
	float: left;
	margin-left: 40px;
	margin-top: 22px;
	width: 138px;
	height: 36px;
	line-height: 36px;
	padding-left: 70px;
	border: 1px solid #c9e4f4;
	text-align: left;
	font-family: "Microsoft YaHei";
	font-size: 15px;
	color: #0982ca;
	background: url(../images/qx.png) 36px 10px no-repeat;
	background-color: #e9f4fb;
	cursor: pointer;
}

.cancel-btn:hover {
	border-color: #c9e4f4;
	background-color: #c9e4f4;
}