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: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background: #f5f5f5;
}

img {
	max-width: 100%;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}


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;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

a:hover {
	color: #07c;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}

.header .logo {
	font-size: 30px;
	color: #34495e;
}

/* 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;
}


.clearfix {
	zoom: 1;
}

.w1180 {
	width: 1180px;
	margin: 0 auto;
}

.header {
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
	box-shadow: 0 0 3px 1px rgb(0 0 0 / 10%);
	height: 64px;
}

.header .logo {
	height: 64px;
}

.header .logo img {
	height: 58px;

}

.ulNav li a {
	padding: 0 20px;
	height: 64px;
	line-height: 64px;
	font-size: 16px;
}

.ulNav li.on a {
	color: #07c;
}

.mt20 {
	margin-top: 20px;
}

.sectionLeft {
	background: #fff;
	width: 860px;
	box-sizing: border-box;

}

.sectionLeftList li {
	background: #fff;

}

.p20 {
	padding: 20px;
	box-sizing: border-box;
}

.sectionLeftList li a {
	padding: 20px;
	border-bottom: 1px solid rgba(239, 239, 239, .8);
}

.sectionLeftList li .pic {
	width: 246px;
	height: 153px;
	overflow: hidden;
	border-radius: 15px;
	position: relative;
}

.sectionLeftList li .pic img {
	width: 246px;
	height: 153px;
}

.sectionLeftList li .pic span {
	position: absolute;
	left: 10px;
	top: 15px;
	padding: 4px 8px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	background-color: #000;
	filter: alpha(opacity=60);
	background: rgba(0, 0, 0, .6);
	border-radius: 3px;
	text-decoration: none;
	z-index: 100;
}


.sectionLeftList li:hover img {
	transform: scale(1.1);
}

.sectionLeftList li:hover {
	background: #fafafa;
}

.sectionLeftRtxt {
	margin-left: 20px;
}

.sectionLeftRtxt strong {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 10px;
}

.item-excerpt {
	color: #5a5a5a;
	line-height: 1.6;
	font-size: 16px;
}

.item-meta-li {
	margin-top: 10px;
	color: #999;
	font-size: 13px;
}

.item-meta-li span {
	margin-right: 30px;
}

.asideBox {
	margin-left: 20px;
}

.asideList {
	margin-bottom: 20px;
	background: #fff;
	padding: 15px;
	box-sizing: border-box;
}

.widget-title {
	font-size: 16px;
	font-weight: bold;
	border-bottom: 1px #f1f4f9 solid;
	padding-bottom: 10px;
}

.flUl {
	padding-top: 8px;
}

.flUl li a {
	display: block;
	padding: 5px 0 5px 15px;
	position: relative;
}

.flUl li a::before {
	position: absolute;
	left: 0;
	top: 11px;
	content: "";
	width: 0;
	height: 0;
	line-height: 0;
	border: 4px solid transparent;
	border-left: 5px solid #ccc;
}



.leftNewsList .pic {
	width: 100px;
	height: 64px;
	overflow: hidden;
	border-radius: 10px;
}

.leftNewsList .pic img {
	width: 100px;
	height: 64px;
}

.leftNewsList .leftNewsListTxt {
	margin-left: 10px;
}

.leftNewsList .leftNewsListTxt strong {
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
}

.leftNewsList .item-meta-li {
	margin-top: 6px;
}

.leftNewsList {
	margin-top: -15px;
	margin-bottom: -16px;
}

.leftNewsList a {
	padding-bottom: 15px;
	padding-top: 15px;
	border-top: 1px solid rgba(239, 239, 239, .8);
}

.leftNewsList2 {
	margin-left: -7px;
	margin-right: -7px;
	margin-bottom: -10px;
}

.leftNewsList2 li {
	width: 50%;
	margin-bottom: 10px;
	padding: 0 7px;

}

.leftNewsList2 li .pic {
	width: 128px;
	height: 80px;
}

.leftNewsList2 li .pic img {
	width: 128px;
	height: 80px;
}

.leftH1 {
	margin-top: 5px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.4;
}



.footer {
	margin-top: 20px;
	background: #2d3236;
	padding: 30px 20px;
	text-align: center;
	line-height: 2;
	color: #fffd;
}

#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%;
}

.pages {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	background: #fff
}

.pages a.active,
.pages a:hover,
.pages span {
	border-color: #07c;
	background: #07c;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}

.articleTop {
	background: #fff;
	padding: 20px;
	padding-bottom: 0;
}

.articleTop h1 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 1.4;
	font-weight: 500;
}

.articleTopinfos {
	color: #999;
	font-size: 14px;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}

.articleTopinfos span {
	margin-right: 10px;
}

.articleTopinfos span+span {
	margin-left: 10px;
}

.article {
	background: #fff;
	line-height: 1.8;
	font-size: 16px;
	padding: 20px;
	margin-bottom: 20px;
}

.article p {
	font-size: 16px;
	margin-bottom: 15px;
}

.article img {
	display: block;
	margin: 15px auto;
	width: auto !important;
	height: auto !important;
}

.article h3 {
	font-weight: bold;
	color: #07c;
	font-size: 16px;
	padding-left: 15px;
	border-left: 5px solid #07c;
	line-height: 18px;
	margin: 12px 0px;
}

.entry-copyright {
	margin-top: 30px;
	padding: 15px;
	font-size: 14px;
	line-height: 1.6;
	color: #828282;
	border: 1px solid #efefef;
	background: rgba(239, 239, 239, .4);
	border-radius: 4px;
}

.activeBox {
	width: 860px;
}

.tjList {
	background: #fff;
}

.tjList .widget-title {
	padding: 10px 20px 0 32px;
	font-weight: 500;
	font-size: 18px;
	position: relative;
	border-bottom: none;

}

.tjList .widget-title::after {
	background: #07c;
	height: 18px;
	width: 4px;
	position: absolute;
	left: 20px;
	top: 13px;
	content: "";
}

.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
}



.zt-list {

	display: flex;
	flex-wrap: wrap;
}

.zt-list li {
	width: 380px;
	margin-right: 20px;
	margin-bottom: 20px
}

.zt-list li:nth-child(3n) {
	margin-right: 0;
}

.zt-list li a {
	display: block;
	padding: 15px;
	background: #fff;
	position: relative;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.zt-list li img {
	width: 100%;
	height: 180px
}

.zt-list li .pic {
	height: 180px;
	overflow: hidden
}

.zt-list li a:hover img {
	transform: scale(1.1)
}

.zt-list li a:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .1)
}

.zt-list li h3 {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-top: 5px;
	margin-bottom: 5px
}

.zt-list li .pic_con {
	line-height: 1.8;
	height: 80px;
	overflow: hidden;
	color: #666
}

.zt-list li .list-ninfo {
	line-height: 22px;
	background: #f0f0f0;
	padding: 10px;
	margin: -15px;
	margin-top: 10px
}

.zt-list li .list-ninfo span.fl {
	color: #999;
	font-size: 13px
}

.zt-list li .list-ninfo span.fr {
	background: #07c;
	color: #fff;
	padding: 0 6px;
	border-radius: 5px
}

.linkBox h3 {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
}

.linkBox li {
	margin-right: 10px;
}

.linkBox li a {
	color: #666;
	display: block;
	line-height: 1.8;
}

.linkBox li a:hover {
	color: #07c;
}