.Stamps_content {
	box-sizing: border-box;
	background-color: #FFFFFF;
}


.notice-l {
	display: flex;
}

.d-h-title {
	width: 1000px; 
	line-height: 40px;
}

.notice-l input {
	width: 174px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	padding-left: 10px;
}

.notice-l div {
	width: 70px;
	height: 40px;
	background: #1B8BF9;
	border-radius: 0px 2px 2px 0px;
	line-height: 40px;
	color: #fff;
	text-align: center;
}

.notice-l-list {
	margin-top: 10px;
}

.notice-l-list div {
	width: 218px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background: #F7F7F7;
	border-left: 2px solid #F7F7F7;
	cursor: pointer;
	position: relative;
}

.notice-l-list div:hover {
	background: #FFFFFF;
	border-left: 2px solid #1B8BF9;
	color: #1B8BF9;
}

.notice-l-list img {
	vertical-align: middle;
	position: absolute;
	right: 20px;
	top: 15px
}

.notice-l-list .active {
	background: #FFFFFF;
	border-left: 2px solid #1B8BF9;
	color: #1B8BF9;
}

.notice-c-content {
	margin: 0px 20px;
	width: 660px;
}

.notice-c-top {
	width: 660px;
	border-bottom: 1px solid #1B8BF9;
	margin-left: 20px;

}

.notice-c-top div {
	width: 120px;
	height: 40px;
	background: #1B8BF9;
	border-radius: 2px 2px 0px 0px;
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 40px;
}

.notice-c-content {
	margin: 20px 20px 0;
}

.notice-list-item {
	display: flex;
	justify-content: space-between;
}

.notice-list-item div {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}

.notice-list-item i {
	display: inline-block;
	vertical-align: middle;
	width: 6px;
	height: 6px;
	background: #BFBFBF;
	border-radius: 50%;
	margin-right: 10px;
}

.notice-list-item span {
	color: #FC5260;
	margin-right: 5px;
}

.notice-list-item .time {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}

.hove-item {
	white-space: nowrap;
	display: inline-block;
	width: 500px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.hove-item:hover {
	color: #1B8BF9;
}



.notice-c-line {
	width: 610px;
	height: 1px;
	background: #E0E0E0;
	margin: 20px 0px;
}

.notice-flex-r img {
	margin-bottom: 5px;
}

.notice-flex-r div {
	width: 290px;
	height: 40px;
	background: #FFFFFF;
	border: 1px solid #D1D8E6;
	border-radius: 4px;
	text-align: center;
	cursor: pointer;
}

.notice-flex-r div img {
	margin-top: 12px;
}

.notice-flex-c {
	width: 1200px;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-right: 20px;
	padding-left: 20px;
	box-sizing: border-box;
	padding-bottom: 100px;
}

.detail-header {
	width: 1000px;
}

.n-f-title {
	width: 100%;
	border-bottom: 1px solid #ccc;
	display: flex;
	justify-content: center;
}

.detail-header div {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	padding: 20px 0;
	text-align: center;

}

.detail-header span {
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FC5260;
}

.detail-header p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	position: absolute;
	top: 27px;
	left: 0;
	cursor: pointer;
}

.detail-header p img {
	vertical-align: middle;
	margin-right: 10px;
	margin-bottom: 3px;
}

.detail-content {
	margin: 0 20px;
	width: 1000px;
}

.detail-header h1 {
	margin: 0 auto;
	padding: 0;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-bottom: 20px;
}


.d-c-h1 {
	width: 100%;
	text-align: center;
}

.detail-content p {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	margin: 20px 0;
}

.detail-content img {
	vertical-align: middle;
	margin-right: 10px;
}

.detail-content div {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	/* text-decoration: underline; */
	color: #4F77A4;
	margin-bottom: 25px;
}

.detail-content .vip {
	margin-left: 10px;
}

#kkpager {
	width: 700px;
	margin: 0 auto;
	margin-top: 20px;
}

.s-c-title {
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	margin-top: 20px;
	margin-left: 20px;
	white-space: nowrap;
	display: inline-block;
	width: 1200px;
}

.s-c-title>span {
	cursor: pointer;
}
