/**!
 * 阳光直采网上商城-通知公告
 * 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;
}

/* searh-bar */
.searh-bar {
	height: 40px;
	border: 1px solid #e2e2e2;
	background-color: #fbf9f6;
}

.searh-bar .searh-bar-tt {
	float: left;
	height: 40px;
	line-height: 40px;
	margin-left: 20px;
	color: #b42829;
	font-weight: bold;
	font-size: 15px;
}

.searh-bar .searh-bar-wrap {
	float: right;
	height: 32px;
	margin-top: 4px;
}

.searh-bar .searh-bar-wrap input {
	float: left;
	width: 217px;
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	border: 1px solid #cdcdcd;
	font-size: 12px;
	font-family: Microsoft YaHei;
}

.searh-bar .searh-bar-wrap span {
	float: left;
	width: 50px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 0 4px;
	color: #fff;
	background-color: #e75234;
	cursor: pointer;
}

/* notice-list-hd */
.notice-list {
	margin-bottom: 60px;
	margin-top: 20px;
	border: 1px solid #e2e2e2;
	overflow: hidden;
	min-height: 650px;
	position: relative;
}

.notice-list-hd {
	height: 30px;
	line-height: 30px;
	background-color: #f4f4f4;
	font-weight: bold;
}

.notice-list-hd h1 {
	float: left;
	margin-left: 20px;
	font-weight: bold;
}

.notice-list-hd span {
	float: right;
	margin-right: 30px;
}

.notice-list-bd {
	width: 1128px;
	margin: 0 auto;
}

.notice-list-bd li {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	border-bottom: 1px dotted #e0e0e0;
}

.notice-list-bd li p {
	background: url(../images/mall/noticedott.png) 0 17px no-repeat;
	float: left;
	overflow: hidden;
	padding-left: 15px;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
}

.notice-list-bd li a {
	color: #333;
}

.notice-list-bd li span {
	float: right;
	color: #666;
}

.notice-list-bd li:hover {
	font-weight: bold;
}

/* pages */
.pages {
	float: right;
	position: absolute;
	margin-bottom: 20px;
	margin-top: 20px;
	bottom: 120px;
	right: 15px;
}

.ft-bottom {
	margin-top: 100px;
}

/* searchno */
.searchno {
	min-height: 450px;
	margin-top: 100px;
}
.searchno .serh-ns {
	text-align: center;
	height: 32px;
	line-height: 32px;
	width: 280px;
	margin: 25px auto;
}
.searchno .ns-icon {
	float: left;
	height: 32px;
	margin-right: 10px;
}

.searchno .ns-content {
	float: left;
	font-size: 16px;
	font-weight: 700;
	color: #f60;
}