@charset "utf-8";
/* CSS Document */
.ticket-List{display:table; margin-top: 10px;}
.ticket-List .col:first-child {margin-left: 0;}
.ticket-List .col {
	border: 1px solid #444;
	box-sizing:border-box; width: 215px;display: inline-block; vertical-align: top; margin-left: 20px;
	}
.ticket-List .item-Mile {
	background-color: #444;
	color: #FFF;padding: 5px 10px; line-height: 36px; font-weight: bold;
	}

.ticket-List .about-List{padding: 10px 10px;}

.ticket-List .about-List .item-Photo {
	height: 160px;
	}
.ticket-List .about-List .item-Name4  {min-height:115px;
	}

.ticket-List .about-List li {display:block;  }
.ticket-List .about-List .item-btnApply{margin-top:10px;
	}
