.banner{
	margin-top: 99px;
	border-bottom: 6px solid #255c59;
	font-size: 0;
}
.news_list{
	width: 100%;
	padding: 60px 20px;
	overflow: hidden;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.news_list li{
	margin-bottom: 45px;
}
.news_list li:last-child{
	margin-bottom: 0;
}
.news_list li img{
	width: 638px;
	height: 399px;
	border: 1px solid #ddd;
	border-radius: 5px;
}
.news_list li .title{
	padding: 10px 0 15px;
	border-bottom: 1px solid #ddd;
}
.news_list li .title .tp1{
	font-size: 30px;
	margin-bottom: 5px;
}
.news_list li .title .tp2{
	font-size: 18px;
	color: #999;
}
.news_list li .title .tp1 a{
	color: #333;
}
.news_list li .con{
	font-size: 22px;
	color: #333;
	line-height: 35px;
	padding: 10px 0;
}
.news_list li .more{
	font-size: 18px;
	margin-top: 10px;
}
.news_list li .more a{
	color: #333;
}

/*佩华资讯内容页*/
.news_con{
	background: #f8f8f8;
    margin: 164px 20px 0;
    padding: 0 13px;
}
.news_con .main_con{
	width: 100%;
}
.news_con .main_con .title .tp1{
	font-size: 30px;
	color: #333;
	padding: 30px 0 10px;
}
.news_con .main_con .title .tp2{
	font-size: 18px;
	color: #999;
	margin-bottom: 45px;
}
.news_con .main_con .tip{
	text-align: center;
	line-height: 78px;
	border: 1px solid #666;
	color: #666;
	font-size: 24px;
}
.news_con .main_con .con{
	font-size: 24px;
	color: #333;
	margin-top: 36px;
	line-height: 48px;
	text-align: center;
}
.news_con .main_con .con p{
	margin-bottom: 24px;
	text-align: left;
}
.news_con .main_con .con img{
	margin: 0 auto 25px;
}
.page_con2{
	overflow: hidden;
	padding-bottom: 45px;
}
.page_con2 p{
	float: left;
	font-size: 18px;
	line-height: 32px;
	color: #000;
}
.page_con2 .back{
	float: right;
}
.page_con2 p a{
	color: #000;
}
.page_con2 .prev,.page_con2 .next{
	width: 80%;
}
.page_con2 .prev:hover,.page_con2 .next:hover{
	text-decoration: underline;
}
.share{
	width: 100%;
	text-align: center;
	height: 89px;
	background: #fff;
	padding: 0 20px;
}
.share p{
	float: left;
}
.share .tit{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	line-height: 89px;
	float: left;
	padding: 0 40px 0 20px;
}
.share a{
	float: left;
	display: block;
	width: 27px;
	height: 29px;
	margin: 30px 20px 30px 0;
}
.share .wx a:hover{
	background: url(../images/icon_hwx.png) no-repeat center!important;
}
.share .wb a:hover{
	background: url(../images/icon_hwb.png) no-repeat center!important;
}
.share .qq a:hover{
	background: url(../images/icon_hqq.png) no-repeat center!important;
}
.articles{
	margin: 0 20px 100px;
	background: #f8f8f8;
	padding: 0 20px;
}
.articles .title{
	padding: 40px 15px 28px;
	border-bottom: 1px solid #ddd;
}
.articles .title .cn{
	font-size: 24px;
	color: #333;
	padding-bottom: 10px;
}
.articles .title .en{
	font-size: 18px;
	color: #999;
}
.articles ul{
	padding: 30px 15px;
}
.articles ul li{
	font-size: 18px;
	line-height: 36px;
}
.articles ul li a{
	color: #666;
}