.btn, button {
    padding: 0px 0px;
    border-radius: 0px;
    font-weight: 400;
    color: #fff;
    font-size: 13px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    display: inline-block;
}
.news{
    background:#01011C;
    padding-bottom:100px;

} 
.news_ner{
    background:#01011C;
    padding-top:126px;
}
.new_list{
    margin-top:157px;
    margin-left:60px;
}
.new_list li{
    float:left;
    width:45%;
    /* margin-bottom:60px; */
}
.new_list .title{
    width:80px;
    height:80px;
    line-height:20px;
    border:1px solid #2274FB;
    position:relative;
    float:left;
    font-size:36px;
    text-align:center;
    color:#ffffff;
}
.new_list span{
    width:10px;
    height:10px;
    display:block;
    background:#2274FB;
    position:absolute;
    top: -5px;
    left: -5px;
}
.new_list .new_year{
    font-size:14px;
    color:#2274FB;
    position: absolute;
    bottom:12px;
    right:13px;
    line-height: 19px;

}
.new_text{
    width:70%;
    margin-left:20px;
}
.new_text h3{
    color:#ffffff;
    font-size:18px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom:20px;
}

.datasew{
    height:44px;
    overflow: hidden;
}
.new_text  p{
    overflow: hidden;
    text-overflow:ellipsis;
    margin-bottom:20px;
    display:-webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp:2;
    line-height:24px;
    color:#9695B2;
    font-size:14px;
}

/*
分页*/
/* 外面盒子样式---自己定义 */
.page_positin{
    height:50px;
    position: relative;
}
.page_div{
    color:#9695B2;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  /*  display:none;*/
}
/* 页数按钮样式 */
.page_div button{display:inline-block;min-width:30px;cursor:pointer;color:#666; background: #01011C;font-size:13px;line-height:28px;border:1px solid #9695B2;text-align:center;margin:0 4px;-webkit-appearance: none;-moz-appearance: none;appearance: none;}
#firstPage,#lastPage,#nextPage,#prePage{width:50px;color:#9695B2;border:1px solid #9695B2}
#nextPage,#prePage{width:70px}
.page_div .current{background-color:#0073A9;border-color:#0073A9;color:#FFF}
/* 页面数量 */
.totalPages{margin:0 10px}
.totalPages span,.totalSize span{color:#0073A9;margin:0 5px}
/*button禁用*/
.page_div button:disabled{opacity:.5;cursor:no-drop}
