body{
	background: #fff;
}
.banner{
	width: 100%;
	display: flex;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
}
.banner-line{
	width: 100%;
	height: 60px;
	background: rgba(255,255,255,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 0;
}
.banner-ul{
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner-li{
	width: 24%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all .2s;
}
.banner-li.active,.banner-li:hover{
	background: #0fc4ff;
}
.list{
	display: flex;
	flex-direction: column;
	align-items: center;
}
.list-ul{
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.box-wz-list-li{
	width: 100%;
	height: 300px;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #d9d9d9;
	padding: 0 10px;
}
.box-wz-list-li:nth-last-child(1){
	border-bottom: none;
}
.box-wz-list-img{
	width: 280px;
	height: calc(100% - 60px);
	background: #fafafa;
	margin-right: 25px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-position: center;
}
.box-wz-list-img img{
	max-width: 100%;
	max-height: 100%;
}
.box-wz-info{
	width: 100%;
	height: calc(100% - 60px);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.box-wz-info-title{
	font-size: 30px;
	color: #141519;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}
.box-wz-info-jj{
	width: 100%;
	font-size: 16px;
	line-height: 28px;
	color: #808080;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}
.box-wz-info-time{
	font-size: 14px;
	color: #808080;
}
.box-wz-list-li:hover{
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

.c-title{
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 60px;
}
.c-time{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	color: #808080;
	margin-top: 10px;
}
.c-content{
	width: 100%;
	min-height: 500px;
	font-size: 14px;
	color: #333;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 60px 0;
}
.c-content p{
	width: 100%;
	line-height: 30px;
}
.c-content img{
	max-width: 100%;
	margin: 10px 0;
}
table{
	width: 80%;
	border-color: #cccccc;
	margin-bottom: 60px;
}
table tr{
	height: 60px;
}
table th{
	background: #88bcfc;
	color: #fff;
	text-align: center;
	font-size: 20px;
}
table td{
	text-align: center;
	color: #808080;
	font-size: 16px;
	background: #f2f2f2;
}
.b-content{
	width: 100%;
	border-top: 1px solid #ccc;
	display: flex;
	flex-direction: column;
	padding: 20px 0;
}
.b-content-li{
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	color: #333;
}
.content-link{
	color: #808080;
}