html{
    font-size:12px;
}
.les{
	width:40%;
	float: left;
}
.box{
	border-left: 0.5rem solid #ff0000;
}
.title{
	color: #333;
    font-size: 2.6rem;
    text-align: left;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}
.subtitle{
	    color: #666666;
    font-size: 1.3rem;
    text-align: left;
    padding: 0 1rem 0.5rem;
    margin-bottom: 0;
}

.lists a{
	display: block;
    border: 1px solid #ccc;
    padding: 1.5rem 3rem;
    color: #333;
	margin-bottom: 1rem;
}

.lists .z1{
    font-size: 1.5rem;
    display: inline-block;
    width: 70%;
    text-align: left;
    margin-bottom: 0;
    font-weight: bold;
}

.lists .city{
	display: inline-block;
    font-size: 1.5rem;
    margin-bottom: 0;
    width: 20%;
    line-height: 3rem;
}

.lists i{
	    width: 2.5rem;
    height: 2.5rem;
    border: 1px solid #ccc;
    display: inline-block;
    border-radius: 2rem;
    float: right;
    line-height: 3rem;
    margin-top: 0.5rem;
	background: url(../img/add.jpg) no-repeat 0.7rem;
    background-size: 40%;
}

.ris{
	    width: 60%;
    display: inline-block;
}

.hidesbox{
	border-top: 1px solid #ccc;
    padding: 1rem 0;
    margin-top: 1rem;
	display:none;
}
.t1{
	font-size: 1.5rem;
    text-align: left;
}

.t2{
	font-size: 1.2rem;
    text-align: left;
}
.jimg{
	width:100%;
	margin-top:3rem
}

@media only screen and (max-width: 850px){
	.les {
		width: 100%;
		margin-bottom: 2rem;
	}
	.ris {
		width: 100%;
	}
	.rjt .ones .active {
		display: block;
	}
	.title {
		font-size: 1.8rem;
		padding: 1rem;
	}
	.lists a {
		padding: 1rem 2rem;
	}
	.lists .z1 {
		font-size: 1.3rem;
		width: 60%;
	}
	.lists .city {
		font-size: 1.3rem;
	}
	.t1 {
    font-size: 1.3rem;}
}



