﻿*{
	margin: 0;
	padding: 0;
}
body{
	font-size: 16px;
	font-family: 微软雅黑;
}
li{
	list-style-type: none;
}
a{
	text-decoration: none;
	color: inherit;
}
a:hover{
	text-decoration: underline;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear{
	clear: both;
}
.header{
	background: url(/uploads/image/pzchannel-47/header.jpg) center no-repeat;
	width: 100%;
	height: 1027px;
}
.content{
	width: 1030px;
	margin: 0 auto;
	padding: 100px 0 100px 0;
}
.ptitle{
	
}
.ptitle img{
	display: block;
	margin: 0 auto;
}
.ptitle p{
	color: #cd4344;
	padding-bottom: 10px;
	font-weight: bold;
	margin-top: 20px;
	line-height: 30px;
	border-bottom: 1px solid #333;
}
.newsbox{
	position: relative;
	padding: 50px 10px 0;
}
.more{
	position: absolute;
	top: 10px;
	right: 10px;
}
.imgnews{
	position: relative;
	box-sizing: border-box;
}
.imgnews img{
	display: block;
	width: 471px;
	height: 299px;
}
.imgnews b{
	position: absolute;
	width: 100%;
	height: 30px;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
}
.imgnews p{
	position: absolute;
	bottom: 0;
	height: 30px;
	line-height: 30px;
	width: 100%;
	color: #fff;
	padding-left: 10px;
}
.textnews li{
	margin-bottom: 9.5px;
	font-weight: bold;
}
.part{
	margin-bottom: 100px;
}
.bottom{
	background: url(/uploads/image/pzchannel-47/bottom.jpg) center no-repeat;
	width: 100%;
	height: 227px;
}
