﻿/* ==========public css========== */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Microsoft Yahei";
    background-color: #f3f3f3;
    min-width: 320px;
    max-width: 540px;
    margin: 0 auto;
    font-size: 16px;
}

html {
    line-height: 1.15;
    /* 1 */
    /* -webkit-text-size-adjust: 100%; */
    /* 2 */
}
.nav-bar--safe-area-inset-top {
  padding-top: constant(safe-area-inset-top);
  padding-top: env(safe-area-inset-top);
}


@media (max-width: 540px) {
    html {
        font-size: 14px !important;
    }
}

a {
    color: #333;
    text-decoration: none
}

a:hover {
    color: #015293;
    text-decoration: none;
}

em {
    font-style: normal
}

ul,
li {
    padding: 0;
    list-style: none;
}

input {
    border: none;
    outline: none;
    background: none;
}

img {
    border-style: none;
    vertical-align: middle;
}

.text-overflow {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 列表页公用样式 */

.list-box{
    padding: 15px;
    background: #fff;
}
.common-title {
    line-height: 44px;
    background-color: #f3f3f3;
    border-bottom: 1px solid #ddd;
    position: relative;
  }
  .common-title .currentName {
    position: relative;
    float: left;
    margin-bottom: 0px;
    padding-left: 20px;
    font-size: 1rem;
    font-weight: bold;
    color: #333;
  }
  .common-title .currentName:before {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    width: 5px;
    height: 20px;
    margin-top: -8px;
    background-color: #015293;
  }

.con-list-line {
    padding: 10px 0;
    border-bottom: 1px dashed #d6d6d6;
}

.con-list li.con-li {
    line-height: 32px;
}
.con-list li{
    line-height: 32px;
    font-size: 16px;
    position: relative;
    margin: 0 5px;
}
.con-list li a {
    width: calc(100% - 100px) !important;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: url(http://www.njymyy.com/images/zjha-26.gif) no-repeat left center;
    text-indent: 0.8em;
    color: #000;
}
.con-list li a.mpoint{
    background: url(http://www.njymyy.com/images/m/point-zt.svg) no-repeat left center;
    text-indent: 1em;
}
.con-list-myzj li a {
    width: calc(100% - 130px) !important;
}
.con-list li .time {
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0px;
    color: rgb(153,153,153);
}


/* 民意征集 */
.zhengjiz{
    padding: 0px 3px;
    line-height: 35px;
    text-align: center;
    background: #5992dc;
    color: #FFF;
    margin-right: 5px;
    margin-top: 7px;
}
.yijies {
    padding: 0px 3px;
    line-height: 35px;
    text-align: center;
    background: #CCC;
    color: #FFF;
    margin-right: 5px;
    margin-top: 7px;
}


.page_box{
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    margin-top: 2%;
    margin-bottom: 2%;
}

/* 清除浮动 */
.clearfix {
    *zoom: 1;
  }
  .clearfix:before,
  .clearfix:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .clearfix:after {
    clear: both;
  }
  .clear {
    clear: both;
  }




