* ,body{
	margin: 0;
	padding: 0;
}
/*a{
	text-decoration: none;
	color: #FFFFFF;
}*/

body,.root{
	width: 100%;
	height: 100%;
	/*min-width:1200px;*/
}
.top{
	width: 70%;
	margin: 15px auto;
	overflow: hidden;
}
.logo{
	width: 131px;
	height: 47px;
}

.title{
	font-size:20px ;
	margin: 50px 0 20px 0;
}

.c-news{
	width:100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news{
	width:32%;
	margin: 10px 0;
	overflow: hidden;
}
.newsImg{
	width: 100%;
	height:200px ;
	border-radius:20px ;
	object-fit:cover;
}
.news-title{
	margin-top: 5px;
}
#a{
	color: #0B0B0B;
}


.line{
	width: 100%;
	height: 1px;
	background-color: #3A929A;
	/*margin: 0 0 30px 0;*/
}
.nav{
	width: 100%;
	height:30px;
	/*background-color: yellow;*/
	/*position: fixed;
	left: 0;
	bottom:110px;*/
	margin: 20px 0 80px 0;
	
}
ul{
	width: 70%;
	margin: 0 auto;
	list-style: none;
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
}

li a{
	font-size: 15px;
	color: #3A929A;
}

@media only screen and (min-width: 100px) and (max-width: 640px) {
	.root{
		width: 100%;
	}
	.top{
		width: 90%;
		background-color: #FFFFFF;
	}
	.top-a{
		width: 100%;
		height: 100px;
		background-color: #FFFFFF;
		z-index: 2;
		position: fixed;
		top: 0px;
	}
	.logo{
		margin-top: 44px;
	}
	.content{
		margin-top: 110px;
	}
	
	.c-news{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.news{
		width:48%;
		margin: 10px 0;
		overflow: hidden;
	}
	.newsImg{
		width: 100%;
		height:200px ;
		border-radius:20px ;
		object-fit:cover;
	}
	
	.nav ul{
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
		padding-bottom: 20px;
	}
	.nav ul li{
		margin-top: 5px;
	}
}
