﻿.page-of-notice .notice-detail h3{
	color:#262e3d;
}
.page-of-notice .notice-detail .text-center p{
	font-size:16px;
	margin:15px 0;
}
.page-of-notice .notice-detail .detail-con{
	line-height:0;
	margin-top:-20px;
}
.page-of-notice .notice-detail .detail-con .pdf{
	margin-bottom:20px;
}
/*ipe公告*/
.detail-con1 p,.detail-con1 div{
	margin-top: 14px!important;
}

.uitab-con{
	margin-top: 15px;
}

/* 新的样式 */
.checkbox-list {}
.checkbox-list .i-checkbox{
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 30px;
}
.checkbox-list .i-checkbox:last-of-type{
	margin-right: 0;
}
.checkbox-list input[type=checkbox]{
	width: 12px;
	height: 12px;
	border: 1px solid #596477;
	border-radius: 2px;
	appearance: none;
	-webkit-appearance: none;
	-o-appearance: none;
	-moz-appearance: none;
}
.checkbox-list input[type=checkbox]:checked:after{
	content: "\2714";
	font-size: 12px;
	text-align: center;
	display: block;
	line-height: 12px;
	width: 12px;
	background: #005596;
	margin-top: -1px;
	margin-left: -1px;
	border: 1px solid #005596;
	border-radius: 2px;
	color: #fff;
}
.checkbox-list .i-checkbox .text{
	line-height: 24px;
	margin-left: 5px;
}
