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: 'Regular', "微软雅黑", "PingFang SC", 'Microsoft YaHei', Helvetica, Arial, sans-serif;
	-webkit-tap-highlight-color: transparent;
	font-size: 14px;
	background: #fafafa;
}

html {
	color: #333;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

::-webkit-scrollbar {
	width: 6px !important;
}

::-webkit-scrollbar-thumb {
	border-radius: 6px;
	background-color: #DFDFDF !important;
}

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: #f60;
}

img {
	max-width: 100%;
}

* {
	box-sizing: border-box;
}



/* 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 {
	margin-bottom: 10px;
	background: #fff;
	border-bottom: 1px #d1d8e5 solid;
}

.w1200 {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.headerTop {
	padding-top: 15px;
	padding-bottom: 10px;
}

.logo img {
	height: 33px;
}

.headerTopUl li {
	padding: 0 10px;
}

.logoBaidu img {
	height: 40px;
	margin-right: 20px;
}

.formBox {
	width: 650px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
}


.baduGd {
	margin: 0 auto;
	width: 810px;
}

.formBox input {
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	flex: 1;
	border: 3px #4e6ef2 solid;
	border-radius: 10px 0 0 10px;
}

.formBox button {
	cursor: pointer;
	background: #4e6ef2;
	color: #fff;
	border: none;
	height: 40px;
	padding: 0 30px;
	border-radius: 0 10px 10px 0;
}

/* 本例子css */
.txtScroll-left {
	margin-top: 6px;
	width: 810px;
	position: relative;
}



.txtScroll-left .bd {
	padding: 10px;
	width: 810px;
	overflow: hidden;
}

.txtScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}

.txtScroll-left .bd ul li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 33%;
	float: left;
	height: 24px;
	line-height: 24px;
	text-align: left;
	_display: inline;
	text-align: center;
}

.txtScroll-left .bd ul li span {
	color: #999;
}

.topList {
	box-sizing: border-box;
	padding: 0 12px;
	margin-bottom: 10px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dee3eb;
}

.topList a {
	padding: 8px 0;
}

.hotUrl {
	padding: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #dee3eb;
}

.urlLink li {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 10%;
	height: 30px;
	line-height: 30px;
}

.split-line {
	border-bottom: 1px solid #F5F6F9;
	margin: 5px 0;
	margin-left: -10px;
	margin-right: -10px;
}

.content {
	margin-bottom: 10px;
}

.contentLeft {
	width: 280px;
	overflow: hidden;
}


.letBox {
	border: 1px solid #DEE3EB;
	background: #fff;
	margin-bottom: 10px;
}

.slideTxtBox {
	position: relative;
}

.slideTxtBox .hd {
	overflow: hidden;
	padding: 0 19px;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
}

.slideTxtBox .hd li {
	cursor: pointer;
}

.slideTxtBox li.on {
	border-top: 2px #0aa770 solid;
	color: #0aa770;
}

.listUl {
	padding-top: 6px;
	padding-bottom: 5px;
}

.listUl li {
	line-height: 34px;
	height: 34px;
	padding: 0 10px;
}

.listUl li span {
	width: 20px;
	height: 20px;
	line-height: 20px;
	background: #9195a3;
	font-size: 12px;
	color: #fff;
	text-align: center;
}

.listUl li:nth-child(1) span {
	background: #FE2D46;
}

.listUl li:nth-child(2) span {
	background: #FF5900;
}

.listUl li:nth-child(3) span {
	background: #FAA90E;
}

.listUl li p {
	margin: 0 5px;
	max-width: 170px;
}

.listUl li em {
	color: #999;
}

.listUl2,
.listUl3,
.listUl4 {
	padding: 6px 10px;
}

.listUl2 li,
.listUl3 li,
.listUl4 li {
	height: 30px;
	line-height: 30px;
}

.listUl3 li img {
	margin-right: 5px;
}


.slideTxtBox02 .hd li {
	flex: 1;
}

.listUl4 li span {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	margin-right: 5px;
}

.listUl4 li p {
	margin-right: 6px;
}

.listUl4 li:nth-child(1) span {
	color: #FE2D46;
}

.listUl4 li:nth-child(2) span {
	color: #FF5900;
}

.listUl4 li:nth-child(3) span {
	color: #FAA90E;
}

.listUl4 li em {
	color: #999;
}

.contentRith {
	border: 1px solid #DEE3EB;
	background: #fff;
	margin-left: 10px;
	overflow: hidden;
}

.title {
	height: 42px;
	line-height: 42px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 20px;
	background: #fafbfc;
}

.ulHotList li {
	padding: 0 25px;
	position: relative;
}

.ulHotList li .pic {
	width: 150px;
	height: 100px;
	overflow: hidden;
	margin-right: 20px;
}

.ulHotList li::before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: "";

}

.ulHotList li:hover::before {
	background: #fafbfc;
}


.ulHotList li img {
	width: 100%;
	height: auto;
}

.ulHotList li a:hover img {
	transform: scale(1.1);

}

.ov {
	overflow: hidden;
}

.ulHotList li strong {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 6px;
}

.ulHotList li a {
	position: relative;
	z-index: 100;
	padding: 18px 0;
	border-bottom: 1px dashed #EBEEF3;
}

.ulHotList li .txt2 {
	line-height: 1.6;
	color: #666;
	margin-bottom: 5px;
}

.ulHotList li .infos span {
	margin-right: 30px;
	color: #999;
}

.ulHotList li:last-child a {
	border-bottom: none;
}

.foorer {
	position: fixed;
	width: 100%;
	height: 40px;
	line-height: 40px;
	bottom: 0;
	z-index: 201;
	background: #f7f7f7;
	text-align: center;
}

.hotType {
	margin-bottom: 10px;
	border: 1px solid #dee3eb;
	padding: 10px;
	background: #fff;
}

.hotTypeList dt {
	color: #0aa770;
	width: 60px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

.hotTypeList dd a {
	width: 10%;
	height: 30px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}


.hotTypeList {
	margin-bottom: 8px;
}

.ddBtn {
	text-align: center;
	display: block;
	width: 100%;
	font-size: 15px;
	color: #4e6ef2;
	padding: 5px;
}

.heightAotu {
	height: auto !important;
}

.ddBtn {
	display: none;
}

@media only screen and (max-width:960px) {
	.hotTypeList dd a {
		width: 16.666667%;
	}

	.headerTopUl {
		display: none;
	}

	form {
		width: 100%;
	}

	.topList {
		display: none;
	}

	.formBox {
		width: 100%;
	}

	.urlLink li {
		width: 16.667%;
	}

	.txtScroll-left {
		width: 100%;
	}

	.baduGd {
		width: 100%;
	}

	.logoBaidu {
		display: none;
	}

	.txtScroll-left .bd {
		width: 100%;
	}

	.headerTop {
		justify-content: center;
	}

	.contentLeft {
		display: none;
	}

	.contentRith {
		margin-left: 0;
	}
}

@media only screen and (max-width:640px) {
	.hotTypeList dd a {
		width: 20%;
	}

	.txtScroll-left .bd {
		padding: 10px 0;
	}

	.txtScroll-left .bd ul li {
		max-width: 50%;
		box-sizing: border-box;
	}

	.urlLink li {
		width: 20%;
	}

	.ulHotList li strong {
		-webkit-line-clamp: 2;
	}

	.ulHotList li {
		padding: 0 10px;
	}

	.ulHotList li .txt2 {
		display: none;
	}

	.ulHotList li .pic {
		width: 120px;
		height: 80px;
		margin-right: 10px;
	}

	.infos {
		justify-content: space-between;
	}

	.ulHotList li .infos span {
		font-size: 12px;
		margin: 0;
	}

	.ddBtn {
		display: block;
	}

	.hotTypeList dt {
		text-align: left;
		width: 50px;
	}



	.hotTypeList dd .ddList {
		height: 60px;
		overflow: hidden;
	}

	.ulHotList li a {
		padding: 10px 0;
	}
}

@media only screen and (max-width:500px) {


	.hotTypeList dd a {
		width: 33.333%;
	}
}

.mescroll {
	padding-bottom: 50px;
}