/*start*/
/*content*/

.bottom-box .con-box ul li a{
	display: inline-block;
	width:70%;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color:#666;
}
.bottom-box .con-box ul li a:hover{
	color:#f02e2e;
}
.bottom-box .con-box ul li em.time{
	font-style: normal;
	float: right;
	color:#666;
	font-size:12px;
}

.big-mask{
	width:100%;
	height: 100%;
	position: absolute;
	left:0;
	top:0;
	background: rgba(0,0,0,.5);
	display: none;
	z-index:98;
}
.big-mask .area-box{
	width:800px;
	/*height: 300px;*/
	background: #fff;
	position: absolute;
	left:50%;
	top:100px;
	margin-left: -400px;
	/*margin-top:-150px;*/
	padding:5px 10px;
	z-index:99;
}
.big-mask .area-box h4{
	line-height: 40px;
	border-bottom: 1px solid #e4e4e4;
	color: #666;
	margin-bottom: 10px;
}
.big-mask .area-box h4 span.close-btn{
	/*width:20px;*/
	/*height: 20px;*/
	/*display: block;*/
	/*float: right;*/
	/*background: url(../images/) center center no-repeat;*/
}
.big-mask .area-box .area-option {
	overflow: hidden;
	margin-bottom: 10px;
}
.big-mask .area-box .area-option dl dt{
	color:#1990fb;
	display: inline-block;
	float: left;
	width:110px;
	text-align: right;
	line-height: 30px;
	font-weight: bold;
}
.big-mask .area-box .area-option dl dd{
	margin-left: 110px;
}
.big-mask .area-box .area-option dl dd ul li{
	width:150px;
	text-align: center;
	display: inline-block;
	float: left;
	cursor: pointer;
	border:1px solid #e3e3e3;
	background: #f5f5f5;
	color:#666;
	border-radius:5px;
	line-height: 30px;
	margin:0 10px 8px 0;
}
.big-mask .area-box .area-option dl dd ul li.active,
.big-mask .area-box .area-option dl dd ul li:hover{
	border:1px solid #b6daff;
	color:#49a0fc;
	background: #eef6ff;
}
.sureAndCancel-box ul{
	text-align: center;
}
.sureAndCancel-box ul li{
	display: inline-block;
	width:80px;
	line-height: 30px;
	background: #ededed;
	color:#000;
	cursor: pointer;
	border-radius: 5px;
}
.sureAndCancel-box ul li.sure-btn{
	color:#fff;
	background: #1990fb;
	margin-right: 15px;
}
















