/**!
 * 阳光直采网上商城-通知公告详情
 * date:2017-11-7
 * author: csxiang;
 */
 
 .fs {
	background-color: #fff;
	position: relative;
	height: auto;
}

.fs-col1 {
	position: absolute;
	z-index: 6;
}

.navitems>li>a {
	color: #333;
}

.cate-list {
	display: none;
}
/* notice-dec-box */
.notice-dec-box {
	min-height: 630px;
	margin: 40px 0;
	border: 1px dotted #e3e3e3;
	box-shadow: inset 0 0 3px #e0e0e0;
}
.notice-dec {
	width: 1070px;
	margin: 0 auto;
	padding-bottom: 20px;
}
.notice-dec-title {
	font-weight: bold;
	font-size: 22px;
	color:#000;
	text-align: center;
	padding: 25px 0 20px;
	border-bottom: 1px solid #e0e0e0;
}
.notice-dec-info {
	text-align: center;
	margin: 15px 0 60px;
	font-size: 12px;
	color:#999;
}
.notice-dec-info .font {
	cursor: pointer;
}

/* notice-body */
.notice-body {
	font-size: 15px;
	line-height: 25px;
}
.notice-body.fontbig {
	font-size: 18px;
}
.notice-body.fontmid {
	font-size: 15px;
}
.notice-body.fontsmall {
	font-size: 12px;
}
.notice-body p {
	margin: 25px 0;
}
.notice-attachurl a{
	font-size: 14px;
    line-height: 28px;
    color: #e8583c;
    cursor: pointer;
}

