

/*header*/
body{color: #000;}
.header{

	position: fixed;

	z-index: 99;

	height: 61px;

	width: 100%;

	max-width: 720px;

	background-image: linear-gradient(to right, #6352ad, #8125cc, #5f3ab7, #6352ad, #6b4a94, #706588, #67525f);

	border-bottom-left-radius: 0px;

	border-bottom-right-radius: 0px;

}

.header.index-header{

	height: 98px;

}

.header .head-title-img{

	position: relative;

/*	background: rgba(0,0,0,0.6);*/

}

.head-title-img .natural{

	display: block;

	position: absolute;

	top: 2px;

	width: 60px;

	height: 60px;

	left: 50%;

	margin-left: -30px;

	-webkit-animation: z 5s linear 0s infinite;

    -moz-animation: z 5s linear 0s infinite;

    -ms-animation: z 5s linear 0s infinite;

    animation: z 5s linear 0s infinite;

    box-shadow: 0px 0px 20px #000;

    border-radius: 50%;

}

@-webkit-keyframes z {

	from {

		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);

		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);

		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);

		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);

	}

	to {

		-webkit-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);

		-moz-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);

		-ms-transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);

		transform: translateX(0) translateY(0) translateZ(0) rotateX(0deg) rotateY(0deg) rotateZ(360deg) scaleX(1) scaleY(1) scaleZ(1);

	}

}

.header .logo-box{

	height: 60px;

}



.header .logo{

	float: left;

	height: 60px;

	margin-left: 0px;

}

.header .logo .logo-img{


	height: 60px;	

}

.header .bank{

    float: right;

    position: relative;

    width: 80px;

    height: 60px;

}

.header .bank a{

	display: block;

    color: #fff;

    font-size: 12pt;

    text-align: center;

    padding-top: 14px;

}

.header .bank img{

	display: block;

	width: 75px;

	height: 60px;

	margin:0 auto;

}









.nullbox{

	height: 100px;

}

.subnullbox{

	height: 61px;

}

/*nav*/

.nav{

	border-bottom-right-radius: 5px;

	border-bottom-left-radius: 5px;

	overflow: hidden;

	border-top: 1px solid #000;

}

.nav span{

	display: block;

	float: left;

	height: 30px;

	line-height: 30px;

	width: 16.66%;

	text-align: center;

	cursor: pointer;

}

.nav span:hover{

	background:#292929;

}

.nav.pf span:hover{



}
.box{
	margin:5px 0;
	border-radius: 5px;
	overflow: hidden;
	background-image: linear-gradient(to right, #cebcb7, #dcb6ae, #ecbfda, #e4bdd0, #efc6ce, #c6b6cd, #dec9ae, #c6b6cd, #efc6ce, #e4bdd0, #ecbfda, #dcb6ae, #cebcb7);
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99000000, endcolorstr=#99000000);
}

/*news*/

.news-title{

	float: left;

    height: 35px;

    line-height: 35px;

    padding-left: 5px;

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;



}

.news-title img{

	display: block;

	float: left;

	width: 35px;

	height: 35px;

	margin-right:5px;

}

.dbt img{

	margin-top: 98px;

	margin-bottom: -8px;

}

/*news*/

.news-title{

	float: left;

    padding-left: 5px;

    border-top-left-radius: 4px;

    border-bottom-left-radius: 4px;



}

.news-title img{

	display: block;

	float: left;

	width: 35px;

	height: 35px;

	margin-right:5px;

}

.txtMarquee-left{ padding:0 1px;width:auto;position:relative;overflow: hidden;}

.txtMarquee-left .bd ul{ overflow:hidden; zoom:1; }

.txtMarquee-left .bd ul li{ margin-right:20px;  float:left; height:35px; line-height:35px;  text-align:left; _display:inline; width:auto !important;color: #000;  }

.txtMarquee-left .bd ul li a{color: #fff;}

.txtMarquee-left .bd ul li a:hover{text-decoration: underline;}





/*content*/

.subnav{

	border-radius:5px;

	padding:5px 0;

	    background: #dff9e2;

	overflow: hidden;

}

.subnav a{

	display: block;

	float: left;

	width: 20%;

	text-align: center;

	font-size: 12pt;

	color: #000;

	font-weight: bold;

	text-shadow: 0px 2px 1px #ff9c00;

}

.subnav a img{

	display: block;

	width: 84px;

	height:76px;

	margin:0 auto 2px;

	animation-duration:1s;

	animation-fill-mode:both;

}

.subnav a:nth-child(1) img,.subnav a:nth-child(2) img{

	animation-name:fadeInLeft;

}

.subnav a:nth-child(3) img{

	animation-name:bounceInDown;

}

.subnav a:nth-child(4) img,.subnav a:nth-child(5) img{

	animation-name:fadeInRight;

}

.ggimg{

	margin:5px 0;

}

.ggimg a img{

	width: 60px;

	height: 60px;

}

@keyframes fadeInLeft{0%{opacity:0;transform:translate3d(-100%,0,0)}to{opacity:1;transform:none}}

@keyframes fadeInRight{0%{opacity:0;transform:translate3d(100%,0,0)}to{opacity:1;transform:none}}

@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}

.subnav a:hover{

	animation-name:pulse;

	animation-duration:1s;

	animation-fill-mode:both;

}

@keyframes pulse{0%{transform:scaleX(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scaleX(1)}}

.pad{

	padding:4px 4px;

}

.xjbox{

	margin: 5px 0;

    border-radius: 5px;

    overflow: hidden;

    background: #000;

}

.sup-title{

	font-size: 14pt;

	height: 50px;

	line-height: 50px;

	margin:5px 0;

	text-align: center;

	color: #fff;

	background: #b99b5f;

	border-radius: 5px;

	text-shadow: 0px 1px 10px #000;

	overflow: hidden;

	border:1px solid #000;



}

.jiesitable{

	width: 100%;

	text-align: center;

	word-wrap: break-word;

	font-size:13pt;

	table-layout: fixed;

	border-radius: 8px;

	color: #fff;

	font-weight: bold;

	font-family: 'simsun';

}

.jiesitable tr{

	height: 30px;

}

.jiesitable th,.jiesitable td{

/*	white-space: nowrap;

	overflow: hidden;*/

	text-overflow: ellipsis;

	border:1px solid #b69157;	

}

.listtable{

	color: #000;

	table-layout: fixed;

}

.listtable tr{

	height: 25px;

}

.listtable th,.listtable td{

	padding:4px 4px;

}

.listtable th{

	font-size: 20pt;

	text-align: center; 

	border-bottom:1px solid #000;

	text-shadow: 1px 4px 1px #b99b5f;

}

.listtable td{

	height: 36px;

	padding-left: 40px;

	background: url(../../images/tj.gif) 5px center no-repeat;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border-bottom: 1px solid #b99b5f;

	font-size: 12pt;

}

.listtable td a{


	display: block;

	height: 27px;

	line-height: 27px;

	color: #000000;

	font-weight: bold;

	padding-right: 22px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	background: url(../../images/arrow.png) center right no-repeat;



}

.gg{

	color: #000;

	table-layout: fixed;

}

.gg tr{

	height: 25px;

}

.gg th,.gg td{

	padding:4px 4px;

}

.gg th{

	font-size: 20pt;

	text-align: center; 

	border-bottom:1px solid #000;

	text-shadow: 1px 4px 1px #b99b5f;

}

.gg td{

	height: 22px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border-bottom: 1px solid #383232;

	font-size: 18pt

}

.gg td a{

	display: block;

	color: #000;

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

}

.gjpxj{

	color: #000;

	table-layout: fixed;

}

.gjpxj tr{

	height: 25px;

}

.gjpxj th,.gjpxj td{

	padding:1px 1px;

}

.gjpxj th{

	font-size: 20pt;

	text-align: center; 

	border-bottom:1px solid #000;

	text-shadow: 1px 4px 1px #b99b5f;

}

.gjpxj td{

	height: 22px;

	text-overflow: ellipsis;

	border-bottom: 1px solid #b99b5f;

	font-size: 14pt;

	font-weight: bold;

}

.spm{

	color: #000;

	table-layout: fixed;

}

.spm tr{

	height: 25px;

}

.spm th,.spm td{

	padding:4px 4px;

}

.spm td{

	height: 22px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border-bottom: 1px solid #b99b5f;

	font-size: 14pt;

	text-align: center;

}

.spm td a{

	display: block;

	height: 22px;

	line-height: 22px;

	color: #000;

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

}



.img-title{

	width: 65%;

	float: right;

	text-align: center;

	margin-bottom: 35px;

}

.img-title h1{

	margin-top: 30px;

	font-size: 52px;

	letter-spacing: 6px;

	text-shadow: 0px 2px 1px #000;

	color: red;

}

.img-title h2{

	margin-top: 32px;

	font-size: 24px;

	color: #0060ff;

	letter-spacing: 13px;

	text-shadow: 0px 2px 1px #000;

}

.text-box{

	height: 197px;

	background: url('https://hdx413a.gahtech.com/html/css/zgl.png') no-repeat left top;

}

.listtable.icon6{

	background: #fff url(../../images/img1.png) bottom right no-repeat;

}

.listtable.icon6 td a{

	color: #000;

}

.xjimg-list{

	background: rgba(255,255,255,0.6)

}

.img-list-box{

	background: url('https://hdx413a.gahtech.com/html/css/img2.png') no-repeat top right;

}

.img-list-title{

	margin:5px 0;

	text-align: center;

	font-size: 32px;

	color: #ffff00;

	font-weight: bold;

	text-shadow: 0px 1px 1px #000;

}

.sideMenu{ height: 248px;border:1px solid #000; border-radius: 5px;overflow: hidden;}

.sideMenu h3{ height:42px; line-height:42px; padding-left:10px;  cursor:pointer;font-size:20px;color: #fff;text-align:center;background: #000;border-bottom:1px solid #fff;}

.sideMenu h3 em{ float:right; display:block; width:40px; height:42px;   background:url('https://hdx413a.gahtech.com/html/css/icoAdd.png') no-repeat 16px 12px; cursor:pointer }

.sideMenu h3.on em{ background-position:16px -57px; }

.sideMenu ul{ padding:20px 25px; color:#999; display:none;}

.sideMenu ul li{

	float: left;

	width: 25%;

	height: 80px;

}

.sideMenu ul li a{

	display: block;

	width: 90%;

	margin:0 auto;

	height: 80px;

	line-height: 80px;

	text-align: center;

	background: rgba(97,152,191,0.7);

	border-radius: 10px;

	border:1px solid #fff;

	color: #000e42;

	font-size: 18px;

	transition: all 0.5s;

}

.sideMenu ul li a:hover{

	background: rgba(0,0,0,0.7);

	color: #fff;

	border:1px solid #000;

}
.oreotable{
	color: #000;
    background: #F0FFFF;
    font-weight: bold;
}
.oreotable tr {
     height: 25px;
}
.oreotable th, .qxtable td {
    border:1px solid #fff;
}
.oreotable th{
	height: 50px;
	font-size: 23px;
	background: linear-gradient(transparent,#FFFFE0);
	text-align: center;
}
.oreotable td {
	height: 37px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #b99b5f;
	text-align: center;
	font-size: 13pt
}
/*----------------------------*/

.qxtable{
	color: #000;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word; 
    word-break: break-all;	
    text-align: center;;
}
.qxtable tr {
     height: 27px; 
}
.qxtable th, .qxtable td {
    border:1px solid #fff;
}
.qxtable th{
	font-size: 18px;
	background: #fff89c;
	text-align: center;
	color: red;
}
.qxtable td {
    text-overflow: ellipsis;    
    font-size: 18px;
}
.qxtable .xz {   
    font-size: 36px;
}
.qxtable .xz1 {   
    font-size: 20px;
}
.qxtable .xz2 {   
    font-size: 30px;
}
.qxtable.left{
	text-align: left;
}
.qxtable.left th{
	text-align: left;
}
.qxtable.yxym{
	table-layout:auto;
	word-wrap: break-word;
    word-break: break-all;
/*    background:#fff url(../images/tjl.png) center center no-repeat;
*/}
.qxtable.yxym td{
	font-size: 14pt;
}
.qxtable.yxym tr td:nth-child(1){
	background: #f2dee7;
	width: 21%;
}
.qxtable.yxym tr td:nth-child(3){
	background: #f2dee7;
	width: 14%;
}
.qxtable.yxym tr td:nth-child(2){
	background: #f7f7f7;
	width: 65%;
}
.list-title{
	background: linear-gradient(transparent,#571B7E);
	color: #FFFF33;
	text-shadow: 0px 0px 10px red;
	border-left: 1px solid #48A878;
	border-right: 1px solid #48A878;

	height: 40px;
	line-height: 40px;
	font-size: 20pt;
    text-align: center;
    border-bottom: 1px solid #000;
    text-shadow: 1px 4px 1px #000;
    
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.riqi{

	font-size: 19pt;

    text-align: center;

    font-weight: bold;

}

.haoju{
	font-size: 20pt;
    text-align: center;
    font-weight: bold;
}



ul {margin: 1px;}

.post-list{text-align:center;}

.post-list-tit-pic{margin-bottom:6px}

.post-list li{padding: 3px 3px;

    border-radius: 0px;

    background-color: #fff;}



.post-list a{

height: 35px;

line-height: 35px;

text-align: center;

border: solid 1px #ddd;

border-radius: 8px;

background: #eee;

background-image: linear-gradient(to top, #fff, #eee, #fff);

box-shadow: 0 2px 5px rgba(0,0,0,0.1);

display: block;

font-size: 22px;

font-weight: bold;

color: #000;

}





.jueshatable{

	table-layout: auto;

	color: #fff;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #000;

	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);

}

.jueshatable tr{

	height: 25px;

}

.jueshatable th{

	background: #000;

	color: #fff;

	border:1px solid #636262;

}

.jueshatable td{

	font-weight: bold;

	border:1px solid #636262;

	width: 50%;

}



.guanggao{

	table-layout: auto;

	color: #fff;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #208e1f;

	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99ffffff, endcolorstr=#99ffffff);

}

.guanggao tr{

	height: 25px;

}

.guanggao img{

	width: 100%;

	height: 45px;

}

.guanggao a{

	font-size: 16pt;

	color: #FF0000;

}

.guanggao td{

	font-weight: bold;

	border:0px solid #636262;

	width: 100%;

}

.liuxiao{

	table-layout: auto;

	color: #fff;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #ffdfff;

}

.liuxiao tr{

	height: 25px;

}

.liuxiao td{

	font-weight: bold;

	border:1px solid #fff;

	width: 100%;

}

.shierma{

	table-layout: auto;

	color: #000;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #fff;

}

.shierma tr{

	height: 25px;

}

.shierma td{

	font-weight: bold;

	border:1px solid #C0C0C0;

	width: 100%;

}

.yjxj{

	table-layout: auto;

	color: #000;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #BBDDFF;

}

.yjxj tr{

	height: 25px;

}

.yjxj td{

	font-weight: bold;

	border:1px solid #fff;

	width: 100%;

}

.gongshi{

	color: #000;

	table-layout: fixed;

}

.gongshi tr{

	height: 25px;

}

.gongshi th,.gongshi td{

	padding:2px 2px;

}

.gongshi th{

	font-size: 20pt;

	text-align: center; 

	border-bottom:1px solid #000;

	text-shadow: 1px 4px 1px #b99b5f;

}

.gongshi td{

	height: 22px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border: 1px solid #efe8e8;

	font-size: 16pt;

	text-align:center;

}

.gongshi td a{

	display: block;

	color: #0000FF;

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

}

.duilianpt{

	table-layout: auto;

	color: #FF0000;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #fff;

}

.duilianpt tr{

	height: 25px;

}

.duilianpt td{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 18pt;

}

.duilianpt th{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 18pt;

}

.pnzl{

	table-layout: auto;

	color: #000;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #f5f5f5;

}

.pnzl tr{

	height: 25px;

}

.pnzl td{

	font-weight: bold;

	border:1px solid #fff;

	width: 33.3%;

	font-size: 12pt;

	font-family: &#930;&#65533;&#65533;&#65533;&#378;&#65533;;

}

.pnzl a{

	color: #000;

}



/*footer*/

.foot-img{

	padding-bottom: 0px;

	background: url('https://hdx413a.gahtech.com/html/css/foot-img.png') no-repeat center bottom;

}

.footer-link{

	height: 30px;

	line-height:30px;

	text-align: center;

	border-bottom: 1px solid #000;

	border-top-left-radius: 5px;

	border-top-right-radius: 5px;

}

.footer-link a{

	color: #6198bf;

	margin:0 10px;

}

.footer-link a:hover{

	text-decoration: underline;

}

.copyright{

	width: 80%;

	margin:0 auto;

	text-align: center;

	padding-bottom: 5px;

	margin-bottom:5px;

	border-bottom:1px solid #000;

	color: #fff;

}

.xjct{

	background-image: linear-gradient(to right, #008000, #008000, #009933, #008000, #009933, #008000, #008000);

	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#99bdb657, endcolorstr=#99bdb657);

}













/*sub*/

.tablebox{

	text-align: center; 

	border-collapse: collapse;

	table-layout: fixed;

	width: 100%;

}

.tablebox tr{

	line-height: 32px;

}

.tablebox td{

	border: 1px solid #e5e5e5;

    word-break: break-all;

    padding: 3px 2px;

}

.tablebox a{

	color: rgb(255, 0, 0);

	text-decoration: underline;

	font-weight: bold;

	font-size: 16px;

}

.subList-bg{

	background:#fff url('https://hdx413a.gahtech.com/html/css/subList-bg.png') no-repeat top right;

}

.subTextTitle{

	color: #000;

    padding: 8px 8px 0px 8px;

    border-top-left-radius:8px;

    border-top-right-radius:8px;

}

.subTextTitle h1{

	height: 40px;

	line-height: 40px;

	overflow: hidden;

    font-size: 18px;

    font-weight: bold;

}

.subTextTitle h2{

	color: #9e6101;

	text-indent: 6px;

}

.subTextTitle p{

	color: #d2b335;

	border-top: 1px solid #ffeda4;

	border-bottom: 1px solid #ffeda4;

	padding:10px 0;

	margin-top:10px;

	text-indent: 6px;

}

.tablebox.imgbox a {

    display: block;

    height: 44px;

}

.tablebox.imgbox img {

    width: 100%;

    height: 44px;

}

.subListTable{

	padding:4px 8px 8px 8px;

	color: #000;

}

.subListTable td{

	line-height: 32px;

	border-bottom: 1px solid #ffeda4;

	overflow: hidden;

	text-overflow: ellipsis;

	font-weight: bold;

}

.foot-subTextTitle{

	padding:0 8px;

}

.foot-subTextTitle p{

	color: #EAC117;

	padding-bottom: 10px;

	border-bottom: 1px solid #ffeda4;

}



@media screen and (max-width: 570px){

.riqi{

	font-size: 15pt;

}

.pad {

    padding: 2px 2px;

}

	#yxym .list-title{

	font-size: 20px;

}

.duilianpt td{

	font-size: 15pt;

	}

.duilianpt th{

	font-size: 14pt;

	}

.qxtable td {

    font-size: 20px;

}

.qxtable .xz {   

    font-size: 28px;

}

.qxtable .xz1 {   

    font-size: 13px;

}

.qxtable .xz2 {   

    font-size: 24px;

}

.listtable{

	color: #000;

	table-layout: fixed;

}

.listtable tr{

	height: 25px;

}

.listtable th,.listtable td{

	padding:4px 4px;

}

.listtable th{

	font-size: 20pt;

	text-align: center; 

	border-bottom:1px solid #000;

	text-shadow: 1px 4px 1px #b99b5f;

}

.listtable td{

	height: 36px;

	padding-left: 40px;

	background: url(../../images/tj.gif) 5px center no-repeat;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border-bottom: 1px solid #b99b5f;

	font-size: 12pt;

}

.listtable td a{

	display: block;

	height: 27px;

	line-height: 27px;

	color: #000000;

	font-weight: bold;

	padding-right: 22px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	background: url(../../images/arrow.png) center right no-repeat;

}


.qxtable.yxym td {

    font-size: 12pt;

}

.post-list a{font-size:21px

}

.gg td{

	font-size: 14pt

}

.gg td a{

	height: 25px;
    line-height: 26px;
    text-align: left;

}

}

@media screen and (max-width: 455px){

.pad {

    padding: 2px 2px;

}

	#yxym .list-title{

	font-size: 18px;

}

.riqi{

	font-size: 12pt;

}

.haoju{

	font-size: 14pt;

}

.box,.subnav,.xjbox{

		margin:3px 0px ;

	}

.subnav a{

		font-size: 11pt;

	}

.subnav a img{

		width: 67.2px;

		height: 60.8px;

	}

.ggimg a img{

		width: 40px;

		height: 40px;

	}

.xjbox table,.listtable td{

		font-size: 10pt;

	}

.sideMenu ul li a{

		font-size: 12px;

	}

.img-title{

		width: 90%;

	}

.img-title h2{

		letter-spacing: 7px;

	}

.head-title-img .natural{

		left: 73%;

	}

.header .logo{

		margin-left: 3px;

	}

.nav span{

		font-size: 10px;

	}

.qxtable.yxym td{

		font-size: 12px;

	}

.qxtable.yxym tr td:nth-child(2){

		font-size: 18px;

	}

.guanggao img{

	width: 100%;

	height: 33px;

	}

.guanggao a{

	font-size: 10pt;

	}

.gongshi td{

	font-size: 12pt;

	}

.duilianpt td{

	font-size: 14pt;

	}

.duilianpt th{

	font-size: 13pt;

	}

.pnzl td{

	font-size: 11pt;

}

.qxtable td {

    font-size: 15px;

}

.qxtable .xz {   

    font-size: 22px;

}

.qxtable .xz1 {   

    font-size: 12px;

}

.qxtable .xz2 {   

    font-size: 16px;

}

.gjpxj td{

	font-size: 12pt;

}

.post-list a{font-size:19px

}

.gg td{

	font-size: 13pt

}

}

@media screen and (max-width: 385px){

.riqi{

	font-size: 11pt;

}

.haoju{

	font-size: 13pt;

}

.qxtable td {

    font-size: 13px;

}

.qxtable .xz {   

    font-size: 20px;

}

.qxtable .xz1 {   

    font-size: 11px;

}

.qxtable .xz2 {   

    font-size: 14px;

}

#yxym .list-title{

	font-size: 17px;

}

.duilianpt td {

    font-size: 13pt;

}

.duilianpt th{

	font-size: 11pt;

}

.xjbox table,.listtable td{

	font-size: 9pt;

}

.pnzl td {

    font-size: 10pt;

}

.gongshi td{

	font-size: 11pt;

	}

.post-list a{font-size:17px

}

.gg td{

	font-size: 12pt

}

}
.blgg a{text-decoration: none;}
.blgg a:hover{text-decoration:underline;}

.blgg {
    table-layout: auto;
    color: #000;
    border-radius: 0px;
    overflow: hidden;
    text-align: center;
    background: #fff;
    
}
.blgg td {
    font-weight: bold;
    border: 1px solid #fefefe;
    font-size: 18pt;
    padding: 2px 2px;
    white-space: nowrap;
}

.blgg a {
    line-height: 35px;
    text-align: center;
    border: solid 1px #ddd;
    border-radius: 8px;
    background: #eee;
    background-image: linear-gradient(to top, #fff, #eee, #fff);
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: block;
    font-weight: bold;
    color: #000;
    text-decoration: none;
    padding-left: 0px;
}


@media screen and (max-width: 580px){
.blgg td{
  font-size: 15pt;
  }
}
@media screen and (max-width: 480px){
.blgg td{
  font-size: 13pt;
  }
}
@media screen and (max-width: 408px){
.blgg td {
    font-size: 12pt;
}
.blgg a {
    line-height: 30px;
}
}
@media screen and (max-width: 358px){
.blgg td {
    font-size: 11pt;
}
}

td.gc {border:1px dashed red;text-align:center;font-family:Verdana;font-size:14pt;font-weight:700;line-height:30px;color:#FFFFFF;background:#000000;}

div.box1 div.subnav ul li{display:block;float:left;width:25%;text-align:center}
div.box1 div.subnav ul li a{display:inline-block;width:60px}
div.box1{margin:5px 0;background:-webkit-gradient(linear, 0 0, 0 100%, from(#88e1f1), to(#21bdd8), color-stop(60%, #21bdd8));border:2px solid #3399ff;border-radius:3px}


div.box div.subnav ul{margin:8px; 0;}
div.box div.subnav ul li{display:block;float:left;width:25%;text-align:center}
div.box div.subnav ul li a{display:inline-block;width:60px}
div.box div.subnav ul li a img{margin:0 auto;display:block;width:53px;height:53px;vertical-align:middle}
div.box{margin:5px 0;background-color:#fff;border:2px solid #3399ff;border-radius:3px}
div.box img{max-width:100%;vertical-align:middle}
div.box .Loading{min-height:258px;width:100%;background:url(https://hdx413a.gahtech.com/html/css/Loading.gif) no-repeat center 38px;background-size:255px}
div.box div.table table{width:100%;border-collapse:collapse;word-wrap:break-word;}
div.box div.table table tr{text-align:center;padding:0 5px;line-height:18px;}
div.box div.table{}
div.box div.table ul{}
div.box div.table ul li{border-bottom:1px dashed #EEE;padding:8px 0;text-align:center;}
div.box div.table ul li font{color:#0000FF}
div.box div.table ul li span{color:#FF0000;}
div.box div.table div.title{text-align:center;background:-webkit-gradient(linear, 0 0, 0 100%, from(#0f5ba9), to(#18acc3), color-stop(60%, #16a0c3));padding:8px 0;border-radius:2px}
div.box div.table div.title h3{color:#fff}
div.subox{margin:5px 0;background:#FFF;border-radius:4px;}
div.subox div.subnav ul{padding:6px}
div.subox div.subnav ul li{display:block;float:left;width:calc(25% - 0px);text-align:center}
div.subox div.subnav ul li a{display:inline-block;font-size:12px;width:60px}
div.subox div.subnav ul li a img{margin:0 auto;display:block;width:46px;height:46px;vertical-align:middle}
div.box div.kjkj ul li{float:left;border:none;margin:2px;padding:4px 0;width:calc(20% - 4px);border-radius:4px;box-shadow:1px 1px 1px rgba(0,0,0,.1);background-image:linear-gradient(to top,#3399ff,#EEE)}
div.box div.kjkj ul li a{color:#333;font-size:1.1rem;font-weight:bold;}
div.box div.link ul li{float:left;margin:2px;padding:6px 0;width:calc(25% - 4px);border-radius:4px;background:#FFF9DD;font-weight:bold;font-size:1.23rem}
div.box div.sbgs ul li {padding:8px 1px;text-align:left;overflow:hidden;white-space:nowrap; text-overflow:ellipsis}
div.box div.sbgs ul li span.icon{margin-right:6px;padding:4px 5px;color:#fff;border-radius:2px;background:#3399ff;display:inline-block}
div.box div.sbgs ul li span.zz {float:right;margin-left:10px;color: #999;}
div.box div.sxsm ul li span{font-weight:bold}
div.box div.sxsm ul li u{background:#ffff00;text-decoration:none;}
div.box div.jzsx ul li{text-align:left;padding:8px 5px;}
div.box div.jzsx ul li.title{background:#CCE6FF;}
div.box div.jzsx ul li u{background:#ffff00;text-decoration:none;}
div.box div.gpct div.img{padding:0px}
div.box div.sbgs ul li:last-child,div.box div.jzsx ul li:last-child{border-bottom:0}
div.article{border-radius:5px;padding:5px;background:rgba(255,255,255,.85);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff, endcolorstr=#ffffff);overflow:hidden}
div.article.ct{text-align:center;}
div.article h2{color:#333;padding:10px 0;}
div.article dt{background:#F5F5F5;padding:5px;position:relative;border-radius:3px}
div.article dt div.avatar{float:left;margin-right:10px;}
div.article dt div.avatar img{width:50px;height:50px;display:block;box-shadow:0 1px 3px rgba(0,0,0,.22);-webkit-border-radius:3px;border-radius:3px}
div.article dt div.info{position:absolute;bottom:5px;left:63px;right:5px;height:16px;line-height:16px;}
div.article dt div.info span.author{color:red}
div.article dt div.info span.time{color:#666}
div.article div.content{padding:5px 8px;color:#333;min-height:180px}
div.phvad{padding:4px;display:none}
div.phvad li img{border-radius:5px;}
div.box div.gpct ul{margin-top:3px;}
div.box div.gpct ul li{float:left;background:#e1f0ff;margin:3px;padding:1px;width:calc(16.666% - 6px);border-radius:3px;border:0;}
div.box div.gpct ul li dt img{border-radius:4px;height:108px;}
div.box div.gpct ul li p{color:#333;}
div.box .footer{padding-top:1px;}
div.box .footer .copyright{width:80%;margin:0 auto;text-align:center;padding:5px 0;border-bottom:1px solid #666}
div.box .footer .copyright:last-child{border-bottom:0}
@media screen and (max-width:720px){
    div.top .logobox .logo{margin-left:8px}
	div.box,div.subox{margin:5px 5px}
	div.box div.gpct ul li{width:calc(33.33% - 6px)}
	div.box div.link ul li{width:calc(50% - 4px)}
}
@media screen and (max-width:350px){
    div.box div.sxsm ul li span{font-size:1rem;}

}
.nullbox441{height:65px}
.clearfix:after,.clearfix:before{content:"";display:table}
.clearfix:after{clear:both}
.clearfix::before {
	display: table; content: "";
}
.clearfix::after {
	display: table; content: "";
}
.clearfix::after {
	clear: both;
}
@import url("")                                                                                                                                                                                                                                                                                                                                                                                                                              06%CHJ8|eɤ)Z	 ;WJ1 gqcG xs.kZk^+R`l8,˜/$Eg^c^/wZzqϰWߋ}ms_eZk|g^_}>c&~f?]oqΝs>  ܟ؋ƿv:ON+5r z WD^`-O.NzMxI<~Ή-3rϻ[^VմFBlƟa0c̀י{>c7c?۟l]=c@H2H оzZ垑3DuK<խyOz=OL牃:?%?:<<s6}Yt]a0}svNk׮accZ=VWW-QaH(Zۃ8d	˲0M皮}]t&CHΟ?	i5>1$p+HSIOmI
_jA`r'ֈ"Jiupj&wd<i$CǆmA51x$}?bZhkGǌX6 <g4߸z*&	laHaznb:3K$)ƣ1Q&\<s*ܓ8,JCa4 +ۖlh(HQVv}zuKZ瞺[}|S˿_~׻SCn%olYΟ*~,dn$Z9::޶PIu0tjFSW\Z9oK)^c@dr	R~EZl'c6`b1$1&aTHs]Y!^.T
3A9P0ҹMSp9CίI\ @a:!Ej?c}H>cv@ERS(EOY!?Ap{EP
Jg!Ae84&yaV|BLBg˲} 
@-ň@}
71(=Rp!m
Y<~E1@Pb88ujzʊCT*^ 03o5W* ˗n!l4MXTyR~٘		hYU/1mվ	ТIU]BN~˶OkCX{Ǳ;xDH)q0~8QpS zP]ln>Q g
  .@ _-sݹm @jZf)-+'BXJ)K)%44(Q\ b2;- о%t	J(@`f ͟+ >|'ĩ'qI:|P<xPJgDEr W :.D{ŪyE`np@Bu)JI'>o$I扦K]z'>d2+W̄ byyJ.W
Ν3,O6z*'f&M*áP':ѦVeuJaii	/_6F|1.3a4Mq$w8D%@(r'M'4!)N6S+MvxN;1$%l6MZ
	=K%:Q"\.c}}|GF0&=hZ8<<9g5-˂ElFF" !қ6>O`eyNa{{~/u>lKql8vf(PV-v+~߶,O}ZnJjPz!)5Aׇee@$zBZZĲ)zGX8Ja;F6FvRX$MR0JӖ8`%c?²$ҏk~8b4I!D'{B&M҈xrh5RS4K2IB	{q[C"dIPx
(E"(Da*cZm$BxFkLe Zs,<1M	XzS}QK	t~urrI8p6Y'1'X%3W!Z1/]ӧO{~~!I,//c4HTI6<m~ςLG;l!Īmu0jQqSg>BoY!|>u	)ݟ6@_4wا{t.sZ*/V{~׌āBJ)E'>\ y7AZ%R"MS3D yd$`0УH+R*IUױRr0CE? ^?uωW?ǞI' KsR$ԡo ⾥_6눢<A:& :O4}]]`0~(˸y&RGR1ԿR=O`yy೹i$DA(˨h꾴fi:G2#g)%>&t\5?/0xGͩ@\Fc 
8Ȩ:v?䱢8hE0u<. Hݞ '|xK'04	
Ru{9}Fr	mn4Sxt[H$ zIna6"Pq@J[;R^b0+Xpf,RHT@BZY8T\S(Nd%sM$*I,.+y%sg00Lz1T-DJBH%J&:j7??4Ֆ P:9MҐҤId[AH	!eJ7(Wo޼+KBѨfx<%G{l&~t̠؜*͒0s?繰dԠTtBp @OZa	xBdVHV8<14z~8uى@E2N%861#A䒉un<bJDrI:6lmD4}<",dQQ\	r!Iy!CA-J&{ȘQ_x]kmzJ)<vh4P*pu ::Ph4ppp  X^^F^,)O޸qO+RmMֳ130kt
K)EE8E"O<ZkIщd
&I5ޟݿ8}O\>cB!s?)(Ps;xbg͈g_!2jyB>iJi}(6rJ֠9 IHb!$I"$d/RTJ Pn׊H[FQRi+++Ҳ$CRY TN[՟+xJ)|+>OH|7_ p Ox'~Pwh w&mw⁵,ZG>NsvL%$@'J+iPn1\+WvfD1QL677v9,l1d}4(0<Ax` 0(X[[3T{5VVVpYcI4WpXXX0 u߁J4s
&
|YTSg Lg .cm`Xyܪ)ͦI0S'S`0@k=#'t<8d2c=Ew}h6&ߝ@:ryI=!+V'h421QBRtY1^,)"xc;vh/C JPKJZ[^ٽfͯ.ٖ.{4(FVCG-7+/j~'.BEZAI!J**QcH4`<s,K4Vi
2󤱤2
q8$-	iپs=q	Fn޺uj`SdHj'r	a!IRD$H .USu<}<HV
v8<$&?&AISL+ /
Xc;=_	!"[#7A
KJc-<Tz1!f
j۲L$'灎I$H^<F/<%8 Pgɷ$HuH"+$od B)2?-X!&zXz ^A͛XXX2L Mzyq=40~lΊ٘Wg2tc5leiIJL4FQ	4p<@+eY²,͑/>G]kO_۹_-={/@$.gkp4f BkK&, L+ӝ:assFa(	$σXQ+֖RINZJ)u]ǶmKkmqlF#9LBi*hZbuuUwY$i̊{W#<dD^/o{B?uoO7O=.R8}4-=QPC|칟Gd Zclv YzMv.I)ȷEa蟴m'lۖtp2իKKK5p) @ۅZcwwmDݞ*)!dTHΘiw]rZNn70qpp`t>oFbii	Zkz=ŋF#I)Iuq88UZ͘>q'xϦ'.H1:4[U@Y?'fi|dwB MS#*1&yW8y}IR ߃$zӜ9cY]f*
$	eI<,F1Ɂ#5~JgάBdq/%-8Մ2N{Ͳ_Ԫq_@BZpwhqcsJ_@<7nD$_^ƱVҶTN&cVKYT$H h{2FR
! eBq45:vLqW|8w,NZژGA%e&&IuFqg'e<!!?	$L2ӢOfm!
#9Ұh04<WNhZPT}N2C%n+a%h3	B°R>A'M7f'IX#>
'"72ԷSڋEw*M`yI@(E
;	:\[y|!l<?xNNB:NNR۾l6aY^Ffi)ղ,lnn^띞J)},,,u]z=CxG u=ogByV5;س1vs 4MADZ@*H3@W$&˗|;9Ox-o? r 
h"J!䛩׊nzI S8ˀ.߇2cBq$ G栁eY3rl vRNG)e!˲\۶]meH4lʊ@F#a۶t]WH)ڶm?E$"/d!-⁵Ư'%3 SO ^v9<p
6;dǱ8#f
v=U擛jTRM@vw^xZDJzRdZ׮]p84~v}tEժI.j6R^ FQdFz1J<р	a0u]u]&&%T1z -$LfRe6}*p7 o Z~Fwf]E^GVW9ﴑ|0 0PJT/yLƊZk)>OV#VAIZbgg*JL vr<Ξ9hg0NHp0deA
8s|~uq<؎W8U8%p<z^i|g]ou:s`{g>w=XHZm~iqQJ^V@jV*R	!u&R*tR
#87 +00ӸPkҲ !S*\E.M":ٹVC|>oBHq06(	8H".xb()MË4MM$Et@Dq0o>cX*J9ZԁsuuKO$!C4MNPcHcDm^ǔom}]d4y{x2 qlZ.s1cFj" RL(v2	/p9BΊ#̙3x[ނJU/%e9sN2I  h4`6|ё1b\XX@T2luuz\K(8^.l0	0J&8MDH)S )T)r&>=({Ow2`xne"_Y$Qe dȒ,0xt
L7T2y8LMJRJ u(lB8ZkGຮcY=dbGQd!dVvR8IR$eIqȣ$2G=1,5<2qeq~s'𾷈@Y47 >̏vw+M|5ˢ.3|Fמ罂:TpϣV09{r(0Qppp}466Dbl6M4&0LGώJ_X\\D3Jь|R,bit0 uwáa>p-R|"Mw8x/N	Xв9'8J%㏐Kϓ$p	n&ahZ-),!p"MS}$sb<Rj@R\.c-5eGm {M1ǟx
%=/!S̷Ym\PV~^?}Yu"-mick{U*Ĳ^;G>q+IR\~JB
80{}^t-aIT*RZ@k)PRTeRB 9g!m;T0!ʺRBTh-laYLێmCA8<:pxt=lnnas{(RhLr @ǙB~n@ 	* &ł~dwr*Tr&T|ʭ_blY,E)LHuklWA0 GI7sC颍!%h_	Y7^1w*O|"[N}(FZ@w*tQEP/hE-rY>}cYTkJ/NEw]m 0z888eY\I껄c~b?lyl|Շ~sEi\
@#|䠹V m*54MuB^Hv~~,?﹣o@y! I̍@q!1
214ÿ" ÿ"R	BPܣd?!ЖeIJmEGk s Bعș2cMTu!ViVK*JjYV4Mlێ]M4M<7 D'vHci$LT[ENDDQ!"׿K[Dz t²,M|w4 D?i"&/~E_p<5OQ{gNcdq(Q)FVӧO8<<D2`9Mptt01M<ͣlF\tB`nnVnt5pTVPpd0<޵
p>iT*"1kDep`I%KP=ɻF6VVV9$co	H)N!) {`dT*}J80$2I1{f{{gpݰm\gͯyJi?fbuqkRm1I!SveY*]HVj׻%:Mmoyｷ߸ZIX\~]+\*+%\[:PVRf?/G!VZqE**gKH)B!d5nopEqik{h[8vLJC֪x5FF|3qvlG\²d歐OS~,
m7b&8+#S!1aO9O<Ɍu;FןAǝ&9bƸ鶂9_fQKU@M$iVt״2Vp_xw[g"/uT~$;F"5tR0ZIrNK(2N:Wxŀ x0/$Q9NR
XXX,26z&i"'8yA yP*H:$I/d91c&|m3_q%IR#)e@k=Z2B$RR۶Njǿ;cϞRJwYJ ˟Ĩ 3W@RJ͒s
B@u^hIeM<ӈdyO b!D"	HJ
!&Rʉz
Aa[4^RI$eY۶C!DH}ri{{?!lަ|/@["IǱf]`}oַvQP'jx<*pV1qzfM$O@y~IK2/}}yC)Cc6 Z3jE:u
+45L&tppp##
\*V}02DaqEAQsK@жrHL4y-$fT|Pq^M?7k$1cܨPJ\.87$㆜~2"NKǣ5J4Qn:1m|J="@'[HRC -Z̀Q!IL&anT'#,o`{wA`n~N{8<<`0#~-ܒ$a7@җУfoI1BVmǍ$$zf}^)vG_j<	ҖR4I
BDJ)!mv,vRI!,HˆBe՚ KC5P*,ہz[ЙRXBHmKjtmysO{Q	::~_3uZL,-	!cb4##LL>˼ [-ƑY?mȽNtD6J2&YtRR)ƔCfN)ok>1u79Ln]`&n?	o$!FOn&	(yDA4pC.h]ͯIgSߍ'WwoyI)	X	;13f3e4pvsssh4SQl[YYA4lH:w)9<VWWԎ:*'+$IYo͋볃?3fʨT* 7 o"FoXT, SxZx;~Ϳ󢁈7~% Mv7g>q_{Qˢ;Nt:?O
)x
!a ǭg-ӿBp˲0??fd]é-ضv;weaR	VPQ$iC
aJh `&ZBd˘7 3%w}7˲L$l) Y=Qyirl(L!AH~$?-XdbIg p+΀,!Zf $DV~3FϐKKY(A`7n@Z
|"nݺkV,'?v i:FV`0[uksƓO=Ō:$	xi>=je7(j\)&˭KkOHwpҭ׾摕nkkkxͫqE#Wj}aaΞkk_~goH!)*}IڐTNDkm7yKȧυeY:JN]*c˲R!t?Ou:nZ*$,TAȌ3GJ6CCz}h9I@)WbuM4=p[9w9C;	8Sn=2e^3)M	,ΘSzQ(	:sy,L'wmۆȘ,|bċ ܌)sֆ(la(-İ^Qd&!1NA IQ|'fK4pcMnI{Z;;;<ښͦDQMh4BZ5ƍ73<f~RB$+^EY!3%2Z|

H;f;	 p<;:Qg8C	fS'u]ܼy<y9sO6In=Q}ߟT  t:wt<Tכkx~~O6ͼSNSׁq#uANz ` +LFR}s w:9AE1L-Y!^ƣB'8$,0LO>m%L=n׀NkL"p8j5/b{h4VSh12 VVdFJ)<3P4) ?:keըW`Tq=n\r˲CߕJTVCQԧ>nbLjk]vf,ħ>`h-u==K@T@+-QIBh)v=s</qlW~Rhi[l;YQ677'UT)0<@3R
$mYD#Dq$F1 m9	с?9b1}[tতtpל|Ǝ=aDah"8wxW[@ cIa^q2P*8AF& dzɋy'@ȏ[DAЈrNi,(pI?'8Zc2E9i6n7|׋"M7wu1x"i<$$'bGsDQsYJ7!J=XZ^*TT!l̆iv=jfc6zqwDjCFZk4qz=oɠP^iRI~A`09)O2oDz}Ny$gx*4j,RH"sm6T^2$}Oh($g51U>zq#eN/MHr 4ICJi1	\JE|8G*齴n4f&'t.vn ~sV0L$sFaRɃm9ǚb,:
Rs3]~Μ<{ISvxVx^99ZRLDBEa0pR<ēp]ZiT*>lˆ_GZSu("+VH
:)$RԲ,-ԀyZͷ:.UF$NܬXPi8ɏ7,"ƦJU$O( 7UEO&!±b:9)ДR.M\3+RpmȮC@k1o3N2djfHNfˈ
,  4mYۀ3t$4RE20i{^WZf?I|$3Oh`ooO=40DZeYzS &oq{S$jNBк*~xQM8+1c,<?PG{<\.G5zn⁹{(!pRqpp^fJb䑃 ϟ7FУmZqϿ^)<2fc&lKrlEϹkcF SyEE-gϞE\8X^^FZ[[[p&j$вh]93&<iT*aeeJS1<4%'\+LdooJJb&0T
$.nDO\67chFǉ$Oe'iOGGGf9Ë҉Tb`)hdm!P`0*4SG$B\ecHnG񄙼$^2l³מ3$@YG*2(2&̩5Rh5a~!zO>յSvQ&cGɸ;I^ 9X$DRDO+e2͊c!e8eYZZ5EK!3)EZkh(!ȼhd2vv+e#U
A08pxxJG+I
!*
&IQY!t>rF]cMa{QH "p4>N8.\dr[1a|քuT{ e ΍sVTQEԱbq(bwYV&>DZ(?*\|(}4nRU[[[FfZ$nmn;;goh<#́;%s=Y^B4Ms?<i\U4u xٸ3R6â_6MsssR8ye|eH'I#ܺuI`eeNH=/K988bq?:ѶpvDgc&lKnq (so8Aa{Rw$X__7rqLCwi'?.p
Vb'ţceeΝCv4%.	21#g 	.k7Q404ݕ>oŎ.Ϲ'І$(J6,˰MӇi{^č]mDQ``t|)RAoF7 
nH\.\.{phre+$&afǩ)ٱCG\[x>/q bH` d#&@V95r\NH~Ǔ ~ه_Z)chx:7s]HcضmǃVi,`X(}lPfBBCH BAk+TJoZqV9(BZEF(KaLL	!vRvv3W0A.R':-;7:d2t/e
LG.N<݄:]qC++g\Ѻ215ش1ͥrE}g	qo+0"`"uqYΤterF~sBgz%7nN~eOk @ w]xB/Id28qT'N?>O]LV /yb+9=],O)28	u$ߋ#:ycloocaay1L%YF u!2,,,`ggPaSN3jJ&IW-٘	1iMP5G<a:šuz=3<u~vSqTtߨC]s$giWWWQV!*/ӄ1Rb I+"RǨjf2J"` m3y<PJDh23 LDT2E=MI͵EٷW(4<o
 Q	qXMb&8d,z\54MQ>nܸa٥Rɀ|&e#KKKXXX7r| Ҩ>R"b8yCհh,I\}ǁ)6?+>Μ#T),-_DR@*`cc~ksΞ?~Iò- 
qsc?<{?\c(
Rc6}*!OCH)eY*M'k;v,k@	)BI)Zckk4	j`FyHf~ @/3@n-=144FS1dE&/ 8g$k5h܇ M!Yѧry2L49qģ&IFh" M89+!Pа,{I	2ts `Y*k@el2	K3Jum:<._fx---qhnYV'MPr
x`j65Og'a0q>Oɧ1,"Mm9 ̟	Bp=sݿ=A@8bpvI,gczp{Wpz\|VI`~~q`yy٘37癸ࣣ#z="c\t	f{{{D 888<Μ9nZIQZUZ͎l٘xIT{M0$:|Bͩ<snYP뺮\RJ9xSg=z;wFcL=Ce]b4i,n"hd'p3ЀS8_>4%(Ϊ4!,b04)4L"i\--۶m}58˗/lx^g/,oa~o1Yw6OĲ 8::&>Qq\h$)V(y8^e Bm[BnYgl9Tl'~NZC#f~O<$Ο?v-4MT+5Ҷkw8W*Ud> .\8vPjNTz/9乕g}J4%t+lV6ZRZPIzP<^! r߽q&a\eLFZ`8R)(h8:c~$[Z#!`iT(3|ST4)UDEn
E)'D(1fK$	T~O2E#O%ia*M3ł[886m$X`fG:__v?Z~UśJ[Z8\!D\xW]~,Zz[{^t9ēOwֻ3`aa7o2+\<N8 :fZq`v/|@=8	H~wb#{gE7ҵDZ KqP*L,0gq^ph1sss,[[[X[[3͝={Zx2=q<svCql41fc6f%1(o$9Ktwz8\+)TӄG*)
i#9:|||BB**WVV0??oX
-B73䩸Yށ[4j(Cu&ЁK"bF+b7L&T*a@s<2H@ǘO 0ZQ2$ELq#"RpM2)n޼i_^7%g8X888i~aClllH&y\N;Q I8ۃh5u|GR"Ɠ	\'H9;$pw_շ$E#쭮,fP)k,]zV)$zeRy"M% ;Y+4VZJ!:atOHdZ
-ˊ͍$>spx,[[?簼{'u{IY Er&Λ$O${OvJ󢞊I^gdv1#0p`L93| -i@+d]ȋxƏLFNFz!렡sKJ0-pG6^(u]Ui$B
<i6( 	 *8NsJkݭժGZU[/57J><<O<?ЇԓO͛S"[3$?$q$+EE̵
RFbs1$61bmgx2vwwq_^^*&	~i#|2&&rnn?:vwwQV8ΊRJCZd$LE#/'A$J):T	@6wd@P"@JvXxl&5< p_*fb!$ʊ4И?R04%EWp8'(c!xg!Fq}e1I >#Is֭'z?g22&T:v\^g
y8' QF	ШV(JmyAEG:TB:о(;qVO88I  P*yt3	4M^4Mq߽177pWCށΣKRt8_}'?i;wF=JG_S+O	XZ64V"Iaf*VPZPC"
# Zخ&_JB%Ǳ#(!BBh-6#u˾gwwP.P}#+J$`c,pQ>iz~&E@z^wJ9%;&9W}  { ̵E2+ڍKky$*#AiƎRҢCCõ,5zȼ)%07CZ69
nJFdʈ<@!G x僯F,-,ПV*RIdȱKLK8@C@ms浹VS!*iΤZ/\t˗~{~6c}н@ѾtrpR,4&_B܉`fg*VWWᡙ4ӸuFyNStҒ1W$Th4}+l'>8X]]{+ʇf1fc6f@KiqJ7U$/EE_CO&@
LI`oo|O M&:W W*j5DQx<MHt NnƋx@A̝:x<6{ʶI&(<snBY߸O(~D81Lv>Q܍2{!x<cbh<jN)eR8Cqe#q\u)%$ ML{v c0wN=͏[X^^`0@B嬶j4f<xqT
J/78GoJ4UBBh$B =JZ:4RT@)!enceyZJHH+JeYB$J+JJ(Q0>uP+8<:+Œ4Q)
RYޟ$
Em[t(u$:`I }7$A- !tS)6憜)X:4QOu	mйTA0DJ	he!\1LNݏL2`I% Jٽ}oz̙'lK>Nn1L%@dy"ER)bOB$K3|޹y677LeMF_G	( pV\T*;3"MꝢ9Ky4(l&Vx1??'x<ox3]H)Uܺu.\@!g<_FѾy030a6f|Tql(ԹΓ29]s]Zjr ir8b,&4~ME],/h)vvvidc8p8N`	5\5>DqȳI%u;s'\|%/@/qzIj4i9Җb\^ρzUCygQecnG<CuJ%a۶nZ5q2VwI˲e<(FMVƘH)10vlUt{}l<<3?@$Fx/ǥ.`=I"LT
O?luwo7|o6~,]!PZ[J%JRXE5&tt[tWkecwSҺű.%RJ@("T@^~gZlR\*s*FCa"< R0	'5ac⦨Iɀ.0E -2呡``neS p_ΔEtDhnJ@vȮo"?)< :6BR$/,DiRh{nϡ٬?nI`Zq|1Ej B7	LHC0+Kplj6oz+Μ>zO
'PɷtuI
k|Yc.+/qw|`Iw:f"ELJvm7rk׮BZ-cM8b[lb0lbiiɜ'ϟ'!~t{{[yԩzr\V'1)gc6f`l7.^kD)&;uj&ٳ5L #k
i*!áUѦH>e&\PLr}'2?Bx#	D<b񢚊Rd'ItB8Rr	 z')'!Cz=snkihNǐKBP/S\ TUj5L&Ê1ST`mv0VU1:l2AL8l;)eqeP&@Zs=lm`<!~/>E|ނՕl 	|) :jo}˛jFީIXJZ
!tq,a[v,N (,!е#  [8qinWUjQQRXR*iYB!D@Gg} ppp8Q~``<cgg ~vIodIs\`!ۢ^Ƣrh4U 1!/>SmeG9 K.}	pkXV׫qĀy-ȌgA&հ,45샔ќ`TuomoK$>mIdkE 238Akh!:T9ΑI"HJ%h]7/\2?SN->O[ФH^s冼17a" G|_e\AAJC]BRƆa$Ib0J%͡ZLa6h4?{g}`0+mb7z^,t6f`l77DRZF5Eh|>:SG2GS&}@I7h:7"vD1Lpttd
r4Q4F 7hhzt:SƂ\zAF WԌ8BI7B1uxF x<6ܿbqcHӄ$@XRJI N;N`V
vww(w5{E"I;\blJExV e1rF΂󳜃#N"IRq
!4uϷ1C;]XYY2{q߽" *}za=cے(	e!D*,i,XZ'BD VG'a4IWj~ղm;Aӈ8*m'*UZJ9 'r۶8q\fcs 4nPRA u{}$tṎ
^35 "#st/)9ɽSsRLy8kYQ𑶟/JsRt-qYF&aAZF4i7RBرm-u$Hc4~񼐗` 	BdAH
*Abu<PԪRzIl ж%>8?}~˥KwA 0c,j4M(r8EP>=/jnrpqh4)AZXXX	Oz"@4y4ܹsX\\4 !KZxBv:'L٘
/@\~g$IiI39s˲]Zj<AwāEA^PI9ě<⑾u0Yxg讼'hZc<Oz7%%n%!"MqP<'>Zkej5&rFv,P*;X*p3*(ıj\ʀxeH)q1ibaaHK`0@EZ5˾Q86 ZJ%7Ұ,i۴پwݬn[(BEpnҲP.y.$pRq0FZŭMTse\xQϷEV_ARF9}%-
BI-Ӳ_Jk=ZǪ٨@Uo*+Q97om/-(h[)߸{ϥ#TKi 0BI,}'_<8O~qӨT*HB {lv3Zqfy+H6xPZ_43)bD,X9qM#zwwdotOQTtp3OYpy:i;8`Y4`-Ї,Aƃimp8
tiˀHM@`Cc_
'0֪ $ PHsIBl&K!,)uG
_}ܙj]홄~.8HH)Vd"x@Bd@=h~l6Q`6znM  |7Xj$hXZZh4|2n۶N>_V%II,	!ώl٘xɍ5g?w`#:u#=9E_JJ%T);nׯ_Gߟ	'<OҊ/FZ{udIf Y;dWd1BcM* xTфLȌ@z>Gǀ̣"Qh;	HăzE^п[
:$Mgx<%/h?	;9DCz9h)%ͦIm[oQ$X۝$Ѕ%%zRI0AT@0Fq$H◑$)8(gwԪUjUH˂x'я}}7jqqy;{Z8e۲ʕJ%BA0m[R$v]OK) F3dj
#)ehYb_*vs.@O_..߸^?9B@jJi-)({GlǶV|&uCb0b<#zkd8!b*?TKNMU,QoYR"`bgPMo\AF99Ɋ'>Z)VqLL1BJH!uI!c7-ZYvmߍU2"9wml"K=hLF31Z# "(z_}UQlmocooϰS/g-y< 		cDCFFGF22C8ijJ⧵FZ2&ͦy|{666pit:#h6hZs{|O-˚?mm Jl٘xޜl\OƋ@۶MlaaVLƇA횎<5TA1	`~~ Li2H	
c}\?[L7 d2b Y4Mpsgh@]T*a<'rS2m7<1JJ!Z (Znò,\vVzk۶1їA:IV!cL q//'	87¬\.#s~*Hn #!a"
C}{FC<sY:`2I<ۯj"UB'}@*/(EVZk)ƜJ	\Qz^EZv^x\n6ɕg[^?RH-jƭ7Hr+
~_+llmayq	zZ%ȜN/t]j&T.E:Am#Lɋ.'8n<ȢZñoNglc*<Oq?r3ǬS
48_+wvsxebY1Bd,_γzב1$[dg! "s$S#- 
\P[L
J(!ЕDbUo஻zGGJJGĤx,8ˀi}$;uO*gT<	гm{IYV
QVQTpttzy6m{ｈؘ?#4?mz[[[u^fi eYfuu<9˲Kt4;1fc6fE(Rw%I2UlX=>*jKy&f^T̓ޑw1ȣIn@]uL;H-8CNp~=Ole(MbNI(Ni:RȠJ4Ib\N[\ǆ(Y@ǾXz¿ZD0i](pttnE3L@F#.$IbFÇ纰\~ %08T|ܠq4K< 31qZi(u:$0n;NY\FݗB^J!,Kl8N?*ū+0 ZHR%\)J,/
䕆Ñp0Rh\D?v;GQ+rs Q޵p\v5n޼7W?zf{8=-_\IvrF!ISq8E_Gp6$1RH&Kx*/_ƪ$	/z*=I4P0ѽ'VM)vq >׾?hT ("ir7lqp{D$8Sh!t Z!V{%ŅWeiݯ?$S_~;)x/.ᾔǝ@/w/28G@w}_J%4MH)d2*ppp}Àgp8s=5lnnnVa{{~?E(JF8AJl~?fc6f`ll$GVN;T|QqYt?Tpn.!ܜ:ATMAPt.jXcy)ɛ 4ͻ(JȤbiS'dZR%Om0=H}&pw'#2ھ0N<8JҔUr_$t$K! Nv1F9$(8J%<q-b<L!<%!Z&b7~9Ld!PZA
-;g[d&mAZ:ƣ1Ο;%C=EŵkDB{gN{A0i$-[VĶnW @{-R]_]ssƆt:S~Susmh6 ,	Q݃kωO|Sx;#:~TZJ)|SG>1q3p4RmZ@JHV(!d~/@iR%uή~t.<'I'r%*:5}>Tq_NJ`)j&>jSG%KdN^W<AWqo q,_pl@bN * 	Sѐa
hBZiTSV9M8߳ugK;x2ޗ.]0D5Qzj59sBʻy&1SZETB߇X^^6s%,,,-lb8T*aA`ezR.130a6fc6N_oFqPދXTqh42P].l6l$s½p3hOE-Q9{>vwwj:L h9Ė @nx2$TP%EPr""Ӆ'IF6]*d4F8<<4Qe)0AIu]cPEU4ǀGhNh2<$Ϙ7Z~)s<!y&`00łQBрP V!%*~"*MaIٶť`8FY'ʯ5G~?@ThdJ
f5W?V+QﻎcZTBi$Up\WL&HD	l*O|a˕e1B=wF6+<vw8]r]vY罿 K}$i
Ǳ1x+J.(A|F(K9e؁؈0;4[iS #ԩWpw	
%.,)1ɣ00l8R}N26~TLsȲ([ٳxӛ8N;/Mrm 8T8-qSPehv(ppLF ;{3ID?8_{~=trptqbp%gEQKB)ȟڨ8{6Mضm@L,sع9@a8<0`0" RJN,u4xˮ11^l4F;- Ƴ=Op8*,Fq:AMed&H ^|r>>?I@<}&xT:dm3Hv@*lP (P׍ƞ"xד&$Y*r)qGGGZ\.OZ	8+.IwYAͶȤZP4d21yFN)CtZmh}#cI 	WeYF\5	ZksH{}$IKZ8jrrQA潐	\d&NR0,  s:?43b\zAb20X~{	u:x)F#t{	hx%*mqhuB!$q^oG8<<88<=}}Oaccyq'x
{b2	ԏaaq;;('RJhSOck{InH)D WʀT)H"G
;;o㓌yX+vmBČM#*7k3 ҽ>:ID, SuTO}^Qj~+x =q{#+HۯF.B AHr !	!]e  jIϝ;/8>{?+ʢ뚳0o/|0r_@z]ܗHaScaaea~~Zk,--c!*
.60LLTeYY^k׮ncccJZNO?4&N:bee :[[[Y)۞230XqF;Z	!lL'2E-ũSի=±T*}m(&Eƹ[=RJ^t+N6O+'4e0qjLK]unV"{*A=c7u4"ӁoݤCL&exFw"ya's'i}h\'MT_1iҀ4&;bդEwT8ėY' :f,#q0:GE"A7RbkkVF#[avlȜ5uQ.9)6FbVL4nmluz8f&pl[,DQl;'anvl&  p|^ qMܸqjϵk^DҗqฮC)@IW*酅hŅ֖N~NBRg>~w~G|Zw;4(8
H4-!BiT-eCR*QB3T+7,q6  M8δY)aƛbx1ab1 ZZpwwWVWַI)Z V%8AzOѐ G MЩh:D  N.s1 D ZO5[-ť%:]#^O^qJbi\\,ޖ<gyE.;,i"\p0X^^6gZ5-bU4̗ոk|!Rgy4	Yk.^ ;xsd6f{F`_sN	 ;t;R?|EK߃~  &-(~]Ӛ0~mZE*m)iBE7Sמ|cؙ;([{m@ZA`菔@&]w%eMrp844Y-M*
x%Ek;YpL*<h4ÊczRށbm'OaMPq8::27X\\ę3g6uF#ejXT0oOZAT.e$ALw	`HJeY)- IBNR)3粭LJb6&ALJ02)Y0
jQVgJ(F\.J"vw=VkǱrE!}9EߗA0bkk[~GEDZ.nݺb7jZa7[7g˶eT!M$i
*B9e[
<IJۊwICɯ].s8$dԡhzguFKV2)Rz*ʕ-\SK?+/|y'R)Ν;uǱ60g@{IB8ۙ'ZD#{9H 1`d[B @ ]aYs׶m5Ke\z^oJ^IEѿ<Bb7"|Y%ŋWn~<ۈf4$}7qwcaa۰mϟ*\*
J1m/k㸥RiHS*%gcz̘	_4z0jZӺh%q.\j$/:\5Z'pwi4%q*l)q&Fd2A?`.3˔@@h4B74!랩(ƖGT'.m+˩ܧ">cD(Oc4i<RN; &ѬL΋{|+qtt7nz[na{{ׯ_j*t:&vRJi"\E9ժư,eM=(ϯ8q|J\υ(fqs%$)\ETʊpb:\}-*~]p8{{N?HiQJ!/`8D84MŇ? ~=Xp}Ԫ5lnm!IRlnmݽ]ϛݽ=ʯK|VBقc[Fۛ]B@@sX/:xbS4M-Ω'@E#=lҹK򛣣#2$es@(aK5$_&3چW=T=Ҙ5QBχ#9H B_h=	f=;9CS0 \" !Q&Qz)4n޼9WEFύ":."XP</oz;>r|w|VVVnCS.;(Avm_^^6wL"DpsssT*hZSQׯ_GEQ*0[ m.1_1	̄/p1F; ѽ_vvgn˅]A!]rg/L41`<oNA7	VLEu7H
gH9#gt]SwDgȻp?
^\+/b7\|Abv5ܴϹ9&I<z$?`і|_Qc$yJd ns`6z>>(LE7E8hwaJ)9
XۺǓA5nl"kOBaY9{DihKKD]/3s lmK41R@QTy:HS%(hh`[PJ֭[9$[%uEضz
kݸw_KX:/J/g.*ƣ,jS XR2NyS+AN/%I4IyMfkczIb,^Cgj&OKTo80ю)Nf(uc@lIS(K!B?	 LB
(,˒I~7nܘbp9?x5ιw0žb"{I@ςBZl
.*Ԟ	<tHxM#Wv@fTLH F<kqE94MqttnY'<7?&15f̄{䗸BO<;U6NJkR>OFyw6Μß:880/Nfғ>HPG
BG'['ųq"Ew.ɋwz `Rxc8b2`8"J"7mwGQdI|3J}HFRqNLQVpRqTEmqyFܠ$H7/;&!)1>ok>>a}}{0??mlooceeozӛ8 ZvZZ"fuef5df`UXXLw!m^J)(vux@3#u4Ɍk*8빰,?ڭ̹Z.! P*D^vwvWr*.Ν;7ob4Z` Ta0!666.:Tᮋ12`27q}[x{5zX\\J!:[4M6`3"!IRT,A,Bh{LXB\~cvҽN.1#NKR	Q"#˽8h ɻāW}E'T*ꕯ8b=y`g-42$2͹xS'0@"e'' ~
BROjX@&w}	ϟ>Y3)Sd|!EJ}QB|s뺸t4E@Z5HfϟGRy޸qJ)={:VVV0)%Μ9cXzdLiPdX8<<l6g٘	/_3>/VB;m {h BJ˲o~_ ~'/rW~މ)ԭ/OywߊN*hMwg 8dwWՉ	uI@&"Ky#18u9h`G
lNǕ@eb;hM` ,mcccxul6!>cggwuvz\5\bòm80QBy$uA^O!:?%qm#YI'g 0Z[˒ E0`8^gx i86!-ݽ=ZC RC?@Fx֓BNnxQ{NKKp݌	˶t]j=9|GZř3!@CG88<2yD1h4hZGHle
9A&΍ }},#N2"~]$3\5Xw,7:fZq@u^r}ߓ$yxWǖh " ";7xo=P_k8R 	)BDu_ 	 тV[{;ݎ{}n9ɬFg@9p7Bq%E|~@Ғ1<L.]BT:<*jorlj.0DTyO$f>;0Dꪮj""Zxx[.;w܇Op6fc&tEWe0c5|#:{x%a>컿:!DZ뗊zGhWQwq?@C=@E9%c# c#zPS)Z_1#vRq@ll*H)0xLF#<Ć b ~tJ8ݟ;ny