* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

html {
	font-size: 50px;
	font-family: PingFang SC;
	background-color: #f8f9f9;
}

.content .qjTitleBoxs {
	width: 100vw;
	height:3.86rem;
	background-color: #2577E3;
}

.content .qjTitleBoxs .topBox {
	width: 6.9rem;
	padding: 0.6rem 0 0.5rem 0;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0.34rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.content .qjTitleBoxs .topBox .toLeft {
	width: 0.4rem;
}

.content .qjTitleBoxs .topBox .toLeft img {
	width: 0.4rem;
}

.content .qjTitleBoxs .topBox .title {
	text-align: center;
}

.content .qjTitleBoxs .trendsBox {
	width: 100vw;
	overflow: hidden;
}

.content .qjTitleBoxs .trendsBox .trendsTitle {
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	margin-left: 0.3rem;
}

.content .qjTitleBoxs .trendsBox .trendsCounts {
	margin-top: 0.32rem;
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}

.content .qjTitleBoxs .trendsBox .trendsCounts::-webkit-scrollbar {
	height: 0;
}

.content .qjTitleBoxs .trendsBox .trendsCounts .trendsNewsBox {
	width: 2.96rem;
	height: 2.92rem;
	flex-shrink: 0;
	margin-left: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url("../img/trends.png") no-repeat;
	background-color: #fff;
	background-size: 2.96rem;
}

.content .qjTitleBoxs .trendsBox .trendsCounts .trendsNewsBox a {
	width: 2.5rem;
	height: 1.5rem;
	white-space: initial;
	margin: 0 auto;
	display: block;
	font-size: 0.29rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 0.5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.content .newsHot {
	width: 100vw;
	margin: 1.6rem auto 0;
}

.content .newsHot .newsHotTitle {
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	text-indent: 0.18rem;
	margin-left: 0.3rem;
	position: relative;
}

.content .newsHot .newsHotTitle::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0.04rem;
	width: 0.08rem;
	height: 0.28rem;
	background: #2577E3;
}

.content .newsHot .newsHotCounts {
	width: 100vw;
	overflow: hidden;
	margin-top: 0.3rem;
}

.content .newsHot .newsHotCounts .news_box::-webkit-scrollbar {
	height: 0;
}

.content .newsHot .newsHotCounts .news_box {
	display: flex;
	overflow-x: scroll;
	overflow-y: hidden;
}

.content .newsHot .newsHotCounts .news_box .newsHotBox a {
	width: 4.51rem;
	height: 1.64rem;
	margin-left: 0.3rem;
	display: flex;
	align-items: center;
	background: #FFFFFF;
	border-radius: 0.14rem;
}

.content .newsHot .newsHotCounts .news_box .newsHotBox a .picBox {
	width: 1.23rem;
	height: 1.23rem;
	margin: 0.2rem;
	background: #000000;
	border-radius: 10px;
}

.content .newsHot .newsHotCounts .news_box .newsHotBox a .picBox img {
	width: 1.23rem;
	height: 1.23rem;
	object-fit: cover;
}

.content .newsHot .newsHotCounts .news_box .newsHotBox a .newHotText {
	width: 2.33rem;
	height: 1rem;
	overflow: hidden;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	line-height: 0.48rem;
}

.content .observeBox {
	width: 100vw;
	margin: 0.3rem auto;
}

.content .observeBox .observeTitle {
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	text-indent: 0.18rem;
	margin-left: 0.3rem;
	position: relative;
}

.content .observeBox .observeTitle::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0.04rem;
	width: 0.08rem;
	height: 0.28rem;
	background: #2577E3;
}

.content .observeBox .observeUl {
	width: 6.91rem;
	/* height: 3.26rem; */
	padding-bottom: 0.1rem;
	margin: 0.32rem auto;
	background: #FFFFFF;
	border-radius: 0.14rem;
}

.content .observeBox .observeUl ul {
	padding-top: 0.04rem;
}

.content .observeBox .observeUl ul li {
	width: 5.8rem;
	height: 0.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 500;
	text-indent: 0.2rem;
	margin: 0.2rem auto;
	position: relative;
}

.content .observeBox .observeUl ul li::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0.14rem;
	width: 0.08rem;
	height: 0.08rem;
	background: #2577E3;
	border-radius: 50%;
}

.content .observeBox .observeUl ul li a {
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
}

.content .ggBox {
	width: 6.9rem;
	height: 1.64rem;
	margin: 0 auto;
}

.content .ggBox img {
	width: 6.9rem;
	height: 1.64rem;
}

.content .newsRecomBox {
	width: 100vw;
	margin: 0.3rem auto;
}

.content .newsRecomBox .newRecomTitle {
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	text-indent: 0.18rem;
	margin-left: 0.3rem;
	position: relative;
}

.content .newsRecomBox .newRecomTitle::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0.04rem;
	width: 0.08rem;
	height: 0.28rem;
	background: #2577E3;
}

.content .newsRecomBox .newRecomCounts {
	width: 100vw;
	overflow: hidden;
	margin-top: 0.3rem;
}

.content .newsRecomBox .newRecomCounts .newRes {
	display: flex;
	align-items: center;
	white-space: nowrap;
	overflow-x: scroll;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
}
.content .newsRecomBox .newRecomCounts .newRes::-webkit-scrollbar{
	height: 0;
}
.content .newsRecomBox .newRecomCounts .newRes .newRecomList {
	width: 1.86rem;
	height: 2.1rem;
	margin-left: 0.2rem;
	background: #FFFFFF;
	border-radius: 0.14rem;
}

.content .newsRecomBox .newRecomCounts .newRes .newRecomList a {
	display: block;
	width: 1.86rem;
	height: 2.1rem;
	font-size: 0.28rem;
	white-space: initial;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
	line-height: 0.48rem;
}

.content .newsRecomBox .newRecomCounts .newRes .newRecomList a div {
	width: 1.39rem;
	height: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	margin: 0.3rem auto;
}

.content .information {
	width: 100vw;
	margin: 0.3rem auto;
}

.content .information .informationTitle {
	font-size: 0.3rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #000000;
	text-indent: 0.18rem;
	margin-left: 0.3rem;
	position: relative;
}

.content .information .informationTitle::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0.04rem;
	width: 0.08rem;
	height: 0.28rem;
	background: #2577E3;
}

.content .information .informationCounts {
	width: 6.9rem;
	margin: 0.35rem auto;
}

.content .information .informationCounts .inforBoxs {
	width: 6.9rem;
	height: 1.55rem;
	margin-bottom: 0.2rem;
	background: #FFFFFF;
	border-radius: 0.14rem;
}

.content .information .informationCounts .inforBoxs a {
	display: flex;
	align-items: center;
}

.content .information .informationCounts .inforBoxs a .inforImg {
	width: 1.15rem;
	height: 1.15rem;
	margin: 0.2rem;
	background: #999999;
	border-radius: 0.14rem;
}

.content .information .informationCounts .inforBoxs a .inforImg img {
	width: 1.15rem;
	height: 1.15rem;
	object-fit: cover;
}

.content .information .informationCounts .inforBoxs a .inforText .inforTitle {
	width: 4.57rem;
	height: 0.4rpx;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: bold;
	color: #000000;
}

.content .information .informationCounts .inforBoxs a .inforText .inforDetail {
	width: 4.57rem;
	height: 0.4rem;
	line-height: 0.4rem;
	margin-top: 0.15rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 500;
	color: #999999;
}