/*通用*/
/*------------------------------------*/
.part1 .main-title {
	font-family: "阿里巴巴普惠体 Bold";
	font-size: 72px;
	color: #004898;
	letter-spacing: 0.32em;
	line-height: 1;
	text-align: center;
}
.part1 .main-desc {
	width: 80%;
	max-width: 1400px;
	font-family: "阿里巴巴普惠体 Bold";
	font-size: 28px;
	color: #333;
	text-align: center;
	margin: 0 auto;
}
.part1 {
	position: relative;
	padding-bottom: calc(500 / 1920 * 100%);
	background-image: url('../images/main-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
}
.part1 .main-info {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
}
@media only screen and (max-width: 1599px) {
	.part1 .main-title {
		font-size: 64px;
	}
	.part1 .main-desc {
		font-size: 24px;
	}
}
@media only screen and (max-width: 1024px) {
	.part1 {
		padding-bottom: calc(600 / 750 * 100%);
		background-image: url('../images/m-main-bg.jpg')
	}
	.part1 .main-title {
		margin-top: 40px;
		font-size: 42px;
		letter-spacing: 0.1em;
		line-height: 1.3;
	}
	.part1 .main-subtitle {
		margin-top: 16px;
		font-size: 20px;
	}
	.part1 .main-desc {
		width: 100%;
		margin-top: 16px;
		font-size: 20px;
		line-height: 1.7;
	}
}
@media only screen and (max-width: 450px) {
	.part1 .main-title {
		font-size: 36px;
	}
	.part1 .main-subtitle {
		font-size: 20px;
	}
	.part1 .main-desc {
		font-size: 18px;
	}
}
/*------------------------------------*/
/*通用   end*/


.story-item img {
	display: block;
	width: 100%;
}
.story-item {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	padding: 60px calc(1 / 12 * 100%);
	background-color: #F6F6F6;
}
.story-item .main-img {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}
.story-item .main-img img {
	padding-right: calc(2 / 12 * 100%);
}
.story-item .content {
	flex: 1;
	-ms-flex: 1;
	-webkit-flex: 1;
}
.title {
	font-family: "阿里巴巴普惠体 Bold";
	font-size: 40px;
	color: #000;
	line-height: 1.3;
	text-align: left;
}
.tmp-subtitle {
	font-family: "阿里巴巴普惠体 Medium";
	color: #004898;
	font-size: 28px;
	line-height: 1.7;
}
.desc {
	font-family: "阿里巴巴普惠体 Regular";
	font-size: 18px;
	line-height: 2;
	color: #333;
}
.readmore {
	width: 132px;
	line-height: 42px;
	border-radius: 26px;
	font-family: "阿里巴巴普惠体 Medium";
	font-size: 18px;
	text-align: center;
	background-color: #004898;
	color: #FFF;
	cursor: pointer;
	padding: 0;
}
.readmore:hover {
	color: #FFF;
}
.detail-content .title {
	text-align: center;
}
.detail-content .date {
	font-family: "阿里巴巴普惠体 Regular";
	text-align: center;
	font-size: 18px;
	color: #333;
	line-height: 1;
}
.detail-content .subtitle {
	font-family: "阿里巴巴普惠体 Medium";
	font-size: 18px;
	color: #004898;
	text-align: center;
}
.detail-content .desc {
	text-indent: 2em;
}
.imgs-wrapper .img-items {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-bottom: 12px;
}
.imgs-wrapper .img-items .img-item {
	position: relative;
	width: calc((100% - 32px) / 3);
	margin-right: 16px;
}
.imgs-wrapper .img-items .img-item:last-child {
	margin-right: 0;
}
.imgs-wrapper .img-desc {
	font-family: "阿里巴巴普惠体 Regular";
	font-size: 18px;
	color: #004898;
	text-align: center;
}
.imgs-wrapper .img-item .img-desc {
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 30px;
	background-color: rgba(255, 255, 255, .8);
}
.imgs-wrapper .img-item .img-desc.size {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	align-items: center;
	-webkit-align-items: center;
}
.imgs-wrapper .img-item .img-desc.size span:last-child {
	line-height: 1;
	margin-left: 15px;
	color: #ea5504;
}
.detail-content:not(.hidden) + .effect-group-container {
	margin-left: auto;
	margin-right: auto;
}
.detail-content:not(.hidden) + .effect-group-container .btn-border {
	text-align: center;
}
.hidden {
	display: none;
}
.news-open {
	margin-left: auto;
	margin-right: auto;
}
.m-show {
	display: none;
}
@media only screen and (max-width: 1599px) {
	.title {
		font-size: 32px;
	}
	.tmp-subtitle {
		font-size: 20px;
	}
	.desc {
		line-height: 1.7;
	}
}
@media only screen and (max-width: 1024px) {
	.pc-show {
		display: none;
	}
	.m-show {
		display: block;
	}
	.story-items.margin-X {
		margin: 0;
		margin-top: 40px;
	}
	.story-item {
		display: block;
		padding: 24px 15px 40px;
		margin-bottom: 16px;
	}
	.story-item:last-child {
		margin-bottom: 0;
	}
	.story-item .main-img {
		margin-bottom: 24px;
	}
	.story-item .main-img img {
		padding-right: 0;
	}
	.title {
		margin-bottom: 16px;
		font-size: 28px;
	}
	.tmp-subtitle {
		margin-bottom: 16px;
		font-size: 20px;
		line-height: 1.45;
	}
	.desc {
		font-size: 16px;
		line-height: 1.7;
	}
	.detail-content .date {
		margin-bottom: 24px;
		font-size: 16px;
	}
	.detail-content .subtitle {
		font-size: 20px;
		line-height: 1.7;
		margin-bottom: 16px;
		margin-top: 24px;
	}
	.desc.m-b-40-pc {
		margin-bottom: 16px;
	}
	.effect-group-container {
		width: 114px;
	}
	.readmore {
		width: 114px;
		margin-top: 24px;
		line-height: 36px;
		border-radius: 18px;
		font-size: 16px;
	}
	.imgs-wrapper .img-desc {
		position: static;
	}
	.imgs-wrapper .img-items {
		display: block;
	}
	.imgs-wrapper .img-item .img-desc {
		margin-bottom: 0;
		top: auto;
		font-size: 16px;
	}
	.imgs-wrapper .img-items .img-item {
		width: 100%;
		margin-bottom: 12px;
	}
	.imgs-wrapper .img-items .img-item:last-child {
		margin-bottom: 0;
	}
	.imgs-wrapper .img-desc {
		margin-bottom: 16px;
	}
	.news-open {
		margin-left: 0;
	}
	.effect-group-container {
		margin-left: 0;
	}
	.detail-content:not(.hidden) + .effect-group-container {
		margin-left: 0;
	}
}
@media only screen and (max-width: 450px) {
	.title {
		font-size: 24px;
		line-height: 1.3;
	}
	.tmp-subtitle {
		font-size: 18px;
	}
	.desc {
		font-size: 14px;
	}
	.detail-content .date {
		font-size: 14px;
	}
	.detail-content .subtitle {
		font-size: 18px;
	}
	.readmore {
		font-size: 14px;
	}
	.imgs-wrapper .img-item .img-desc {
		font-size: 14px;
	}
}
