@CHARSET "UTF-8";
/* CSS Document */

.clearfix {
	*zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}

.main {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
.main_a {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	height: 240px;
}
.left {
	float: left;
	width: 330px;
}
.right {
	float: right;
	width: 610px;
}
.title_a {
	background-color: #FFF;
	background-image: url(../images/title_a.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 38px;
	border: 1px solid #D9D1C3;
	line-height: 38px;
	padding-left: 15px;
	font-size: 15px;
	font-weight: bold;
	color: #7D5500;
}
.title_a span {
	font-size: 12px;
	font-weight: normal;
	color: #745F25;
	padding-right: 5px;
	padding-left: 5px;
}
.title_b {
	font-size: 18px;
	line-height: 150%;
	font-weight: bold;
	background-image: url(../images/title_e.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #3F6A7F;
	border: 1px solid #CFDEE6;
	padding: 15px;
	background-color: #FFF;
}
.title_c {
	font-size: 14px;
	line-height: 40px;
	font-weight: bold;
	background-image: url(../images/title_e.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	color: #3F6A7F;
	border: 1px solid #CFDEE6;
	background-color: #FFF;
	height: 40px;
	padding-left: 15px;
}
.title_d {
	color: #960;
	font-size: 15px;
}

.title_e {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	background-image: url(../images/title_e.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
	color: #3F6A7F;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFDEE6;
	padding-top: 10px;
	background-color: #FFF;
}
.content_a {
	text-align:right;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFDEE6;
	border-bottom-color: #CFDEE6;
	border-left-color: #CFDEE6;
}
.content_a p {
	padding-top: 8px;
	padding-bottom: 8px;
}
.content_a p span {
	font-size: 13px;
	color: #900;
}
.content_b {
	padding: 20px;
	border: 1px solid #CFDEE6;
	text-align: center;
	font-size: 13px;
}

/**课程中心 start**/
.content_b .list-title {
	font-size: 16px;
	margin-bottom: 10px;
}
.content_b ul.list-box {
	margin-left: 20px;
}
.content_b ul.list-box li {
	width: 240px;
	float: left;
	padding: 20px;
	border: 1px solid #ddd;
	margin-right: 10px;
	margin-bottom: 10px;
	cursor: pointer;
	-webkit-transition: all .6s;
	transition: all .6s;
}
.content_b ul.list-box li:hover {
	border: 1px solid #09f;
	border-radius: 10px;
	
	/**
	border: 1px solid #f85f2e;
	-webkit-box-shadow: inset 0 0 5px rgba(248, 95, 46, 0.6);
	-moz-box-shadow: inset 0 0 5px rgba(248, 95, 46, 0.6);
	box-shadow: inset 0 0 5px rgba(248, 95, 46, 0.6);
	*/
}
.content_b ul.list-box li img {
	width: 160px;
	height: 120px;
}
.content_b ul.list-box li p {
	margin-top: 10px;
}

/**课程中心 end**/

.content_b p {
	padding-top: 8px;
	padding-bottom: 8px;
}

.content_b .kc-title {
	border-bottom: 1px solid #CFDEE6;
	padding-bottom: 10px;
}
.content_b .kc-title .title-left {
	float: left;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid #CFDEE6;
	border-radius: 4px;
	padding: 0 10px;
	color: #3F6A7F;
	font-weight: bold;
}
.content_b .kc-title .title-right {
	float: right;
	margin-top: 10px;
}
.content_b .jj {
	padding-left: 94px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.content_b .jj a {
	display: block;
	text-decoration: underline;
	text-align: right;
	padding-bottom: 2px;
	color: #3F6A7F
}
.content_b .title-jj {
	text-align: left;
}

.content_b .explain{
	text-align: left;
	text-indent:35px;
}

.content_b .title-jj span.title-jj {
	font-size: 14px;
}
.content_b ul.img-box li {
	float: left;
	width: 161px;
	padding: 0px 9px;
	border-right: 1px solid #ddd;
}
.content_b .img-box1 {
	padding: 20px 0;
	border: 1px solid #ddd;
	border-bottom: 0;
}
.content_b .img-box1.bottom-none {
	border-bottom: 1px solid #ddd;
}
.content_b ul.img-box li img {
	width: 160px;
	height: 140px;
}
.content_b ul.img-box li.none {
	border-right: 0;
}
.content_b ul.img-box li .title {
	text-align: center;
}
.content_b ul.img-box {
	margin-left: 4px;
}

/*课程中心下拉菜单*/
.kczx-list {
	width: 160px;
	position: absolute;
	display: none;
	z-index:999;
}
.kczx-list a {
	display: inline-block !important;
	width: 100% !important;
	height: 40px !important;
	background-color: #069 !important;
	line-height: 40px;
	border-bottom: 1px solid #3D9CCC;
}
.kczx-list a:hover {
	background-color: #0188CC !important;
	border: 0 !important;
}

.ts {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #D9D1C3;
	font-size: 13px;
	color: #960;
}
.ts span {
	font-weight: bold;
	padding-right: 8px;
	padding-left: 8px;
}


.main .content_b p span {
	font-size: 16px;
	font-weight: bold;
	color: #069;
	padding-right: 8px;
	padding-left: 8px;
}
.content_c {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFDEE6;
	border-bottom-color: #CFDEE6;
	border-left-color: #CFDEE6;
}
.main .content_c a {
	text-decoration: underline;
}
.content_d {
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	background-color: #FFF;
	border: 1px solid #CFDEE6;
}
.k_a {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #EBE7DE;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EBE7DE;
	border-bottom-color: #EBE7DE;
}
.k_b {
	padding-top: 20px;
}
.k_b .table_a {
	font-size: 13px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #EBE7DE;
	border-left-color: #EBE7DE;
}






/*分页样式*/
DIV.page {
	color: #187B81;
	clear: both;
	height: 38px;
	padding-top: 10px;
	padding-left: 10px;
}
DIV.page A {
	COLOR: #187B81;
	TEXT-DECORATION: none;
	border: 1px solid #B8D7D9;
	line-height: 30px;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(../images/page.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
DIV.page A:visited {
	COLOR: #187B81;
	border: 1px solid #B8D7D9;
}
DIV.page A:hover {
	COLOR: #FFFFFF;
	border: 1px solid #187B81;
	background-color: #187B81;
	background-image: none;
}
DIV.page A:active {
	COLOR: #187B81;
	border: 1px solid #B8D7D9;
}
DIV.page SPAN.current {
	PADDING-RIGHT: 8px;
	PADDING-LEFT: 8px;
	FONT-WEIGHT: bold;
	COLOR: #fff;
	BACKGROUND-COLOR: #187B81;
	border: 1px solid #187B81;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
DIV.page SPAN.disabled {
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	COLOR: #7DB0B3;
	border: 1px solid #B8D7D9;
	margin-right: 2px;
	margin-left: 2px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.menu {
	height: 39px;
}
.menu ul {
	padding-left: 10px;
	height: 40px;
}
.menu li {
	line-height: 38px;
	float: left;
	margin-right: 3px;
	height: 38px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #D9D9D9;
	border-right-color: #D9D9D9;
	border-left-color: #D9D9D9;
	text-align: center;
	display: block;
}
.menu li a {
	text-decoration: none;
	height: 38px;
	padding-right: 18px;
	padding-left: 18px;
	line-height: 38px;
	background-color: #F2F2F2;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D9D9D9;
	font-size: 15px;
}
.menu li a.tabactive {
	color: #006699;
	background-color: #fff;
	font-weight: bold;
	position: relative;
	line-height: 38px;
	height: 38px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}
#tabcontent1,#tabcontent2,#tabcontent3,#tabcontent4,#anothercontent1,#anothercontent2, #anothercontent3, #anothercontent4,#anothercontent5, #anothercontent6, #contentthree1, #contentthree2, #contentthree3 {
	border: 1px solid #D9D9D9;
	font-size: 12px;
	background-color: #FFF;
}
.contenttablenews {
	border: 1px solid #D9D9D9;
	font-size: 12px;
	background-color: #FFF;
}
.tab_news {
	padding: 10px;
}

.tab_news li {
	line-height: 30px;
	background-image: url(../images/dian.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 30px;
	padding-left: 5px;
}
.tab_more {
	text-align: right;
	padding-right: 15px;
	padding-bottom: 9px;
}
.tab .tab_more a {
	text-decoration: underline;
}
.main .tab_more {
	text-decoration: underline;
}


.search {
	height: 89px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D1C3;
	border-bottom-color: #D9D1C3;
	border-left-color: #D9D1C3;
	background-color: #F2EEE6;
	font-size: 13px;
}
.search_table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DDCF;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	padding-top: 10px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}
.search_table tr td label {
	padding-right: 10px;
}
.list_k {
	border: 1px solid #D9D1C3;
	padding: 10px;
	background-color: #FFF;
}
.table_b {

	background-image: url(../images/dian.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
.table_b_title {
	color: #069;
	font-size: 14px;
}
.main .table_b_title a {
	color: #069;
}

.user_bg {
	border: 1px solid #C3D2D9;
	background-color: #FFF;
	background-image: url(../images/user_bg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-size: 13px;
	color: #069;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.left_tel {
	line-height: 22px;
	background-color: #FFF;
	background-image: url(../images/title_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 22px;
	border: 1px solid #C7D9C3;
	font-size: 15px;
	color: #43633C;
}
.left_tel tr td span {
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.right_news_list_a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D1C3;
	border-bottom-color: #D9D1C3;
	border-left-color: #D9D1C3;
	background-color: #F2EEE6;
	font-size: 13px;
	padding: 20px;
}
.right_news_list_a ul li {
	font-size: 13px;
	line-height: 30px;
	background-image: url(../images/dian.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 5px;
}
.left_a {
	float: left;
	width: 320px;
	padding-right: 10px;
}
.left_b {
	float: left;
	width: 140px;
	padding-right: 10px;
}
.right_b {
	float: right;
	width: 140px;
}
tr.odd {
	background-color: #FDFCFA;
}
tr.highlight {
	color: #7D5500;
	background-color: #F4F2EA;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #D9D1C3;
}
tr.selected {
	background-color: #F3F2E7;
}
.table_a_title {
	background-image: url(../images/title_a.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	line-height: 30px;
	height: 30px;
	color: #7D5500;
}

.table_a tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E6DDCF;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #EBE7DE;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #FFF;
	border-left-color: #FFF;
}
.table_a tr td img {
	padding: 5px;
}
.table_a_title_two {
	font-size: 16px;
	line-height: 39px;
	background-image: url(../images/title_d.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	font-weight: bold;
	color: #3F6A7F;
}
.table_a_txt {
	padding-bottom: 15px;
	padding-left: 10px;
	padding-top: 10px;
}
.table_a_sm {
	padding: 10px;
	background-color: #F8F6F2;
	font-size: 13px;
	line-height: 25px;
	margin: 3px;
}
.main .table_a_sm p a {
	color: #7D5500;
	text-decoration: underline;
}
.table_a_xx {
	padding-bottom: 10px;
}





.right_xx {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D1C3;
	border-bottom-color: #D9D1C3;
	border-left-color: #D9D1C3;
	background-color: #F2EEE6;
	font-size: 13px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.right_xx_btn {
	background-image: url(../images/dian.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 49px;
	margin-bottom: 10px;
}

.table_gw {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #D9D9D9;
	border-left-color: #D9D9D9;
}
.table_gw_content td {
	background-image: url(../images/table_gw.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.table_gw_title_a {
	background-color: #FFF;
	background-image: url(../images/title_a.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #7D5500;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #D9D1C3;
	border-right-color: #D9D1C3;
	border-bottom-color: #D9D1C3;
}
.table_gw_title_b {
	background-color: #FFF;
	background-image: url(../images/title_c.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #00747F;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #C3D2D9;
	border-right-color: #C3D2D9;
	border-bottom-color: #C3D2D9;
}
.table_gw_title_c {
	background-color: #FFF;
	background-image: url(../images/title_d.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	color: #006699;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #C3CED9;
	border-right-color: #C3CED9;
	border-bottom-color: #C3CED9;
}
.gw_tab {
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.gw_tab li {
	background-image: url(../images/gwab.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gw_tab li a {
	color: #7D5500;
	display: block;
	height: 40px;
	padding-left: 15px;
	text-decoration: none;
}
.gw_tab li a:hover {
	background-image: url(../images/gwaa.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	display: block;
	color: #FFF;
}

.gw_tab_title {
	float: left;
	width: 330px;
	background-image: url(../images/table_gw.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.gw_tab_title li {
	background-image: url(../images/gwbb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	line-height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gw_tab_title li a {
	color: #00747F;
	display: block;
	height: 40px;
	padding-left: 15px;
	text-decoration: none;
}
.gw_tab_title li a:hover {
	background-image: url(../images/gwba.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	display: block;
	color: #FFF;
}

.gw_tab_content {
	float: left;
	width: 300px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.gw_tab_content_list li {
	background-image: url(../images/gwcb.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.gw_tab_content_list li a {
	color: #006699;
	display: block;
	height: 40px;
	padding-left: 15px;
	text-decoration: none;
}
.gw_tab_content_list a:hover {
	background-image: url(../images/gwca.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	display: block;
	color: #FFF;
}
.news_list_a {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D1C3;
	border-bottom-color: #D9D1C3;
	border-left-color: #D9D1C3;
	background-color: #F2EEE6;
	font-size: 12px;
	padding: 10px;
}
.news_list_a ul li {
	font-size: 13px;
	line-height: 30px;
	background-image: url(../images/dian.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-left: 5px;
}
.news_list_more {
	padding-top: 10px;
	text-align: right;
	padding-right: 5px;
}
.news_list_a .news_list_more a {
	text-decoration: underline;
}
.card_jg {
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.red_xing {
	font-weight: bold;
	color: #F00;
	padding-right: 5px;
	font-size: 16px;
}
.red_sm {
	font-size: 12px;
	color: #F00;
	padding-right: 5px;
	padding-left: 5px;
}

.table_c {
	background-color: #FDFCFA;
	color: #7D5500;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #E6DACF;
	border-left-color: #E6DACF;
}
.table_c tr td {
	padding: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFF;
	border-bottom-color: #EBE7DE;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #EBE7DE;
	border-left-color: #FFF;
}
.tj_btn {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
}
.help {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
.help_title {
	font-size: 14px;
	color: #3F6A7F;
	background-image: url(../images/dian.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 10px;
	padding-top: 10px;
}
.help_content {
	padding-top: 10px;
	padding-bottom: 10px;
}
.exam_title {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 150%;
	color: #00557F;
	padding-top: 30px;
	padding-bottom: 20px;
}
.exam_title_two {
	background-color: #2C9CB2;
	background-image: url(../images/exam_time.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	height: 40px;
	width: 935px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #008AA6;
	color: #FFF;
	font-size: 14px;
	line-height: 40px;
	padding-left: 15px;
}
.exam_time {
	background-color: #2C9CB2;
	background-image: url(../images/exam_time.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
	height: 40px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #008AA6;
	color: #FFF;
	font-size: 14px;
}
.exam_surplus_time {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	line-height: 38px;
	font-weight: bold;
}
.exam_time_bg {
	background-color: #FFF;
	height: 26px;
	position: relative;
	line-height: 26px;
	width: 300px;
	z-index: 100;
}
.exam_time_a {
	background-image: url(../images/exam_time_a.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 26px;
	width: 80px;
	padding-left: 10px;
	line-height: 24px;
	z-index: 101;
}
.exam_time_b {
	background-image: url(../images/exam_time_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	height: 26px;
	position: absolute;
	left: 100px;
	top: 0px;
	z-index: 102;
}
.exam_time_ico {
	height: 30px;
	width: 30px;
	position: absolute;
	left: 80px;
	top: -2px;
	z-index: 103;
}
.exam_content {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 20px;
}
.examination_questions {
	padding-top: 30px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CFDEE6;
	margin-right: 30px;
	margin-left: 30px;
	font-size: 16px;
	color: #00557F;
	margin-bottom: 10px;
}
.exam_select {
	margin-right: 60px;
	margin-left: 60px;
	font-size: 13px;
}
.exam_select p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.exam_btn {
	clear: both;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CFDEE6;
	text-align: center;
	padding-top: 30px;
	padding-bottom: 30px;
}
.exam_jx {
	background-image: url(../images/title_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #C7D9C3;
	margin-right: 30px;
	margin-left: 30px;
	margin-top: 20px;
	color: #46752B;
	font-size: 13px;
	padding-top: 8px;
	padding-right: 20px;
	padding-bottom: 8px;
	padding-left: 20px;
}
.exam_jx p {
	padding-top: 5px;
	padding-bottom: 5px;
}


.tgks_content {
	clear: both;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 50px;
	padding-right: 100px;
	padding-bottom: 50px;
	padding-left: 100px;
}
.tgks_img {
	text-align: center;
	padding-bottom: 30px;
}
.tgks_title_a {
	text-align: center;
	height: 60px;
	width: 300px;
	background-image: url(../images/tgks_a.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 30px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	color: #FFF;
	font-size: 15px;
}
.tgks_title_c {
	text-align: center;
	height: 60px;
	width: 300px;
	background-image: url(../images/tgks_c.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 1px;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	color: #FFF;
	font-size: 15px;
}
.tgks_title_b {
	text-align: center;
	height: 90px;
	width: 300px;
	background-image: url(../images/tgks_b.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	line-height: 50px;
	color: #FFF;
	font-size: 15px;
}.tgks_wtg_title {
	background-image: url(../images/title_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #C7D9C3;
	height: 35px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.tgks_wtg_title_left {
	float: left;
	color: #007F00;
	font-size: 15px;
	line-height: 35px;
}
.tgks_wtg_title_right {
	float: right;
}
.tgks_tj_img {
	text-align: center;
	padding: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D9D1C3;
	border-bottom-color: #D9D1C3;
	border-left-color: #D9D1C3;
}
.register_top {
	background-color: #3689B3;
	width: 890px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	color: #FFF;
}
.register_top p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.register_top_title {
	font-size: 15px;
}
.table_register {
	background-color: #FFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C3D2D9;
	border-left-color: #C3D2D9;
}
.table_register_right {
	font-size: 13px;
	color: #187B81;
	text-align: right;
}

.main .table_register td {
	background-image: url(../images/dian.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 10px;
	padding-left: 4px;
}
.register_btn {
	text-align: center;
	padding: 30px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #C3D2D9;
	border-bottom-color: #C3D2D9;
	border-left-color: #C3D2D9;
}
.password_k {
	padding: 50px;
}

.table_password td {
	padding-top: 5px;
	padding-bottom: 5px;
}
.table_password_title {
	font-size: 13px;
	color: #187B81;
	text-align: right;
}
.end_btn {
	text-align: center;
	padding-top: 20px;
}
.zsyl_content {
	border: 1px solid #D9D9D9;
	font-size: 12px;
	background-color: #FFF;
}.zsyl_bg {
	padding: 24px;
}
.zsyl_img {
	height: 636px;
	position: relative;
	background-image: url(../images/zsyl_img.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.zsyl_name {
	position: absolute;
	left: 170px;
	top: 287px;
	font-size: 26px;
	line-height: 100%;
	font-weight: bold;
	color: #000;
	width: 110px;
	text-align: center;
}
.zsyl_sfz {
	position: absolute;
	left: 470px;
	top: 297px;
	font-size: 18px;
	font-weight: bold;
	color: #000;
	font-family: SimSun;
	line-height: 100%;
}
.zsyl_kc {
	position: absolute;
	left: 345px;
	top: 360px;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	text-align: center;
	width: 350px;
	line-height: 100%;
}
.zsyl_xf {
	position: absolute;
	left: 353px;
	top: 402px;
	font-size: 23px;
	font-weight: bold;
	color: #000;
	line-height: 100%;
	text-align: center;
	width: 160px;
}
.zsyl_bh {
	position: absolute;
	left: 300px;
	top: 512px;
	font-size: 16px;
	color: #000;
	line-height: 100%;
}


.gw_tab_content_list .gw_tab_content_list_a {
	background-image: url(../images/gwcb_a.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	
	padding-top: 5px;
	padding-bottom: 5px;
}
.gw_tab_content_list .gw_tab_content_list_b {
	background-image: url(../images/gwcb_b.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 40px;
	
	padding-top: 5px;
	padding-bottom: 5px;
}
.gw_tab_content_list .gw_tab_content_list_a a {
	color: #888888;
	display: block;
	height: 40px;
	padding-left: 15px;
	text-decoration: none;
}
.gw_tab_content_list .gw_tab_content_list_b a {
	color: #006600;
	display: block;
	height: 40px;
	padding-left: 15px;
	text-decoration: none;
}


/**about us**/
.about-left {
	float: left;
	width: 190px;
}
.about-right {
	float: right;
	width: 750px;
}
.about-title {
	font-size: 16px;
	line-height: 40px;
	font-weight: bold;
	color: #3F6A7F;
	border: 1px solid #CFDEE6;
	background-color: #F9FBFC;
	height: 40px;
	text-align: center;
}
.about-list {
	background-color: #FFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CFDEE6;
	border-bottom-color: #CFDEE6;
	border-left-color: #CFDEE6;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}
.about-list li {
	font-size: 15px;
	line-height: 33px;
	height: 33px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CFDEE6;
}
.about-left .about-list li a {
	color: #3F6A7F;
}
.about-contet-title {
	font-size: 20px;
	line-height: 40px;
	font-weight: bold;
	color: #3F6A7F;
	background-color: #F9FBFC;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CFDEE6;
	border-right-color: #CFDEE6;
	border-left-color: #CFDEE6;
	height: 40px;
	text-align: center;
	padding: 10px;
}
.about-contet {
	border: 1px solid #CFDEE6;
	background-color: #FFF;
	font-size: 14px;
	line-height: 25px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
	text-indent: 2em;
}

.about-contet2 {
	border: 1px solid #CFDEE6;
	background-color: #FFF;
	font-size: 14px;
	line-height: 25px;
	padding-top: 30px;
	padding-right: 40px;
	padding-bottom: 30px;
	padding-left: 40px;
}

.about-contet p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.about-contet-txt {
	font-size: 16px;
	color: #006699;
}

.left-2 {
	float: left;
	width: 160px;
	position: relative;
	height: 350px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #C3D2D9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #C3D2D9;
	border-bottom-color: #C3D2D9;
}
.right-2 {
	float: right;
	width: 770px;
}
.user-bg {
	font-size: 14px;
	color: #069;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	position: absolute;
	top: 20px;
	right: -1px;
}

.user-bg .user-left-list a {
	color: #069;
	display: block;
	height: 40px;
	width: 150px;
	text-align: center;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	line-height: 40px;
	text-decoration: none;
	margin-top: 1px;
	margin-bottom: 1px;
}
.user-bg .user-left-list-a a {
	color: #069;
	display: block;
	height: 38px;
	width: 149px;
	background-color: #F4F7F9;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C3D2D9;
	border-bottom-color: #C3D2D9;
	border-left-color: #C3D2D9;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
}
.user-bg .user-left-list a:hover {
	color: #099;
	display: block;
	height: 38px;
	width: 149px;
	text-align: center;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #C3D2D9;
	border-bottom-color: #C3D2D9;
	border-left-color: #C3D2D9;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
	text-decoration: none;
	background-color: #EEF8FF;
}
.user-left {
	padding-top: 10px;
	padding-bottom: 10px;
}
.user-left li {
	padding-top: 3px;
	padding-bottom: 3px;
}
.uer-tel {
	line-height: 30px;
	background-color: #FFF;
	background-image: url(../images/title_b.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	border: 1px solid #C7D9C3;
	font-size: 13px;
	color: #43633C;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 18px;
}
.uer-tel span {
	font-size: 23px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.uer-tel img {
	vertical-align: text-bottom;
	padding-right: 8px;
}

