﻿﻿@charset "utf-8";
/* 登录后界面样式 */
* {
	margin:0;
	padding:0;
}
ul {
	list-style:none;
}

/*________________右侧内容样式______________________*/
#rig {
	margin-left:177px;
	background: #FFF;
}
/*________________右侧导航按钮内容样式______________________*/
#rig_nav {
	width:100%;
	height:45px;
	background: url(../images/pages/cen/rig/nav_bg_a.jpg) repeat-x;
}
#rig_nav dl {
	z-index:200;
}
#rig_nav li {
	float:left;
	position:relative;
}
#rig_nav li a {
	display:block;
	height:45px;
	margin-right:15px;
	padding-left:10px;
	padding-right:10px;
	font-family:"微软雅黑";
	font-size:15px;
	letter-spacing:1px;
	color:#286aa5;
	line-height:45px;
	text-decoration:none;
}
#rig_nav li a:hover {
	background: url(../images/pages/cen/rig/nav_bg_hov.jpg) repeat-x;
	color:#FFF;
}
/*以下开始设置第一个按钮二级文本下拉菜单*/
#rig_nav li #dl_a {
	width:160px;
	background:#286aa5;
	display:none;
	position:absolute;
	top:45px;
	left:20px;
}
#rig_nav li #dl_a dd a {
	font-family: "微软雅黑";
	font-size:14px;
	color: #FFF;
	text-decoration:none;
	border-bottom:1px solid #3a83c4;
	border-top:1px solid #11518a;
	line-height:45px;
	text-indent:20px;
}
#rig_nav li #dl_a dd a:hover {
	background: #F2F2F2;
	color:#4484cc;
	border-right:1px solid #CCC;
	border-bottom:2px solid #67ace9;
	border-left:1px solid #CCC;
}
#rig_nav li:hover #dl_a {
	display:block;
}
/*以下开始设置其他按钮二级文本下拉菜单*/
#rig_nav li dl {
	width:160px;
	background:#286aa5;
	display:none;
	position:absolute;
	top:45px;
	left:0px;
}
#rig_nav li dl dd a {
	font-family: "微软雅黑";
	font-size:14px;
	color: #FFF;
	text-decoration:none;
	border-bottom:1px solid #3a83c4;
	border-top:1px solid #11518a;
	line-height:45px;
	text-indent:20px;
	padding:0px;
	margin:0px;
}
#rig_nav li dl dd a:hover {
	background: #F2F2F2;
	color:#286aa5;
	border-right:1px solid #CCC;
	border-bottom:2px solid #67ace9;
	border-left:1px solid #CCC;
}
#rig_nav li:hover dl {
	display:block;
}
/*________________右侧导航按钮内容样式结束______________________*/

/*________________文字样式______________________*/
.red {
	color:#F00;
}
/*________________翻页页码样式______________________*/
.but_homepage {/*首页按钮样式*/
	display:inline-block;
	margin:0 3px;
	width:69px;
	height:32px;
	background:url(../images/pages/cen/rig/but_homepage_a.png) no-repeat bottom;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
	line-height:32px;
	text-indent:13px;
	color:#333;
}
.but_homepage:hover {
	background:url(../images/pages/cen/rig/but_homepage_hover.png) no-repeat bottom;
	color:#FFF;
}
.but_endpage {/*尾页按钮样式*/
	display:inline-block;
	margin:0 3px;
	width:69px;
	height:32px;
	background:url(../images/pages/cen/rig/but_endpage_a.png) no-repeat bottom;
	font-family:"宋体";
	font-size:12px;
	text-decoration:none;
	line-height:32px;
	text-indent:-8px;
	color:#333;
}
.but_endpage:hover {
	background:url(../images/pages/cen/rig/but_endpage_hover.png) no-repeat bottom;
	color:#FFF;
}
.but_pageup {/*上一页按钮样式*/
	display: inline-block;
	margin: 0 3px;
	width:30px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	background: url(../images/pages/cen/rig/but_pageup_a.png) no-repeat;
}
.but_pageup:hover {
	background:url(../images/pages/cen/rig/but_pageup_hover.png) no-repeat;
}
.but_pagedown {/*下一页按钮样式*/
	display: inline-block;
	margin: 0 3px;
	width:30px;
	height:30px;
	line-height:30px;
	text-decoration:none;
	background: url(../images/pages/cen/rig/but_pagedown_a.png) no-repeat;
}
.but_pagedown:hover {
	background:url(../images/pages/cen/rig/but_pagedown_hover.png) no-repeat;
}
.but_page {/*页码按钮样式*/
	display: inline-block;
	margin: 0 3px;
	width:30px;
	height:30px;
	font-size:12px;
	line-height:30px;
	color:#333;
	text-decoration:none;
	background: url(../images/pages/cen/rig/but_page_a.png) no-repeat;
}
.but_page:hover {
	background:url(../images/pages/cen/rig/but_page_hover.png) no-repeat;
	color:#FFF;
}
.but_text {/*跳转到文本输入框样式*/
	width:65px;
	height:30px;
	background: url(../images/pages/cen/rig/but_text_bg.png) no-repeat bottom;
	border:0;
	text-indent:15px;
	line-height:33px;
	font-size:12px;
	color: #333;
}
.but_go {/*Go按钮样式*/
	display: inline-block;
	margin: 0 3px;
	width:33px;
	height:30px;
	background:url(../images/pages/cen/rig/but_go_a.png) no-repeat;
	font-size:12px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	line-height:30px;
}
.but_go:hover {
	background:url(../images/pages/cen/rig/but_go_hover.png) no-repeat;
}
/*______________________________table__________________________________________*/
table {
	margin:5px;
	width:98%;
	font-family:"微软雅黑";
	font-size:12px;
	color: #FFF;
	border-collapse: collapse;
}
th, td {
	border:1px solid #bcd3ed;
	padding:5px 10px;
	height:25px;
}
td{color:#7f7f7f;}
th {
	text-align:left;
	font-size:16px;
	background:url(../images/pages/cen/rig/th_bg.jpg) repeat-x;
}
.tab_grey {
	background: #eef3f8;
	line-height:30px;
}
.tab_white {
	background: #f8fcff;
}
.tab_but {
	margin:0 0 0 20px;
	display: inline-block;
	width:76px;
	height:29px;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	color:#757575;
	font-weight:bold;
	background:url(../images/pages/cen/rig/tab_bg_a.png) no-repeat;
	border:0px;
}
.tab_but:hover {
	background:url(../images/pages/cen/rig/tab_bg_hov.png) no-repeat;
	color: #4987cd;
}
.tab_textbut {
	color:#39a2d2;
	text-indent:5px;
	height:20px;
	background:#FFF;
	border-top: 1px solid #bcd3ed;
	border-right: 1px solid #bcd3ed;
	border-bottom:1px solid #d4e6fb;
	border-left:1px solid #d4e6fb;
}
.tab_textbut_100 {
	color:#39a2d2;
	text-indent:5px;
	height:20px;
	background:#FFF;
	border-top: 1px solid #bcd3ed;
	border-right: 1px solid #bcd3ed;
	border-bottom:1px solid #d4e6fb;
	border-left:1px solid #d4e6fb;
	width:100px;
}
.tab_textbut_200 {
	color:#39a2d2;
	text-indent:5px;
	height:20px;
	background:#FFF;
	border-top: 1px solid #bcd3ed;
	border-right: 1px solid #bcd3ed;
	border-bottom:1px solid #d4e6fb;
	border-left:1px solid #d4e6fb;
	width:200px;
}
.tab_textbut_300 {
	color:#39a2d2;
	text-indent:5px;
	height:20px;
	background:#FFF;
	border-top: 1px solid #bcd3ed;
	border-right: 1px solid #bcd3ed;
	border-bottom:1px solid #d4e6fb;
	border-left:1px solid #d4e6fb;
	width:250px;
}
.tab_text {
	display: inline-block;
	text-indent:30px;
}
#tab_text01 {
	display: inline-block;
	height:20px;
	background:  url(../images/pages/cen/rig/ico_03.png) no-repeat left;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666;
	text-decoration:none;
	text-indent:20px;
}
#tab_text01:hover {
	color:#F00;
}
#tab_text02 {
	display: inline-block;
	height:20px;
	background: url(../images/pages/cen/rig/ico_04.png) no-repeat left;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666;
	text-decoration:none;
	text-indent:20px;
}
#tab_text02:hover {
	color:#F00;
}
#tab_text03 {
	display: inline-block;
	height:20px;
	background: url(../images/pages/cen/rig/ico_05.png) no-repeat left;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666;
	text-decoration:none;
	text-indent:20px;
}
#tab_text03:hover {
	color:#F00;
}
#tab_text04 {
	display: inline-block;
	height:20px;
	background: url(../images/tab/ico_03.png) no-repeat left;
	font-family:"微软雅黑";
	font-size:12px;
	color:#666;
	text-decoration:none;
	text-indent:20px;
}
#tab_text04:hover {
	color:#F00;
}

.tab_but02 {
	margin:0 0 0 20px;
	display: inline-block;
	width:151px;
	height:29px;
	font-family:"微软雅黑";
	font-size:14px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	color:#757575;
	font-weight:bold;
	background:url(../images/pages/cen/rig/tab_bg_a02.png) no-repeat;
}
.tab_but02:hover {
	background:url(../images/pages/cen/rig/tab_bg_hov02.png) no-repeat;
	color: #4987cd;
}

