/* 路径导航 */
.pathnav {
    border-bottom: 1px solid #eee;
}

.pathnav a {
    display: block;
    font-size: 16px;
    font-size: .16rem;
    line-height: 60px;
    line-height: .6rem;
    color: #7f7f7f;
    float: left;
    margin-right: 10px;
    margin-right: .1rem;
}

.pathnav a:hover {
    color: #004a93;
}

/* 公共标题 */
.hdjl_title {
    margin: 30px 0 10px;
    margin: .3rem 0 .1rem;
}

.hdjl_title h6 {
    font-size: 28px;
    font-size: .28rem;
    line-height: 30px;
    line-height: .3rem;
}

.hdjl_title h6::after {
    content: '';
    width: 5px;
    height: 30px;
    height: .3rem;
    background-color: #004a93;
    display: block;
    float: left;
    margin-right: 20px;
    margin-right: .2rem;
}

/* 信件列表 */
.wsdc .pList01 li {
    line-height: 80px;
    line-height: .8rem;
    border-bottom: 1px dashed #ddd;
}

.wsdc .pList01 li a {
    width: 50%;
}

.wsdc .pList01 li a.wycy {
    float: right;
    width: 130px;
    width: 1.3rem;
    line-height: 35px;
    line-height: .35rem;
    background: #247fd1;
    text-align: center;
    font-size: 18px;
    font-size: .18rem;
    color: #fff;
    margin-top: 22px;
    margin-top: .22rem;
    border-radius: 3px;
}

.wsdc .pList01 li a.wycy:hover {
    background-color: #004a93;
    color: #fff;
}

.wsdc .pList01 li .day {
    float: right;
    margin-right: 50px;
    margin-right: .5rem;
}

.wsdc .pList01 li .zt {
    float: right;
    color: #e93434;
    margin-right: 50px;
    margin-right: .5rem;
}

/* 清除浮动 */
.wsdc .pList01 li:after,
.pathnav .mainWidth:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

@media screen and (max-width: 768px) {
    .hdjl_title {
        margin: .2rem 0 .1rem;
    }

    .wsdc .pList01 li a {
        width: 72%;
        line-height: .35rem;
    }

    .wsdc .pList01 li a.wycy {
        width:25%;
        line-height: 35px;
        line-height: .35rem;
        font-size: 18px;
        font-size: .18rem;
        margin-top: 0;
    }

    .wsdc .pList01 li {
        padding: 10px 0;
    }
    
    .wsdc .pList01 li span {
        display: block;
        margin-right: 10px !important;
        line-height: .35rem;
    }
    
    .wsdc .pList01 li .day {
        float: left;
    }
}