<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å†…é¡µ*/
/* äºŒçº§é¡µé¢ */
#main {
    /* width: 1200px; */
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    box-sizing: border-box;
    padding: 0 2vw;
  }
  
  .catname {
    width: 263px;
    padding: 10px;
    height: 50px;
    background-color: #13428a;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  
  .catname .dir {
    width: 100%;
    text-align: center;
    padding-top: 5px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    font-size: 26px;
  }
  
  .catname .zh {
    text-align: center;
    color: #FFF;
    font-size: 12pt;
  }
 
  #main_right {
    /* float: left; */
    width: 100%;
    /* padding-left: 30px; */
  }
  
  #main_right .info {
    text-align: right;
    padding-bottom: 20px;
  }
  
  #content_lm span {
    float: right;
  }
  
  #content_lm {
    width: 100%;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    /* è¶…å‡ºéƒ¨åˆ†è‡ªåŠ¨éšè— */
    font-size: 12pt;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
  }
  
  #content_lm span {
    font-weight: normal;
    font-size: 9pt;
    float: right;
    padding-right: 10px;
  }
  #content{
    padding: 15px 0;
  }
  #content img {
    max-width: 100%!important;
    height: auto!important;
  }
    
  .img-list .p-wp {
    width: 48%;
    float: left;
    margin: 0 1%;
    margin-bottom: 0.3rem;
  }
  
  .img-list .p-wp .bg-img {
    width: 100%;
    padding-top: 76.78%;
  }
  
  .img-list .p-wp .p-title {
    font-size: 14px;
    text-align: center;
    line-height: 30px;
  }
  
  .img-list .p-wp:hover .p-title {
    color: #13428a;
  }
  
  .single-p .title {
    font-size: 18px;
    text-align: center;
    padding: 0.3rem 0;
  }
  
  .preNext {
    padding: 0.2rem 0;
  }
  
  /*newslist*/
.thumb-news-item {
  width: 100%;
  /* height: 80px; */
  margin: 15px 0;
}

.thumb-news-item:hover {
  transition: all 0.3s linear;
  transform: translateY(-5px);
}

.thumb-news-item .news-time {
  height: 1.5rem;
  width: 15%;
  background-color: #13428a;
  text-align: center;
  font-size: 0.1286rem;
  color: #fff;
  float: left;
  padding: 5px 0;
}

.thumb-news-item .news-time span {
  display: block;
  font-size: 0.8rem;
}

.thumb-news-item .news-descri {
  float: left;
  width: 80%;
  padding-left: 5%;
  height: 100%;
  font-size: 12px;
  color: #1c1b1c;
}

.thumb-news-item .news-descri .news-title {
  color: #24303f;
  font-size: 16px;
  margin-bottom: 15px;
}
.desc{
  display: none;
}</pre></body></html>