@charset "utf-8";
/* CSS Document */
.pg-main
{
        border-bottom: solid 1px #e0e0e0;
   }
/*============= pg-main =========*/
.pg-main-head {
	height: 60px;
	border-bottom: solid 1px #e6e6e6;
}
.pg-nav ul li {
	float: left;
	line-height: 59px;
	margin-right: 20px;
}
.pg-nav ul li a {
	display: block;
	font-size: 14px;
	color: #666;
	padding: 0px 10px;
}
.pg-nav ul li a.h1 {
	color: #00a5e7;
	font-size:16px;
	border-bottom: solid 2px #00a5e7;
}
.pg-nav ul li a:hover {
	color: #00a5e7;
	border-bottom: solid 2px #00a5e7;
}
.pg-wz {
	line-height: 60px;
	font-size: 14px;
	color: #999999;
}
/*=========== pg-about-text ==========*/
.pg-about-text h1{
	font-size:16px;
	font-weight:normal;
	color:#00a5e7;
}
.pg-about-text p {
	padding-bottom: 25px;
	line-height: 200%;
	font-size: 14px;
	color: #808080;
}
.pg-about-text img {
	max-width: 1200px;
}

.pg-about-text
{
    min-height:150px;
   }
   
  /*======= pg-news-list ========*/
.pg-main.pg-news{
	background-color:#fff;
}
.pg-news-list{
	padding:30px 0px;
		padding-top:50px;
}
.pg-news-list ul li {
	padding-bottom: 30px;
	border-bottom: solid 1px #e6e6e6;
	margin-bottom: 30px;
}
.pg-n-img {
	width: 145px;
	height: 120px;
}
.pg-n-img img {
	width: 145px;
	height: 120px;
}
.pg-n-tit {
	width: 1200px;
}
.pg-n-tit .nt1 {
	font-size: 20px;
	color: #999;
	font-family: HelveticaNeueLTpro ThEx;
	font-weight:normal;
}
.pg-n-tit .nt2 a {
	display: block;
	font-size: 16px;
	color: #666;
	padding: 12px 0px;
}
.pg-n-tit .nt2 a:hover {
	color: #00a5e7;
}
.pg-n-tit .nt3 {
	font-size: 12px;
	color: #999;
	line-height: 180%;
}
/*============ ·ÖÒ³ ============== */
.paginator
{
    text-align: center;
    height: 36px;
    margin-top:25px;
}
.paginator a
{
    font-size:12px;
    padding:2px 10px;
    border:solid 1px #e0e0e0;
    margin-left:15px;
    display:inline-block;
	background-color: #fff;
}
.paginator a:hover{
	color:#fff;
	border:solid 1px #00a5e7;
    background-color:#00a5e7;
}
.paginator .cpb
{   
   border:solid 1px #00a5e7;
   background-color:#00a5e7;
   padding:2px 10px;
   font-size:16px;
   margin-left:15px;
   color:#fff;
   display:inline-block;
}

/*======== news-detail ======*/
.pg-main.deta {
	background-color: #f6f6f6;
	padding-top: 40px;
	padding-bottom: 80px;
}
.pg-news-detail {
	padding: 40px 0px;
	background-color: #fff;
}
.pg-nd-tit {
	text-align: center;
	position: relative;
}
.pg-nd-tit {
	border-bottom: solid 1px #e6e6e6;
}
.pg-nd-tit .nd-t1 {
	font-size: 18px;
	color: #333;
	padding-bottom: 20px;
	width: 100%;
}

.pg-nd-tit .nd-t2 {
	font-size: 14px;
	color: #999;
	padding-bottom: 10px;
}
.news-detail-text {
	padding-top:30px;
}
.news-detail-text p {
	padding-bottom: 25px;
	line-height: 180%;
	font-size: 14px;
	color: #666;
}
.news-detail-text img {
	max-width: 1200px;
}
/*=========== previous_nex ===========*/
.previous_next {
    margin: 0px auto;
    padding: 15px 0px;
    border-top:  dashed  1px #dddddd;
	color:#999999;
}
.previous_next a{
	color:#00a5e7;
}
.previous_next a:hover{
	color:#00a5e7;
}
.previous_next p {
    padding-bottom: 0px;
	line-height: 180%;
}

