.notice {
	width: 100%;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.notice-list {
	width: 100%;
	min-height: 600px;
	padding: 70px 0px;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.notice-item {
	width: 69.27%;
	min-width: 1100px;
	height: 152px;
	border-bottom: 1px solid #DDD;
	padding: 0px 3.38%;
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.notice-item-bg {
	background: #FCFCFC;
}

.txt-title {
	color: #000;
	text-align: justify;
	font-family: Source Han Sans CN;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	width: 95%;
}

.txt-time {
	color: #999;
	text-align: justify;
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.398px;
}

.notice-item-num {
	display: flex;
}

.notice-item-num span {
	color: #999;
	text-align: justify;
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 30.398px;
	padding-left: 27px;
}

.btn-more {
	margin-top: 77px;
	width: 200px;
	height: 65px;
	border: 1px solid #D80C24;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	transition: background-color .5s ease-out;
}

.btn-more:hover {
	background-color: #D80C24;
}

.btn-more:hover span {
	color: #FFF;
}

.btn-more span {
	color: #D80C24;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

/* notice-detail */
.notice-detail {
	padding: 46px 15.2% 0px 15.2%;
	box-sizing: border-box;
	width: 100%;
}

.notice-detail-title {
	padding: 0px 117px;
	box-sizing: border-box;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 30px;
	line-height: 36px;
	text-align: center;
	font-weight: 500;
}

.notice-detail-img {
	width: 100%;
	display: flex;
	justify-content: center;
}

.notice-detail-decs {
	width: 100%;
	min-height: 100px;
}

.notice-detail-decs p span {
	text-wrap: wrap !important;
}

.notice-detail-img img {
	width: 100%;
	margin: 30px 0;
}

.notice-detail-decs p {
	line-height: 35px;
}

.notice-detail-down {
	display: flex;
	padding-bottom: 48px;
}

.notice-detail-down span {
	padding-left: 9px;
	color: #61B3FF;
	font-family: Source Han Sans CN;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 24.32px;
}