@charset "utf-8";
/* CSS Document */
.conIn{
	width:100%;
	height:auto;}
.conIn .pList{
	background:#fff;
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
	}
.conIn .pList .go2{
	display:block;
	width:100%;
	height:100%;
	color:#555;}
.conIn .pList h2{
	font-size:16px;
	padding-left:10px;
	font-weight:normal;
	height:45px;
	line-height:45px;
	color:#f06000;
	overflow:hidden;
	border-bottom:1px dashed #eee;
	white-space: nowrap;
	text-overflow: ellipsis;

	}
.conIn .pListCon{
	border-bottom:1px dashed #eee;
	padding:5px 10px;}
.conIn .pListCon p{
	font-size:14px;
	line-height:24px;
	padding:2px 0;
	display:inline-block;
    min-width:170px;
	width:45%;
	
	}	
.conIn .pList .store{
	width:100%;
	height:auto;
}
.conIn .store .go{
	width:100%;
	height:45px;
	display:block;
	background:url(../images/icon_go.png) no-repeat 96% center;
	background-size:10px auto;
	overflow:hidden;
	color:#555;
	}
.conIn .store dl{
	margin:0;
	height:45px;
	line-height:45px;
	display:block;
	padding:0 10px;
}
.conIn .store dl dt{
	float:left;
	height:45px;
	line-height:45px;
	margin-right:3px;
	font-size:14px;
	font-weight:normal;}
.conIn .store  dl dd{
	float:left;
	font-size:14px;}
.conIn .store  dl dd img{
	width:16px;
	margin-right:3px;
	margin-top:13px;}


