/* #main{
	margin-top: 134px;
} */
#fixedtopheader .midp .navbtn.news .icon{
	background: url(../img/allicon.png) no-repeat;
	background-position: -257px -103px;
}
#listwrap{
	width: 600px;
	
	margin-left:220px;
	border-radius: 10px;
	float: left;
	margin-top: 64px;
}
#listwrap .tabcontent{
	padding:0 20px;
	display: none;
	background: #fff;
}

#listwrap .tabcontent .item{
	width: 100%;
	height: 106px;
	border-bottom: 1px solid #F5F5F5;
	overflow: hidden;
	padding: 20px 0;
}

#listwrap .tabcontent .item .leftp .imgbox{
	width: 140px;
	height: 106px;
	float: left;
	overflow: hidden;
	border-radius: 8px;
}
#listwrap .tabcontent .item .leftp .imgbox img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#listwrap .tabcontent .item .rightp{
	width: 400px;
	float: right;
	height: 106px;
	position: relative;
}
#listwrap .tabcontent .item .rightp h1{
	font-size: 24px;
	height: 70px;
	line-height: 35px;
	color: #333333;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; 
}
#listwrap .tabcontent .item .rightp .pushtimewrap{
	position: absolute;
	bottom: 0;
	width: 100%;
}
#listwrap .tabcontent .item .rightp .pushtimewrap .pushtime{
	float: left;
	color: #bbbbbb;
}
#listwrap .tabcontent .item .rightp .pushtimewrap .tag{
	float: right;
}
#listwrap .tabcontent.jujiao .item{
	width: 100%;
	border-bottom: 1px solid #F5F5F5;
	overflow: hidden;
}
#listwrap .tabcontent.jujiao .item h1{
	font-size: 24px;
	line-height: 35px;
	height: 70px;
	color: #333333;
	font-weight: 500;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical; 
}
#listwrap .tabcontent.jujiao .topitem h1{
	color: #f90000;
}
#listwrap .tabcontent.jujiao .item .pushtimewrap{
	width: 100%;
	margin-top: 16px;
}
#listwrap .tabcontent.jujiao .item .pushtimewrap .pushtime{
	float: left;
	color: #bbbbbb;
}
#listwrap .tabcontent.jujiao .item .pushtimewrap .tag{
	float: right;
}


/* ============移动端============= */
.m_toptabbarwrap{
	
	height: 2.1875rem;
	background: white;
	position: fixed;
	top:3.125rem ;
	z-index: 30;
	width:100%;
	max-width: 750px;
	left: 50%;
	transform: translateX(-50%);
	
}
.m_toptabbarwrap .m_toptabbar{
	margin: 0 1.875rem;
	height: 100%;
	background: white;
}
.m_toptabbarwrap .m_toptabbar .swiper-slide{
	position: relative;
	background: white !important;
}
.m_toptabbarwrap .m_toptabbar .swiper-slide .m_tabborder{
	position: absolute;
	bottom: 0;
	width: 28%;
	height: 0.125rem;
	background:transparent;
	left: 50%;
	transform: translateX(-50%);
}
.m_toptabbarwrap .m_toptabbar .m_tabtitle{
	font-size: 0.9375rem;
	width: 100%;
	height: 100%;
	color: #333;
	display: flex;
	justify-content: center;
	align-items: center;
}
.m_toptabbarwrap .m_toptabbar .swiper-slide.m_cur .m_tabtitle{
	color: #2FAEE1;
}
.m_toptabbarwrap .m_toptabbar .swiper-slide.m_cur .m_tabborder{
	background:#2FAEE1;
}

#m_main{
border-top: 5.3125rem solid transparent;	
}
#m_main .m_maincontent{
	margin: 0.9375rem;
	background: white;
	border-radius: 0.5rem;
}
.m_newswrap{
	padding-top: 0 !important;
}
	