/* 主体内容 */
.mailbox,
.survey {
    width: 1200px;
    min-height: 200px;
    background: #fff;
    padding: 20px;
    margin: 0 auto 15px;
}
ul.wsdc_lists li {
    height: 50px;
    margin: 10px 0;
}
/* 市长信箱 + 信件总览图 */
.mailbox-lf {
    width: 714px;
    float: left;
}
.title {
    font-size: 20px;
    color: #0b5492;
    padding-left: 20px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d7d7d7;
    background: url(../images/zmhd/pbg.png) no-repeat left 5px;
    margin: 21px 0 18px;
}
.szxx {
    line-height: 36px;
    padding-bottom: 18px;
    background-position-y: 10px;
    color: #000;
    margin-top: 26px;
    margin-bottom: 6px;
}
.szxx div,
.szxx p {
    float: left;
}
.szxx div:first-child {
    font-size: 26px;
    color: #0b5492;
}
.szxx div:first-child a {
    color: #cc0606;
}
.szxx p span {
    font-size: 20px;
    width: 24px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    display: inline-block;
    zoom: 1;
    _display: inline;
    vertical-align: top;
    border-radius: 4px;
    background: #2778bd;
    color: #fff;
    margin-right: 4px;
}
.szxx .ybj {
    margin-left: 24px;
}
ul.wsdc_lists .text p {
    color: #999 !important;
}


.end {
    background-color: #C3C3C2 !important;
}
.xx {
    font-size: 16px;
    border: 1px solid #e5e5e5;
}
.xx-nav {
    height: 46px;
    line-height: 46px;
    background: #f8f8f8;
}
.xx-nav li {
    float: left;
    text-align: center;
    color: #0b4a8a;
}
.theme {
    width: 43%;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.type {
    width: 11%;
    text-align: center;
}
.state {
    background: #2778bd;
    color: #fff;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    width: 6%;
    width: 54px;
    padding: 7px 0px;
    float: left;
    height: 50px;
    margin-right: 11px;
}
ul.lists.myzj_lists li {
    background: unset;
    padding-left: unset;
    height: auto;
}
.state span {
    color: #fff !important;
    float: none !important;
}
.date {
    width: 25%;
    text-align: center;
}
.xx-lists li {
    overflow: auto;
    margin: 17px 0;
}
.xx-lists li p {
    float: left;
}
.xx-lists .theme {
    padding-left: 28px;
    background: url(../images/zmhd/dian.png) no-repeat 14px center;
}
.xx-lists li div {
    display: inline-block;
    float: left;
}
.xjlb_state {
    width: 15%;
    text-align: center;
}
.mailbox-rf {
    width: 430px;
    float: right;
}
.mailbox-rf .title {
    border-bottom: 0;
}
.xjzl {
    width: 430px;
    height: 268px;
    border: 1px solid #e5e5e5;
    padding: 20px;
}
#tjt {
    width: 100%;
    height: 100%;
}
.write {
    overflow: hidden;
    font-size: 22px;
    margin-top: 16px;
}
.write li {
    width: 32%;
    height: 72px;
    line-height: 72px;
    background: #2778bd;
    text-align: center;
    border-radius: 8px;
    float: left;
    margin-left:2%;
}
.write li:first-child {
   margin-left: 0;
}
.write li a {
    color: #fff;
}
.write li img {
    margin-right: 20px;
}
/* 民意征集 + 网上调查 + 在线访谈 + 常见问题 */
.survey > .fl,
.survey > .fr {
    width: 570px;
}
.title > a {
    color: #939393;
    font-size: 14px;
    float: right;
    margin-top: 4px;
}
.title > a:hover {
    color: red;
}
.lists li {
    height: 22px;
    padding-left: 20px;
    background: url(../images/zmhd/dian.png) no-repeat 2px center;
    margin-bottom: 20px;
}
.lists li span {
    float: right;
    color: #999;
}
.text h4 {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: inherit;
}

.text p {
    text-align: left;
    margin: unset;
    padding: unset;
}

.text p span {
    float: left;
    margin-right: 25px;
}
.lists li p {
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* font-size: 16px; */
}
.zxft .title a {
    font-size: 18px;
    color: #0b5492;
}
.zxft-headline {
    margin-bottom: 33px;
}
.zxft-headline p.fl img{
    width: 245px;
}
.zxft-details {
    width: 310px;
    position: relative;
}
.zxft-details h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxft-details p {
    color: #929292;
    text-indent: 2em;
    line-height: 28px;
}
.zxft-details > a {
    color: #929292;
    position: absolute;
    bottom: 6px;
    right: 0;
}
.myzj{height:209px;}
/* 移动端 */
@media screen and (max-width: 768px) {
    .mailbox, 
    .survey {
        width: 100%;
        padding: 10px;
    }
    .mailbox-lf {
        width: 100%;
    }
    .szxx {
        margin-top: 15px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .szxx .gsl,
    .szxx .ybj {
        width: 40%;
        margin: 0;
    }
    .szxx p span {
        height: 30px;
        line-height: 30px;
    }
    .type,
    .state {
        display: none;
    }
    .theme {
        width: 66.6666%;
    }
    .date {
        width: 33.3333%;
    }
    .mailbox-rf {
        width: 100%;
    }
    .title {
        margin: 15px 0;
    }
    .mailbox-rf .title {
        border-bottom: 1px solid #d7d7d7;
    }
    .write li img {
        margin-right: 8px;
    }
    .survey > .fl,
    .survey > .fr {
        width: 100%;
    }
    .zxft-headline {
        margin-bottom: 15px;
    }
    .zxft-headline p.fl,
    .zxft-headline p.fl img {
        width: 100%;
    }
    .zxft-details {
        width: 100%;
    }
    .survey {
        margin-bottom: 0;
    }
    .xjzl {
        width: 100%;
        padding: 10px;
    }
.myzj{height:auto;}
.lists li p{width:60%;}
}