@charset "UTF-8";
@font-face{
  font-family:'SourceHanSansCN-Regular';
  src:
    url(./fonts/SourceHanSansCN-Regular.ttf),
    url(./fonts/SourceHanSansCN-Regular.oet),
    url(./fonts/SourceHanSansCN-Regular.otf),
    url(./fonts/SourceHanSansCN-Regular.svg),
    url(./fonts/SourceHanSansCN-Regular.woff),
    url(./fonts/SourceHanSansCN-Regular.woff2)

}



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:focus,
a:hover{text-decoration: none;color:inherit;}

li, i {
  list-style: none;
}

img {
  width: auto;
  max-width: 100%;
  border:0 none;
  vertical-align: middle;
  border:0 none;transition:0.5s
}
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: #DB0D2B;
  d9ee76a344631961ec418b70178256cd
  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;
}
.pageCun{padding:0 10px;line-height: 30px;background:#fff;border:1px solid #DB0D2B;}
.tcdPageCode a, .current, .disabled {
  display: inline-block;
  line-height: 30px;
  border: 1px solid #DB0D2B;
  padding: 0 10px;
  margin-left: 10px;
  color:#666;
  background:#fff;
}
.current {
  background:#DB0D2B;
  color: #fff;
  margin-left: 10px;
  border-color:transparent
}

.page{margin-top:40px;margin-bottom:30px;justify-content: center;align-items:center;}
.page_prev,.page_next{width:40px;height:40px;background:#CCCCCC;color:#fff;text-align:center;line-height:40px !important;}
.page_prev a,.page_next a{color:#fff;display:block;width:100%;height:100%;padding-left:0 !important;}
.page_next{margin-left:10px;}
.page_list_box{align-items:center;padding:0 20px;}
.page_list{width:80px;height:40px;border:1px solid #ccc;line-height:40px;margin-right:5px;cursor: pointer;}
.show_page{display: inline-block;padding-left:5px;background:#fff url(../images/arrowbottom.png) no-repeat 95% center;background-size:10px;width:100%;height:98%;}
.page_nmu{display:none;background:#fff;width:100%;z-index:99;position: relative;box-shadow: 0 0 5px #ddd;}
.ym{line-height:25px;}
.ym a{display:block;height:100%;padding-left:10px;}
.ym a:hover{background:#ccc;color:#333;}
.nextPage,.prevPage,.disabled{background:#262626;color:#fff !important;}
.nextPage,.prevPage{background:#000 !important;border-color:#000 !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;
}






