.notice-container {
	background: #f5f5f5;
}

.notice-content {
	padding: 22px 0;
}

.notice-content-t {
	margin-bottom: 22px;
	padding: 0 45px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.notice-content-t__l {
	font-size: 1.05rem;
	color: #000000;
	border-bottom: 3px solid #a02928;
	line-height: 1.6;
}

.notice-list {
	display: inline-block;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	width: 104px;
	height: 36px;
	margin: 0 7px;
}

.layui-input,
.layui-select,
.layui-textarea {
	height: 36px;
	line-height: 36px;
	border-width: 0px;
	border-style: solid;
	background-color: transparent;
	border-radius: 0px;
	font-size: 14px;
	text-align: center;
}

.layui-form-select .layui-edge {
	border-width: 4px;
	border-top-color: #666666;
}

.layui-form-select .layui-input {
	padding-right: 20px;
}

.layui-form-select dl dd.layui-this {
	background: #a02928;
	font-size: 14px;
}

.layui-form-select dl dd,
.layui-form-select dl dt {
	font-size: 14px;
}

.notice-btn {
	width: 84px;
	height: 36px;
	display: inline-block;
	background: #a02928;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	line-height: 36px;
	text-align: center;
}

.notice-btn button {
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	background: #a02928;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}

.notice-wrap {
	background: #fff;
	padding: 0 36px;
	padding-bottom: 26px;
}

.notice-wrap ul li {
	border-bottom: 1px solid #dfdfdf;
	padding: 18px 0;
	overflow: hidden;
}

.notice-time {
	color: #a02928;
	font-size: 0.91875rem;
	width: 170px;
	float: left;
}

.notice-column {
	width: calc(100% - 170px);
	float: right;
	overflow: hidden;
}

.notice-label {
	font-size: 12px;
	width: 30px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	border-radius: 3px;
	float: left;
	margin-right: 10px;
}

.notice-label-col{
	background: #a02928;
	color: #fff;
}

.notice-main{
	float: right;
	width: calc(100% - 40px);
	font-size: 0.91875rem;
	color: #666666;
	line-height: 1.6;
}

.notice-main-title{
	color: #000000;
	margin-bottom: 12px;
	line-height: 1.2;
}

.notice-main-img{
	margin: 16px 0;
}

img{
	width: auto;
	height: auto;
	display: block;
}

.main-content {
	min-height: calc(100vh - 350px);
}