﻿@charset "utf-8";

.header.index-header {

    height: 98px;

    border-bottom-right-radius: 5px;

  border-bottom-left-radius: 5px;

}

.header .bank {
    float: right;
    position: relative;
    width: 48px;
    height: 60px;
}

.header .bank img {

    display: block;

    width: 50px;

    height: 24px;

    margin: 0 auto;

}

.nullbox {

    height: 100px;

}

.nav{

	overflow: hidden;

	background-image: linear-gradient(to right, #999933, #999933, #999933, #999933, #999933, #999933, #a69df3);

}

.nav span{

	display: block;

    float: left;

    height: 30px;

    line-height: 30px;

    width: 16.66%;

    text-align: center;

    cursor: pointer;

}

.nav span:hover{

	background:#292929;

}

.box {
    margin: 3px 0 0 0;
    border-radius: 5px;
    overflow: hidden;
    background: #999933;
}
.dbt img{

	margin-top: 100px;

	margin-bottom: -8px;

}



/*content*/

.subnav{

	border-radius:5px;

	padding:5px 0;

	background: #f3f0eb;

	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: 80px;

	height:80px;

	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;

}

.padt{

	padding:4px 4px 1px 4px;

}

.xjbox{

	margin: 5px 0;

    border-radius: 5px;

    overflow: hidden;

    background: #000;

}

.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: 42px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border-bottom: 1px solid #c8e8c5;

	font-size: 18pt;

	background: #00FF00;

    text-align: center;

}

.gg td a{

	display: block;

	color: #000;

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

}

.ggam{

	color: #000;

	table-layout: fixed;

}

.ggam tr{

	height: 30px;

	background: #F4F4F4;

}

.ggam td{

	padding:4px 4px;

}

.ggam th{

	font-size: 20pt;

	text-align: center; 

	border-bottom:1px solid #000;

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

}

.ggam td{

	height: 22px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border-bottom: 1px solid #fff;

	font-size: 16pt;

	text-align:center;

}

.ggam td a{

	display: block;

	color: #0000FF;

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

}

.dingbugg{

	color: #000;

	table-layout: fixed;

}

.dingbugg tr{

	height: 25px;

}

.dingbugg th,.dingbugg td{

	padding:2px 2px;

}

.dingbugg th{

	font-size: 20pt;

	text-align: center; 

	border-bottom:1px solid #000;

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

}

.dingbugg td{

	height: 35px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border: 1px solid #383232;

	font-size: 16pt;

	text-align:center;

}

.dingbugg td a{

	display: block;

	color: #0000FF;

	font-weight: bold;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

}

.qxtable{

	color: #000;

    background: #fff;

    font-weight: bold;

    word-wrap: break-word; 

    word-break: break-all;	

    text-align: center;;

}

.qxtable tr {

     height: 30px; 

}

.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: 28px;
}

.qxtable .xz {   

    font-size: 36px;

}

.qxtable .xz1 {   

    font-size: 20px;

}

.qxtable .xz2 {   

    font-size: 30px;

}

.qxtable .xz3 {   

    font-size: 21px;

}

.qxtable .xz33 {   

    font-size: 22px;

}


.qxtable .xz4 {   

    font-size: 26px;

}


.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: 18pt;

}

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

	background: #ebfbeb;

	width: 26%;

}

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

	background: #ebfbeb;

	width: 18%;

}

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

	background: #f7f7f7;

	width: 56%;

	font-size: 28px;

}

.qxtable .jx {   

    font-size: 20px;

}

.list-title{

	font-size: 16pt;

    text-align: center;

    border-bottom: 1px solid #738e9f;

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

    background: #fff;

    color: #000;

    font-weight: bold;

    border-top-left-radius: 5px;

    border-top-right-radius: 5px;

    padding: 2px 0px 4px 0px;

}

.riqi{

	font-size: 19pt;

    text-align: center;

    font-weight: bold;

    margin: 5px 0;

}

.haoju{

	font-size: 20pt;

    text-align: center;

    font-weight: bold;

    padding: 3px 0px;

}

#yxym .list-title{

	background: linear-gradient(transparent,#f7f3f3);

	font-size: 22px;

	color: #000;

	text-shadow: 0px 0px 10px #e5e5e5;



}



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: 36px;

line-height: 36px;

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;
white-space: nowrap;
overflow: hidden;
padding-right: 4px;
}

.post-list a .ci{

font-size: 23px;

}


.post2-list a{

height: 36px;

line-height: 36px;

text-align: left;

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: 14px;

font-weight: bold;

color: #000;
white-space: nowrap;
overflow: hidden;
padding-right: 4px;
}

.post2-list a .ci{

font-size: 26px;

}


.guanggao{

	table-layout: auto;

	color: #fff;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #54d252;

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

}

.guanggao tr{

	height: 33px;

}

.guanggao img{

	width: 100%;

	height: 45px;

}

.guanggao .dt {

    width: 100%;

    height: 90px;

}

.guanggao a{

	font-size: 16pt;

	color: #FF0000;

}

.guanggao td{

	font-weight: bold;

	border:0px; solid:#636262;

	width: 100%;

	text-align: left;

    white-space: nowrap;

}



.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: 35px;

	overflow: hidden;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	border: 1px solid #efe8e8;

	font-size: 18pt;

	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: #101010;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #fff;

}

.duilianpt .tr{

	height: 30px;

}

.duilianpt .td{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 18pt;

}

.duilianpt .th{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 18pt;

}

.duilianpt .zl{

	font-weight font-size: 20pt;

}


.duilianpt .shashima{

	font-size: 25pt;

}


.duilianpt .ptlw{

	font-size: 21pt;

}

.duilianpt .ptllw{

	font-size: 20pt;

}



.tiandisanxiao .tdsx{

	font-size: 21pt;

}




.duilianpt .ttyx1{

	font-size: 14pt;

}
.duilianpt .pptyx1{

	font-size: 15pt;

}









.duilianpt1 .pty{

	font-size: 21pt;
}

.duilianpt1 .ptyx{

	font-size: 30pt;
}

.duilianpt1 .szpt{

	font-size: 23pt;
}

.duilianpt1 .szptx{

	font-size: 28pt;
}
.duilianpt1 .cypt{

	font-size: 22pt;
}

.duilianpt1 .cyptx{

	font-size: 27pt;
}


.duilianpt1 .clpt{

	font-size: 22pt;
}

.duilianpt1 .clptx{

	font-size: 27pt;
}
.duilianpt1 .myptpt{

	font-size: 22pt;
}

.duilianpt1 .myptptx{

	font-size: 25pt;
}

.duilianpt1 .szpw{

	font-size: 25pt;
}

.duilianpt1 .szpwx{

	font-size: 28pt;
}

.duilianpt1 .ptfs{

	font-size: 26pt;
}

.duilianpt1 .ptfsx{

	font-size: 30pt;
}

.duilianpt1 .jhpt{

	font-size: 20pt;
}

.duilianpt1 .jhptx{

	font-size: 28pt;
}
.duilianpt1 .szptw{

	font-size: 22pt;
}

.duilianpt1 .szptwx{

	font-size: 28pt;
}

.duilianpt1 .yzpt{

	font-size: 25pt;
}

.duilianpt1 .yzptx{

	font-size: 29pt;
}



.duilianpt1 .biaoti{

	font-size: 18pt;
}

.duilianpt1 .jiaye{

	font-size: 23pt;
}
.duilianpt1 .jiayex{

	font-size: 28pt;
}


.duilianpt1 .dszt{

	font-size: 23pt;
}
.duilianpt1 .dsztx{

	font-size: 28pt;
}

.duilianpt1 .ztlw{

	font-size: 20pt;
}
.duilianpt1 .ztlwx{

	font-size: 24pt;
}


.duilianpt1 .lbzt{

	font-size: 21pt;
}
.duilianpt1 .lbztx{

	font-size: 28pt;
}

.duilianpt1 .lxzt{

	font-size: 20pt;
}
.duilianpt1 .lxztx{

	font-size: 25pt;
}


.duilianpt1 .smsq{

	font-size: 25pt;
}
.duilianpt1 .smsqm{

	font-size: 29pt;
}



.duilianpt1 .sxjh{

	font-size: 23pt;
}
.duilianpt1 .sxjhx{

	font-size: 26pt;
}


.duilianpt1 .nannvbiaoti{

	font-size: 18pt;
}

.duilianpt1 .nvzt{

	font-size: 22pt;
}
.duilianpt1 .nvztx{

	font-size: 28pt;
}

.duilianpt1 .shzt{

	font-size: 22pt;
}
.duilianpt1 .shztx{

	font-size: 27pt;
}

.duilianpt1 .lzpt{

	font-size: 25pt;
}
.duilianpt1 .lzptx{

	font-size: 28pt;
}

.duilianpt1 .ptsl{

	font-size: 20pt;
}
.duilianpt1 .ptslx{

	font-size: 25pt;
}

.duilianpt1 .sxlm{

	font-size: 25pt;
}
.duilianpt1 .sxlmx{

	font-size: 27pt;
}

.duilianpt1 .esm{

	font-size: 25pt;
}
.duilianpt1 .esmx{

	font-size: 28pt;
}

.duilianpt1 .sslm{

	font-size: 27pt;
}
.duilianpt1 .sslmx{

	font-size: 30pt;
}
.duilianpt1 .ybbm{

	font-size: 25pt;
}
.duilianpt1 .ybfbm{

	font-size: 28pt;
}

.duilianpt1 .qxzt{

	font-size: 23pt;
}
.duilianpt1 .qxztx{

	font-size: 26pt;
}

.duilianpt1 .wwzt{

	font-size: 20pt;
}
.duilianpt1 .wwztx{

	font-size: 26pt;
}

.duilianpt1 .zysxqs{

	font-size: 20pt;
}
.duilianpt1 .zysx{

	font-size: 23pt;
}

.duilianpt1 .zysxjg{

	font-size: 20pt;
}

.duilianpt1 .sxbm{

	font-size: 20pt;
}

.duilianpt1 .sxbmx{

	font-size: 23pt;
}

.duilianpt1 .sxbm{

	font-size: 20pt;
}

.duilianpt1 .sxbmx{

	font-size: 23pt;
}

.duilianpt1 .sqpt{

	font-size: 20pt;
}

.duilianpt1 .sqptx{

	font-size: 25pt;
}

.duilianpt1 .ptsm{

	font-size: 25pt;
}

.duilianpt1 .ptsmx{

	font-size: 28pt;
}

.duilianpt1 .lxsem{

	font-size: 20pt;
}

.duilianpt1 .lxsemx{

	font-size: 25pt;
}



.duilianpt1 .lwzt{

	font-size: 18pt;
}

.duilianpt1 .lwztx{

	font-size: 25pt;
}

.duilianpt1 .swm{

	font-size: 25pt;
}

.duilianpt1 .swmx{

	font-size: 33pt;
}
























.duilianpt1{

	table-layout: auto;

	color: #FF0000;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #fff;

}
.duilianpt1 tr{

	height: 30px;

}

.duilianpt1 td{

	font-weight: bold;

	border:1px solid #ffeda4;

	font-size: 22pt;

}

.duilianpt2 .zl{

	font-size: 15pt;

}


.duilianpt2 .zlzl{

	font-size: 15pt;

}


.duilianpt2 .yzptw{

	font-size: 17pt;

}

.duilianpt2 .sm{

	font-size: 16pt;

}


.duilianpt2 .lcds{

	font-size: 15pt;

}

.duilianpt2 .ssm{

	font-size: 18pt;

}

.duilianpt3 .sm {
    font-size: 18pt;
}

.duilianpt3 .ssm{

	font-size: 18pt;

}


.qxtable .xzz3 {
    font-size: 32px;
}


.duilianpt4 .zl{

	font-size: 25pt;

}


.duilianpt1 th{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 17pt;

}



.yjjt{

	table-layout: auto;

	color: #FF0000;

	border-radius: 5px;

	overflow: hidden;

	background: #fff;

}

.yjjt tr{

	height: 25px;

}

.yjjt td{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 18pt;

}

.yjjt th{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 17pt;

}

.yjjt .xz{

	font-size: 15pt;

}

.sanshima{

	table-layout: auto;

	border-radius: 5px;

	overflow: hidden;

	background: #fff;

}

.sanshima tr{

	height: 25px;

}

.sanshima td{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 18pt;

	text-align: center;

	color: #0000FF;

	

}

.sanshima th{

	font-weight: bold;

	border:1px solid #C0C0C0;

	font-size: 16pt;

	text-align: left;

	color: #000;

}



.pnzl{

	table-layout: auto;

	color: #000;

	border-radius: 5px;

	overflow: hidden;

	text-align: center;

	background: #f5f5f5;

}

.pnzl tr{

	height: 32px;

}

.pnzl td{

	font-weight: bold;

	border:1px solid #fff;

	width: 33.3%;

	font-size: 12pt;

	font-family: ??????;

}

.pnzl a{

	color: #000;

}


.copyright{

	width: 80%;

	margin:0 auto;

	text-align: center;

	padding-bottom: 5px;

	margin-bottom:5px;

	border-bottom:1px solid #000;

	color: #000;

}

.xjct{

	background-image: linear-gradient(to right, #3dd3e6, #2bd5ea, #1dc5da, #1ec5da, #7ce9f7, #14c7de, #74dfec);

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

}

.duilianpt zl {
    font-weight: bold;
    border: 1px solid #C0C0C0;
    font-size: 20pt;
}

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

.riqi{

	font-size: 15pt;

}

.haoju {

    font-size: 18pt;

}

.pad {

    padding: 2px 2px;

}

.padt{

	padding:2px 2px 0.1px 2px;

}

	#yxym .list-title{

	font-size: 20px;

}

.duilianpt td{

	font-size: 24pt;

}

.duilianpt .zl{

	font-size: 20pt;

}




.duilianpt .zl {
    font-size: 30px;
}




.duilianpt .shibama{

	font-size: 20pt;

}




.duilianpt th{

	font-size: 14pt;

}

.duilianpt1 td{

	font-size: 16pt;

}

.duilianpt3 zl{

	font-size: 25pt;

}

.duilianpt1 th{

	font-size: 14pt;

}

.yjjt td{

	font-size: 18pt;

}

.yjjt th{

	font-size: 17pt;

}

.yjjt .xz{

	font-size: 14pt;

}

.sanshima td{

	font-size: 15pt;

}

.sanshima th{

	font-size: 14pt;

}

.qxtable td {

    font-size: 25px;

}

.qxtable .xz {   

    font-size: 28px;

}

.qxtable .xz1 {   

    font-size: 18px;

}

.qxtable .xz2 {   

    font-size: 24px;

}



.listtable td{

		font-size: 13pt;

}

.qxtable.yxym td {

    font-size: 12pt;

}

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

}

.gg td{

	font-size: 16pt

}

.dingbugg td{

	font-size: 15pt;

}

}



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

.pad {

    padding: 2px 2px;

}

	#yxym .list-title{

	font-size: 18px;

}

.riqi{

	font-size: 12pt;

}

.haoju{

	font-size: 15pt;

}

.box,.subnav,.xjbox{

		margin:3px 0px ;

	}

.subnav a{

		font-size: 11pt;

	}

.subnav a img{

		width: 60.8px;

		height: 60.8px;

	}

.ggimg a img{

		width: 40px;

		height: 40px;

	}



.qxtable.yxym td{

		font-size: 18px;

	}

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

		font-size: 24px;

	}

.qxtable .jx {   

    font-size: 18px;

}

.guanggao img{

	width: 100%;

	height: 33px;

}









.duilianpt1 .ptx{

	font-size: 15pt;
}

.duilianpt1 .ptyx{

	font-size: 19pt;
}


.duilianpt1 .cypt{

	font-size: 15pt;
}

.duilianpt1 .cyptx{

	font-size: 18pt;
}


.duilianpt1 .szpt{

	font-size: 16pt;
}

.duilianpt1 .szptx{

	font-size: 19pt;
}
.duilianpt1 .cypt{

	font-size: 15pt;
}

.duilianpt1 .cyptx{

	font-size: 18pt;
}

.duilianpt1 .clpt{

	font-size: 16pt;
}

.duilianpt1 .clptx{

	font-size: 19pt;
}
.duilianpt1 .myptpt{

	font-size: 15pt;
}

.duilianpt1 .myptptx{

	font-size: 18pt;
}

.duilianpt1 .szpw{

	font-size: 16pt;
}

.duilianpt1 .szpwx{

	font-size: 20pt;
}
.duilianpt1 .ptfs{

	font-size: 16pt;
}

.duilianpt1 .ptfsx{

	font-size: 20pt;
}

.duilianpt1 .jhpt{

	font-size: 14pt;
}

.duilianpt1 .jhptx{

	font-size: 18pt;
}

.duilianpt1 .szptw{

	font-size: 15pt;
}

.duilianpt1 .szptwx{

	font-size: 19pt;
}
.duilianpt1 .yzpt{

	font-size: 17pt;
}

.duilianpt1 .yzptx{

	font-size: 21pt;
}


.duilianpt1 .biaoti{

	font-size: 15pt;
}

.duilianpt1 .jiaye{

	font-size: 15pt;
}
.duilianpt1 .jiayex{

	font-size: 18pt;
}


.duilianpt1 .dszt{

	font-size: 15pt;
}
.duilianpt1 .dsztx{

	font-size: 18pt;
}


.duilianpt1 .ztlw{

	font-size: 13pt;
}
.duilianpt1 .ztlwx{

	font-size: 16pt;
}


.duilianpt1 .lbzt{

	font-size: 15pt;
}
.duilianpt1 .lbztx{

	font-size: 18pt;
}

.duilianpt1 .lxzt{

	font-size: 14pt;
}
.duilianpt1 .lxztx{

	font-size: 17pt;
}


.duilianpt1 .smsq{

	font-size: 18pt;
}
.duilianpt1 .smsqm{

	font-size: 20pt;
}

.duilianpt1 .sxjh{

	font-size: 16pt;
}
.duilianpt1 .sxjhx{

	font-size: 19pt;
}

.duilianpt1 .nannvbiaoti{

	font-size: 15pt;
}

.duilianpt1 .nvzt{

	font-size: 15pt;
}
.duilianpt1 .nvztx{

	font-size: 18pt;
}

.duilianpt1 .shzt{

	font-size: 15.5pt;
}
.duilianpt1 .shztx{

	font-size: 18pt;
}


.duilianpt1 .lzpt{

	font-size: 17pt;
}
.duilianpt1 .lzptx{

	font-size: 20pt;
}

.duilianpt1 .ptsl{

	font-size: 14pt;
}
.duilianpt1 .ptslx{

	font-size: 16.5pt;
}

.duilianpt1 .sxlm{

	font-size: 17pt;
}
.duilianpt1 .sxlmx{

	font-size: 18pt;
}

.duilianpt1 .esm{

	font-size: 18pt;
}
.duilianpt1 .esmx{

	font-size: 20pt;
}
.duilianpt1 .sslm{

	font-size: 20pt;
}
.duilianpt1 .sslmx{

	font-size: 22pt;
}
.duilianpt1 .ybbm{

	font-size: 20pt;
}
.duilianpt1 .ybfbm{

	font-size: 21pt;
}


.duilianpt1 .qxzt{

	font-size: 16pt;
}
.duilianpt1 .qxztx{

	font-size: 19pt;
}

.duilianpt1 .wwzt{

	font-size: 14pt;
}
.duilianpt1 .wwztx{

	font-size: 16.5pt;
}

.duilianpt1 .zysxqs{

	font-size: 15pt;
}
.duilianpt1 .zysx{

	font-size: 23pt;
}

.duilianpt1 .zysxjg{

	font-size: 15pt;
}

.duilianpt1 .sxbm{

	font-size: 17pt;
}

.duilianpt1 .sxbmx{

	font-size: 19pt;
}

.duilianpt1 .sqpt{

	font-size: 14pt;
}

.duilianpt1 .sqptx{

	font-size: 16.5pt;
}

.duilianpt1 .ptsm{

	font-size: 18pt;
}

.duilianpt1 .ptsmx{

	font-size: 20pt;
}


.duilianpt1 .lxsem{

	font-size: 18pt;
}

.duilianpt1 .lxsemx{

	font-size: 18pt;
}



.duilianpt1 .lwzt{

	font-size: 14pt;
}

.duilianpt1 .lwztx{

	font-size: 15pt;
}


.duilianpt1 .swm{

	font-size: 20pt;
}

.duilianpt1 .swmx{

	font-size: 25pt;
}













































}

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

.haoju{

	font-size: 14pt;

}

.qxtable td {

    font-size: 17px;

}

.qxtable .xz1 {   

    font-size: 15px;

}

.qxtable .xz2 {

    font-size: 19px;

}


.qxtable .xz {

    font-size: 26px;

}

.duilianpt td {

    font-size: 13pt;

}

.duilianpt .zl {

    font-size: 15pt;

}

.duilianpt .zzl {

    font-size: 18pt;

}


.duilianpt1 td {

    font-size: 13pt;

}


.yjjt td{

	font-size: 13pt;

}

.yjjt th{

	font-size: 12pt;

}

.yjjt .xz{

	font-size: 10pt;

}

.post-list a {

    font-size: 18px;

}

.post-list a .ci {

    font-size: 20px;

}

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

    font-size: 23px;

}

}

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

.riqi{

	font-size: 11pt;

}

.haoju{

	font-size: 13pt;

}

.qxtable td {

    font-size: 16px;

}

.qxtable .xz {   

    font-size: 24px;

}

.qxtable .xz1 {   

    font-size: 14px;

}

.qxtable .xz2 {   

    font-size: 18px;

}


.qxtable.yxym td {

    font-size: 16px;

}

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

		font-size: 21px;

	}

.qxtable .jx {   

    font-size: 16px;

}

#yxym .list-title{

	font-size: 17px;

}

.duilianpt .td {

    font-size: 13pt;

}


.duilianpt .ptyw {

    font-size: 25pt;

}


.duilianpt .zl{

	font-size: 14pt;

}

.duilianpt .th{

	font-size: 11pt;

}

.duilianpt1 .td{

	font-size: 14pt;

}












.duilianpt1 .ptx{

	font-size: 14pt;
}

.duilianpt1 .ptyx{

	font-size: 16pt;
}



.duilianpt1 .cypt{

	font-size: 13pt;
}

.duilianpt1 .cyptx{

	font-size: 17pt;
}


.duilianpt1 .szpt{

	font-size: 14pt;
}

.duilianpt1 .szptx{

	font-size: 18pt;
}

.duilianpt1 .cypt{

	font-size: 13pt;
}

.duilianpt1 .cyptx{

	font-size: 17pt;
}


.duilianpt1 .clpt{

	font-size: 13.5pt;
}

.duilianpt1 .clptx{

	font-size: 17pt;
}

.duilianpt1 .myptpt{

	font-size: 13pt;
}

.duilianpt1 .myptptx{

	font-size: 16pt;
}

.duilianpt1 .szpw{

	font-size: 14pt;
}

.duilianpt1 .szpwx{

	font-size: 18pt;
}

.duilianpt1 .ptfs{

	font-size: 14pt;
}

.duilianpt1 .ptfsx{

	font-size: 19pt;
}


.duilianpt1 .jhpt{

	font-size: 15pt;
}

.duilianpt1 .jhptx{

	font-size: 19pt;
}

.duilianpt1 .jhpt{

	font-size: 13pt;
}

.duilianpt1 .jhptx{

	font-size: 16.5pt;
}
.duilianpt1 .szptw{

	font-size: 14pt;
}

.duilianpt1 .szptwx{

	font-size: 16pt;
}
.duilianpt1 .yzpt{

	font-size: 16pt;
}

.duilianpt1 .yzptx{

	font-size: 18pt;
}


.duilianpt1 .biaoti{

	font-size: 13pt;
}

.duilianpt1 .jiaye{

	font-size: 14pt;
}
.duilianpt1 .jiayex{

	font-size: 16pt;
}
.duilianpt1 .dszt{

	font-size: 14pt;
}
.duilianpt1 .dsztx{

	font-size: 16pt;
}
.duilianpt1 .ztlw{

	font-size: 12pt;
}
.duilianpt1 .ztlwx{

	font-size: 14pt;
}


.duilianpt1 .lbzt{

	font-size: 14pt;
}
.duilianpt1 .lbztx{

	font-size: 16pt;
}

.duilianpt1 .lxzt{

	font-size: 13pt;
}
.duilianpt1 .lxztx{

	font-size: 16pt;
}

.duilianpt1 .smsq{

	font-size: 15pt;
}
.duilianpt1 .smsqm{

	font-size: 18pt;
}

.duilianpt1 .sxjh{

	font-size: 14pt;
}
.duilianpt1 .sxjhx{

	font-size: 16.5pt;
}
.duilianpt1 .nannvbiaoti{

	font-size: 13pt;
}

.duilianpt1 .nvzt{

	font-size: 14pt;
}
.duilianpt1 .nvztx{

	font-size: 16pt;
}

.duilianpt1 .shzt{

	font-size: 13.5pt;
}
.duilianpt1 .shztx{

	font-size: 17pt;
}




.duilianpt1 .lzpt{

	font-size: 16pt;
}
.duilianpt1 .lzptx{

	font-size: 19pt;
}



.duilianpt1 .ptsl{

	font-size: 13pt;
}
.duilianpt1 .ptslx{

	font-size: 15pt;
}

.duilianpt1 .sxlm{

	font-size: 16pt;
}
.duilianpt1 .sxlmx{

	font-size: 20pt;
}
.duilianpt1 .esm{

	font-size: 16pt;
}
.duilianpt1 .esmx{

	font-size: 18pt;
}

.duilianpt1 .sslm{

	font-size: 17pt;
}
.duilianpt1 .sslmx{

	font-size: 20pt;
}


.duilianpt1 .ybbm{

	font-size: 18pt;
}
.duilianpt1 .ybfbm{

	font-size: 19pt;
}

.duilianpt1 .qxzt{

	font-size: 14pt;
}
.duilianpt1 .qxztx{

	font-size: 16.5pt;
}

.duilianpt1 .wwzt{

	font-size: 13pt;
}
.duilianpt1 .wwztx{

	font-size: 15pt;
}

.duilianpt1 .zysxqs{

	font-size: 15pt;
}
.duilianpt1 .zysx{

	font-size: 20pt;
}

.duilianpt1 .zysxjg{

	font-size: 15pt;
}


.duilianpt1 .zysxqs{

	font-size: 15pt;
}
.duilianpt1 .zysx{

	font-size: 18pt;
}

.duilianpt1 .zysxjg{

	font-size: 15pt;
}

.duilianpt1 .sxbm{

	font-size: 15pt;
}

.duilianpt1 .sxbmx{

	font-size: 16.5pt;
}


.duilianpt1 .sqpt{

	font-size: 13pt;
}

.duilianpt1 .sqptx{

	font-size: 16pt;
}


.duilianpt1 .ptsm{

	font-size: 17pt;
}

.duilianpt1 .ptsmx{

	font-size: 19pt;
}


.duilianpt1 .lxsem{

	font-size: 16pt;
}

.duilianpt1 .lxsemx{

	font-size: 16.5pt;
}

.duilianpt1 .lwzt{

	font-size: 13pt;
}

.duilianpt1 .lwztx{

	font-size: 14pt;
}

.duilianpt1 .swm{

	font-size: 20pt;
}

.duilianpt1 .swmx{

	font-size: 23pt;
}


















}

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

.riqi {

    font-size: 10pt;

}

.haoju {

    font-size: 12pt;

}

.qxtable td {

    font-size: 15px;

}

.qxtable .xz1 {   

    font-size: 12px;

}

.qxtable .xz2 {

    font-size: 16px;

}


.qxtable .xz {

    font-size: 20px;

}

.duilianpt .td {

    font-size: 11pt;

}

.duilianpt .zl{

	font-size: 13pt;

}

.duilianpt .th {

    font-size: 10pt;

}

.duilianpt1 .td{

	font-size: 11pt;

}


.duilianpt1 .th{

	font-size: 10pt;

}

.yjjt .td{

	font-size: 12pt;

}

.yjjt .th{

	font-size: 11pt;

}

.yjjt .xz{

	font-size: 9pt;

}

.sanshima td{

	font-size: 12pt;

}

.sanshima th{

	font-size: 11pt;

}

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

}

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

}

#yxym .list-title {

    font-size: 15px;

}

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

		font-size: 19px;

	}

.qxtable .jx {   

    font-size: 14px;

}

.pnzl td {

    font-size: 11pt;

}

}



.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;

}

}



.subnav{
	border-radius:5px;
	padding:5px 0;
	    background: #e1f5f7;
	overflow: hidden;
margin-bottom: 25px;
}
.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: 80px;
	height:80px;
	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)}}

