html {
    font-size: 37.5px !important;
}
body{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
#lists{
	padding-bottom: 40px;
}
#lists::after{
	content: "到底啦~~";
	display: block;
	font-size: .4rem;
	color: #bebebe;
	text-align: center;
	padding: 10px 0;
}
#header{
	padding-top: .3rem;
	position: sticky;
	top: 0;
	left: 0;
	background-color: #fff;
}
.search{
	height: 1rem;
	margin: 0 .3rem .3rem;
	border: 2px #f85959 solid;
	border-radius: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search .text{
	color: #999;
	font-size: 14px;
	padding-left: .3rem;
}
.search_btn{
	height: 0.8rem;
	line-height: .8rem;
	border-radius: 0.8rem;
	padding: 0 0.4rem;
	margin-right: 0.1rem;
	background-color: #f85959;
	color: #fff;
	font-size: .4rem;
}
#menu{
	/* height: .8rem;
	line-height: .8rem; */
	display: flex;
	background-color: #f4f5f6;
}
#menu li{
	width: 20%;
	padding: 0.2rem 0;
    color: #505050;
	text-align: center;
	font-size: .5rem;
    vertical-align: middle;
    white-space: nowrap;
}
.news-wrap{
	margin: 0 auto; 
	width: 98%;
	height: 2.5rem;
	border-bottom:1px solid #efefef;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
}
/* a:last-child .news-wrap{
	border: none;
} */
.news-wrap:after{
    content: "";
    display: block;
    height: 0;
    clear:both;
    visibility: hidden;
}
.news-wrap .txt-wrap{
	/* width: 60%; */
	font-size: 14px;
	padding: 10px;
    line-height: 1.2em;
    margin-right: 12px;
	flex: 1;
}
.news-wrap .img-wrap{
    width: 30%;
    /*胡小红修改*/
    /*padding-top: 10px;*/
    padding: 10px 10px 10px 0;
}
.news-wrap .img-wrap img{
	width: 100%;
	/*胡小红修改*/
	height: 100%;
	border-radius: 5px;
	object-fit: cover;
}
#menu li.active {
    color: #f85959;
}