.menu {
	position: fixed;
	top: 0;
	display: flex;
	justify-content: space-between;
	height: 40px;
	width: 100%;
	background-color: #5898f1;
	color: antiquewhite;
}

.top-div-2 {
	position: fixed;
	top: 40px;
	background-color: white;
	height: 200px;
	text-align: center;
	padding: 10px 5px;
	z-index: 1000;
	width: 100%;
}

.top-div-2>div {
	width: 33%;
	display: inline-block;
	text-align: center;
	float: left;
	margin-top: 10px;
}

.top-div-2>div img {
	width: 35%;
	height: 70%;
}

.top-div-2>div p {
	color: black;
	text-align: center;
	font-size: 1rem
}

.mui-icon {
	padding: 5px 10px 10px 10px;
    color: antiquewhite;
    font-family: Muiicons;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    display: inline-block;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
}

.mask{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 40px;
	left: 0;
	background-color: black;
	opacity: 0.3;
	z-index: 100;
	overflow: hidden;
}

#detailName{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.content {
	width: 95%;
	margin: 15px auto 15px;
	padding: 10px;
	margin-top: 3.5rem;
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 8px #E9E9E9;
}

.content .title {
	font-size: 16px;
	line-height: 25px;
	padding-bottom: 10px;
	border-bottom: 1px solid #919191;
	font-weight: bold;
	text-align: center;
}

.information-content {
	overflow: hidden;
}

.information-content p,
.information-content span {
	text-align: justify ;
	font-size: 16px !important;
	font-family: 宋体 !important;
	line-height: 30px !important;
	color: #000000 !important;
	word-break: break-all !important;
}

.information-content table {
	width: 100% !important;
}

.information-content img {
	width: 70% !important;
	height: auto !important;
}

.content .time {
	display: inline-block;
	font-size: 13px;
	color: #919191;
	width: 30%;
	text-align: right;
}

.fujian .fujian-title {
	width: 95%;
	margin: 0 auto 15px;
	padding: 10px 0;
	font-size: 14px;
	border-bottom: 1px solid #919191;
}

.fujian .fujian-content {
	display: flex;
	align-items: center;
	width: 95%;
	margin: 10px auto 0;
	background-color: #E5E5E5;
	font-size: 14px;
}

.fujian .fujian-content:last-child {
	margin-bottom: 10px;
}

.fujian .fujian-content .fujian-name {
	width: 85%;
	padding: 10px;
}

.fujian .fujian-content .fujian-icon {
	width: 15%;
	padding: 10px;
}

.fujian .fujian-content .fujian-icon div {
	font-size: 25px;
	text-align: center;
}

.content .sub-title {
	width: 100%;
	text-align: right;
	padding: 10px 0;
}

.content .sub-title #attention {
	display: inline-block;
	padding: 0 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #d60808;
	border: 1px solid #d60808;
	border-radius: 3px;
	cursor: pointer;
}