﻿
/********* 首页***********/
html, body {
	padding: 0;
	margin: 0;
	height: 100%;
}


.certificate_search{
	border: 1px solid #B8B8B8;
    width: 300px;
    height: 26px;
    line-height: 26px;
    border-right: 0px;
    outline: none;
    padding-left: 8px;
    font-family: \5FAE\8F6F\96C5\9ED1;
    color: #646464;
}
.certificate_search_top{
	margin-top: 10px;
}
#certificateSearch:foucs{
	border: 1px solid #3385FF;
}
.certificateSearchButton{
	display: inline-block;
	height: 30px;
    line-height: 30px;
    background: #3385FF;
    color: #FFF;
    width: 100px;
    text-align: center;
    cursor: pointer;
}

.search_detail_foot {
	border: 1px solid #A9A9A9;
	border-radius: 2px;
	padding: 5px 10px;
	color: #646464;
	margin-top: 14px;
	width: 912px;
	margin: 0px auto;
}
#bottom_pre_page_a{
	cursor: pointer;
	border: 1px solid #A9A9A9;
	padding: 1px 10px;
	background: #F5F5F5;
	border-radius: 2px;
	color: #646464;
	font-weight: normal;
}
#bottom_next_page_a{
	cursor: pointer;
	border: 1px solid #A9A9A9;
	padding: 1px 10px;
	background: #F5F5F5;
	border-radius: 2px;
	color: #646464;
	font-weight: normal;
}
.page_left {
	float: left;
}

.page_right {
	float: right;
}

.first_page {
	border: 1px solid #A9A9A9;
	padding: 1px 6px;
	background: #F5F5F5;
	border-radius: 2px;
	margin-right: 8px;
	cursor: pointer;
	color: #A9A9A9;
}

.every_page_count{
	font-weight: bold;
}
.one{
	padding: 1px 7px;
	border-radius: 2px;
	margin-right: 8px;
	cursor: pointer;
	color: #ff7f00;
	font-weight: normal;
}
.two{
	border: 1px solid #A9A9A9;
	padding: 1px 7px;
	background: #F5F5F5;
	border-radius: 2px;
	margin-right: 8px;
	cursor: pointer;
	color: #646464;
	font-weight: normal;
}
.three{
	border: 1px solid #A9A9A9;
	padding: 1px 7px;
	background: #F5F5F5;
	border-radius: 2px;
	margin-right: 8px;
	cursor: pointer;
	color: #646464;
	font-weight: normal;
}

.last_page {
	border: 1px solid #A9A9A9;
	padding: 1px 6px;
	background: #F5F5F5;
	border-radius: 2px;
	margin-right: 8px;
	cursor: pointer;
	color: #A9A9A9;
}

.current_page {
	border: 1px solid #646464;
	color: #646464;
	padding: 1px 6px;
	background: #F5F5F5;
	border-radius: 2px;
	width: 40px;
	margin-right: 8px;
	padding-left: 20px;
	padding-right: 20px;
}

#self_choose_current_page{
	width:24px;
	height:19px;
	border: 1px solid #A9A9A9;
	color: #646464;
	border-radius: 2px;
	text-align: center;
	padding-left: 0px;
	width: 40px;
}
.jump_to_page {
	border: 1px solid #A9A9A9;
	padding: 1px 10px;
	background: #F5F5F5;
	border-radius: 2px;
	color: #646464;
	cursor: pointer;
}
.condition_search{
	display: inline-block;
	margin-top: 15px;
	margin-left: 750px;
}
.hasnoresult{
	display: none;
}
.announce_content_detai_stan_table{
	margin: 0 auto;
	border: solid #EAEBEC;
	border-width: 0px 1px 1px 0px;
	border-collapse:collapse;
	margin-bottom: 20px;
	margin-top: 20px;
}
.announce_content_detai_stan_table tr {
	cursor:pointer;
}
.announce_content_detai_stan_table tr th, .announce_content_detai_stan_table tr td{
	border: solid #EAEBEC;
	border-width: 1px 0px 0px 1px;
	height: 30px;
}

.announce_content_detai_stan_table tr th{
	background: #E5EFFF;
}
.announce_content_detai_stan_table tr td{
	padding: 0px 4px 0px 4px;
	text-align: center;
}
.left_align{
	text-align: left;
}
.tr_odd{
	background: #FFFFE9;
}

.announce_content_detai_stan_table tr:hover td, .announce_content_detai_stan_table tr:hover td a{
	background: #EEE;
	color: #3285FF;
}
.announce_content_detai_stan_table tr:hover td div{
	color: #3285FF;
}
.announce_content_detai_stan_table tr td a{
	color: #646464;
	text-decoration:underline;
}
.announce_content_detai_stan_table tr td a:hover{
	color: #F3031E;
	text-decoration:underline;
}