#left{
	width:680px;
	height: auto;
	float: left;
	border-right: 1px #dedede solid;
}
.list{
	width:98.5%;
	padding-left: 1.5%;
	height: auto;
	padding-top:15px;
	border-bottom: 1px #dedede solid;
}
.list>a{
	color: #666;
}
.picDiv{
	margin-top: 5px;
	float: left;
	width: 210px;
	height: 140px;
	overflow: hidden;
}
.pic{
	width:95%;
	height: 95%;
	padding:2.5%;
}
@keyframes scale{
	from{
		transform: scale(1,1);
	}
	to{
		transform: scale(1.1,1.1);
	}
}
@-webkit-keyframes scale{
	from{
	-webkit-transform: scale(1,1);
	}
	to{
	-webkit-transform: scale(1.1,1.1);
	}
}
.pic:hover{
	animation:scale 0.5s ;
	-webkit-animation: scale 0.5s;
	transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	opacity: 0.95;
}
.detailDiv{
	width:380px;
	height: 150px;
	padding: 10px;
	float: left;
	margin-left:10px;
	text-align: left;
}
.title{
	text-align: left;
}
.timeAddress{
	color: #666666;
	margin-top: 15px;
	font-size: 13px;
}
.timeAddress>li{
	margin-bottom: 5px;
}
.lb{
	color: #111;
}
.description{
	color: #555;
	line-height: 23px;
}
#right{
	float:left;
	width:250px;
	height:auto;
	margin-left: 15px;
}
#baoming{
	margin-top: 15px;
	height:35px;
	width:auto;
}
.baomingList{
	width:90%;
	height: auto;
	margin: 18px auto;
}
.baomingPic{
	width: 100%;
	height: auto;
	max-height: 150px;
}
.baomingPic:hover{
	opacity: 0.85;
}
.baomingTitle{
	background: #efefef;
	padding: 4px;
	display: block;
	text-align: left;
	font-size: 13px;
}
.baomingTitle:hover{
	text-decoration: underline;
}
#tuijian{
	width:218px;
	text-align: left;
	padding: 15px;
}
#tuijian>h3{
	font-size: 15px;
	margin-bottom: 15px;
}
.tuijianList li{
	line-height: 26px;
	list-style-type: disc;
	list-style-position: inside;
	color: #666;
}
.tuijianList li a{
	font-size: 13px;
}
.tuijianList li a:hover{
	color: #222;
}
.baomingLink:hover{
	opacity: 0.9;
}
#downloadErweima{
	width: 75%;
	margin:10px auto;
}
#downloadErweima>img{
	width: 100%;
	height: auto;
}
@media only screen and (max-width: 768px) {
	#main,
	#content,
	#left{
		width: 100%;
		float: none;
		margin: 0;
		padding: 0;
		margin-top: 0.5rem;
		border: none;
	}
	#right {
		display: none;
		border-left: none;
		border-top: 0;
	}
	.list{
		width: 100%;
		height:8.0rem;
		padding-top:1.2rem;
		padding-bottom: 1.2rem;
		border-bottom-color: #efefef;
	}
	.picDiv{
		width: 30%;
		padding: 0;
		margin: 0;
		padding-left:1.5%;
		float: left;
		height: 100%;
	}
	.pic{
		margin: 0;
		padding: 0;
		width: 100%;
		height: auto;
		max-height:100%;
	}
	.detailDiv{
		width: 63%;
		height: 100%;
		float: left;
		padding: 0;
		margin: 0;
		padding-left: 2%;
	}
	.title {
		font-size: 1.5rem;
		color: #444;
	}
	.timeAddress{
		margin: 0;
		margin-top: 0.5rem;
	}
	.timeAddress li{
		margin: 0;
	}
	.lb,.address,.time{
		color: #555;
		font-size: 1.3rem;
	}
	.jianjie{
		display: none;
	}
	.description {
		display: none;
	}
	.time {
		font-size: 1.2rem;
		margin-top: 0.3rem;
	}
}