﻿/*info_box*/
.info_box{
	width:1000px;
	height:auto;
	min-height:500px;
	background-color:#fff;
	margin:0px auto;
}
.info_l{
    float: left;
    width: 700px;
	height:auto;
	min-height:1680px;
    border-right: 1px solid #e9e9e9;
}
.info_r{
	width:280px;
	height:auto;
	min-height:400px;
	float:right;
	margin-right:10px;
}
.info_list{
	width:95%;
	height:auto;
	min-height:400px;
	margin:0px auto;
}
.info_list dd{
	width:100%;
	height:110px;
	margin:0px auto 0px auto;
	padding-top:14px;
	border-bottom:dotted  1px #ddd;
}
.info_list dd img{
	width:140px;
	height:90px;
	float:left;
	padding:8px 15px 0px 0px;
	border-radius:2px;
}
.info_list dd b{
	font-size:20px;
	text-align:left;
	display:block;
	padding-top:6px;
	font-weight:normal;
}
.info_list dd b a:hover{
	color:#bc0000;
	text-decoration:underline;
}
.info_list dd span{
	font-size:14px;
	text-align:left;
	display:block;
	color:#999;
	padding-top:4px;
}
.info_list dd span a{
	color:#999;
}
.info_list dd span a:hover{
	color:#333;
}
.info_list dd em{
	display:block;
	text-align:left;
	padding-top:8px;
}
.info_list dd em i{
	float:left;
	color:#1967c3;
	font-size:14px;
}
.info_list dd em i img{
	width:19px;
	height:19px;
	padding:0px 4px 0px 0px;
}
.info_list .t_n{
	width:120px;
}
.info_list .t_a{
	width:200px;
	padding-left:20px;
}
.info_list dd em strong{
	float:right;
	color:#666;
	font-weight:normal;
	font-size:12px;
	padding-right:10px;
}
.i_hover{
	background-color:#fafafa;
}
.info_show{
	width:94%;
	height:auto;
	min-height:400px;
	margin:25px auto 25px auto;
	text-align:left;
	font-size:15px;
	line-height:24px;
	color:#333;
}
.info_show dt{
	width:100%;
	min-height:50px;
	margin:0px auto;
	border-bottom:dotted 1px #ddd;
	margin-bottom:10px;
}
.info_show section{
	width:100%;
	min-height:30px;
	margin:0px auto;
	text-align: left;
	font-size: 13px;
	text-indent: 5px;
	color: #999;
	border-bottom:dotted 1px #ddd;
	margin-bottom:25px;
}
.info_show section i{
	float: right;
	font-size: 13px;
	padding-right: 5px;
}
.info_show section a{
	color: #999;

}
.info_show dt span{
	width:94%;
	display:block;
	margin:0px auto;
	line-height:30px;
    font-family: '\5FAE\8F6F\96C5\9ED1';
    font-size: 26px;
	text-align:center;
	padding-bottom:20px;
}
.info_show p{
	margin-top:7px;	
	margin-bottom: 7px;
}
.info_show img{
	width:654px;
	display:block;
	margin-top:7px;	
	margin-bottom: 7px;
	margin:0px auto;
	border-radius:2px;
}
.info_show em{
	width:100%;
	min-height:50px;
	display:block;
	color:#333;
	font-size:15px;
	padding-bottom:18px;
	font-weight:bold;
	border-bottom:dotted 1px #ddd;
}
.info_show b{
	width:100%;
	height:auto;
	display:block;
	color:#00569b;
	font-size:15px;
}
.info_box h2{
	width: 94%;
	height: 80px;
	margin: 0px auto;	
}
.info_box h2 span{
	width: 18%;
	height: 60px;
	float: left;
	margin-left: 2%;
	margin-top: 30px;
	border-radius: 3px;
}
.info_box h2 span b{
	font-size: 16px;
	display: block;
	padding-top: 10px;	
}
.info_box h2 span i{
	font-size: 13px;
	display: block;
	font-weight: normal;	
}
.info_box h2 span{
	background-color: #666;
}
.info_box h2 span:nth-child(1){
	background-color: #10afb5;
	margin-left: 0px;
}
.info_box h2 span:nth-child(2){
	background-color: #a9db5e;
}
.info_box h2 span:nth-child(3){
	background-color: #ffb520;
}
.info_box h2 span:nth-child(4){
	background-color: #df83b4;
}
.info_box h2 span:nth-child(5){
	background-color: #50b1e6;
}
.info_box h2 span:nth-child(6){
	background-color: #FFD08A;
	margin-left: 0px;
}
.info_box h2 span:nth-child(7){
	background-color: #61D8DB;
}
.info_box h2 span:nth-child(8){
	background-color: #FF97A2;
}
.info_box h2 span a{
	color: #fff;
}
.info_l h5{
	width: 94%;
	height: 30px;
	margin: 0px auto;
	line-height: 30px;
	font-weight: normal;
	text-align: left;
	color: #999;
	border-top: solid 1px #eee;
}
/*s_result*/
.s_result{
	width:95%;
	height:auto;
	min-height:800px;
	margin:0px auto;
}
.s_result dd{
	width:100%;
	height:130px;
	margin:0px auto 0px auto;
	padding-top:14px;
	border-bottom:dotted  1px #ddd;
}
.s_result dd img{
	width:154px;
	height:100px;
	float:left;
	padding:8px 15px 0px 0px;
	border-radius:2px;
}
.s_result dd b{
	font-size:20px;
	text-align:left;
	display:block;
	padding-top:8px;
	font-weight:normal;
}
.s_result dd b tt{
	float:right;
	font-size:14px;
}
.s_result dd b a:hover{
	color:#bc0000;
	text-decoration:underline;
}
.s_result dd span{
	font-size:14px;
	text-align:left;
	display:block;
	height:40px;
	color:#999;
	padding-top:4px;
}
.s_result dd em{
	display:block;
	text-align:left;
	padding-top:8px;
}
.s_result dd em i{
	float:left;
	color:#333;
	font-size:14px;
}
.s_result dd em i img{
	width:19px;
	height:19px;
	padding:0px 4px 0px 0px;
}
.s_result .t_n{
	width:100px;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	overflow:hidden
}
.s_result .t_a{
	width:200px;
	padding-left:20px;
}
.s_result dd em strong{
	float:right;
	color:#999;
	font-weight:normal;
	font-size:12px;
}
.s_result dd em i a{
	color:#1967c3;
}
.s_result dd em i a:hover{
	color:#1967c3;
	text-decoration:underline;
}