/* 邻里新闻 */
.news-header{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-align-items: flex-end;
       -moz-box-align: flex-end;
        -ms-flex-align: flex-end;
            align-items: flex-end;
    color: #f19437;
    border-bottom: 1px solid #eeeeee;
    width: 100%;
    height: 9.3333vw;
    
    
}
.news-header h1{
    position: relative;
  padding-top: 2vw ;
  padding-bottom: 1.3333vw;
    font-size: 4.8vw;
    font-weight: 400;
    /* border-bottom: 4px solid #f19437; */

}
.news-header h1::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    border-radius: 0.6667vw;
    background: #f19437;

}
.more{
    font-size: 3.2vw;
    color: #f19437 !important;
    margin-bottom: 1.3333vw;
   
}
.news-wrap{
   
    width: 100%;
    padding:0 2.6667vw;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
    background: #fff;
}
.news-item{
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.news-item img{
    width: 20vw !important;
    height: 13.3333vw !important;
    margin-right: 2.6667vw;
    border-radius: 0.6667vw;
}
.news-item-wrap{
    padding: 2.6667vw 0;
    border-bottom: 1px solid #eeeeee;
}
.news-detail-header{
    /* width: 100%;
    display: -webkit-box;
-webkit-line-clamp:2;
overflow: hidden;

 */
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
font-size: 3.7333vw;
color: #363636;

}
.news-info{
    width: 75%;
}
.time{
    font-size: 3.2vw;
    color: #a6a6a6;
}

.sea{
    display: flex;
    align-items: center;
    color: #a6a6a6;
    font-size: 3.2vw;
}
.sea-icon{

    width: 4vw;
    height: 2.6667vw;
    background: url(../images/eye.png) no-repeat;
    background-size: 100% 100%; 
    margin-right: 1.3333vw;
}
.else-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}


.input{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding-left: 2.6667vw;
    border-radius: 6.6667vw;
    border:1px solid #eeeeee;
    width:60%;
    height: 50%;
}