/* Put your custom CSS here */
*{
	margin:0;
	padding:0;
}
body{
	font-size:14px;
	line-height:160%;
}
h2{
	font-size:16px;
}
.ui-li-aside {
	float: none;
	width: 100%;
	text-align: left;
	margin: 0;
}
.ui-li-desc{
	margin:0;
}

.t{
	padding-right:40px;
	padding-bottom:0.7em;
}
.ui-li .ui-btn-inner a.ui-link-inherit, .ui-li-static.ui-li {
	padding: .7em 15px 0;
	display: block;
}

.ui-content img{
	max-width:100%;
}
.ui-li-aside {
	width: 30%;
}

.ui-bar-a {
	background: none repeat scroll 0 0 #ff3a1f;
	border: 1px solid #333;
	color: #fff;
	font-weight: bold;
	text-shadow: none;
}

.ui-btn-up-c {
	background:none;
}
.ui-content img {
	float: none;
	max-height: inherit;
	max-width: 100%;
	position: relative;
	width: 100%;
}
.ui-bar-a {
	border: 1px solid #ff3a1f;
}
.activity_item_a .activity-name {
    color: #ff3a1f;
    font-size: 14px;
    line-height: 21px;
    min-height: 21px;
    padding: 10px;
}
.activity_item_a span {
	color: #ff3a1f;
	display: block;
	font-size: 12px;
	font-weight: normal;
}
		
.activity_item_a .address {
    background: url("images/icn_place@2x.png") no-repeat scroll 0 50% / 20px 20px rgba(0, 0, 0, 0);
}
.activity_item_a .pub_time, .activity_item_a .address, .activity_item_a .type {
    color: #999;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    padding-left: 21px;
}

.activity_item_a .people-count {
    float: left;
    font-size: 14px;
    line-height: 48px;
    padding-left: 10px;
}
.activity_item_a .pub_time {
    background: url("images/icn_time@2x.png") no-repeat scroll 0 50% / 18px 18px rgba(0, 0, 0, 0);
}

body .apply_btn {
    background-color: #ff3a1f;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    float: right;
    height: 36px;
    line-height: 36px;
    position: relative;
    right: 10px;
    text-align: center;
    top: 6px;
    width: 90px;
}

#page1 .ui-content .ui-listview{
	margin:0;
}
#page1 a.ui-link-inherit{
	padding:0;
}

#page1 .ui-li.ui-btn{
	margin-bottom:20px;
}

.activity_item {
    background-color: #fff;
    border-left: medium none;
    border-radius: 4px;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.18);
    margin-bottom: 20px;
    min-height: 120px;
    position: relative;
}

.ui-content .ui-listview{
	margin:0;
}