html{
	scroll-behavior: smooth;
}
.mui-title {
	font-size: 25px;
	color: red;
	height: 60px;
}

#title {
	width: 100%;
	height: 40px;
	background-color: red;
	color: white;
	font-weight: bold;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
}


.mui-slider img {
	height: 200px;
	/* opacity: 0.2; */
}

#box {
	width: 90%;
	height: 100px;
	margin: auto;
	margin-top: 20px;
	border-radius: 10px;
	background-color: white;
	overflow: hidden;
	display: flex;
	align-items: center;

}

#k1 {
	color: red;
	font-weight: bold;
	font-size: 20px;
}

#k2 {
	font-weight: bold;
	font-size: 20px;
}

#wenzi {
	margin-left: 10px;
}

#border {
	height: 55%;
	width: 1px;
	background-color: grey;
	margin-left: 10px;
}

#GongGao {
	margin-left: 10px;
}

#GongGao p {
	width: 220px;
}

#u1 {
	width: 90%;
	background-color: white;
	border-radius: 10px;
	margin: auto;
	margin-top: 10px;
}

#l1 {
	width: 33%;
	border: none;
}

#l1 img {
	width: 60px;
}

#newsTitle {
	display: flex;
	align-items: center;
	margin-left: 5px;
}
#newsTitle h4{
	margin-left: 10px;
}

#titleBox {
	width: 5px;
	height: 30px;
	background-color: red;
}

#gengDuoNews {
	display: flex;
	align-items: center;
}

#gengDuoNews p {
	margin: 0;
	color: black;
}

#box1 {
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 20px auto;
}

.back{
	width: 35px;
	height: 35px;
	background-color: red;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	color: white;
	opacity: 0;
	position: fixed;
	z-index: 999;
	right: 10%;
	top: 500px;
}

.mui-table-view {
	width: 90%;
	margin: auto;
	background-color: transparent;
}
#list img{
	margin-right: 10px;
	width: 88px;
	height: 88px;
	border-radius: 5px;
}
.mui-table-view-cell{
	margin-top: 10px;
	background-color: white;
	border-radius: 10px;
}

.mui-table-view:after,
.mui-table-view::before,
.mui-table-view-cell::after{
	display: none;
}
#wenzi1{
	line-height: 30px;
}
.mui-pull{
	bottom: 20px;
}