.notice-content{
	margin: 20px 0;
	background-color: #FFFFFF;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 1px 4px 0 rgba(0,0,0,0.20);;
}
.notice-content>p{
	font-size: 16px;
	line-height: 26px;
}
.notice-content .title{
	position: relative;
	padding: 0 10px 20px;
	font-size: 1rem;
}
.notice-content .title::after{
	position: absolute;
	content: "";
	background-color: #CF2224;
	width: 2px;
	height: 16px;
	top: 0;
	left: 0;
}
/* 附件 */
.notice-content .file{
	background-color: #F8F8F8;
	margin-top: 30px;
}
.notice-content .file .file-text{
	padding:15px 20px;
	border-bottom: 1px solid #E5E5E5;
}
.notice-content .file .file-text i{
	background: url(../../images/pin.png)no-repeat center;
	background-size: 100%;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}
.notice-content .file ul{
	padding:0 20px 20px;
}
.notice-content .file ul li{
	margin-top: 20px;
}
.notice-content .file ul li .file-info{
	display: inline-block;
	vertical-align: top;
}
.notice-content .file ul li>img{
	width: 26px;
	margin-right: 7px;
}
.notice-content .file ul li .file-info>p{
	font-size: 13px;
}
.notice-content .file ul li .file-info>p>a{
	color: #CF2224;
	font-size: 12px;
	margin-right: 15px;
	cursor: pointer;
	user-select: none;
}
.notice-option .back-btn{
	background: #FFFFFF;
	border: 1px solid #CF2224;
	border-radius: 4px;
	color: #CF2224;
	padding: 10px 0;
	width: 80%;
	margin: 20px auto 0;
	display: block;
}
.notice-option label{
	user-select: none;
	cursor: pointer;
}
.notice-option input[type='checkbox']{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../../images/checkbox_disabled.png)no-repeat center;
	display: inline-block;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	background-size: 100%;
	margin-right: 10px;
	border-radius: 3px;
	outline: none;
}
.notice-option input[type='checkbox']:checked{
	background: url(../../images/red_checked.png)no-repeat center;
	background-size: 100%;
}
.notice-option input[type='checkbox']:checked + label + button{
	background-color: #CF2224;
	color: #FFFFFF;
}