body{
	margin: 0;
	padding: 0;
	font-family: 'Microsoft Yahei';
	font-size: 14px;
	background: #f2f2f2;
}
.head{
	position: relative;
	height: 150px;
	margin-bottom: 8px;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	background-image: url('../img/news.jpg');
}
.head div{
	padding-top: 8px;
	color: #fff;
	letter-spacing: 1px;
}
.sign{
	width: 72px;
	height: 72px;
	margin-top: 28px;
	border-radius: 50%;
}
.new{
	position: relative;
	display: inline-block;
	width: 92%;
	padding: 12px 2% 8px 2%;
	margin: 0 2% 8px 2%;
	color: #000;
	text-decoration: none;
	background-color: #fff;
	border-radius: 4px;
}
.new-l{
	display: inline-block;
	width: 35%;
	vertical-align: middle;
}
.new-r{
	display: inline-block;
	width: 61%;
	height: 96px;
	margin-left: 2%;
	vertical-align: middle;
}
.newimg{
	width: 100%;
	height: 96px;
	border-radius: 4px;
}
.newtit{
	display: inline-block;
	font-size: 15px;
	color: #333;
	vertical-align: middle;
}
.newbtm{
	margin: 12% 0 0 0;
}
.newtag{
	position: absolute;
	bottom: 12px;
	left: 39%;
	color: #888;
	padding: 3px 8px;
	color: #33f;
	border: 1px solid #ddd;
	border-radius: 4px;
}
.newtm{
	position: absolute;
	bottom: 16px;
	right: 16px;
	color: #666;
}
.top{
	width: 94%;
	padding: 4% 3%;
	background: #fff;
}
h3{
	line-height: 30px;
	margin: 0 0 16px;
	font-size: 20px;
	color: #333;
}
.logo{
	width: 36px;
	height: 36px;
	vertical-align: middle;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	box-shadow: 0 0 4px #bbb;
}
.com{
	margin: 0 4px 0 10px;
	font-weight: bold;
	font-size: 15px;
	color: #f60;
	letter-spacing: 1px;
	vertical-align: middle;
}
.tag{
	margin: 3% 0 0 14%;
}
.tag span{
	display: inline-block;
	padding: 3px 8px;
	margin-right: 5%;
	font-size: 13px;
	color: #4876FF;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.ctx{
	margin: 8px 2%;
	padding: 10px 2%;
	background-color: #fff;
}
.ctx img{
	width: 100%;
	border-radius: 4px 4px 0 0;
	box-shadow: 0 0 4px #aaa;
}
.ctx div{
	margin-bottom: 10px;
	line-height: 28px;
	color: #333;
	text-indent: 2em;
}
.ctx span{
	display: inline-block;
	margin: 20px 0 8px 0;
	padding: 6px 12px 6px 6px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-color: #aaa;
	border-radius: 0 6px 6px 0;
}
.btm{
	width: 97%;
	padding: 2% 0 4% 3%;
	color: #fff;
	background-color: #9e0f0f;
}
.btm-l{
	display: inline-block;
	width: 70%;
	vertical-align: top;
}
.btm-name{
	font-size: 15px;
	margin-bottom: 8%;
}
.btm-tell{
	margin-bottom: 4%;
	font-size: 13px;
}
.btm-addr{
	font-size: 13px;
}
.qr{
	width: 22%;
	vertical-align: bottom;
	border-radius: 6px;
}