p {
	line-height: 2;
	text-align: justify;
}

h4 {
	margin: 0;
}

.details {
	color: #434343;
	margin-bottom: 130px;
}

.details h4 {
	font-size: 24px;
	color: #024782;
	margin-bottom: 50px;
}

.details p img {
	padding: 0 0px 30px 30px;
}

.page-list ul li {
	/* position: relative; */
	height: 320px;

}

.page-list ul li .t-l {
	width: 50%;
	height: 320px;
}
.page-list ul li div img{
	width: 100%;
	height: 100%;
}
.page-list ul li:nth-child(2n) .t-l {
	float: right;
}

.page-list ul li:nth-child(2n) .t-r {
	float: left;
}

.page-list ul li:nth-child(2n-1) .t-l {
	float: left;
}

.page-list ul li:nth-child(2n-1) .t-r {
	float: right;
}

.page-list ul li .t-r {
	width: 50%;
	padding: 30px 30px 0 30px;
	height: 100%;
	transition: all .4s;
}
.page-list ul li .t-r:hover{
	background-color:#024782;
}
.page-list ul li .t-r:hover h4{
	color:#fff ;
}
.page-list ul li .t-r h4 {
	margin-top: 10px;
	height: 70px;
	line-height: 70px;
	position: relative;
}
.page-list ul li .t-r p {
	font-size: 14px;
	color: #464646;
}
.page-list ul li .t-r:hover p{
	color: #fff;
}
.page-list ul li .t-r p span {
	background-image: url(arrow.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	display: block;
	height: 24px;
	width: 24px;
	margin-top: 25px;
	transition: all .4s;
	border-radius: 50%;
}
.page-list ul li .t-r:hover p span{
	background-image: url(arrow.png), linear-gradient(#fff, #fff);
	background-size: cover;
	mix-blend-mode:luminosity;
}
.page-list ul li .t-r p span:hover {
	transform: translateX(5px);
	
}

/* 大事件 */
.swiper-date {
	background: url(stripe.png) no-repeat center;
	background-size: 100% 22px;
	background-position-y: 0;
	height: 125px;
	padding-top: 47px;
	width: 830px;
}

.swiper-date {}

.swiper-date ul {
	padding: 0 20px;
}

.swiper-date ul li {
	font-size: 24px;
	color: #656565;
	cursor: pointer;
	text-align: center;
}

.swiper-date ul li:before {
	content: url(spot1.png);
	background-size: 15px 24px;
	width: 15px;
	height: 24px;
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.swiper-date ul li.swiper-slide-thumb-active {
	color: #024782;
	font-weight: bold;
	position: relative;
}

.swiper-date ul li.swiper-slide-thumb-active:before {
	content: url(spot2.png);
	background-size: 15px 24px;
	width: 15px;
	height: 24px;
	position: absolute;
	top: -26px;
	left: 50%;
	transform: translateX(-50%);
	border-radius: 50%;
}

.date {
	position: relative;
	border-bottom: 1px solid #ebf1f5;
}

.date .swiper-button-prev,
.date .swiper-button-next {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #bbcddd;
	background-color: #f9fcfe;
	position: absolute;
	top: 20px;
}

.date .swiper-button-next,
.date .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
	background-size: 7px 13px;
}

.date .swiper-button-prev,
.date .swiper-container-rtl .swiper-button-next {
	background-size: 7px 13px;
}

#gallery {}

#gallery .date-list {}

#gallery .date-list ul p {
	padding: 30px 0;
	border-bottom: 1px solid #ebf1f5;
	color: #5f5f5f;
	font-size: 16px;
	position: relative;
	padding-left: 16px;
	line-height: 2;
}
#gallery .date-list ul p:before{
	content: url(t-img.png);
	background-size: cover;
	background-repeat:no-repeat ;
	width:26px ;
	height: 13px;
	float: left;
}
#gallery .date-list ul p span {
	color: #024782;
	font-weight: bold;
	padding: 0 30px 0 20px;
	position: relative;
	float: left;
	height: 93px;
	display: block;
	
}

.honor-img {}

.honor-img ul {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}

.honor-img ul li {
	width: 23%;
	margin-bottom: 20px;
	padding: 10px;
	border: 1px solid #dadada;
	background-color: #f0f0f0;
	transition: all .3s;
	opacity: .7;
}

.honor-img ul li:hover {
	transform: translateY(-5px);
	opacity: 1;
}

.honor-img ul li img {
	width: 100%;
	height: auto;
}
