﻿.main > .container {
    height: auto;
    background: url(../images/icon/mainbg.png) no-repeat;
    padding: 75px 30px 20px 30px;
}
.main > .container > .fl {
    width: 753px;
}
.main > .container > .fr {
    width: 366px;
}
.mailbox-title {
    height: 36px;
    line-height: 36px;
    background: #e3eff9;
    margin-top: 15px;
    font-size: 17px;
}
.mailbox-title li {
    float: left;
    text-align: center;
    border-right: 1px solid #c2d3e0;
}
.mailbox-title li:last-child {
    border-right: 0;
}
.item-thing {
    width: 38.5%;
}
.item-type {
    width: 20.5%;
}
.item-state {
    width: 19.5%;
}
.item-date {
    width: 21.5%;
}
.mailbox-title li span {
    width: 9px;
    height: 7px;
    display: inline-block;
    background: url(../images/zmhd/bsjx.png) no-repeat;
    vertical-align: middle;
    margin-left: 12px;
}
.mailbox-details li {
    height: 38px;
    line-height: 38px;
    border-bottom: 1px solid #fff;
    background: #f5f6fa;
    font-size: 15px;
}
.mailbox-details li:first-child {
    margin-top: 2px;
}
.mailbox-details {
   height:190px;
}
.mailbox-details li p {
    float: left;
    text-align: center;
}
.mailbox-details li p.item-thing {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    padding-left: 21px;
}
.mailbox-details li p .processed {
    color: #b1423b;
}
.mailbox-details li p .undisposed {
    color: #90a3b2;
}
.mailbox-total {
    overflow: auto;
    margin-top: 11px;
}
.mailbox-total .lf,
.mailbox-total .lf p {
    float: left;
}
.mailbox-total .lf p:first-child {
    margin-right: 20px;
}
.mailbox-total .lf {
    font-size: 15px;
    width: 390px;
    height: 47px;
    line-height: 47px;
    background: #f8f8f8;
    padding-left: 21px;
}
.mailbox-total .lf span {
    color: #ab2c23;
}
.mailbox-total .write {
    float: right;
}
.mailbox-total .write a {
    width: 170px;
    height: 47px;
    line-height: 47px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    color: #fff;
    background: #e1c181;
}
.mailbox-total .write a:first-child {
    background: #46b0c0;
}
.mailbox-total .write a img{
    margin-right: 10px;
}
.wsdc-box {
    position: relative;
    margin-top: 10px;
}
.w-nav {
    font-size: 18px;
    border-bottom: 1px solid #d7d7d7;
}
.w-nav li {
    float: left;
    margin-right: 30px;
}
.w-nav li a {
    color: #000;
}
.w-nav .dis a {
    color: #015293;
    border-bottom: 2px solid #015293;
    display: block;
    padding-bottom: 15px;
}
.w-more {
    position: absolute;
    right: 0;
    top: 5px;
}
.w-more a {
    color: #999;
}
.w-more a:hover {
    color: red;
}
.w-more li,
.w-lists > div {
    display: none;
}
.w-more .dis,
.w-lists > .dis {
    display: block;
}
.w-lists .hidd > p {
    width: 98px;
    height: 81px;
    background: url(../images/zmhd/wsdc.png) no-repeat;
    color: #fff;
    letter-spacing: 12px;
    line-height: 40px;
    font-size: 20px;
    padding-left: 24px;
    margin-right: 10px;
}
.w-lists .hidd > h4 {
    font-weight: normal;
    font-size: 18px;
    width: 641px;
    margin: 15px 0 10px;
}
.w-lists .hidd > h4 strong {
    font-weight: normal;
    color: #015293;
}
.w-lists .hidd > a {
    color: #919191;
}
.w-lists .hidd > a span {
    color: #c40707;
float:right;
}
.w-lists ul li {
    line-height: 36px;
}
.w-lists ul span {
    float: right;
    color: #999;
}
.w-lists ul p {
    width: 80%;
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.w-lists ul p strong {
    font-weight: normal;
}
.w-lists ul p .dcz {
    color: #ae0303;
}
.w-lists ul p .yjs {
    color: #666;
}
.w-lists .hidd {
    margin: 15px 0 10px;
}
.cjwt {
    position: relative;
}
.cjwt-lists {
    font-size: 16px;
}
.cjwt-lists li {
    padding-left: 12px;
    background: url(../images/icon/dian.png) no-repeat 0 12px;
    margin: 18px 0;
}
.cjwt-lists li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zxft {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-top: 12px;
} 
.zxft li {
    width: 48%;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 5px;
    background: #4aa1c8;
}
.zxft li:first-child {
    background: #f3f3f3;
width:100%;
}
.zxft li a {
    color: #fff;
}
.zxft li:first-child a {
    color: #000;
}
.zxft li a span {
    margin-left: 15px;
}
@media screen and (max-width: 768px) {
    .main > .container {
        padding: 15px 10px;
        height: auto;
        background: #fff;
    }
    .main > .container > .fl,
    .main > .container > .fr {
        width: 100%;
    }
    .item-type,
    .item-state {
        display: none;
    }
    .item-thing {
        width: 65%;
    }
    .item-date {
        width: 35%;
    }
    .mailbox-total .lf {
        margin-bottom: 15px;
        width: 100%;
    }
    .mailbox-total .write {
        width: 100%;
        margin-bottom: 15px;
    }
    .mailbox-total .write a {
        width: 48%;
    }
    .mailbox-total .write a:first-child {
        margin-right: 2%;
    }
    .w-lists .hidd {
        margin: 0;
    }
    .w-lists .hidd > p {
        display: none;
    }
    .w-lists .hidd > h4,
    .w-lists .hidd > a {
        width: 100%;
    }
    .w-lists ul p {
        width: 60%;
    }
    .cjwt-lists li {
        margin: 10px 0;
    }
    .main > .container > .fl > p {
        height: 80px;
    }
    .main > .container > .fl > p img {
        height: 100%;
    }
.mailbox-details {
   height:auto;
}
}