.fzlctitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;}
.fzlctitle {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 20px;}

.fzlcmain .item {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
    padding-top: 20px;
    position: relative;}

.fzlcmain .item .time {
    width: 150px;
    text-align: right;
    font-weight: bold;
    font-size: 17px;
    color: #582566;}

.fzlcmain .item .spot {
    width: 28px;
    height: 28px;
    background: #582566;
    border-radius: 50%;
    box-sizing: border-box;
    border: solid 6px #ebe5ed;}
.fzlcmain .item .spot::after {
    content: '';
    display: block;
    width: 2px;
    position: absolute;
    height: calc(100% + 30px);
    background: #ab92b2;
    top: 0;
    left: 181px;
    z-index: -1;}
.fzlcmain .item .text {
    background: #fff;
    flex: 1;
    padding: 20px 30px;
    margin-top: -20px;
    border-radius: 12px;
    font-size: 16px;}

.fzlcmain .item .text .title {
    background: #582566;
    display: inline-block;
    padding: 0 12px;
    color: #fff;
    height: 28px;
    line-height: 28px;}

.fzlcmain .item .text .span {
    padding: 10px 0;}
.footer {
  background-image:url(images/footer.png);
  background-size: cover;
  color: #fff;
  padding: 48px 0 0 0;}
.footer .t .left {
  display: flex;}

.footer .t .left .logo {
  margin-right: 40px;}

.footer .t .left .nav {
  margin-right: 200px;}
.footer .t {
  display: flex;
  width: 1620px;
  margin: 0 auto;
  justify-content: space-between;}
.footer .b {
  display: flex;
  justify-content: center;
  padding: 12px 0;
    margin-top: 26px;
    border-top: 1px solid #fff3;
    color:#fff9
;}
.footer a {
  color: #fff9;}

.footer .nav ul {
  display: flex;
  gap: 36px;}
.footer .nav ul h5 {
  padding-bottom: 20px;}
.footer .nav ul h5 a {
  color: #fff;}
.footer .nav ul h6 {
  padding-bottom: 16px;}
.footer .nav ul h6 a {
  color: rgba(255, 255, 255, 0.6);}
.footer .link {
  display: flex;
  flex-direction: column;
  gap: 20px;}
.footer .link a {
  color: rgba(255, 255, 255, 0.6);}
.footer .link .linkM {
  display: flex;
  flex-direction: column;
  gap: 16px;
  height: 190px;
  flex-wrap: wrap;}
.footer .code ul {
  display: flex;
  gap: 20px;}

.footer .code ul li {
  position: relative;}

.footer .code ul li p {
  position: absolute;
  display: none;
  gap: 4px;
  right: 0;}

.footer .code {
  display: flex;
  gap: 20px;}

.footer .code ul li:hover p {
  display: flex;}
.footer .code ul li > img {
  width: 40px;}

.footer .code > img {
  width: 160px;
  height: 160px;}

