body{
font-size:16px;
color:#333;
margin:0 auto;
padding:0px;
font-family: Arial, Helvetica, sans-serif;
}

em{ font-style:normal}
.cl{ clear:both}
div,ul,li,table
{
color:#333;
font-size:16px;
font-family: Arial, Helvetica, sans-serif;
margin:0 auto; 
padding:0;
list-style:none;
box-sizing:border-box
}
*{outline:0px; margin:0 auto; padding:0; box-sizing:border-box; font-style:normal}
a,a:link,a:visited,a:active {
color: #333;
text-decoration: none;
}
a:hover {
text-decoration:none;
color: #036d6d;
}

/*定义新型浏览器特性*/
::-webkit-scrollbar{width:10px;height:10px}
::-webkit-scrollbar-button:vertical{display:none}
::-webkit-scrollbar-track:vertical{background:000}
::-webkit-scrollbar-track-piece{background:#f6f6f6}
::-webkit-scrollbar-thumb:vertical{background:#d0d0d0;}
::-webkit-scrollbar-thumb:vertical:hover{background:#3B3B3B}
::-webkit-scrollbar-corner:vertical{background:#535353}
::-webkit-scrollbar-resizer:vertical{background:#FF6E00}


img{border:none}

/*分页样式*/
.pageban{ width:100%; text-align:center; float:left; font-size:14px}
.page_info{text-align:center;margin-top:20px;color:#333; font-size:14px}}
.page_info span{padding:0 2px;font-weight:bold;}

.page_list {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;
	font-family: Microsoft Yahei;
	font-size: 12px;
	margin-top:20px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin-bottom:80px;
}

.page_list a {
	display: inline-block;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 0 13px;
	margin: 0 3px
}

.page_list a:hover {
	color: #fff;
	border: 1px solid #036d6d;
	background: #036d6d
}

.page_list a.on {
	background-color: #036d6d;
	color: #fff;
	border: 1px solid #036d6d
}


.page_lista {
	height: 30px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0;
	font-family: Microsoft Yahei;
	font-size: 12px;
	margin-top:20px;
	padding-bottom: 10px;
	float: left;
	width: 100%;
	margin-bottom:80px;
}

.page_lista a {
	display: inline-block;
	color: #333;
	border: 1px solid #ddd;
	background: #fff;
	text-align: center;
	padding: 0 13px;
	margin: 0 3px
}

.page_lista a:hover {
	color: #fff;
	border: 1px solid #e91314;
	background: #036d6d
}

.page_lista a.on {
	background-color: #e91314;
	color: #fff;
	border: 1px solid #e91314
}

/*去掉input自动补全后的黄色样式*/
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
-webkit-transition-delay: 99999s;
-webkit-transition: color 99999s ease-out, background-color 99999s ease-out;background-color:transparent;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #fff  !important;
font-size: 14px;
}

input:-moz-placeholder, textarea:-moz-placeholder {
color: #fff !important;
font-size: 14px;
}

input::-moz-placeholder, textarea::-moz-placeholder {
color:  #fff !important;
font-size: 14px;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #fff !important;
font-size: 14px;
}


/*官方首页*/
header{ width:100%; height:100px; border-bottom:1px solid #cfeff0; padding-top:15px; background:#fff; position:fixed; top:0; z-index:9}
header .logo{display: flex;align-items: center; }
.wapper{ width:100%; padding:0 4%;overflow:hidden; max-width:1600px}
.wappers{ width:100%; padding:0 4%;overflow:hidden;}
nav{ float:right; margin-top:15px}
nav a{ padding:10px 18px 38px 18px; display:block; position:relative;transition: 0.3s ease-in-out; float:left; }
nav a:after{ width:100%; transform: scaleX(0); height:2px; background:#036d6d; position:absolute; bottom:0; left:0; content:'';transition: 0.3s ease-in-out;}
nav a:hover:after{transform: scaleX(1);}
.nyarea{ width:100%; float:left; font-size:16px; line-height:1.8; background:#fff; border-radius:10px; overflow:hidden; min-height:calc(100vh - 160px); padding:40px; margin-top:20px; margin-bottom:20px}
.nyarea img,.nyarea table{ max-width:100%}
.disptitnews{ width:100%; float:left; line-height:2; font-size:30px;}
.dispdes{ width:100%; float:left;font-size:14px; margin-bottom:20px; color:#666; border-bottom:1px solid #eee; padding-bottom:20px}
.contentarea{ width:100%; float:left; font-size:16px; line-height:1.8; background:#fff; border-radius:10px; overflow:hidden;}
.contentarea img,.contentarea table{ max-width:100%}
.kbh{ width:100%; height:100px; float:left}
.bgs{ background:#e6feff}

.info-item{ width:100%; float:left}
.info-item li{ width:100%; float:left; height:66px; line-height:66px; overflow:hidden; border-bottom:1px solid #eee}
.info-item li span{ float:right; margin-left:30px; color:#666; font-size:14px}