﻿	*,html,body{padding: 0px;margin: 0px;font-family:"微软雅黑";}
	ul li{list-style: none;}
	ol li{list-style: none;}
	a{text-decoration: none;}
body {
	background: #ddd;
}
/*内容页*/
.content {
	width: 100%;
	height: 100%;
        min-width: 1280px;
	margin-bottom: 10px;
	/*background: #ddd;*/
	/*margin: 0 auto;*/
}
.content .pic {
	width: 100%;
	/*height: 260px;*/
	/*margin: 0 auto;*/
	/*background: indianred;*/
	/*margin-top: 20px;*/
     
}
.content .pic img {
	width: 100%;
	height: 320px;
	margin-top: -3px;
        min-width: 1280px;
}
.content .col {
	width: 100%;
	height: 100%;
	margin-top: -5px;
	background: url(../image/content-bg.jpg) repeat top center;
        min-width: 1280px;
}
.subPage {
	width: 1280px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*background: indianred;*/
}
.sub-top {
	padding: 0 10px;
	width: auto;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 40px;
}
.sub-title {
	width: 145px;
	overflow: hidden;
	height: 70px;
	line-height: 70px;
	font-size: 26px;
	font-weight: bold;
	float: left;
	margin-left: -10px;
	color: #0b6db8;
}
.bread {
	width: auto;
	height: 70px;
	line-height: 70px;
	color: #282828;
	opacity: 0.5;
	font-size: 14px;
	margin-left: 155px;
}
.bread span a {
	color: #656565;
	text-decoration: none;
	outline: none;
}
.full-sub-right {
	width: 100%;
}
.pageArticle {
	
}
.article02 {
	/*width: 100%;*/
	height: 100%;
        min-height: 400px;
	background-color: #fff;
	padding: 0 28px 0 28px;
}
.articleTitle {
	width: auto;
	overflow: hidden;
}
.article02 .articleTitle h2 {
	margin-top: 0;
	/*height: 33px;*/
	line-height: 73px;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	width: auto;
	padding: 15px 0;
	color: #0b6db8;
}
.articleTitle h2 {
	overflow: hidden;
}
.articleAuthor {
	text-align: left;
	/*padding-bottom: 10px;*/
	/*height: 28px;*/
	line-height: 45px;
	color: #656565;
	opacity: 0.5;
	overflow: hidden;
	border-bottom: 1px solid #d2d2d2;
	border-top: 1px solid #d2d2d2;
	font-size: 16px;
	/*margin-top: -18px;*/
	text-align: center;
	/*padding-left: 8px;*/
	/*padding-left: 0px;*/
}
.articleAuthor span {
	margin-right: 15px;
	color: #656565;
	left: 10px;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: subpixel-antialiased;
}
.articleAuthor strong {
	color: #656565;
	font-style: normal;
	font-weight: 400;
}
.article02 .article {
	padding: 20px 0 0 0;
}
.article {
	width: auto;
	/*height: 100%;*/
	overflow: hidden;
	font-size: 16px;
	line-height: 40px;
	background-color: #fff;
	min-height: 350px;
}
.article .art-p {
	/*设置文本的内容两端对齐*/
	text-align: justify;
	text-justify: distribute;
	margin-left: 80px;
	/*margin-right: 78px*/
	box-sizing: border-box;
	/*background: red;*/
	padding-right: 58px
	/*使文本内容向中间缩进*/
	padding: 0 20px 0 20px;
        text-indent: 2em;
}
.article .art-p p {
	display: block;
	padding-right: 80px
        text-indent: 2em;
        font-size: 16px;
}
.article img {
	width: 600px;
	height: 400px;
	margin: 10px auto 10px auto;
	text-align: center;
	display: block;
}

/*上一页下一页*/
.page{width: 1100px; height: 60px;margin-top: 50px;margin-bottom: 30px;margin-left: 70px;font-size: 12px;}
.page> span{display:block;padding:0px 20px;float:right;height: 30px;line-height:30px;font-size: 14px;margin-top: -45px;}
.page> ol> li{width: 1100px; height: 30px; line-height:30px;}
.page> ol> li> a{height: 30px; line-height:30px;color: #0585c2;opacity: 0.8;}
.page> ol> li> a:hover{opacity: 0.5;}