* {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
html {
  font-size: 50px;
  padding-bottom: 0.9rem;
  font-family: PingFang SC;
  background-color: #f8f9f9;
}
.content{
	
}
.content .topBoxs {
  width: 100vw;
  height: 1rem;
  position: fixed;
  left: 0;top: 0;
  z-index: 111;
  background-color: #fff;
}
.content .topBoxs .topBox {
  width: 6.9rem;
  height: 1rem;
  margin: 0 auto;
  box-sizing: border-box;
  font-size: 0.34rem;
  font-weight: bold;
  color: #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content .topBoxs .topBox .toLeft {
 width: 0.2rem;
}
.content .topBoxs .topBox .toLeft img{
 width: 0.45rem;
 vertical-align: middle;
}
.content .topBoxs .topBox .title {
  text-align: center;
}
/*  */
.cgzxTabs{
	width: 6.9rem;
	margin: 1.3rem auto 0;
}
.cgzxTabs .tabsBoxs{
	font-size: 0.28rem;
	font-weight: 500;
	color: #333333;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.cgzxTabs .tabsBoxs .on{
	position: relative;
	color: #2577E3;
	font-weight: bold;
}
.cgzxTabs .tabsBoxs .on::after{
	position: absolute;
	content: '';
	left: 0;right: 0;
	margin: auto;
	bottom: -0.1rem;
	width: 0.28rem;
	height: 0.06rem;
	background: #2577E3;
	border-radius: 0.3rem;
}
.bigBoxs .listTabCountsBoxs{
	display: none;
}
.bigBoxs .listTabCountsBoxs:nth-child(1){
	display: block;
}
.tabsCountsBoxs{
	margin-top: 0.3rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.tabsCountsBoxs .btnBoxs{
	width: 1.59rem;
	padding: 0.1rem 0;
	text-align: center;
	background: #FFFFFF;
	border-radius: 0.1rem;
}
.tabsCountsBoxs .btnBoxs span{
	display: block;
}
.tabsCountsBoxs .btnBoxs .nums{
	font-size: 0.36rem;
	font-weight: 500;
	color: #000000;
	margin: 0.11rem 0 0.03rem 0;
}
.tabsCountsBoxs .btnBoxs .text{
	font-size: 0.22rem;
	font-weight: 500;
	color: #999999;
}
/*  */
.content .emergent {
  width: 100vw;
  margin-top: 0.3rem;
}
.content .emergent .emergentTitle {
  font-size: 0.3rem;
  font-weight: 500;
  color: #000000;
  text-indent: 0.18rem;
  margin-left: 0.3rem;
  position: relative;
}
.content .emergent .emergentTitle::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.04rem;
  width: 0.08rem;
  height: 0.28rem;
  background: #2577E3;
}
.content .emergent .emergentCountsBox {
  width: 100vw;
  overflow: hidden;
  margin-top: 0.3rem;
}
.content .emergent .emergentCountsBox .emerBigBox {
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
}
.content .emergent .emergentCountsBox .emerBigBox::-webkit-scrollbar{
	height: 0;
}
.content .emergent .emergentCountsBox .emerBigBox .emerBox {
  width: 4.72rem;
  height: 2.59rem;
  background: #FFFFFF;
  border-radius: 0.14rem;
  margin-left: 0.3rem;
  -webkit-overflow-scrolling: touch;
}
.content .emergent .emergentCountsBox .emerBigBox .emerBox ul {
  width: 4.5rem;
  margin: 0 auto;
}
.content .emergent .emergentCountsBox .emerBigBox .emerBox ul li {
  position: relative;
  margin: 0.19rem 0;
}
.content .emergent .emergentCountsBox .emerBigBox .emerBox ul li a {
  display: block;
  width: 4.11rem;
  height: 0.4rem;
  text-indent: 0.38rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.28rem;
  font-weight: 500;
  color: #000000;
  line-height: 0.4rem;
}
.content .emergent .emergentCountsBox .emerBigBox .emerBox ul li::after {
  content: '';
  position: absolute;
  left: 0.16rem;
  right: 0;
  top: 0.14rem;
  width: 0.08rem;
  height: 0.08rem;
  background: #2577E3;
  border-radius: 50%;
}
.content .famousBox {
  width: 100vw;
  margin-top: 0.3rem;
}
.content .famousBox .famousTitle {
  font-size: 0.3rem;
  font-weight: 500;
  color: #000000;
  text-indent: 0.18rem;
  margin-left: 0.3rem;
  position: relative;
}
.content .famousBox .famousTitle::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.04rem;
  width: 0.08rem;
  height: 0.28rem;
  background: #2577E3;
}
.content .famousBox .famousCountsBox {
  width: 6.9rem;
  margin: 0.2rem auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.content .famousBox .famousCountsBox .famous_box {
  width: 3.35rem;
  height: 3.35rem;
  margin-bottom: 0.2rem;
}
.content .famousBox .famousCountsBox .famous_box a {
  display: block;
  width: 2.95rem;
  height: 2.95rem;
  background: #FFFFFF;
  border-radius: 0.14rem;
  padding: 0.15rem 0.1rem;
}
.content .famousBox .famousCountsBox .famous_box a .titles {
  width: 2.8rem;
  height: 1rem;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin: 0 auto;
  font-size: 0.3rem;
  font-weight: bold;
  color: #000000;
  line-height: 0.48rem;
}
.content .famousBox .famousCountsBox .famous_box a .derails {
  width: 2.8rem;
  height: 1rem;
  margin: 0 auto;
  font-size: 0.23rem;
  font-weight: 500;
  color: #999999;
}
.content .famousBox .famousCountsBox .famous_box a .derails .num {
  margin: 0.19rem 0;
}
.content .famousBox .famousCountsBox .famous_box a .btnBox {
  width: 2.2rem;
  height: 0.54rem;
  line-height: 0.54rem;
  margin: 0.1rem auto;
  color: #fff;
  font-size: 0.26rem;
  font-weight: 500;
  text-align: center;
  background: #2577E3;
  border-radius: 0.14rem;
}
.content .ggBox {
  width: 6.9rem;
  height: 1.64rem;
  background: #999999;
  border-radius: 0.14rem;
  overflow: hidden;
  margin: 0.2rem auto;
}
.content .ggBox img {
  width: 6.9rem;
  height: 1.64rem;
}
.content .newsCaigou {
  width: 100vw;
  margin-top: 0.3rem;
}
.content .newsCaigou .newsCaigouTitle {
  font-size: 0.3rem;
  font-weight: 500;
  color: #000000;
  text-indent: 0.18rem;
  margin-left: 0.3rem;
  position: relative;
}
.content .newsCaigou .newsCaigouTitle::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0.05rem;
  width: 0.08rem;
  height: 0.28rem;
  background: #2577E3;
}
.content .newsCaigou .newsCaigouCountsBox {
  width: 6.9rem;
  margin: 0.3rem auto;
}
.content .newsCaigou .newsCaigouCountsBox .caigouBox {
  width: 6.9rem;
  height: 1.64rem;
  margin-bottom: 0.2rem;
  background: #FFFFFF;
  border-radius: 0.14rem;
}
.content .newsCaigou .newsCaigouCountsBox .caigouBox a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 6.44rem;
  height: 1.64rem;
  padding: 0 0.2rem;
  margin: 0 auto;
}
.content .newsCaigou .newsCaigouCountsBox .caigouBox a .caigouLeft .title {
  width: 4rem;
  height: 0.4rem;
  line-height: 0.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 0.3rem;
  font-weight: bold;
  color: #000000;
}
.content .newsCaigou .newsCaigouCountsBox .caigouBox a .caigouLeft .details {
  margin-top: 0.3rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #999999;
  height: 0.48rem;
  line-height: 0.48rem;
  display: flex;
  align-items: center;
}
.content .newsCaigou .newsCaigouCountsBox .caigouBox a .caigouLeft .details .time img{
	width:0.22rem;
	height: 0.22rem;
}
.content .newsCaigou .newsCaigouCountsBox .caigouBox a .caigouLeft .details .address {
  margin-left: 0.3rem;
  width: 1.4rem;
  text-align: center;
  border-left: 1px solid #EEEEEE;
}
.content .newsCaigou .newsCaigouCountsBox .caigouBox a .caigouLeft .details .address img{
	width:0.16rem;
	height: 0.23rem;
}
.content .newsCaigou .newsCaigouCountsBox .caigouBox a .btn {
  width: 1.52rem;
  height: 0.54rem;
  line-height: 0.54rem;
  text-align: center;
  font-size: 0.26rem;
  font-weight: 500;
  color: #FFFFFF;
  background: #2577E3;
  border-radius: 0.14rem;
}
