/* 内容 */
.content_wrap{
    margin-top:31%;
}

.con_left{
    width:850px;
    float: left;
    position: relative;
}

.left_top{
    height:60px;
background:rgba(28,24,20,1);
opacity:0.92;
padding-left:20px;
line-height: 60px;
font-size: 14px;
color:#AB9875;
}
.left_wrap{
    background: #1C1814;
    padding: 20px 20px 50px;
    min-height:500px;
}
.down_tab{
    height:100px;
    line-height: 100px;
    border-bottom: 1px solid #9C8D66;
    box-sizing: border-box;
    display: flex;
}
.tab_type{
    height:96px;
    line-height: 90px;
    text-align: center;
    flex:1;
    font-size: 24px;
    color:#9C8D66;
    cursor: pointer;
}

.tab_type.active{
    color:#FFD066;
    border-bottom:4px solid #FFD066;
    border-radius:2px;
}
.news_ul{
    padding: 20px;
}
.news_li{
    width:770px;
    height:60px;
    line-height: 60px;
    border-bottom:1px dashed #3F3932;
}
.news_li a{
    width:770px;
}

.news_txt{
    float: left;
    padding-left:10px;
    color:#E9DFC5;
    height:60px;
    line-height: 60px;
    max-width: 590px;
    overflow: hidden;
}
.news_date{
    font-style: normal;
    float: right;
    font-size: 14px;
    color:#AB9875;
}
.news_li:nth-last-of-type(1){
    border-bottom:0;
}



/*分页*/
.pagination {  text-align: center; font-size: 14px; cursor: default; margin: 24px 0; }
.pagination a, .pagination span { display: inline-block; padding: 0 12px; height: 32px; line-height: 30px; text-align: center; vertical-align: middle; border: 1px solid #d1d2d6; margin: 0 -1px 0 0; }
.pagination .page_cur { position: relative; text-decoration: none; color: #fc623e; border: 1px solid #999ba4; background-color: #fff; font-weight: bold; }
.pagination a { color: #333; }
.pagination a:hover { background-color: #e1e1e1; color: #FF6501; text-decoration: none; }
.pagination .page_disabled { color: #d1d2d6; }
.pagination span.page_prev, .pagination span.page_next { color: #d1d2d6; }

.pagin-div * {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 3px;
  }
  .pagin-div {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #FFD066;
    margin-top:30px;
  }
  .pagin-div .current {
    width:34px;
    height:34px;
    line-height: 34px;
    background:rgba(255,208,102,1);
    color:#1C1914;
    border-radius:50%;
  }
  .pagin-div .prev,
  .pagin-div .next {
    width:34px;
    height:34px;
    line-height: 34px;
    color: #1C1814;
border:1px solid rgba(232, 231, 231, 1);
border-radius:50%;
  }
  .pagin-div .prev{
      background:#FFD066 url(../images/last.png) no-repeat center;
  }
  .pagin-div .next{
    background:#FFD066 url(../images/next.png) no-repeat center;
}
  .pagin-div a {
    width:34px;
    height:34px;
    line-height: 34px;
    color:#FFD066;
    background:rgba(233,223,197,0.1);
    border-radius:50%;
  }