/*首页头部*/
#navbar .headerlogo {
    width: 85px;
    height: 28px;
}
#navbar .search-bar {
    margin-left: 76px;
    padding: 0 14px 0 6px;
}
.right-view-img {
    position: absolute;
    width: 0.15rem;
    right: 10px;
    opacity: 0.5;
    z-index: 3;
}
.im-icon{
    display: inline-block;
    width: 40px;
    height: 40px;
}
.im-icon {
    background: url("/statics/ley/mobile/images/newsweiliao.png")no-repeat center;
    background-size:80%;
    margin: 0 0.1rem;
    position: relative;
}
.my-icon {
    display: inline-block;
    margin-top: 5px;
    width: 30px;
    height: 30px;
}
.my-icon {
    border-radius: 50%;
    overflow: hidden;
}
.my-icon img{
    width: 100%;
    height: 100%;
}
.header_right {
    display: flex;
    width: 91px;
    height: 40px;
}
.babel{
    background-color: red;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    min-width: 18px;
    height: 18px;
    line-height: 18px;
    margin-left: 5px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 0px;
}
.flex_box {
    display: flex;
}
#navbar .back,
.newheader .back{
    width: 30px;
    height: 30px;
    background: url("/statics/ley/mobile/images/news-right.png") no-repeat center left;
    background-size: 70%;
    z-index: 2;
    margin-left: 0;
}
.newheader {
    justify-content: space-between;
    align-items: center;
    padding: 0.2rem 0;
    box-sizing: border-box;
}
.search_icon {
    width: 0.15rem;
    margin-right: 0.1rem;
}
/*新房头部所需的返回*/
.newheader .spfback {
    margin-left: 15px;
}
.newstyle {
    padding: 0 15px;
}
/*新页面头部文字样式*/
.word_title {
    position: relative;
    left: 12%;
}
#navbar .title {
    padding: 0;
}
#navbar.search-toogle .list-search-bar {
     margin-left: 35px;
}
.none {
    display: none;
}

.grid .item a{
    position: relative;
}
.grid .item .new_icon {
    position: absolute;
    top: 0;
    right: -0.211rem;
    width: 0.352rem;
    height: 0.152rem;
}
.w100{width: 100%}