.box-detail .offer-lists {
    padding: 10px;
    height: 160px;
    border-top: 1px solid #DDDDDD;
}

.box-detail .offer-lists ul li{
	float: left;
    width: 50%;
    line-height:28px;
}

.box-detail .offer-lists {
    padding: 10px;
    height: 150px;
    border-top: 1px solid #DDDDDD;
}

.box-detail .city-lists {
    padding: 10px;
    height: 180px;
}

.box-detail .city-lists .title{
    padding:6px 20px;
    background: #eff6ff;
    color: #000000;
    text-align: center;
    display: inline;
    margin-left: 30px;
    border-radius: 5px;
    font-size: 14px;
}

.box-detail .city-lists ul li{
	float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #eff6ff;
    border-radius: 5px;
    font-size: 16px;
    font-family: arial;
    margin-left: 9px;
    margin-top: 10px;
}

.box-detail .city-lists ul li.active{
	float: left;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: #66abff;
    border-radius: 5px;
    font-size: 16px;
    font-family: arial;
    margin-left: 9px;
    margin-top: 10px;
    color: #FFFFFF;
}

.box-detail .city-lists ul li a{
	float: left;
	width: 100%;
	height: 100%;
	text-decoration: none;
	
}

.box-detail .city-lists ul li a:hover{
	float: left;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background:#66abff ;
	border-radius: 5px;
	color: #FFFFFF;
}

.box-detail .city-list{
    padding: 10px;
    float: left;
    margin-bottom: 20px;
	display: none;
}

.box-detail .city-list.show {
	display: block;
}

.box-detail .city-list ul li{
	float: left;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
    margin-left: 9px;
    margin-top: 5px;
}

.box-detail .city-list ul li a.active{
	float: left;
    padding: 0px 5px;
    color: #FFFFFF !important;
    background: #66abff;
    border-radius: 5px;
}

.box-detail .city-list ul li a{
	float: left;
	padding: 0px 5px;
	text-decoration: none;
	color: #0a448d;
	
}

.box-detail .city-list ul li a:hover{
	float: left;
	padding: 0px 5px;
	background: #66abff;
    border-radius: 5px;
	text-decoration: none;
	color: #FFFFFF;
}

.linker{
	padding: 9px 19px 9px 5px;
	border-top: 1px solid #DDDDDD;
}

.box-detail .linker li {
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.box-detail .linker li a {
    color: #666;
    text-decoration: none;
}

.box-detail .heads {
    padding: 20px 211px 15px 0;
    position: relative;
    margin: 0 29px;
}

.box-detail .heads .name{
    width: 100%;
    height: 100%;
    font-size: 16px;
}

.box-detail .heads .names{
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #ff7300;
}


.box-detail .heads .time {
    height: 20px;
    color: #999;
    position: absolute;
    top: 20px;
    right: 0;
}

.box-detail .contents {
    margin: 0 29px 10px;
    padding-top: 20px;
    border-top: 1px solid #f5f5f5;
}

.box-detail .contents .entry{
	width: 100%;
    display: inline-block;
    margin-bottom: 10px;
    line-height: 40px;
}

.box-detail .contents .entry label{
	float: left;
	width: 180px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	font-size: 14px;
}

.box-detail .contents .entry input[type="text"] {
	float: left;
	width: 330px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border: 1px solid #e5e5e5;
	text-indent: 15px;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 5px;
}

.box-detail .contents  button {
	width: 155px;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	margin-left: 15px;
	margin-right: 5px;
	border-radius: 5px;
	text-align: center;
	background: #66abff;
	color: #FFFFFF;
}

.box-detail .contents  button.left-but {
	margin-left: 195px;
	margin-top: 15px;
	margin-bottom: 20px;
}

.box-detail .contentm {
    margin: 0 29px 10px;
    padding-top: 20px;
    border-top: 0px solid #f5f5f5 !important;
}

.box-detail  table.tables{
	width: 630px;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.box-detail  table.tables th,td{
	height: 40px;
}

.box-detail  table.tables th,td{
	height: 40px;
	border: 1px solid #f2f2f2;
}

.box-detail  table.tables td{
	text-align: center;
}

.box-detail  table.tables td.text{
	text-align: left;
	text-indent: 20px;
}


.box-detail  table.tables th{
	background: #d4e7ff;
	font-weight: bolder;
}

.box-detail .contents  ul li {
	display: inline-block;
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	margin-right: 20px;
	color: #666666;
}

.box-detail .contents  ul li a{
	width: auto;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}

.box-detail  table.table{
	width: 630px;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.box-detail  table.table th,td{
	height: 40px;
}

.box-detail  table.table th,td{
	height: 40px;
	border: 1px solid #f2f2f2;
}

.box-detail  table.table td{
	text-align: center;
}

.box-detail  table.table td.text{
	text-align: left;
	text-indent: 40px;
}


.box-detail  table.table th{
	background: #f5f5f5;
	font-weight: bolder;
}

.show-lists{
	display: none;
}

.grid .headtitles {
    padding: 0 10px;
    font-size: 20px;
    height: 12px;
    color: #666;
    font-weight: 700;
}