<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
  margin: 0;
  padding: 0;
  font-size: 100%;
}

body {
  font-family: "Microsoft YaHei", sans-serif;
}

a {
  text-decoration: none;
}

i {
  font-style: normal;
}

/* -----------banner----------- */
#banner {
  background-color: pink;
  background: url(https://cdn.xianboss.com/upload/20240523/95186212aec0a31f7658dc8fa72cd310.jpg);
  /* padding: 40px; */
  width: 100%;
  position: relative;
  height: auto;
  background-size: cover;
  padding-top: 100px;
}

#banner .row {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

#banner h1 {
  color: white;
  font-size: 60px;
  margin: 0px;
}

@media (max-width: 700px) {
  #banner h1 {
    color: white;
    font-size: 45px;
    margin: 0px;
    margin-top: 80px;
  }
}

#banner i {
  display: block;
  color: orange;
  font-size: 35px;
  line-height: 38px;
  border: orange dashed 1px;
  margin: 10px;
  border-radius: 5px;
  padding: 3px;
}
#banner p {
  color: white;
  font-size: 30px;
  /* margin-top: 30px; */
  /* margin-bottom: 50px; */
}

@media (max-width: 700px) {
  #banner p {
    color: white;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

#banner .img-1 {
  /* height: 600px; */
  /* height: 300px; */
  height: 200px;
  width: 80%;
  background-color: #fff;
  background: url(https://cdn.xianboss.com/upload/20240523/63f8421827cd506f15e8c16456057987.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

/* -----------banner----------- */

/* ------news------ */
#new .container {
  display: flex;
  /* margin: 20px; */
  margin: 20px auto;
  /* flex-wrap: wrap; */
  justify-content: center;
  width: 100%;
}

#new .sideleft {
  flex: 0 0 70%;
  /* width: 70%; */
  text-align: center;
  display: flex;
  flex-direction: column;
}
#new .page-nav {
  margin: 0px auto;
}

#new .sideright {
  flex: 0 0 30%;
  /* width: 30%; */
}

#new .card {
  /* flex: 1 1 40%; */
  background-color: #f1f3f5;
  height: 200px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  flex-direction: row;
  padding: 10px;
  position: relative; /* ç¡®ä¿çˆ¶å®¹å™¨æ˜¯ç›¸å¯¹å®šä½ */
  margin: 20px;
}
#new .card .text-1 {
  font-size: 15px;
  font-weight: bold;
}

#new .card .img-box {
  height: 120px;
  width: 200px;
  /*width: 100%; !* è®©å›¾ç‰‡å®½åº¦å……æ»¡å®¹å™¨ *!*/
  /*height: 100%;*/
  background-color: #fff;
  margin:5px 15px;
}

#new .card .img-box img {
  height: 120px;
  width: 200px;
  /* object-fit: fill; */
}

#new .text-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  white-space: wrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 100%;

  /* å¯é€‰ï¼šæ·»åŠ&nbsp;ä¸€äº›å†…è¾¹è·ä½¿å¸ƒå±€æ›´ç¾Žè§‚ */
  padding: 10px;
}
#new .text-content .text-1 {
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 5px;
  margin-left: 10px;
  margin-top: 10px;
}
#new .text-content p {
  width: 100%;
  /* overflow: hidden;
    text-overflow: ellipsis; */
  color: #999;
  margin: 0px;

  display: -webkit-box;
  -webkit-line-clamp: 3; /* å®šä¹‰æ–‡æœ¬çš„æœ€å¤§è¡Œæ•° */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

#new .text-bottom {
  position: absolute; /* ç»å¯¹å®šä½ */
  bottom: 5px; /* è·ç¦»åº•éƒ¨20px */
  right: 10px; /* è·ç¦»å³è¾¹20px */
}

#new .text-bottom p {
  color: #999;
}

#new .sideright {
  width: 300px;
  padding: 20px;
  background-color: #f8f9fa;
}


#new .lastnews {
  border-top: 1px solid #ced4da;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

#new .lastnews a {
  margin: 0 0 10px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#new .hotnews {
  border-top: 1px solid #ced4da;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
}

#new .hotnews a {
  margin: 0 0 10px;
  color: #999;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 900px) {

  #new .card {
    display: flex;
    flex-direction: column;
    height: auto;
    padding-bottom: 30px;
  }


  #new .card .img-box {
    height: 150px;
    width: 250px;
    /*width: 100%; !* è®©å›¾ç‰‡å®½åº¦å……æ»¡å®¹å™¨ *!*/
    /*height: 100%;*/
    background-color: #fff;
    margin:5px 15px;
  }
  
  #new .card .img-box img {
    height: 150px;
    width: 250px;
    /* object-fit: fill; */
  }



  


  #new .text-content {
    width: 100%;
    height: 80%;

    /* å¯é€‰ï¼šæ·»åŠ&nbsp;ä¸€äº›å†…è¾¹è·ä½¿å¸ƒå±€æ›´ç¾Žè§‚ */
    /* padding: 10px; */
  }

  #new .text-bottom {
    position: absolute; /* ç»å¯¹å®šä½ */
    bottom: 0px; /* è·ç¦»åº•éƒ¨20px */
    right: 10px; /* è·ç¦»å³è¾¹20px */
    margin-bottom: 0px;
  }

  #new .container {
    flex-direction: column;
  }

  #new .sideright {
    order: -1;
  }

  #new .sideleft {
    flex: 0 0 90%;
    width: 90%;
  }

  #new .sideright {
    flex: 0 0 100%;
    width: 100%;
  }







}

/* ------news------ */
</pre></body></html>