@charset "UTF-8";
li .request {
    margin-bottom: 10px;
}
.request::before {
    content: "来信标题";
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    background: #f5b1b2;
    border-radius: 2px;
    margin-right: 20px;
    font-family: HiraginoSansGB-W6;
}
.response::before {
    content: "回复单位";
    display: inline-block;
    padding: 4px 8px;
    color: #fff;
    background: #f5b1b2;
    border-radius: 2px;
    margin-right: 20px;
    font-family: HiraginoSansGB-W6;
}

.request .fr,.response .fr{
    color:#999;
}
.hover-style1 li:nth-child(even){
    background-color:#fafafa ;
}
.hover-style1 li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background: #f0f3f8;
    z-index: 0;
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.320, 1.275);
    display: none;
}

.hover-style1 li:hover:after {
    width: 100%;
}
.list-b li .title {
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-family: HiraginoSansGB-W6;
}
.list-b li span {
    vertical-align: middle;
    font-family: HiraginoSansGB-W6;
}
@media (max-width: 1200px){


}

@media (max-width: 1199px){
    li .request{
        margin-bottom: 30px;
    }
    .main{
        padding:0;
    }

}
@media (max-width: 768px){


}

