tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
mid-cer,
header,
hgroup,
menu,
nav,
section {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

ul {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style-type: none;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	color: #333;
}

p {
	margin-bottom: 0;
}

a:link,
a:active,
a:visited,
a:hover {
	text-decoration: none;
}

button:focus {
	outline: none;
	border: 1px solid white;
}

input,
textarea {
	outline: none;
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* 清除浮动 */
.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
	/*不用有内容也可以*/
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

/* 20220617专题样式 */
.pc {
	display: none;
}

.ywwzt0617-banner {
	/* margin-bottom: 10px; */
}

.ywwzt0617-banner img {
	width: 100%;
}

.ywwzt0617-part1 {
	padding-top: 10px;
	padding-bottom: 20px;
}

.swiper-slide img {
	width: 100%;
}

.ywwzt0617-part1-swiper .swiper-pagination-bullet {
	border: 1px solid #9FAEFF;
	background-color: transparent;
	transition: .3s;
	opacity: 1;
	overflow: hidden;
}

.ywwzt0617-part1-swiper .swiper-pagination-bullet-active {
	width: 16px;
	height: 8px;
	background: #3E55D4;
	border-radius: 4px;
	border: none;
	transition: .3s;
	overflow: hidden;
}

.ywwzt0617-part1-swiper .swiper-pagination {
	bottom: 0;
}

.ywwzt0617-part1-text {
	margin-top: 10px;
}

.ywwzt0617-part1-text p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	display: -webkit-box;
}

.ywwzt0617-part1-text a {
	display: inline-block;
	width: 99px;
	text-align: center;
	border: 1px solid rgba(159, 174, 255, 0.5);
	border-radius: 4px;
	margin-top: 15px;
}

.ywwzt0617-part1-text a i {
	font-size: 20px;
	color: rgba(159, 174, 255, 0.5);
}

.ywwzt0617-part1-text a:hover {
	border: 1px solid #FFFFFF;
	background-color: #3E55D4;
}

.ywwzt0617-part1-text a:hover i {
	color: #FFFFFF;
}

.ywwzt0617-part2 {
	padding: 20px 0;
	background-color: #F1F3FD;
}

.part2-title {
	margin-bottom: 15px;
}

.part2-title p {
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	text-align: center;
}

.part2-con-item {
	margin-bottom: 15px;
}

.part2-con-item:last-child {
	margin-bottom: 0;
}

.part2-con-item a {
	display: block;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.part2-con-item a>img {
	width: 100%;
}

.iconbox {
	float: left;
	width: 32px;
	height: 32px;
	background: #FFFFFF;
	opacity: 0.5;
	border-radius: 50%;
	padding: 7px;
	text-align: center;
	margin-right: 5px;
}

.iconbox img {
	width: 100%;
}

.part2-con-item a>div {
	display:inline-block;
	margin: 0 auto;
	overflow: hidden;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}

.part2-con-item a span p {
	float: left;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
}

.ywwzt0617-part3 {
	background: url(/Engish/yyw20220617-013.png) no-repeat center;
	background-size: 100% 100%;
}

.part3-con {
	background: url(/Engish/yyw20220617-009.png) no-repeat center;
	background-size: 100% 100%;
	margin-right: -15px;
	margin-top: 15px;
	position: relative;
	padding: 0 15px;
	padding-bottom: 20px;
}

.part3-con-title {
	position: absolute;
	left: 0;
	top: 30px;
	background: #3E55D4;
	border-radius: 0px 9px 63px 0px;
	padding: 5px 10px;
	padding-right: 20px;
}

.part3-con-title p {
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}

.part3-con-body {
	padding-top: 80px;
}

.part3-con-body a {
	width: 100%;
	display: block;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid rgba(62, 85, 212, 0.5);
	padding: 15px;
	position: relative;
	margin-bottom: 10px;
	transition: .3s;
}

.part3-con-body a p {
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	text-align: justify;
	transition: .3s;
}

.part3-con-body a::after {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	background-color: rgba(62, 85, 212, 0.4);
	top: 1px;
	left: 1px;
	transition: .3s;
}

.part3-con-body a:hover {
	border: 1px solid transparent;
	background-color: rgba(62, 85, 212, 0.4);
}

.part3-con-body a:hover p {
	color: #FFFFFF;
}

.part3-con-body a:hover::after {
	position: static;
}

.part3-text {
	margin-top: 30px;
	margin-bottom: 40px;
}

.part3-text p {
	font-size: 14px;
	color: #333333;
	line-height: 24px;
	text-align: left;
	position: relative;
	z-index: 0;
	padding-left: 8px;
}

.part3-text p i {
	text-decoration:underline rgba(159, 174, 255, 0.5) 8px;
	display: block;
	position: absolute;
	color: transparent;
	top: -10px;
	z-index: -1;
	left: -8px;
	padding-left: 8px;
	font-size: 15.45px;
	text-align: justify;
}

.part3-text p span {
	font-weight: bold;
}

@media (min-width: 768px) {
	.ywwzt0617-part1 {
		padding-top: 25px;
		padding-bottom: 35px;
	}
	
	.ywwzt0617-part1-swiper .swiper-pagination {
		bottom: 10px;
	}
	
	.swiper-pagination-bullet {
		width: 11px;
		height: 11px;
	}
	
	.ywwzt0617-part1-swiper .swiper-pagination-bullet-active {
		width: 22px;
		height: 11px;
		border-radius: 8px;
	}
	
	.ywwzt0617-part1-text p {
		font-size: 18px;
		line-height: 36px;
		text-align: justify;
	}
	
	.ywwzt0617-part1-text {
		margin-top: 20px;
	}
	
	.ywwzt0617-part2 {
		padding: 35px 0;
		padding-bottom: 40px;
	}
	
	.part2-title {
		margin-bottom: 40px;
	}
	
	.part2-title p {
		font-size: 36px;
		line-height: 36px;
	}
	
	.part2-con-item {
		margin-bottom: 30px;
	}
	
	.part2-con-item a span p {
		font-size: 28px;
		line-height: 64px;
	}
	
	.iconbox {
		width: 64px;
		height: 64px;
		padding: 15px;
		margin-right: 15px;
	}
	
	.part3-con {
		margin-top: 40px;
		margin-right: 0;
		padding: 0 32px;
		padding-left: 22px;
		padding-bottom: 40px;
	}
	
	.part3-con-title {
		padding: 20px 40px;
		padding-right: 50px;
		top: 40px;
	}
	
	.part3-con-title p {
		font-size: 36px;
		line-height: 36px;
	}
	
	.part3-con-body {
		padding-top: 155px;
	}
	
	.part3-con-body a {
		padding: 30px;
	}
	
	.part3-con-body a::after {
		width: 8px;
	}
	
	.part3-con-body a p {
		font-size: 18px;
		line-height: 30px;
	}
	
	.part3-text {
		margin-top: 40px;
		margin-bottom: 55px;
	}
	
	.part3-text p {
		font-size: 18px;
		line-height: 42px;
		text-align: justify;
	}
	
	.part3-text p i {
		text-decoration: underline rgba(159, 174, 255, 0.5) 11px;
		top: -14px;
		font-size: 18.45px;
	}
}

@media (min-width: 992px) {
	.ydd {
		display: none;
	}
	
	.pc {
		display: block;
	}
	
	.ywwzt0617-part1 {
		overflow: hidden;
	}
	
	.ywwzt0617-part1-swiper {
		float: left;
		width: 50%;
	}
	
	.ywwzt0617-part1-text {
		float: right;
		width: 46%;
		margin-top: -8px;
	}
	
	.ywwzt0617-part1-text p {
		max-height: 263px;    
		line-height: 30px;
	}
	
	.ywwzt0617-part1-text a {
		display: inline-block;
		width: 99px;
		text-align: center;
		border: 1px solid rgba(159, 174, 255, 0.5);
		border-radius: 4px;
	}
	
	.ywwzt0617-part1-text a i {
		font-size: 20px;
		color: rgba(159, 174, 255, 0.5);
	}
	
	.ywwzt0617-part1-text a:hover {
		border: 1px solid #FFFFFF;
		background-color: #3E55D4;
	}
	
	.ywwzt0617-part1-text a:hover i {
		color: #FFFFFF;
	}
	
	.swiper-box {
		padding-bottom: 30px;
	}
	
	.ywwzt0617-part1-swiper .swiper-pagination {
		bottom: 0;
	}
	
	.part2-con-item {
		padding-right: 10px;
		display: inline-block;
		width: 50%;
		float: left;
		margin-bottom: 0;
	}
	
	.part2-con-item:last-child {
		float: right;
		padding-left: 10px;
		padding-right: 0;
	}
	
	.ywwzt0617-part3 {
		background: url(/Engish/yyw20220617-012.png) no-repeat center;
		background-size: 100% 100%;
	}
	
	.part3-con {
		background: url(/Engish/yyw20220617-005.png) no-repeat center;
		background-size: 100% 100%;
		padding: 0 60px;
		padding-bottom: 40px;
	}
	
	.part3-con-body a::after {
		bottom: 1px;
		height: auto;
	}
	
	.part3-text {
		padding-left: 60px;
	}
}

@media (min-width: 1280px) {
	.ywwzt0617-part1 {
		padding-top: 60px;
		padding-bottom: 45px;
	}
	
	.ywwzt0617-part1-text p {
		line-height: 36px;
		max-height: 278px;
	}
	
	.ywwzt0617-part1-text a {
		margin-top: 40px;
	}
	
	.ywwzt0617-part2 {
		padding: 60px 0;
		padding-bottom: 75px;
	}
	
	.part2-con-item {
		padding-right: 20px;
	}
	
	.part2-con-item:last-child {
		padding-left: 20px;
	}
	
	.part3-con-body {
		padding-top: 165px;
	}
	
	.part3-con {
		padding: 0 74px;
		padding-left: 66px;
		padding-bottom: 54px;
	}
	
	.part3-text {
		padding-left: 66px;
		margin-top: 70px;
		margin-bottom: 84px;
	}
}