.main {
  width: 1200px;
  margin: 0 auto;
  display: flex;

  padding: 24px 0;
  justify-content: space-between;
}

.zuo {
  width: 70%;
  margin-right: 48px;
}
.hralth span {
  width: 16px;
  height: 16px;
  background: #dc4ef2;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
 
      width: 14px;
    height: 14px;
    background: #dc4ef2;
   
    margin-right: 8px;
    display: inline-block;
}
.wh p, .wh p span {
    font-weight: 400 !important;
    font-size: 16px !important;
    color: #333333 !important;
    line-height: 24px !important;
    padding: 0;
    text-align: left !important;
    margin-left: 0 !important;
    margin-bottom: 10px !important;
    font-family: Arial, Arial!important;
    text-indent: 0pt !important;
}
.wh h1, .wh h2, .wh h3, .wh h4 {
    font-size: 16px !important;
    line-height: 1.4 !important;
    text-indent: 0 !important;
    margin-left: 0 !important;
    margin-top: 10px !important;
    font-style: normal;
    font-weight: 400;
    color: #333;
    font-family: Arial, Arial!important;
}
.wh img {
    display: block;
    cursor: auto;
    width: 100% !important;
    max-width: 600px;
    margin: 15px auto 0px !important;
    height: auto !important;
}

.maindl dl {
    width: 31%;
}

.maindl dl dd h6 {
    padding:  0;
   
}
.mainconter {
    background: #fff;
 
}
.thevit dl  dt img{
  height: 100%;
}

.he {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  margin-left: 4px;
}
.hralth {
  width: 30%;
}
.title {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  margin-top: 24px;
  line-height: 24px;
}
.time {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #a6a6a6;
  line-height: 20px;
  margin: 12px 0;
}
.wh {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.you {
  width: 28%;
}
.don {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 24px;
}
.thevit {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.thevit dl {
  display: flex;
  align-items: center;
}

.thevit dl dt {
  width: 116px;
  height: 116px;
  background: #d9d9d9;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-right: 12px;
}
.thevit dl dd {
  width: 50%;
}
.thevit dl dd span {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 8px;
  display: inline-block;
  background: #de641a;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}
.thevit dl dd p {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.h5 {
  font-family: Arial, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  margin-top: 8px;
  line-height: 18px;
}

.aixing {
  padding: 6px 48px;
  display: inline-block;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid;

  -webkit-border-radius: 100px 100px 100px 100px;
  -moz-border-radius: 100px 100px 100px 100px;
  -ms-border-radius: 100px 100px 100px 100px;
  -o-border-radius: 100px 100px 100px 100px;
 
    overflow: hidden;
    border-radius: 100px 100px 100px 100px;
  font-family: Arial, Arial;
font-weight: 400;
font-size: 20px;
color: #5E3AA6;
line-height: 24px;
  
}
.ti {
   
    margin: 4px 0;
}

.ve {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 20px;
  color: #5e3aa6;
  line-height: 24px;
  margin-left: 16px;
}
.dis {
  margin-top: 48px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer_twiter {
  display: flex;
}
.footer_twiter li {
  /* width: 40px;
  height: 40px; */
  margin: 0 12px;
  font-size: 38px;
  line-height: 40px;
  padding: 2px;
  cursor: pointer;
  background-color: #d9d9d9;
}

@media (max-width: 1320px) {
  .main {
    width: 95%;
  }
.maindl {
        width: 100%;
  gap: 20px;
    }
}
@media (max-width: 1000px) {
  .aixing {
    padding: 12px 34px;
  }

  .zuo {
    margin-right: 20px;
  }
}

@media (max-width: 768px) {
  
  .thevit {
   
    width: 100%;
 
}
    .thevit a{
   
    width: 48%;
 
 
}
  
  
  
  
  
  
  
  
  
  
  .homee {
    display: block;
}
  .main {
    flex-direction: column;
  }
  .zuo {
    width: 100%;
    margin-right: 0px;
  }

  .you {
    width: 100%;
  }

  .dis {
    flex-wrap: wrap;
  }

  .aixing {
           padding: 2px 24px;
  }
  .ve {
    font-size: 14px;
    line-height: 18px;
  }
  .dis {
    margin-top: 24px;
  }
  .footer_twiter {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .footer_twiter li {
    margin: 0 10px;
    font-size: 26px;
    line-height: 26px;
    padding: 4px;
  }
  .don {
    font-size: 16px;

    line-height: 20px;
    margin-bottom: 12px;
  }

  .thevit dl dt {
    width: 100px;
    height: 100px;
  }

  .thevit dl dd span {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 4px;
  }

  .thevit dl dd p {
    font-size: 14px;
    line-height: 18px;
  }

  .h5 {
    font-size: 12px;

    line-height: 16px;
    margin-top: 4px;
  }
  .he {
    font-size: 14px;
    line-height: 18px;
  }

  .main {
    padding: 12px 0;
  }

  .title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 12px;
  }

  .time {
    font-size: 14px;
    line-height: 18px;
    margin: 12px 0;
  }

  .wh {
    font-size: 14px;
    line-height: 20px;
  }
  
  
}
@media (max-width: 760px) {
      .thevit a {
        width: 100%;
    }
    .maindl dl {
    width: 48%;
    }    .maindl {
    gap: 12px;
    }
    .time {
    margin: 4px 0;
    }
.wh p, .wh p span {
    font-size: 14px!important;
line-height: 20px!important;
}
.wh h1, .wh h2, .wh h3, .wh h4 {
line-height: 20px !important;
}
}








