.notice {
	width: 100%;
}

.banner {
	/* margin-top: 109px; */
	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: 100%;
	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 {
	width: 90%;
	color: #000;
	text-align: justify;
	font-family: Source Han Sans CN;
	font-size: 26px;
	font-style: normal;
	font-weight: 500;
	line-height: 35px;
	display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.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 35px;
	box-sizing: border-box;
	width: 100%;
}

.notice-detail-title {
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 28px;
	text-align: center;
	font-weight: 500;
	line-height: 38px;
}

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

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

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

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

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

}

.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;
}