@charset "utf-8";
@font-face{
  font-family:'sourcehansanscn-bold';
  src:
    ,
    ,
    ,
    ,
    ,
    
}
@font-face{
  font-family:'sourcehansanscn-regular';
  src:
    ,
    ,
    ,
    ,
    ,
    

}
@font-face{
  font-family:'sourcehansanscn-light';
  src:
    ,
    ,
    ,
    ,
    ,
    

}
@font-face{
  font-family:'sourcehansanscn-medium';
  src:
    ,
    ,
    ,
    ,
    ,
    
}
@font-face{
  font-family:'fixedsys';
  src:
    
}






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, a:focus{color:inherit;text-decoration:inherit;}

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}
.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: #085ab5;
  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:#333
}
.current {
  background: #085ab5;
  color: #fff;
  margin-left: 10px;
  border-color:#085ab5
}


/* .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;
}






