@charset "utf-8";
/* CSS Document */
.conIn{
	width:100%;
	height:auto;}
.conIn h2{
	height:40px;
	line-height:40px;
	font-size:14px;
	color:#fff;
	text-align:center;}	
.conIn .title{
	background:#0090f0;}
.conIn .b_title{
	background:#f06000;}	

.conIn .danList{
	height:auto;
	width:100%;
	}
.conIn .danList li{
	background:#fff;
	margin-top:10px;
	}
.conIn .danList li h3{
	background:#f9f9f9;
	height:40px;
	line-height:40px;
	position:relative;
	border-bottom:1px solid #eee;
	font-weight:normal;
	padding:0 10px;
	font-size:16px;}
.conIn .danList li h3 .btn{
	color:#f06000;
	display:block;
    position:absolute;
	height:40px;
	top:0;
	right:10px;
	width:30%;
	text-align:right;
	}	
.conIn .danList li .danConIn{
	float:right;
	width:100%;
	font-size:14px;
	padding:5px 10px 5px 70px;}
.conIn .danList li .p1{
	height:30px;
	line-height:30px;
	font-size:14px;}	
	
.conIn .danList li .p1 .span1{
	float:left;
	height:100%;
	width:20%;
	overflow:hidden;}	
.conIn .danList li .p1 .span2{
	float:left;
	height:100%;
	width:20%;
	overflow:hidden;
	text-align:center;}		
.conIn .danList li .p1 .span3{
	float:left;
	height:100%;
	width:60%;
	overflow:hidden;
	text-align:right;}		
.conIn .danList li .p2{
	height:30px;
	line-height:30px;
	font-size:14px;}	
	
.conIn .danList li .p2 .span3{
	float:left;
	height:100%;
	width:30%;
	overflow:hidden;}	
.conIn .danList li .p2 .span4{
	float:right;
	height:100%;
	width:70%;
	overflow:hidden;
	text-align:right;
	color:#f06000;}
	
.conIn .danList li .danCon{
	position:relative;
	overflow:hidden;
}		
.conIn .danList li .danCon .pic{
	float:left;
	width:50px;
	height:50px;
	border-radius:100px;
	text-align:center;
	border:1px solid #ccc;
	overflow:hidden;
	position:absolute;
	top:50%;
	left:10px;
	margin-top:-25px;}	
.conIn .danList li .danCon .pic img{
	width:100%;
	height:100%;}	

