.header img{
  width: 100%;
}
body {
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: #F1FAF7;
min-width:1300px;
font-family:"微软雅黑";
}
.footer{
  width: 100%;
  background-color: #046636;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 120px;
  text-align: center;
}

.content {
  width: 1200px;
  margin: 0px auto 50px auto;
  background-color: #fff;
  border-radius: 16px;
  padding: 50px;
  position: relative;
  top: -40px;
}
.content ul li{
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 50px;
  align-items: center;
}
.content ul li img{
  display: block;
  width: 320px;
  height: 180px;
  object-fit: cover;
}
.content ul li .right{
  margin-left: 30px;
  width: 550px;
}
.title{

  font-weight: 500;
  font-size: 24px;
  color: #333333;
  letter-spacing: 0;
  line-height: 33px;
  margin-bottom: 20px;
}
.remarks{

  font-weight: 400;
  font-size: 16px;
  color: #999999;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 20px;
}
.time{
 
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0;
  line-height: 22px;
  margin-bottom: 63px;
}
.content ul li .join{
  width: 200px;
  height: 50px;
  background: #046636;
  border-radius: 25px;

  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 48px;
  text-align: center;
}
.pc{position: fixed;bottom: 20%;left: 0;}
    .pc2{position: fixed;bottom: calc(20% - 130px);left: 0;}
   .pc3{position: fixed;bottom: calc(20% + 130px);left: 0;}
    .clos{position: fixed;bottom: calc(20% + 250px); left: 165px;font-size: 16px;color: #333;cursor: pointer;}
    .top{position: fixed;bottom: 19%;right: 3%;display: none;cursor: pointer;}
 .Con{
      width: 800px;
      margin: 0 auto;
          /* background-color: #ffffff; */
background:url(/picture/1127/2303061646237937474.jpg) no-repeat center;
      border-radius: 16px;
      padding: 40px;
      position: absolute;
      display: none;
      box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
left:28%;
    }
    .Con .tit{
      font-size: 25px;
      line-height: 50px;
      color: #000;
      text-align: center;
      margin-bottom: 20px;
    }
    .Con .center{
      font-size: 16px;
      line-height: 30px;
      color: #000;
    }
    .onclose{
      float: right;
      margin-top: -25px;
      margin-right: -20px;
      cursor: pointer;
    }
    .onclose img{
      width: 30px;
    }