.banner {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.banner img {
	width: 100%;
}
.banner video{
	width: 100%;
	height: 100%;
	object-fit: cover;
} 
.banner .swiper-slide p{
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.7));
	z-index: 1;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding-top: 50px;
	color: #fff;
}
.banner .swiper-slide p a{
	color: #fff;
}
.banner .swiper-pagination{
	width:1200px;
	padding-right:380px ;
	left:50%;
	margin-left: -600px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	bottom: 25px;
}
.banner .swiper-pagination-bullet{
	background-color: #C3C5BD;
	opacity: 1;
	width: 13px;
	height: 13px;
	margin: 0 10px;
}
.banner .swiper-pagination-bullet-active{
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
}
.mainHd{
	padding: 12px 0;
	margin-bottom: 12px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #841662;
}
.mainHd span{
	font-weight: bold;
	color: #841662;
	display: flex;
	align-items: center;
}
.mainHd em{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(../image/icon13.png) no-repeat center;
}

.mainHd .more{
	display: inline-flex;
	justify-content: center;
}
.mainHd .more i{
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background-color: #C3AB77;
	margin: 0 2px;
}

.videoBox .mainHd em{
	margin-right: 10px;
	background: url(../image/icon23.png) no-repeat center;
}
.noticeBox .mainHd em{
	margin-right: 6px;
	background: url(../image/icon33.png) no-repeat center;
}
.main2_1 .mainHd em{
	margin-right: 6px;
	background: url(../image/icon41.png) no-repeat center;
}
.main2_2 .mainHd em{
	margin-right: 6px;
	background: url(../image/icon5.png) no-repeat center;
}
.main2_3 .mainHd em{
	margin-right: 6px;
	background: url(../image/icon6.png) no-repeat center;
}
.noticeBox .mainHd{
	padding: 16px;
	margin-bottom: 0;
	border-bottom: 3px solid transparent;
	background: linear-gradient(90deg,rgba(132,23,98,.88),rgba(160,37,78,.88),rgba(182,50,61,.88),rgba(206,63,43,.88));
}
.noticeBox .mainHd span{
	color: #fff;
}

.noticeBox .mainHd em{
	margin-right: 6px;
	background: url(../image/icon33.png) no-repeat center;
}
.noticeBox .mainHd .more i{
	background-color: #fff;
}

.newsBox,.videoBox,.main2_1,.main2_2{
	width: 400px;
	margin-bottom: 20px;
}
.newsBox .items .tit{
	padding: 12px 0 8px;
	color: #851761;
	font-weight: 700;
}
.newsBox .items .tit a{
	color: #851761;
}
.newsBox .items .date{
	margin:0 0 15px;
	color: #c3ab77;
	padding-left: 20px;
	background: url(../image/ico_date.png) no-repeat 0 center;
}

.newsBox .mainBd{
}

.videoBox,.main2_2{
	margin:0 20px 20px ;
	
}
.videoBox video{
  background:#000;display:block;
}
.noticeBox,.main2_3{
	width: 360px;
}
.noticeBox{
	margin-top:-68px ;
	position: relative;
	z-index: 22;
}
.noticeBox .mainHd{
	
	
}
.noticeBox .mainBd{
	background-color: #F0EBE0;
	padding: 0 22px;
	height:708px ;
}
.listItem{
	padding:5px 0 0;
	display: flex;
}
.listItem dt{
	width: 48px;
	text-align: center;
	line-height: 1.2;
	margin-right: 12px;
	padding-top: 12px;
	color: #841662;
}

.listItem dd{
	flex: 1;
	display: flex;
	align-items: center;
	height:72px;
	line-height: 1.7;
	border-bottom: 1px solid #E3D1D0;
	padding: 11px 0 12px;
}

.dllist{
	display: flex;
	align-items: flex-start;
	padding: 10px 0 15px;
	height: 95px;
}
.dllist dt{
	width: 64px;
	padding: 15px 0;
	background-color: #fff;
	text-align: center;
	border: 1px solid #C4CBD0;
	border-top: 4px solid #841662;
	line-height: 1;
	margin-right: 15px;
	color: #841662;
}
.dllist dd{
	flex: 1;
}
.dllist dd p{
	color: #333;
	height: 48px;
}

.dllist dd span{
	color: #c3ab77;
}
