* {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1440px;
}

.top {
	width: 100%;
	background: url('../image/zbgg.png') no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	justify-content: center;
	height: 684px;
}

.nav {
	position: absolute;
	top: 200px;
	width: 1440px;
	display: flex;
	align-items: center;
}

.nav a {
	color: #808080;
	text-decoration: none;
}

.nav p {
	color: #808080;
}

.top .text {
	position: absolute;
	top: 350px;
	width: 1440px;
}

.text_top {
	color: #ffffff;
	font-size: 40px;
	margin-bottom: 20px;
}

.text_bottom {
	color: #ffffff;
	font-size: 18px;
}

.tender-row {
	width: 100%;
}

.tender-cen {
	width: 1440px;
	margin: 90px auto 70px;
}

.tender-title {
	font-size: 36px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 52.13px;
	color: rgba(0, 0, 0, 1);
}

.Shining-ul {
	width: 100%;
	margin-top: 35px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 45px;
}

.Shining-li {
	width: 150px;
	height: 36px;
	opacity: 1;
	border-radius: 50px;
	background: #fff;
	border: 1px solid rgba(229, 229, 229, 1);
	margin-right: 25px;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 22px;
	color: rgba(166, 166, 166, 1);
	text-align: center;
	line-height: 36px;
	transition: all 0.5s;
}

.Shining-li a {
	color: rgba(166, 166, 166, 1);
  }
  
  .Shining-ul .Shining-li.active {
	background: rgba(21, 99, 188, 1);
  }
  
  .Shining-ul .Shining-li.active a {
	color: #fff;
  }

.tender-box {
	width: 100%;
	margin-top: 44px;
}

.tender-list {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 42px;
}

.list-itme {
	width: 161px;
	height: 195px;
	border-radius: 10px;
	background: rgba(21, 99, 188, 1);
	border: 1px solid rgba(229, 229, 229, 1);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.time-data {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 52.13px;
	color: rgba(255, 255, 255, 1);
}

.time-t {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 26.06px;
	color: rgba(229, 229, 229, 1);
}

.list-cen {
	width: 87%;
	height: 195px;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(229, 229, 229, 1);
	box-shadow: -4px 2px 11px 6px rgba(0, 0, 0, 0.03);
	padding: 19px 22px 27px 40px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
}

.list-title {
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0px;
	line-height: 31.86px;
	color: rgba(0, 0, 0, 1);
	padding-left: 13px;
}

.list-bt {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(128, 128, 128, 1);
	padding-left: 13px;
	margin-top: 12px;
}

.list-border {
	width: 100%;
	height: 1px;
	border-bottom: 1px dashed rgba(229, 229, 229, 1);
	margin: 19px 0 17px 0;
}

.list-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 30px;
	color: rgba(128, 128, 128, 1);
	width: 100%;
	padding-left: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.list-cen:hover {
	background: rgba(245, 245, 245, 1);
}
