/**
 * created by zhaolandelong(zhaolandelong@163.com)
 * 2017/05/03
 */
:after,
:before,
a,
blockquote,
body,
button,
dd,
div,
dl,
dt,
em,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
iframe,
img,
input,
label,
lengend,
li,
ol,
optgroup,
option,
p,
pre,
select,
span,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
tr,
ul {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

body,
button,
img,
input,
optgroup,
option,
select,
textarea {
	font: 12px/1 "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	outline: 0;
	border: none
}

textarea {
	resize: none;
	overflow: auto
}

ol,
ul {
	list-style: none
}

a {
	color: #000;
	text-decoration: none;
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

#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(../images/icon_up.png) no-repeat center;
	background-size: 50%;
}

.pages {
	text-align: center;
	padding-top: 25px
}

.pages a {
	display: inline-block;
	padding: 0 10px;
	height: 30px;
	border: 1px solid #e7e7e7;
	line-height: 30px;
	background: #fff;
	color: #000;
}

.pages a.active,
.pages a:hover,
.pages span {
	border-color: #5477c8;
	background: #5477c8;
	line-height: 30px;
	color: #fff;
	display: inline-block;
	padding: 0 10px;
	height: 30px
}

.pages span.a1none {
	background: transparent;
	border-color: transparent
}

.crumbs {
	color: #999;
	padding-top: 15px;
}

.article-main-contentraw {
	line-height: 2;
	color: #808080;
	font-size: 16px;
	padding-top: 20px;
}

.article-main-contentraw h3 {
	font-weight: bold;
	color: #2dbfa9;
	font-size: 16px;
	padding-left: 15px;
	border-left: 5px solid #2dbfa9;
	line-height: 18px;
	margin: 12px 0px;
}

.article-main-contentraw img {

	display: block;
	margin: 15px auto;
	width: auto !important;
	height: auto !important;
}



.listHot {
	margin-bottom: 25px;
	overflow: hidden;
	border-radius: 8px;
}

.listHotA1 {
	display: block;
	position: relative;
	width: 600px;
	height: 282px;
	overflow: hidden;
}

.listHotA1 p {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;
	line-height: 50px;
	z-index: 30;
	color: #fff;
	text-align: center;
	padding: 0 10px;
	font-size: 16px;
}

.listHotA1 {
	width: 50%;
}

.listHotUl {
	margin-bottom: -10px;
}

.listHotUl li {
	width: 50%;
}

.listHotUl li a {
	margin-bottom: 10px;
	margin-left: 10px;
	height: 136px;
	width: 290px;
	overflow: hidden;
	position: relative;
	display: block;
}

.listHotUl li a:before,
.listHotA1:before {
	content: '';
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-image: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%);
	background-image: linear, -90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .8) 100%;
	z-index: 10;
}

.listHotUl li a:hover img {
	transform: scale(1.05);
}

.listHotUl li a img {
	height: 136px;
	width: 290px;
}

.listHotUl li a p {
	font-size: 15px;
	position: absolute;
	text-align: center;
	padding: 0 10px;
	z-index: 20;
	color: #fff;
	line-height: 40px;
	height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
}

.listHotUl li a:hover:before {
	height: 60px;
}

.listHotUl li a:hover p {
	color: #23c268;
}

.listHotA1:hover:before {
	height: 80px;
}

.listHotA1:hover img {
	transform: scale(1.05);
}

.listHotA1:hover p {
	color: #23c268;
}

.hotUl2 li {
	width: 16.667%;
}

.hotUl2 li a {
	padding: 30px 25px 15px;
}

.hotUl2 li a .pic {
	width: 100px;
	height: 100px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 10px;
}

.hotUl2 li .hotInof {
	text-align: center;
}

.hotUl2 li a strong {
	margin-top: 8px;
	text-align: center;
	height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.hotUl2 li a .pic img {
	width: 100px;
	height: 100px;
}

.hotUl2 li a:hover img {
	transform: scale(1.05);
}

.wz {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #999;
}

.ztBox {
	margin-bottom: 25px;
}

.ztUl li .abs {
	position: absolute;
	right: 0;
	top: 0;
	background: rgba(0, 0, 0, .5) no-repeat;
	color: #fff;
	font-size: 12px;
	padding: 5px 10px;
}

.ztUl li .abs span {
	font-weight: bold;
	display: inline-block;
	padding: 0 3px;
	color: #23c268;
	font-size: 14px;
}

.ztUl li:hover .abs {
	background: #23c268;
}

.ztUl li:hover .abs span {
	color: #f60;
}

.ztUl {
	margin-left: -18px;
	margin-top: 18px;
}

.ztUl li {
	width: 25%;
	margin-bottom: 18px;
}

.ztUl li a {
	display: block;
	position: relative;
	margin-left: 18px;
	height: 140px;
	border-radius: 8px;
	overflow: hidden;
}

.ztUl li a .pic {
	width: 100%;
	height: 140px;
	border-radius: 8px;
	overflow: hidden;
}

.ztUl li a .pic img {
	width: 100%;
	height: 140px;
}

.ztUl li a p {
	text-align: center;
	font-size: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 35px;
	line-height: 35px;
	padding: 0 10px;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.ztUl li a:hover img {
	transform: scale(1.05);
}

.ztUl li a:hover p {
	background: #23c268;
}

.ztUl li a:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, .05);
}

.special {
	margin-bottom: 25px;
}

.special-article {
	background: #fff;
	padding: 20px;
	border-radius: 8px;
}

.special-article .pic {
	width: 50%;
	max-height: 272px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.special-article .pic img {
	width: 100%;
	border-radius: 8px;
}


.special-articleRigth {
	margin-left: 20px;
}

.special-articleRigth h1 {
	font-size: 22px;
	margin-bottom: 10px;
}

.special-articleRigth .info {
	line-height: 1.8;
	max-height: 200px;
	overflow: auto;
	font-size: 15px;
}

.special-articleRigth .infoTime {
	margin-top: 10px;
	color: #999;
}

.special-articleRigth .infoTimeSapn {
	margin-left: auto;
	margin-right: 20px;
}

.special-articleRigth .infoTimeSapn span {
	color: #f60;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	padding: 0 5px;
}

.nHost {
	background: #fff;
	border-radius: 8px;
	margin-bottom: 25px;

}

.hotUl {
	padding-top: 20px;
	margin-left: -18px;
}

.hotUl li {
	width: 20%;
	margin-bottom: 18px;
}

.hotUl li a {
	margin-left: 18px;
	background: #fff;
	padding: 10px;
	border-radius: 5px;
}

.hotUl li a .pic {
	width: 65px;
	height: 65px;
	margin-right: 10px;
}

.hotUl li a strong {
	font-size: 16px;
	font-weight: 500;
	height: 40px;
}

.hotUl li a p {
	padding-top: 7px;
	font-size: 13px;
	color: #999;
}

.hotInof {
	overflow: hidden;
}

.hotUl li a:hover {
	box-shadow: 0 0 18px rgba(0, 0, 0, .08);
}

.hotUl2 li {
	width: 16.667%;
}

.hotUl2 li a {
	padding: 30px 25px 15px;
}

.hotUl2 li a .pic {
	width: 100px;
	height: 100px;
	border-radius: 15px;
	overflow: hidden;
	margin-right: 0;
	margin-bottom: 10px;
}

.hotUl2 li .hotInof {
	text-align: center;
}

.hotUl2 li a strong {
	margin-top: 8px;
	text-align: center;
	height: 16px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}

.hotUl2 li a .pic img {
	width: 100px;
	height: 100px;
}

.hotUl2 li a:hover img {
	transform: scale(1.05);
}

.nHost .hotUl li {
	width: 100%;
	margin-bottom: 0;
}

.nHost .hotUl {
	margin-top: 0;
	padding-top: 0;
}

.nHost .hotUl li strong {
	height: 20px;
	font-size: 16px;
}

.nHost .hotUl li a {
	padding: 8px 12px;
}

.nHost .hotUl li a:hover {
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	background: rgba(0, 0, 0, .05);
}

.nHost .hotUl li img {
	width: 60px;
	height: 60px;
}

.nHost .hotUl li .pic {
	width: 60px;
	height: 60px;
}

.nHost .hotUl li span {
	font-size: 12px;
	margin-top: 8px;
	display: inline-block;
	background: rgba(0, 0, 0, .05);
	color: #999;
	padding: 3px 10px;
	border-radius: 5px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}

.nHost .hotUl li a:hover span {
	background: #23c268;
	color: #fff;
}
.indexHotTj {
	margin-top: 25px;
}

/* 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;
}



.w1200 {
	width: 1200px;
	margin: 0 auto;
}