.list10 .list-con{
	display: flex;
	justify-content: space-between;
	padding: 50px 0 100px 0;
}
.list10 .left{
	width: 960px;
}
.list10 .left .title{
	padding: 50px 0 40px 0;
	font-size: 32px;
	color: #333333;
	font-weight: bold;
}
.list10 .left .desc{
	font-size: 14px;
	color: #cccccc;
	line-height: 56px;
	background: #FAFAFA;
	box-sizing: border-box;
	padding: 0 20px;
}
.list10 .left .desc span{
	padding-left: 20px;
}
.list10 .left .desc .date{
	background: url('../images/index/date.png') no-repeat 0 center;
	background-size: 15px auto;
	margin-right: 50px;
}
.list10 .left .desc .num{
	background: url('../images/index/yanjing.png') no-repeat 0 center;
	background-size: 15px auto;
}
.list10 .left .content{
	padding: 40px 0;
}
.list10 .left .content pre{
	color: #333333;
	font-size: 16px;
	line-height: 35px;
}
.list10 .left .tic{
	font-size: 14px;
	color: #cccccc;
	line-height: 56px;
	background: #FAFAFA;
	box-sizing: border-box;
	padding: 0 36px;
	margin: 100px 0;
}
.list10 .left .lists{
	display: flex;
	justify-content: space-between;
}
.list10 .left .lists div{
	width: 45%;
}
.list10 .left .lists span{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #999999;
}
.list10 .left .lists em{
	width: 100%;
	float: left;
	font-size: 16px;
	color: #333333;
	line-height: 40px;
	overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}
.list10 .right{
	width: 320px;
}
.list10 .right .lvshi {
	overflow: hidden;
	box-shadow: 0px -9px 38px 0px rgba(174,174,174,0.31);
	border-radius: 16px;
	position: relative;
}
.list10 .right .lvshi .swiper-slide{
	width: 100%;
	background: #FFFFFF;
	text-align: center;
	padding: 40px 40px;
	box-sizing: border-box;
}
.list10 .right .lvshi .img{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
}
.list10 .right .lvshi .title{
	width: 100%;
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-top: 30px;
}
.list10 .right .lvshi .shanchang{
	width: 100%;
	font-size: 14px;
	color: #666666;
	text-align: center;
	margin-top: 10px;
}
.list10 .right .lvshi .descs{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 24px;
	padding: 60px 0;
}
.list10 .right .lvshi .descs span{
	color: #999999;
	font-size: 14px;
}
.list10 .right .lvshi a{
	display: flex;
	justify-content: center;
	height: 48px;
	line-height: 48px;
	background: #EFBC7A;
	color: #333333;
	border-radius: 8px;
	font-weight: bold;
}
.list10 .right .lvshi .swiper-pagination-bullet{
	width: 16px;
	height: 4px;
	background: #E3E3E3;
	opacity: 1;
}
.list10 .right .lvshi .swiper-pagination-bullet-active{
	width: 16px;
	height: 4px;
	background: #EFBC7A;
	opacity: 1;
}

.list10 .right .yuedu{
	margin-top: 60px;
}
.list10 .right .yuedu .yuedu-title{
	font-size: 24px;
	line-height: 60px;
	color: #333333;
	font-weight: bold;
}
.list10 .right ul li{
	width: 100%;
	height: 50px;
	line-height: 25px;
	margin-top: 25px;
}
.list10 .right ul li a{
	display: flex;
	font-size: 16px;
	padding-left:80px;
	position: relative;
}
.list10 .right ul li a::before{
	
	font-size: 50px;
	color: #D9D9D9;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
}
.list10 .right ul li:nth-child(1) a::before{
	content: '01';
	color: #FF6551;
}
.list10 .right ul li:nth-child(2) a::before{
	content: '02';
	color: #90A2B6;
}
.list10 .right ul li:nth-child(3) a::before{
	content: '03';
	color: #D89267;
}
.list10 .right ul li:nth-child(4) a::before{
	content: '04';
}
.list10 .right ul li:nth-child(5) a::before{
	content: '05';
}
.list10 .right ul li:nth-child(6) a::before{
	content: '06';
}
.list10 .right ul li:nth-child(7) a::before{
	content: '07';
}
.list10 .right ul li:nth-child(8) a::before{
	content: '08';
}
.list10 .right ul li:nth-child(9) a::before{
	content: '09';
}
.list10 .right ul li:nth-child(10) a::before{
	content: '10';
}