<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@font-face{
  font-family:'SourceHanSansCN-Bold';
  src:
    url(../other/SourceHanSansCN-Bold.ttf),
    url(../other/SourceHanSansCN-Bold.oet),
    url(../other/SourceHanSansCN-Bold.otf),
    url(../other/SourceHanSansCN-Bold.svg),
    url(../other/SourceHanSansCN-Bold.woff),
    url(../other/SourceHanSansCN-Bold.woff2)
}
@font-face{
  font-family:'SourceHanSansCN-Regular';
  src:
    url(../other/SourceHanSansCN-Regular.ttf),
    url(../other/SourceHanSansCN-Regular.oet),
    url(../other/SourceHanSansCN-Regular.otf),
    url(../other/SourceHanSansCN-Regular.svg),
    url(../other/SourceHanSansCN-Regular.woff),
    url(../other/SourceHanSansCN-Regular.woff2)

}
@font-face{
  font-family:'SourceHanSansCN-Light';
  src:
    url(../other/SourceHanSansCN-Light.ttf),
    url(../other/SourceHanSansCN-Light.oet),
    url(../other/SourceHanSansCN-Light.otf),
    url(../other/SourceHanSansCN-Light.svg),
    url(../other/SourceHanSansCN-Light.woff),
    url(../other/SourceHanSansCN-Light.woff2)

}
@font-face{
  font-family:'SourceHanSansCN-Medium';
  src:
    url(../other/SourceHanSansCN-Medium.ttf),
    url(../other/SourceHanSansCN-Medium.oet),
    url(../other/SourceHanSansCN-Medium.otf),
    url(../other/SourceHanSansCN-Medium.svg),
    url(../other/SourceHanSansCN-Medium.woff),
    url(../other/SourceHanSansCN-Medium.woff2)
}
@font-face{
  font-family:'Fixedsys';
  src:
    url(../other/Fixedsys.woff.ttf)
}


body{font-family: 'SourceHanSansCN-Regular', Arial, sans-serif}
*{box-sizing:border-box}
/* html{font-size:100px;} */
/* body,html{font-family:'pingFang-Regular';} */
body, h1, h2, h3, h4, h5, h6, ul, ol, dl, dd, dt, li, p {
  padding: 0;
  margin: 0;
}
input,button{outline:none;border:none}

a {
  text-decoration: none;
  color: #000;
}
a:hover{text-decoration: none;}

li, i {
  list-style: none;
}

img {
  width: auto;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;
}
select,option,button,input{border:none;outline:none;}
.flex_row{display:flex;}
.flex_col{display:flex;flex-direction: column}
.jussp{justify-content: space-between;}
.align_center{align-items:center;}
.h100{height:100%;}
.fl{float:left}
.fr{float:right;}
.clearfix::after{
  content:'';display: block;
  clear: both;
}
.clear{ clear:both} 
/* 分割条 */
.splitter{height:15px;background:#F5F5F5}
.more{display: inline-block;}
.fontColor{color:#d8242f}
.ell{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.more_ell{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  
}
.width{width:1200px;margin:auto;}
.color1{color:#A8A8A8}

.hvr_line {
  position: relative;
}

.hvr_line::before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #19D3C5;
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}

.hvr_line:hover::before {
  transform: translate(-50%, 0) scaleX(1);
}

.tcdPageCode {
  text-align: center;
  margin: 20px auto 40px;
}

.tcdPageCode a, .current, .disabled {
  display: inline-block;
  line-height: 30px;
  border: 1px solid #ddd;
  padding: 0 10px;
  margin-left: 10px;
  color:#666
}
.current {
  background:#19D3C5;
  color: #fff;
  margin-left: 10px;
  border-color:transparent
}
.nextPage,.prevPage,.disabled{background:#fff;color:#333 !important;}


/* .news_item{padding:28px 0;border-bottom:1px solid #ddd;} */
.news_time {
    width: 100px;
    height: 100%;
    position: static;
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding-top: 10px;
    box-sizing: border-box;
}
.news_time p{font-size:40px;color:#333;font-weight:bold;}
.news_time span{font-size:16px;color:#333}
.indexNews_item:hover .news_time {
  transform: rotateY(360deg);
  transition: all 1s;
  -ms-transition: all 1s;
}






</pre></body></html>