body{
	margin:0;
	padding:0;
	width: 100%;
	height: auto;
	background-color: #410f82;
	background-image: url(images/fl-2020-top.png);
	background-size: 1920px auto;
	background-position: center 0;
	background-repeat: no-repeat;
	color: #333;
	font-family: Helvetica Neue,Helvetica,PingFang SC,Microsoft YaHei,Tahoma,Arial;
}
dl,dt,dd,p,img{
	margin:0;
	padding:0;

}

.content{
	width: 1000px;
	margin:0 auto;
	padding: 420px 0 0px 0;
}

.first{
	width: 900px;
	padding:50px;
	background-color: #edeaff;
	border-radius: 10px;
	box-shadow: 0 10px 10px #3a136d;
	position: relative;
	display: flex;
	flex-direction: column;
	margin-bottom:80px;
}
.first .tit{
	width: 280px;
	height: 60px;
	border-radius: 30px;
	font-size: 22px;
	color: #ffffff;
	font-weight: bold;
	background: linear-gradient(to right,#66cdf8, #3f8eeb);
	position: absolute;
	top: -25px;
	left: 360px;
	text-align: center;
	line-height: 60px;
}
/*.mainTxt {
	background: linear-gradient(to right ,#f66993,#b637ce);
	color:#ffffff;
	height: 40px;
	border-radius: 20px;
}*/
.mainTxt{
	margin:20px 0;
}
.mainTxt text{
	color: #d02d34;
	font-size: 16px;

}
.firItem {
	margin:20px 0;
}
.firItem .subTit{
	font-size: 16px;
	display: inline-block;
	background: linear-gradient(to right ,#f66993,#b637ce);
	color:#ffffff;
	padding: 7px 20px;
	border-radius: 5px;
	font-weight: bold;
}
.firItem p{
	font-size: 16px;
	margin-top: 20px;
}
.firItem .subTxt{
	font-size: 16px;
	margin-top: 10px;
	color: #9180e6;
}
.firItem .bigFont{
	font-size:22px;
	color: #d02d34;
	font-weight: bold;
	font-style:italic;
}
.firItem table{
	width: 100%;
    width: 100%;
    border-left: none;
    border:1px solid #d2c6f4;
    text-align: center;
    border-spacing: 0;
    margin-top: 10px;
}
.firItem table th{
	font-size: 14px;
	text-align: center;
	background: #e4deff;
	height: 30px;
	line-height: 30px;
	border-left: 1px solid #d2c6f4;
}
.firItem table td{
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	text-align: center;
    border-left: 1px solid #d2c6f4;
    border-top: 1px solid #d2c6f4;
    background: #e4deff;
}
.firItem table td:first-child,
.firItem table th:first-child{
	border-left:0;
}
.firItem .more p{
	font-size: 16px;
	line-height: 1.5em;
	margin-top: 10px;
}

.second{
	width:1000px;
	background: #edeaff;
	border-radius: 10px;
	/*padding: 50px 0;*/
	position: relative;
	margin-bottom:80px;
}
.second .tit{
	width: 100%;
	height: 80px;
	border-radius: 10px;
	font-size: 24px;
	color: #ffffff;
	font-weight: bold;
	background: linear-gradient(to right,#b4e385, #34bb81);
	text-align: center;
	line-height: 80px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.second .secondBox{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;

}
.second .secondBox .secItem{
	width: 499px;
	height: 280px;
	border-bottom: 1px solid #cedfd9;
	border-right: 1px solid #cedfd9;
	display: flex;
	flex-direction: row;
}
.second .secondBox .secItem img{
	width: 80px;
	height: 80px;
	margin:30px 18px 0 20px;
}
.second .secondBox .secItem .itemTxt{
	margin:35px 20px 0 0px;
	width: 350px;
}
.second .secondBox .secItem p{
	color:#666666;
	line-height: 1.75em;
	font-size: 16px;
	margin-bottom: 20px;
}
.second .secondBox .secItem p text{
	color: #66796e;
	background: #d1dfd9;
	padding: 3px 5px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 14px;
}
.second .secondBox .secItem .subtit{
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333333;
}
.first .other{
	border-top: 2px solid #e1caff;
	padding: 30px 0px 0px 0;
	margin-top: 20px;
}
.first .other p{
	font-size: 16px;
	color: #333333;
	line-height: 1.75em;
	margin-bottom: 15px;
}

.tg{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.tg .tgItem{
	width: 500px;
	height: 200px;
	background: #ffe29d;
}
.tg .tgItem2.{
	background:#ffc02a
}