.nesw_lunbo{
    width: 100%;
    height: 400px;
    margin-top:80px;
}
.news_xianwen{
    width: 100%;
    height: 700px;
    background-color: rgb(151, 80, 80);
    margin: 0 auto;
}

.xinx{
    width: 100%;
    height: 700px;
}
.xin_box{
    width: 368px;
    height: 350px;
    border: 1px solid ;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 50px;
}
.xin_box>img{
    width: 100%;
    height: 220px;
}

.xin_box>h3{
    width: 320px;
    color: #333;
    font-size: 16px;
    text-align: center;
    margin-top: 5px;
    margin-left: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;

}
.xin_box>p{
    width: 320px;
    height: 10px;
    color: #777;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    margin-top: 2px;
    padding-bottom: 10px;
    padding-bottom: 7px;
    margin-left: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
   
}
.zuoye{
    width: 100%;
    height: 71px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.zuoye>p:nth-of-type(1){
    margin-left: 20px;
}
.zuoye>p:nth-of-type(2)>i{
  font-size: 20px;
  margin-left: -70px
}

.xin_box:hover:hover .zuoye{
    color: rgb(58, 131, 214);
}
.heihe{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    opacity: 0;
}
.wentwe{
    width:0px;
    height: 50px;
    /* background-color: royalblue; */
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
     line-height: 50px;
     text-align: center;
    position: absolute;
    top: 45%;
    left:85px;
    z-index: 3;
    overflow: hidden;

    transition: all 0.2s linear;
    color: #fff;
}

 
.xin_box:hover .wentwe{
    width: 200px;
    transition: all 0.2s  linear;
}
.xin_box:hover .heihe{
    opacity: 1;
    transition: all 0.4s linear;
}
 
/* .fenyy{
    width: 250px;
    margin: 0 auto;
    height: 30px;
    margin-top: 80px;
 
    background-color: royalblue;
} */
/* 分页样式 */
.page {
    padding: 40px;
    line-height: 28px;
    text-align: center;
    margin-top: 40px;
     
}

.page a {
    display: inline-block;
    margin: 0 2px;
    padding: 0 12px;
    border: 1px solid #ddd;
     
    color: #333;
    vertical-align: top;
}
.page a:hover, .page .current {
    border: 1px solid #fd0902;
    background: #fd0902;
    color: #fff;
}
.page span {
    display: inline-block;
    margin: 0 2px;
    padding: 0 12px;
    border: 1px solid #ddd;
     
    color: #333;
    vertical-align: top;
}


.page  li { display:inline

}
.page  .active span{background:#fd0902;color:#ffffff}