* {
	margin: 0;
	padding: 0;
}

body {
	font-family:"microsoft yahei",微软雅黑,"microsoft jhenghei",华文细黑,stheiti,mingliu;
	color: #444444;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

li {
	list-style: none;
}

.clear {
	clear: both;
}

.part_left {
	float: left;
}

.part_right {
	float: right;
}
.part_right .right_swap{
	width: 270px;
}
.part_right .fixed{
	position: fixed;
	bottom: 38px;
}
.part_right .hold{
	position: fixed;
	bottom: 211px;
}
.width_main {
	width: 1000px;
	margin: 0 auto;
	padding: 0 10px;
}

.topheader {
	height: 32px;
	text-align: center;
	border-bottom: 1px solid #c9c9ca;
	background: #f9f7f4;
	margin-bottom: 15px;
	width:1000px;
	margin:0 auto;
}

.top_nav {
	width: 1000px;
	height: 32px;
	font-size: 14px;
	margin: 0 auto;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.ad {
	height: 90px;
	margin-bottom: 25px;
}

.ad .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	color: #000;
	opacity: 1;
	background: rgba(0, 0, 0, 0.2);
}

.ad .swiper-pagination-bullet-active {
	color: #fff;
	background: #007aff;
}

.ad .swiper-pagination {
	text-align: right;
}
.article_part{
	margin-bottom: 20px;
}
.article_part .part_left {
	width: 700px;
	float: left;
	margin: 0 20px 22px 0;
	font-size: 18px;
	color: #444444;
	line-height: 1.6em;
}
.article_part .part_left p{
	margin-bottom: 15px;
}

.article_part .part_left img{
	max-width: 100%;
}

.article_part .part_right {
	width: 275px;
	float: right;
	box-sizing: border-box;
	padding: 0 5px;
	position: relative;
}

.datalist li {
	padding: 10px 0 17px 0;
	border-bottom: 1px solid #ededed;
	overflow: hidden;
	position: relative;
}

.datalist h3 {
	margin-bottom: 10px;
	width: 550px;
	font-family: "微软雅黑", microsoft yahei;
	font-weight: normal;
}

.datalist h3 a {
	display: inline-block;
	line-height: 30px;
	overflow: hidden;
	font-size: 22px;
	color: #333333;
}

.datalist .summary {
	height: 75px;
	line-height: 24px;
	overflow: hidden;
	color: #666;
	font-size: 14px;
}

.datalist .info {
	height: 14px;
	line-height: 14px;
	padding: 0;
	text-align: right;
}

.datalist .time {
	font-size: 12px;
	color: #999;
}

.datalist .imgs a {
	font-size: 0px;
	vertical-align: top;
	float: left;
	width: 146px;
	height: 100px;
	overflow: hidden;
	display: inline;
	margin-right: 10px;
}

.datalist img {
	width: 146px;
	height: 100px;
	vertical-align: top;
	padding-right: 10px;
	float: left;
	-moz-transition: -moz-transform .3s ease;
	-ms-transition: -ms-transform .3s ease;
	transition: transform .3s ease;
}

.datalist img:hover{
	width: 146px;
    height: 100px;
    vertical-align: top;
    float: left;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.datalist .morebtn{
	text-align: center;
    padding: 15px 0;
    vertical-align: middle;
    cursor: pointer;
}
.datalist .morebtn i.icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/uploads/image/pzcimg/more.gif) no-repeat;
    vertical-align: middle;
    margin-right: 5px;
}
.datalist .morebtn .text{
	line-height: 16px;
    vertical-align: middle;
    font-size: 12px;
    color: #333333;
}
.box_title{
	border-bottom:  1px solid #ccc;
	margin-bottom: 10px;
	font-family: 宋体;
	color: #2c69ab;
	
}
.box_title h3{
	display: inline-block;
	border-bottom: 2px solid #5d9adc;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 20px;
	letter-spacing: 1px;
}
.box_content{
	position: relative;
	cursor:pointer;
}
.box_content video,.box_content img{
	display: block;
	width: 100%;
}
.video_poster{
	cursor:pointer;
}
.video_title{
	position: absolute;
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	color: #ffffff;
	background-color: rgba(0,0,0,0.5);
	bottom: 0;
}
.playbutton{
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 20px;
	background: url(/uploads/image/pzcimg/icon_video.png) -50px 0 no-repeat;
	cursor: pointer;
}
.playbutton:hover{
	background-position: -110px 0px;
}
.video_content .close{
	width: 17px;
    height: 17px;
    position: absolute;
    right: -16px;
    top: 0;
    z-index: 11;
    background: url(/uploads/image/pzcimg/icon_video.png) 0 -80px no-repeat;
    cursor: pointer;
}
.ysp_box,.zt_box{
	margin-bottom: 30px;
}
.zt_box .swiper-button-next, .zt_box .swiper-button-prev,.press_box  .swiper-button-next, .press_box .swiper-button-prev{
	top: 42%;
}
.zt_box .swiper-slide img,.press_box .swiper-slide img{
	display: block;
	width: 100%;
	height: 170px;
	margin-bottom: 10px;
}
.zt_box .swiper-slide h3,.press_box .swiper-slide h3{
	font-family: 宋体;
	margin-bottom: 8px;
}
.zt_box .swiper-slide p,.press_box .swiper-slide p{
	font-size: 14px;
	color: #555;
}
.press_box{
	position: relative;
}
.press_box .swiper-slide img{
	margin: 0;
}
.press_box .swiper-slide h3{
	color: #ffffff;
	position: absolute;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	bottom: 0;part_left
	margin: 0;
}
.press_box .swiper-slide b{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 30px;
}
.article_title{
	border-bottom: 1px solid #aaa;
	margin-bottom: 30px;
}
.article_title h1{
    padding: 0 20px;
    text-align: center;
    font-size: 36px;
    color: #404040;
    font-weight: 600;
	margin: 8px 0;
}
.article_title h2{
	text-align: center;
	font-size: 22px;
	color: #555; 	
}
.article_title h3{
	text-align: center;
	font-size: 22px;
	color: #555;
	margin-top: 50px;
}
.h-info{
	margin-top: 20px;
	margin-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #b3b3b3;
}
.h-time{
	margin-right: 20px;
}
em{
	font-style: normal;
}

