* {
	margin: 0;
	padding: 0;
}

[v-cloak] {
	display: none;
}

li {
	list-style: none;
}

a {
	text-decoration: none !important;
	color: #282828;
}

a:hover {
	font-weight: 700;
}

img {
	border-radius: 10px;
}

@font-face {
	font-family: 'MyCustomFont';
	src: url('AlimamaFangYuanTiVF-Thin.ttf') format('ttf'),
}

.clear {
	clear: both;
	line-height: 0;
}

body {
	font-size: 18px !important;
	font-family: "微软雅黑";
	line-height: 32px;
	background: #F1F1F5 url(../image/bg.png) no-repeat top center;
	background-size: 1920px;
}

.main1 {
	margin: 0 auto;
}

.nav {
	margin-top: 187px;
	z-index: 10;
}

/* 内容页 */
.navbox {
	max-width: 1920px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-top: 1px;
	margin: 0px auto 0;
}

.tit {
	margin: 13px 0 30px;
}

.dy {

	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 668px;
	width: 1200px;
	height: 225px;
	background-color: #ffffff;
	box-shadow: 0 3px 0 #CCD9F7;
	border-radius: 10px;
}

.dy p {
	margin-left: 33px;
	width: 838px;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
}

.news {
	margin-top: 30px;
	margin-bottom: 17px;
	width: 1200px;
	height: 170px;
	background: #fff;
	/*width:1200px;*/
	/*background-color:#fff;*/
	/*margin-top:33px;*/
	/*padding:0 8px;*/
	/*box-sizing:border-box;*/
	/*line-height:50px*/
}
.news .more{display:block;text-align:right;color:#032b8f;margin-right:30px}

.news li p {
	font-size: 18px;
	color: #484848;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	word-break: break-all;
	white-space: normal;
}

.news li {
	position: relative;
	padding: 0 50px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	width: 1067px;
	height: 68px;

}

.news li::after {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translate(0%, -50%);
	content: '';
	width: 7px;
	height: 7px;
	background: #6394E6;
	border-radius: 50%;
}

.news a:nth-child(1) li {
	border-bottom: 1px dashed #ccc;
}

.listBox {
	width: 1200px;
	display: flex;
	flex-wrap: wrap;
}

.listBox div {
	background: #fff;
	width: 286px;
	height: 243px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.listBox img {
	margin-top: 5px;
	width: 275px;
	height: 170px;
	object-fit: cover;
}

.listBox p {
	margin-top: 10px;
	width: 245px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-break: break-all;
	white-space: normal;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	text-align: center;

}

.listBox a {
	margin-bottom: 27px;
	margin-right: 18px;
}

.listBox a:nth-child(4n) {
	margin-right: 0;
}

.yxpt {
	display: flex;
	justify-content: center;
	width: 1920px;
	height: 776px;
	background: url(../image/yxpt.png) no-repeat top center;
}

.yxpt div {
	margin-top: 80px;
	position: relative;
	width: 950px;
	height: 467px;
	background: #fff;
	border: 5px solid #33FFFF;
}

.yxpt div::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
	width: 861px;
	height: 79px;
	background: url(../image/shadow.png);
}

.yxpt div li {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.yxpt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 1200px) {
	.yxpt {
		width: 1200px;
	}
}

.footer {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 1200px;
	height: 170px;
}

.footer .footer {
	margin-top: 30px;
	background: none;
}

.footer .footer p {
	text-align: center;
}

.sub-footer {
	height: auto
}

.footer_wrap {
	text-align: center;
}
