@CHARSET "UTF-8";

.bbs-content {
	width:900px;
	margin:0 auto;
	padding-top:50px;
}

.bbs-content table {
	width:100%;
	border-top:3px solid #881C25;
	border-collapse:collapse;
}

.bbs-content .title {
	padding:20px;
	font-weight:bold;
}

.bbs-content .date {
	text-align:right;
	padding:10px;
}

.maintext {
	padding:50px;
}

tr {
	border-bottom: 1px solid #e2e2e2;
}
.file,.date {
	height:50px;
}

.notice_bottom > div{
	border-bottom:1px solid #e2e2e2;	
	display:grid;
	grid-template-columns:100px 800px;
	height:50px;
	align-items:center;
	font-size:14px;
}

.text1 {
	text-align:center;
}

.cu-p {
	cursor:pointer;
}