﻿*{
	color: #646464;
}
.announce_mid {
	width: 1190px;
	margin: 0 auto;
	margin-top: 50px;
}
.announce_title_div{
	width: 1170px;
	margin: 0 auto;
	text-align: center;
	border-bottom: 2px solid #F3031E;
	padding-bottom: 10px;
	padding-top: 20px;
}
.announce_title_name{
	color: #F3031E;
/* 	color: #3285FF; */
	font-weight: bold;
	height: 60px;
	line-height: 60px;
	width: 1140px;
	margin: 0 auto;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.announce_title_originl{
	display: inline-block;
	width: 250px;
	text-align: left;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	vertical-align: middle;
	margin-top: -4px;
	color: #3385FF;
	cursor: pointer;
}
.announce_title_originl:hover{
	color: #0064f9;
	text-decoration:underline;
}
.announce_title_promote span{
	margin-left: 30px;
}
.announce_content{
	width: 1088px;
	margin: 0 auto;
	padding: 0px  50px 0px 50px;
}


.announce_content_detai_stan_table{
	width: 1086px;
	margin: 0 auto;
	border: solid #EAEBEC;
	border-width: 0px 1px 1px 0px;
	border-collapse:collapse;
	margin-bottom: 50px;
	margin-top: 10px;
}
.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;
}
.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;
}
.announce_replaceStanNum_td{
	text-align: left;
}
.announce_stanName_td{
	width: 370px;
	text-align: left;
	word-wrap: normal;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.search_detail_foot {
	border: 1px solid #A9A9A9;
	border-radius: 2px;
	padding: 5px 10px;
	color: #646464;
	margin-top: 14px;
	width: 1064px;
	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;
}

.condition_search_button{
	display: inline-block;
	height: 28px;
	line-height: 28px;
	background: #3385FF;
	color: #FFF;
	width: 70px;
	text-align: center;
	margin-left: -5px;
	cursor: pointer;
}
.condition_search input{
	outline: none;
	border: 1px solid #B8B8B8;
	height: 24px;
	line-height: 24px;
	width: 240px;
	padding-left: 10px;
}

#stanNameCondition{
	margin-left: 10px;
	
}
.condition_search input:focus{
	border: 1px solid #3385FF;
}
.condition_search_button:hover{
	background: #0064fb;
}
.stanStatus{
	text-align: center;
}

.search_detail_head {
	border: 1px solid #E8E8E8;
	height: 30px;
	background: #F5F5F5;
	width: 1084px;
	margin-left: 1px;
	margin-top: 10px;
}
.ul_search_detail_head {
	list-style: none;
	padding: 0px;
	margin: 0px;
	float: left;
}

.ul_search_detail_head li {
	display: inline;
	line-height: 30px;

}


.ul_search_detail_head li div {
	vertical-align: middle;
	width: 80px;
	height: 30px;
	line-height: 30px;
	float: left;
	cursor: pointer;
	text-align: center;
}

.default_order{
	background: #FFF;
	color: #3285FF;
}




.choice_order{
	color: #646464;
	background: #F5F5F5;
}
.myorder:hover{
	background: #FFF;
	color: #3285FF;
}
.choosed_desc{
	background: #FFF url('../images/order_desc.png') no-repeat center right;
	color: #3285FF;
}
.choosed_asc{
	background: #FFF url('../images/order_asc.png') no-repeat center right;
	color: #3285FF;
}
.hasnoresult{
	display: none;
	text-align: center;
	color: red;
	padding-top: 30px;
}
.redColor{
	color: red;
}