.banner{
	width: 100%;
	margin: auto;
}
.title{
	background-color: white;
	padding: 10px 20px;
}
.content{
	/* padding: 20px; */
	background-color: white;
	margin: 20px auto;
	overflow: hidden;
}
.wenzi{
	padding: 20px;
	word-wrap: break-word;
}
#newsTitle{
	margin: 20px 10px 0;
}
/* #left{
	border-right-width: white;
}
#right{
	border-right-width: red;
} */

.tab{
	display: flex;
	height: 50px;
	width: 100%;
	/* background-color: red; */
	position: fixed;
	bottom: 0;
}
.box{
	width: 50%;
	background-color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	color: black;
}
.box1{
	width: 50%;
	background-color: red;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
}