.p-content {
    width: 100%;
    min-height: 600px;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
    padding: 15px;
}

.m-location {
    width: 100%;
    height: 33px;
    line-height: 33px;
    margin-bottom: 20px;
    text-indent: 24px;
    background: url(../img/leader_icon.png) left 2px no-repeat;
    font: 16px/1.5 "Microsoft YaHei";
    border-bottom: #dddddd 1px solid;
    color: #666666
}

.m-location a {
    font: 16px/1.5 "Microsoft YaHei";
    color: #666666
}

/**领导信箱列表**/
.mailbox {
    margin: 10px;
}

.is-wxts {
    padding-top: 20px;
    padding-left: 13px;
    height: 32px;
}

.is-wxtscon {
    line-height: 22px;
    color: #666666;
    padding: 0 10px;
}

.is-wxtscon p {
    text-indent: 2em;
    margin-top: 12px;
}

.is-wxtscon strong {
    color: #ee6500;
}

.petionSearch {
    overflow: hidden;
    margin-bottom: 10px;
}

.petionSearch .searchBox {
    height: 60px;
}

.petionSearch .searchBox .hd {
    height: 36px;
    line-height: 36px;
    padding: 12px 20px 12px 70px;
    float: left;
    _display: inline;
    font-size: 16px;
    color: #333;
    background: url(../img/letter-icons.png) 19px -151px no-repeat;
}

.petionSearch .searchBox .bd {
    float: left;
    _display: inline;
    padding: 7px 0px 0px 0px;
}

.petionSearch .searchBox .keyword {
    width: 220px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    padding: 11px;
    background: #fff;
    border: 1px solid #ddd;
    outline: none;
    float: left;
    _display: inline;
    margin-right: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.petionSearch .searchBox .searchsubmit {
    width: 80px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #3269B8;
    border: none;
    float: left;
    _display: inline;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

.petionSearch .searchBox .searchsubmit:hover {
    background: #1850a0;
}

.petionSearch .write {
    float: right;
    _display: inline;
    height: 48px;
    line-height: 48px;
}

.petionSearch .write a {
    display: block;
    width: 139px;
    background: #F8A648;
    height: 48px;
    overflow: hidden;
    padding-left: 30px;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.petionSearch .write a i {
    width: 22px;
    height: 60px;
    float: left;
    _display: inline;
    margin-right: 13px;
    background: url(../img/letter-icons.png) 0px 14px no-repeat;
    transition: all .5s;
}

.petionSearch .write a:hover {
    background: #f79424;
}

.petionSearch .write a span {
    float: left;
    _display: inline;
    font-size: 16px;
}

.petionSearch .write a:hover {
    text-decoration: none;
}

/* 信件列表 */
.letterList {
    width: 100%;
    border: none;
    border-collapse: collapse;
}

.letterList th,
.letterList td {
    text-align: center;
    font-size: 16px;
    vertical-align: middle;
    line-height: 26px;
    padding: 5px 5px
}

.letterList th {
    background: #F5F5F5;
}

.letterList th {
    height: 35px;
    line-height: 35px;
    padding: 0px;
    font-size: 12px;
}

.letterList th.title {
    text-align: left;
}

.letterList .num {
    display: none;
}

.letterList td.title {
    text-align: left;
    padding-left: 5px;
}

.letterList .ico {
    width: 30px;
    text-align: center;
    vertical-align: middle;
    padding: 0px
}

.letterList .ico i {
    vertical-align: middle;
    height: 25px;
    width: 25px;
    float: left;
    _display: inline;
    font-size: 16px;
    color: #333;
    background: url(../img/letter-icons.png) 10px -325px no-repeat;
}

.letterList .handle,
.letterList .open,
.letterList .dep {
    display: none
}

.letterList .dep {
    width: 120px;
}

.letterList .state {
    width: 120px;
}

.letterList .state .s0 {
    color: #333;
}

.letterList .state .s1 {
    color: #f70;
}

.letterList .state .s2 {
    color: #f00;
}

.letterList .state .s3 {
    color: #390;
}

.letterList .state .s4 {
    color: #333;
    text-decoration: line-through;
}

.letterList .date {
    border-right: none;
    width: 120px;
}

.letterList td.date {
    color: #999999
}

/* 信件列表页 ----------------------------------------------------- */
.letterPageList th {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #3269B8;
    background: #EDF2F9;
}

.letterPageList .dep {
    width: 200px;
    display: table-cell;
}

.letterPageList td {
    padding: 7px 5px;
}

.xjtj {
    color: #000;
    background: none;
    cursor: auto;
    line-height: 55px;
    margin-left: 10px;
    font-size: 16px;
}

@media (max-width: 1200px) {
    .petionSearch .searchBox .bd {
        float: none;
    }

    .petionSearch .write {
        float: none;
        margin-bottom: 10px;
    }
}

@media (max-width: 900px) {
    .petionSearch .searchBox{
        height: auto;
    }
    .searchBox {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 600px) {
    .petionSearch .write {
        float: none;
    }

    .letterPageList .dep {
        width: auto;
    }

    .xjtj {
        display: block;
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 450px) {
    .letterList .date {
        display: none;
    }
}