@charset "utf-8";
/* @import url("css.css"); */


/* CSS Document */
html, body {
    font-family: 'Microsoft YaHei', Arial;
    color: #000000;
    font-size: ;
}
html{
    background: #00ff99;
    
}
body{
    max-width: 720px;
    margin:0 auto;
    overflow-x: hidden;
    background: #FFFFFF;
    padding-left: 2px;
    padding-right: 2px;
    padding-bottom: 6px;
}
.header{
	position: fixed;
	z-index: auto;
	width: 100%;
	max-width: 716px;
	background: #fff;

}
.header.index-header{
	height: 85px;
	background: #fff;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	border-bottom: 2px solid #D93503;
}
.header.logo{
	float: left;
	height: 80px;
	margin-left: 0px;
}
.header .logo .logo-img {
    width: 280px;
    height: 80px;
}
.header.macau{
	float: right;
	position: relative;
	width: 82px;
	height: 80px;
	padding-top:1px;
}
.header .macau img {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
.header .logo-box{
	height: 85px;
}

.nav {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    overflow: hidden;
    border-top: 3px solid #ffffff;
    border-bottom: 5px solid rgb(238, 226, 34);
    text-align: center;
    height: 32px;
    color: #fff;
}
.nullbox{
	height: 124px;
}


* {
    padding: 0;
    
    border: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #FF0000;
    cursor: pointer;
}

a:active {
    text-decoration: none;
}

a:focus {
    outline: none;
}

a.hidefocus {
    outline: none
}

table{
    table-layout: fixed;
    width: 100%;
}
td{
    font-size:11pt;

}
.padding{
    padding: 5px;

}
.container {
    width: 100%; /* 或者其他你想要的宽度 */
    background: #ffffff;
}
.containerer {
    width: 88%; /* 或者其他你想要的宽度 */
}
.boxx{
	margin:0;
	border-top: 5px solid #fff;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.h1box{
	margin:0;
	padding: 5px;
	text-align: center;
}
.box{
	margin:5px 0;
	border-radius: 8px;
	overflow: hidden;
	background-image: linear-gradient(to right, #FD8200, #FE8B12, #FF982C, #FFA341, #FFAB52, #FFB362, #FFBD78);
	border: 5px solid #fff;
	color: #000000;
}

.jiesitable{
	width: 100%;
	margin-bottom:5px;
	word-wrap: break-word;
	table-layout: fixed;
	border-radius: 2px;
	background: #ffffff;
	border:2px solid #DEE6E8;
}
.jiesitable tr{
	height: 2px;
}
.jiesitable td{
	vertical-align: top;
	white-space: nowrap;
	font-size:11pt;
	overflow: hidden;
	text-overflow: ellipsis;
	border:0px solid #DEE6E8;
	padding:2px;	
}
.listtable{
	color: #000;
	table-layout: fixed;
	border: 1px solid #b99b5f;

}
.listtable tr{
	height: 22px;
}
.listtable td{
	padding:4px;
	height: 22px;
	overflow: hidden;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listtable .biaoti{
	background-image: url('../images/biaotibg.png'); 
	background-repeat: no-repeat; 
	background-position: right;
	background-color: #EBE8E8;
	font-weight: bold;
	color: #008800;
	border-bottom: 1px solid #D0CCCC;
}

li, ol, ul {
	margin: 0;
	padding: 0;
}
ul li::marker {
  color: #C0C0C0; /* 设置列表项符号的颜色为红色 */
}
.numbered-list {
	list-style-type: decimal; /* 默认disc实心 ,decimal数字从1递增，square实心方块，circle为空心圆点*/
	list-style-position: inside; /* 将项目符号放置在列表文本内部 */
}

.numbered-list li{
  border-bottom: 1px dashed #DEE6E8;
  padding: 2px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, p {
	margin: 0
}
.duilianpt{
	table-layout: auto;
	color: #FF0000;
	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 .zl{
	font-size: 20pt;
}



@media screen and (max-width: 610px){
.jiesitable td{
	font-size: 11pt;
}
.jiesitable .zl{
	font-size: 12pt;
}
}
@media screen and (max-width: 505px){
.jiesitable td{
	font-size: 11pt;
}
.jiesitable .zl{
	font-size: 12pt;
}
}
@media screen and (max-width: 429px){
.jiesitable td {
    font-size: 10pt;
}
.jiesitable .zl {
    font-size: 11pt;
}
}
@media screen and (max-width: 409px){
.jiesitable td {
    font-size: 9pt;
}
.jiesitable .zl{
	font-size: 10pt;
}
}
@media screen and (max-width: 374px){
.jiesitable td {
    font-size: 9pt;
}
.jiesitable .zl{
	font-size: 10pt;
}
}


@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;
}
}