*{
	margin:0;
	padding: 0;
	list-style:none;
}
a{
	color: #b1a5a0;
	text-decoration: none !important;
}
a:hover{
	color: #b1a5a0;
}
/* 导航 */
.logotxt{
	font-size:40px !important;
	font-weight:bold;
	color: #fff !important;
}
.navwidth{
	width:50% !important;
}
.navwidth ul li a{
	color: #fff !important;
}

/* 资讯内容 */
.zxbox{
	width:100%;
	height:250px;
	margin-top:20px;
	border-radius:10px;
	border:1px solid #ccc;
	box-shadow:10px 10px 10px #ccc;
	overflow: hidden;
	padding:10px;
}
.zxbox .media{
	margin-top:50px;
}
.txtsj{
	text-indent:2em;
}
.paybtn{
	float:right;
}
.h5txt{
	font-weight:bold;
}
/* 首页show */
.navbox{
	width:100%;
	display: flex;
	justify-content:space-between;
	margin-top:50px;
}
.navbox .card{
	width:30%;
	box-shadow:10px 10px 10px #ccc;
}
.timetxt{
	float:right;
}
.smalltxt{
	font-weight:bold !important;
	font-size:18px !important;
}
.nav-link:hover{
	color: orangered !important;
}




