body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-family: Helvetica, sans-serif;
	-webkit-tap-highlight-color: transparent;
	background: #f5f5f5;
	font-size: 0.28rem;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
body {
	max-width: 750px;
	margin: 0 auto;
	min-width: 320px;
}

audio,
canvas,
video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img,
abbr,
acronym {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
	font-variant: normal;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	-webkit-tap-highlight-color: transparent;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input {
	outline: none;
	border-radius: 0;
}

input[type="submit"],
input[type="reset"],
input[type="number"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.cf:after {
	clear: both;
	display: table;
	content: " "
}

a {
	text-decoration: none;
	-webkit-touch-callout: none;
	color: #333;
}

a:hover {
	color: #08c;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.addBtn {
	text-align: center;
	background: #00b459;
	color: #fff;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin: 20px 0;
	border-radius: 10px;
	text-shadow: 1px 1px 1px #04743c;
	box-shadow: 0 5px 5px #04743c;
	display: block;
	font-weight: bold;
}

/* flex 甯冨眬*/
.d-flex {
	display: flex;
}

.d-flex-center-center {
	display: flex;
	align-items: center;
	justify-content: center;
}

.leftBox {
	overflow: hidden;
}

.articleLeft {
	overflow: hidden;
}

.d-flex-center {
	display: flex;
	align-items: center;
}

.d-flex-en {
	display: flex;
	align-items: flex-end;
}

.d-flex-start {
	display: flex;
	align-items: flex-start;
}

.d-flex-end {
	display: flex;
	justify-content: flex-end;
}

.d-flex-between {
	display: flex;
	justify-content: space-between;
}

.d-flex-justify-center {
	display: flex;
	justify-content: center;
}

.d-flex-center-between {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

.flex-1 {
	flex: 1;
}

.flex-column {
	flex-direction: column;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-shrink {
	flex-shrink: 0;
}

.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.text-overflow1 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.text-overflow2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.text-overflow3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.text-overflow4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}



.header {
	background: #fff;
}

.logo {
	padding: .2rem;

}

.logo img {
	height: .88rem;
}

.nav {
	background: #08c;
}

.nav a {
	color: #fff;
	font-size: .3rem;
	padding: .2rem 0;
	text-align: center;
	flex: 1;
	opacity: .9;
}

.nav a.on {
	opacity: 1;
	background: rgba(0, 0, 0, .2);
}

.newsList01 {
	background: #fff;
}

.newsList01 li {
	padding: 0.2rem;
}

.newsList01 li+li {
	border-top: 1px #f1f4f9 solid;
}

.newsList01Bottom {
	color: #999;
	font-size: 0.26rem;
}

.newsList01 li .pic {
	width: 2.6rem;
	height: 1.3rem;
	margin-right: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.newsList01 li .pic img {
	width: 100%;
	height: auto;
}

.newsList01 li h3 {
	margin-bottom: 0.1rem;
	font-size: 0.30rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsList01 li i {
	margin-right: .05rem;
	font-size: .2rem;
}

.mt30 {
	margin-top: 0.3rem;
}

.footer {
	border-top: 3px #08c solid;
	background: #2f3234;
	padding: 0.3rem 0.2rem;
	color: #999;
	text-align: center;
	line-height: 2;
}

.footer img {
	height: 0.62rem;
}

.footNav {
	font-size: 0.3rem;

}

.footNav a {
	color: #fff;
	padding: 0 0.15rem;
}

.copy {
	font-size: 0.26rem;
}

.page {
	margin-top: .2rem;
	padding: .2rem;
	display: flex;
	position: relative;
}



.page>a {
	flex: 1;
	margin: .16rem;
	display: inline-block;
	line-height: .7rem;
	border-radius: .1rem;
	background: #ddd;
	text-align: center;
	color: #333;
	font-size: .28rem;
}

.page>a:active,
.page span .cbtn a:active {
	background: #ddd;
}

.page>span {
	flex: 1;
	margin: .16rem;
	display: inline-block;
	line-height: .7rem;
	border-radius: .1rem;
	text-align: center;
	background: #08c;
	color: #fff;
	font-size: .28rem;
	position: relative;
}

.article {
	background: #fff;
}

.articleTop {
	border-bottom: 1px #f1f4f9 solid;
	text-align: center;
	padding: 0.2rem;
	padding-bottom: 0.3rem;
	background-color: #fff;
}

.articleTop h1 {
	padding-top: 0.15rem;
	line-height: 1.6;
	font-size: 0.38rem;
}

.articleTopinfos {
	padding-top: 0.10rem;
	color: #999;
	font-size: 0.28rem;
}

.articleTopinfos span {
	padding: 0 .15rem;
}

.articleTxt {
	background: #fff;
	padding: .2rem;
	font-size: 0.3rem;
	line-height: 1.8;
}

.articleTxt h3 {
	margin-bottom: 0.1rem;
	line-height: 1.2;
	color: #333;
	font-weight: bold;
	font-size: 0.3rem;
	padding-left: 0.1rem;
	border-left: 0.08rem solid #00b37b;
}

.articleTxt p {
	margin-bottom: 0.1rem;
}

.articleTxt img {
	display: block;
	margin: 0.1rem auto;
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}




.imgshow {
	display: none;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2019521;
}

.swiperbox {
	height: 100vh;
	z-index: 3;
	background: rgba(0, 0, 0, .6);
}

.swiperbox img {
	width: initial;
	position: relative;
	z-index: 2;
}

.swiper-zoom-container:before {
	width: 100%;
	height: 100%;
	content: ' ';
	position: absolute;
	z-index: 1;
	display: block;
	top: 0;
	left: 0;
	cursor: pointer;
}

.closebtn {
	position: absolute;
	z-index: 22;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 10px;
	background-size: 40px
}

.imgshow .swiper-slide {
	background: 0 0
}


.title {
	background: #fff;
	padding: .2rem;
	padding-bottom: 0;
	font-size: .32rem;
	font-weight: bold;
}



#Top {
	display: none;
	width: 40px;
	height: 40px;
	cursor: pointer;
	position: fixed;
	z-index: 2019;
	right: 12px;
	bottom: 50px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.4) url(../img/icon_up.png) no-repeat center;
	background-size: 50%;
}


.ztmList {
	padding: 0.2rem;
}

.ztmList li {
	background: #fff;
	padding-bottom: 0.1rem;
}

.ztmList li+li {
	margin-top: 0.25rem;
}

.ztmList li img {
	height: 3.8rem;
	width: 100%;
}

.ztmList li h3 {
	font-size: .4rem;
	padding: 0.15rem;
	line-height: 1.5;
}

.pic_con {
	line-height: 1.8;
	padding: 0 0.15rem;
	font-size: 0.28rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #666;
}

.list-ninfo {
	color: #999;
	font-size: 0.26rem;
	padding: 0.15rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}