.dy{
	background: #FFFBD5;
}
header{
	background: linear-gradient(180deg, #BEE903 0%, #FFFFFF 100%) !important;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
}
.newsnav{
	display: flex;align-items: center;
	padding-top: 1.3rem; 
	
}
.newsnav img{
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.12rem;
}
.newsnav a{
	font-size: 0.24rem;
	color: #000000;
	line-height: 20px;
	padding-right: 0.12rem;
	margin-right: 0.12rem;
}

.m-list{
	margin-top: 0.2rem;
	background: rgba(255,255,255,0.8);
	padding: 0.4rem 0.3rem;
}
.m-list ul li a{
	display: flex;align-items: center;justify-content: space-between;
}
.m-list ul li{
	border-bottom: 1px solid #EEEEEE;
	margin-bottom: 0.4rem;
	padding-bottom: 0.4rem;
}
.m-list ul li a .title{
	margin-right: 0.4rem;
}
.m-list ul li a .title .tle p{
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.4rem;

}
.m-list ul li a .title .tle p span{
	width: 0.32rem;
	height: 0.32rem;
	background: #E12222;
	border-radius: 2px 2px 2px 2px;
	display: inline-block;
	font-size: 0.2rem;
	color: #FFFFFF;
	margin-right: 0.1rem;
	text-align: center;
	line-height: 0.32rem;
}
.m-list ul li a .title .small{
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.4rem;
	margin-top: 0.2rem;
}
.m-list ul li a .title .small img{
	width: 0.24rem;
	height: 0.24rem;
	margin-right: 0.1rem;
}
.m-list ul li a .pic{
	width: 2rem;
	height: 66px;
}
.m-list ul li:nth-child(2)  .title .tle p span{
	background: #FF6D00;
}
.m-list ul li:nth-child(3)  .title .tle p span{
	background: #FFB800;
}

.m-list .btn{
	margin: 0 auto;
	width: 2.4rem;
	height: 0.6rem;
	background:  #BEE903;
	border-radius: 30px 30px 30px 30px;
	font-size: 0.24rem;
	color: #000000;
	display: flex;align-items: center;justify-content: center;
}

.m-news-gg{
	margin-top: 0.1rem;
	padding-bottom: 1.5rem;
}
.m-news-gg .gg{
	width: 100%; 
}
.m-news-gg .small{
	width: 100%;
	height: 3.8rem;
	background: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.02);
	border-radius: 5px 5px 5px 5px;
	padding: 0.4rem 0.3rem;
	margin-top: 0.1rem;
}
.m-news-gg .small h4{
	font-size: 0.24rem;
	color: #000000;
	line-height: 0.4rem;
	display: flex;align-items: center;
}
.m-news-gg .small h4 img{
	width: 0.32rem;
	height: 0.32rem;
	margin-right: 0.1rem;
}
.m-news-gg .small p{
	margin-top: 0.2rem;
	font-size: 0.24rem;
	color: #999999;
	line-height: 0.4rem;
}