.ovh {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ovh2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.ovh3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.ovh4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
/* listStyle0 */
a.listStyle0More {
	display: block;
	width: 170px;
	height: 40px;
	background: #0059B7;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 40px;
	margin: 50px auto 0;
	text-align: center;
}

.listStyle0C {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 20px;
}

.listStyle0C li {
	width: 48.5%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 10px;
	border-bottom: 1px solid #D1D1D1;
}

.listStyle0C li span {
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #999999;
	line-height: 40px;
}

/* listStyle0 end */
/* listStyle1 */
.listStyle1 {
	display: flex;
	flex-wrap: wrap;
}

.listStyle1 ul {
	width: 31.6%;
	margin: 0 2.5% 30px 0;
	height: 480px;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
	padding: 10px;
}

.listStyle1 ul:nth-child(3n) {
	margin-right: 0;
}

.listStyle1 ul>div {
	padding: 10px;
}

.listStyle1 ul li {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin: 10px 0;
}

.listStyle1 ul div>div {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.listStyle1 ul p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin: 5px 0;
}

.listStyle1 ul a {
	display: block;
	width: 43px;
	height: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #0059B7;
	line-height: 30px;
	text-align: center;
	margin: 10px auto;
}

/* listStyle1 end */
/* listStyle2 */
.listStyle2 {
	display: flex;
	justify-content: space-between;
	margin: 120px auto 100px;
}

.listStyle2 div {
	width: 32.1%;
	height: 530px;
	background: #FFFFFF;
	border: 1px solid #D2D2D2;
	overflow: hidden;
}

.listStyle2 ul {
	padding: 15px;
}

.listStyle2 ul li {
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #084827;
	line-height: 25px;
	margin: 10px 0 15px;
}

.listStyle2 ul p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #737373;
}

/* listStyle2 end */
/* listStyle3List */
.listStyle3List {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 40px;
}

.listStyle3List img {
	width: 200px;
	height: 260px;
	margin-right: 30px;
	object-fit: cover;
}

.listStyle3ListR li {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.listStyle3ListR div {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.listStyle3ListR p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

.listStyle3ListR a {
	display: block;
	width: 110px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #0059B7;
	font-size: 14px;
	font-weight: 400;
	color: #0059B7;
	line-height: 30px;
	text-align: center;
	float: right;
}

/* listStyle3List end */

/* listStyle4 */
.listStyle4List {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 300px;
	background: #FFFFFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 20px 70px 30px 30px;
	margin-bottom: 40px;
}

.listStyle4List img {
	width: 450px;
	height: 260px;
	margin-right: 30px;
	object-fit: cover;
}

.listStyle4List li {
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	line-height: 50px;
}

.listStyle4ListR {
	width: 710px;
}

.listStyle4List div {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.listStyle4List p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
}

.listStyle4List a {
	display: block;
	right: 75px;
	bottom: 10px;
	font-size: 14px;
	font-weight: 400;
	color: #149956;
	float: right;
	margin-top: 20px;
}

/* listStyle4List end */


/* listStyle5List */
.listStyle5W {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.listStyle5List {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 580px;
	height: 300px;
	background: #F5F5F5;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 40px;
}

.listStyle5List img {
	width: 180px;
	height: 260px;
	margin-right: 30px;
	object-fit: cover;
}

.listStyle5ListR li {
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 30px;
}

.listStyle5ListR div {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.listStyle5ListR p {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 24px;
}

.listStyle5ListR a {
	display: block;
	width: 110px;
	height: 30px;
	background: #FFFFFF;
	border: 1px solid #0059B7;
	font-size: 14px;
	font-weight: 400;
	color: #0059B7;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
}

/* listStyle5List end */
/* listStyle6List */
.listStyle6W {
	border-top: 1px solid #DEDEDE;
	margin: 30px 0;
}

.listStyle6List {
	display: block;
	width: 100%;
	padding: 25px 0;
	border-bottom: 1px solid #DEDEDE;
}

.listStyle6List div {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.listStyle6List li {
	font-size: 20px;
	font-weight: 500;
	color: #0059B7;
	line-height: 36px;
}

.listStyle6List span {
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
}

.listStyle6List p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
}

/* listStyle6List end*/

/* listStyle7List */
.listStyle7List {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 50px 0;
	border-bottom: 1px solid #e5e5e5;
}

.listStyle7ListL {
	width: 82%;
	display: flex;
	justify-content: space-between;
}

.listStyle7ListL img {
	width: 242px;
	height: 180px;
	margin-right: 25px;
}

.listStyle7ListL li {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #084827;
	line-height: 35px;
	padding: 20px 0;
}

.listStyle7ListR {
	width: 14%;
}

.listStyle7ListR li {
	font-size: 22px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
}

.listStyle7ListR p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #000000;
	line-height: 24px;
	margin: 10px 0 20px;
}

.listStyle7ListR a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 40px;
	background: #084827;
	border-radius: 20px;
	font-size: 20px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
}

/* listStyle7List end */
/* listStyle8 */

.listStyle8List {
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 5px 15px 0px rgba(0, 41, 15, 0.15);
	padding: 40px 20px;
	margin-bottom: 40px;
}

.listStyle8List li,
.listStyle8List ul {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	line-height: 48px;
}

.listStyle8List ul {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.listStyle8List div {
	font-size: 24px;
	color: #149956;
	margin: 25px 0 15px;
}

.listStyle8List p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

/* listStyle8 end */

/* listStyle9 */
.listStyle9List {
	width: 100%;
	height: auto;
	padding: 20px 0;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.listStyle9List div {
	font-size: 30px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	border-bottom: 1px solid #F5F5F5;
	padding-bottom: 20px;
}

.listStyle9List a {
	display: block;
	width: 100%;
	padding: 20px 20px 20px 40px;
	border-bottom: 1px dashed #e8e8e8;
}
.listStyle9List a:hover li::before{
	border: 4px solid #3157AF;
	
}
.listStyle9List a:hover{
	background: #F8F8F8;
}

.listStyle9List a li {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333C4E;
}

.listStyle9List a li::before {
	content: '';
	position: absolute;
	top: 50%;
	left: -20px;
	transform: translate(0, -50%);
	width: 15px;
	height: 15px;
	border: 4px solid #8c96ac;
	border-radius: 100%;
	/* background: #149956; */
}

.listStyle9List a p {
	color: #666666;
	line-height: 30px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7E8890;
}

/* listStyle9 end */
/* listStyle10 */
.listStyle10List {
	display: flex;
	justify-content: space-between;
	width: 100%;
	height: 400px;
	background: #FFFFFF;
	padding: 35px 70px;
	margin-bottom: 30px;
}

.listStyle10List img {
	margin: 0 90px;
}

.listStyle10List div {
	margin-top: 35px;
}

.listStyle10List div li {
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #333333;
	margin-bottom: 30px;
}

.listStyle10List div p {
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* listStyle11 */
.listStyle11 {
	display: flex;
	flex-wrap: wrap;
}

.listStyle11 ul {
	width: 31.6%;
	margin: 0 2.5% 30px 0;
	height: auto;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);

}
.listStyle11 ul >img{
	width: 100%;
	height: 255px;
}
.listStyle11 ul:nth-child(3n) {
	margin-right: 0;
}

.listStyle11 ul>div {
	padding: 10px 20px;
}

.listStyle11 ul li {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin: 10px 0;
}

.listStyle11 ul div>div {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.listStyle11 ul p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin: 5px 0 15px;
}

.listStyle11 ul .listStyle11MoreW {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.listStyle11 ul .listStyle11MoreW div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 10px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	height: 28px;
	background: #F1F1F1;
}

.listStyle11 ul .listStyle11MoreW a {
	display: block;
	font-size: 14px;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	text-decoration: underline;
	color: #999999;
}
.listStyle11 ul .listStyle11MoreW a:hover{
	color: #0059B7;
}

/* listStyle11 end */


/* listStyle12 */
.listStyle12 {
	display: flex;
	flex-wrap: wrap;
}

.listStyle12 a {
	display: block;
	width: 23.8%;
	height: 380px;
	margin: 0 1.6% 30px 0;
	background: #FFFFFF;
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.listStyle12 a >img{
	width: 100%;
	height: 180px;
}
.listStyle12 a:nth-child(4n) {
	margin-right: 0;
}

.listStyle12 a>div {
	padding: 10px 20px;
}

.listStyle12 a li {
	width: 100%;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	margin: 10px 0;
}

.listStyle12 a div>div {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
}

.listStyle12 a p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	margin: 5px 0 15px;
	height: 48px;
}

/* listStyle12 end */

/* listStyle13  */
	.listStyle13List{
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 25px 0;
		border-bottom: 1px dashed #e7e7e7;
	}
	.listStyle13List img{
		width: 220px;
		height: auto;
		margin-right: 25px;
	}
	.listStyle13List div{
		width: 600px;
	}
	.listStyle13List li{
		font-size: 18px;
		font-family: Microsoft YaHei;
		font-weight: bold;
		color: #333C4E;
	}
	.listStyle13List p{
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #7E8890;
	}
	.listStyle13List span{
		display: block;
		font-size: 14px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #7E8890;
	}
	
/* listStyle13 end */

/* listStyle14  */
.listStyle14List{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}
.listStyle14List img{
	width: 110px;
	height: 80px;
}
.listStyle14List div{
	width: 55%;
}
.listStyle14List li{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.listStyle14List p{
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #999999;
}
/* listStyle14 end */
/* 移动端 */
@media screen and (max-width:767px) {

	/* listStyle0C */
	.listStyle0C,
	.listStyle1,
	.listStyle11,
	.listStyle12,
	.listStyle13,
	.listStyle13List{
		flex-wrap: wrap;
	}

	.listStyle0C li,
	.listStyle1 ul ,
	.listStyle11 ul,
	.listStyle12 a,
	.listStyle13List>img{
		width: 100%;
	}

	.listStyle0C li p {
		width: 75%;
	}

	a.listStyle0More {
		margin: 20px auto 0;
	}

	/* listStyle0C end */
	/* listStyle1 */
	/* listStyle1 end */
	/* listStyle2 */
	.listStyle2 {
		display: block;
		margin: 40px auto;
	}

	.listStyle2 div {
		width: 100%;
		margin: 20px 0;
	}

	/* listStyle2 end */
	/* listStyle3 */
	.listStyle3List {
		width: 100%;
		height: auto;
		flex-wrap: wrap;
	}

	.listStyle3List img {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.listStyle3ListR a {
		margin-top: 20px;
	}

	/* listStyle3 end */
	/* listStyle4 */
	.listStyle4List {
		width: 100%;
		height: auto;
		flex-wrap: wrap;
		padding: 10px;
	}

	.listStyle4List li {
		font-size: 15px;
	}

	.listStyle4List img {
		width: 100%;
		margin: 0 0 10px 0;
	}

	.listStyle4ListR a {
		position: static;
		margin-top: 20px;
	}

	/* listStyle4 end */
	/* listStyle5 */
	.listStyle5List {
		width: 100%;
		height: auto;
		flex-wrap: wrap;
	}

	.listStyle5List img {
		width: 100%;
		margin: 0 0 10px 0;
	}

	/* listStyle5 end */
	/* listStyle6 */
	.listStyle6W {
		border-top: 1px solid #DEDEDE;
		margin: 20px 0;
	}

	.listStyle6List {
		padding: 15px 0;
	}

	/* listStyle6 end */

	/* listStyle7 */
	.listStyle7List,
	.listStyle7ListL {
		display: block;
		width: 100%;
	}

	.listStyle7ListL li {
		text-align: center;
	}

	.listStyle7ListL img {
		width: 100%;
		height: auto;
		margin: 0;
	}

	.listStyle7ListR,
	.listStyle7ListR a {
		width: 100%;
	}

	.listStyle7ListR li,
	.listStyle7ListR p {
		display: none;
	}

	.listStyle7ListR a {
		margin-top: 20px;
	}

	/* listStyle7 end */
	/* listStyle8 */
	.listStyle8List li,
	.listStyle8List ul {
		font-size: 20px;
		line-height: 30px;
	}

	.listStyle8List div {
		font-size: 18px;
		margin: 15px 0 5px;
	}

	/* listStyle8 end*/

	/* listStyle10 */

	.listStyle10List {
		display: block;
		width: 100%;
		padding: 20px;
		height: auto;
	}

	.listStyle10List img {
		display: block;
		margin: 0 auto;
	}

	.listStyle10List div {
		margin: 20px auto;
	}

	.listStyle10ListR div {
		margin-top: 0;
	}

	/* listStyle10 end*/
	/* listStyle12 */
	.listStyle12 a,
	.listStyle12 a li,
	.listStyle12 a p{
		height: auto;
	}
	/* listStyle12 end */
	/* listStyle13 end */
	.listStyle13List>img{
		margin-right: 0;
	}
	/* listStyle13 end */
	.listStyle14List div{
		width: 58%;
	}
}
