.search_page{
	font-size: 14px;
}
.search_page .in{
	padding: 10px;
	border: #E1E1E1 solid 1px;
	width: 150px;
	vertical-align: middle;
}
.search_page .btn{
	display: inline-block;
	background: #297ce1;
	color: #fff;
	padding: 11px;
	border: 0;
	width: 100px;
	text-align: center;
	vertical-align: middle;
}
.page_tag{
	background: #F2F2F2;
	height: 40px;
	margin-top: 10px;
}
.page_tag a{
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0px 20px;
	font-size: 14px;
	color: #666;
}
.page_tag .active{
	background: #297ce1;
	color: #fff;
}
.mianbaoxie{
	color: #A1A1A1;
	margin: 15px 0px;
}
.mianbaoxie a{
	color: #A1A1A1;
	margin: 0px 5px;
}
.mianbaoxie a:hover{
	color: #297ce1;
}
.page_left{
	width: 880px;
	min-height: 500px;
	float: left;
}
table.list{
	border: #fffff solid 1px;
	border-collapse: collapse;
	font-size: 14px;
	width: 100%;
	color: #666;
	background-color:#fff;
}
table.list td,table.list th{
	border: #f1f1f1 solid 1px;
	border-collapse: collapse;
	padding: 15px;
}
table.list .link_title{
	display: block;
	width: 100%;
	min-width: 400px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: normal;
	color: #333;
}
table.list tr:nth-child(even){
	background: #f9f9f9;
}
table.list tr:hover{
	background: #f9f3e9;
}
table.list .link_title:hover{
	color: #FF8400;
}
table.list a{
	display: inline-block;
	margin: 0px 5px;
}
table.list a:hover{
	text-decoration: underline;
}
table.list .red{
	color: #DF2323;
}
table.list .blue{
	color: #3597CF;
}
.page_right{
	width: 300px;
	background: #FCFCFC;
	border: #ededed solid 1px;
	border-radius: 10px;
	float: right;
}
.page_right .column{
	margin-bottom: 10px;
	margin-top: 5px;
}
.page_right .column_title{
	height: 40px;
	position: relative;
}
.page_right .column_title .txt{
	line-height: 40px;
	font-size: 18px;
	color: #297ce1;
	padding-left: 20px;
	float: left;
	font-family: "微软雅黑";
}
.page_right .column_title .radius_icon{
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 14px;
	left: -7px;
	top: 13px;
	border:#297ce1 solid 1px
}
.more_radius{
	background: #297ce1;
	color: #fff;
	height: 20px;
	width: 20px;
	text-align: center;
	line-height: 20px;
	border-radius: 20px;
	float: right;
	margin: 10px 15px 0px 0px;
	font-size: 14px;
}
.page_right .news_list li .link{
	width: 260px;
}
.page_right .link_group a{
	display: inline-block;
	padding: 5px 10px;
	border: #EDEDED solid 1px;
	border-radius: 10px;
	color: #666;
	margin: 5px 0px 5px 10px;
}
.page_right .link_group a:hover{
	color: #297ce1;
	border:#297ce1 solid 1px;
}
.search_condition{
	font-size: 14px;
	background: #e7f2ff;
	padding: 10px;
	border: #297ce1 solid 2px;
	border-radius: 10px;
	margin-bottom: 20px;
}
.search_condition .in{
	padding: 10px;
	border: #E1E1E1 solid 1px;
	vertical-align: middle;
}
.search_condition .btn{
	display: inline-block;
	background: #297ce1;
	color: #fff;
	padding: 11px;
	border: 0;
	text-align: center;
	vertical-align: middle;
}
.search_tag{
	height: 40px;
	position: relative;
}
.search_tag div{
	position: absolute;
	left: 0;
	top: 0;
}
.search_tag a{
	display: inline-block;
	border: #297ce1 solid 2px;
	border-bottom: 0;
	border-radius: 5px 5px 0px 0px/5px 5px 0px 0px;
	height: 40px;
	line-height: 40px;
	background: #297ce1;
	color: #fff;
	margin-left: 20px;
	padding: 0px 20px;
	font-size: 14px;
}
.search_tag a.active{
	background: #e7f2ff;
	color: #297ce1;
	font-weight: bold;
}
.login{
	width: 300px;
	float: right;
	background: #FCFCFC;
	border: #ededed solid 1px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.login .column_title{
	border-bottom: #ededed solid 1px;
	height: 40px;
	background: #f5f5f5 url(../images/title_icon.gif) 10px center no-repeat;
	position: relative;
}
.login .column_title .txt{
	line-height: 40px;
	font-size: 18px;
	color: #297ce1;
	padding-left: 30px;
	float: left;
	font-family: "微软雅黑";
}
.login_info{
	color: #696969;
	font-size: 14px;
	margin: 10px 0px 0px 20px;
}
.login_info .in{
	border: #E1E1E1 solid 1px;
	padding: 10px;
	margin-left: 5px;
	width: 180px;
}
.login .wjmm{
	color: #297ce1;
	display: inline-block;
	margin: 10px 0px 0px 15px;
}
.login .wjmm:hover{
	text-decoration: underline;
}
.login .btn{
	margin: 20px 0px;
	text-align: center;
}
.login .btn input,.login .btn a{
	display: inline-block;
	border: 0;
	width: 90px;
	height: 35px;
	color: #fff;
	line-height: 35px;
	text-align: center;
	font-size: 18px;
	font-family: "微软雅黑";
	border-radius: 5px;
	margin: 0px 10px;
}
.login .btn input{
	background: #297ce1;
}
.login .btn a{
	background: #ff8400;
}
.login .link{
	color: #3597cf;
	text-align: center;
	font-size: 14px;
}
.login .link a{
	color: #3597cf;
	margin: 0px 5px;
}
.login .link a:hover{
	text-decoration: underline;
	color: #FF8827;
}
.detail{
	border: #ededed solid 1px;
	padding: 15px;
	border-radius: 10px;
}
.detail_title{
	font-family: "微软雅黑";
	font-size: 25px;
	font-weight: bold;
	text-align: center;
}
.detail_bz{
	color: #999;
	margin-top: 10px;
	text-align: center;
	padding-bottom: 10px;
	border-bottom: #E1E1E1 dotted 1px;
}
.detail .btn{
	margin: 20px;
	text-align: center;
}
.detail .btn a{
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	background: #3597CF;
	margin: 0px 10px;
}
.detail .btn a:last-child{
	background: #FF8827;
}
.detail .login_ts{
	background: #e6f1ff;
	color: #297ce1;
	padding: 10px;
	border: #78b5ff solid 1px;
	text-align: center;
}
.detail .login_ts a{
	color: #FF8827;
	font-weight: bold;
	margin: 0px 5px;
}
.detail .login_ts a:hover{
	text-decoration: underline;
}
.detail .info_lock,.detail .info_lock td{
	border: #78b5ff solid 1px;
	border-collapse: collapse;
}
.detail .info_lock{
	width: 100%;
	margin: 15px 0px;
}
.detail .info_lock td{
	padding: 15px;
	font-size: 14px;
}
.detail .info_lock td a{
	color: #297ce1;
	font-weight: bold;
}

.detail .info_lock td a:hover{
	text-decoration: underline;
}
.detail_txt{
	font-size: 14px;
	line-height: 1.8em;
	margin: 20px 0px;
	color: #666;
}
.detail .zcts{
	text-align: right;
	margin: 20px 0px;
}
.detail .zcts a{
	color: #FF8400;
}
.detail .zcts a:hover{
	text-decoration: underline;
}
.detail .kefu{
	background: #f7f7f7;
	border: #f1f1f1 solid 1px;
	color: #555;
	font-size: 14px;
	padding: 15px;
}
.detail .kefu .ts{
	font-weight: bold;
}
.detail .kefu .num span{
	display: inline-block;
	width: 40%;
	margin-top: 15px;
}
.why_register p{
	margin: 10px;
	line-height: 1.6em;
	font-size: 14px;
	color: #666;
	padding: 10px 0px;
	border-bottom: #E1E1E1 dotted 1px;
	
}
.form{
	border: #ededed solid 1px;
	border-radius: 10px;
	padding: 10px;
	background:#fff;
}
.form_title{
	color: #297ce1;
	border-bottom: #E1E1E1 solid 1px;
	padding: 10px;
	font-size:18px;
	font-weight:bold
}
.form_list{
	width: 100%;
}
.form_list td{
	padding: 10px;
	font-size: 14px;
}
.form_list td .red{
	color: #DF2323;
}
.form_list td .in{
	border:#E1E1E1 solid 1px;
	padding: 10px;
	width: 300px;
}
.form_list td .ts{
	color: #D4D4D4;
	line-height: 1.6em;
	margin: 5px 0px;
}
.form_list .btn{
	background: #297ce1;
	font-size: 20px;
	font-family: "微软雅黑";
	font-weight: bold;
	color: #fff;
	width: 200px;
	height: 50px;
	text-align: center;
	line-break: 50px;
	border: 0;
	border-radius: 10px;
}
.user_center_left{
	width: 200px;
	background: #FCFCFC;
	border: #ededed solid 1px;
	border-radius: 10px;
	float: left;
}
.user_center_left .left_nav{
	position: relative;
}
.user_center_left .left_nav .link{
	height: 50px;
	border-bottom: #E1E1E1 dotted 1px;
	display: block;
	position: relative;
	color: #666;
}
.user_center_left .left_nav .link:hover{
	color: #297ce1;
}
.user_center_left .left_nav .link .txt{
	line-height: 50px;
	font-size: 18px;
	padding-left: 20px;
	font-family: "微软雅黑";
}
.user_center_left .left_nav .link .radius_icon{
	position: absolute;
	width: 14px;
	height: 14px;
	background: #fff;
	border-radius: 14px;
	left: -7px;
	top: 18px;
	border:#297ce1 solid 1px
}
.user_center_right{
	width: 980px;
	min-height: 500px;
	float: right;
}