.zwft-con h2 {
    width: 100%;
    border-bottom: 1px solid #CECECE;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 55px;
    height: 55px;
    position: relative;
}
.zwft-con h2 span {
    display: inline-block;
    font-size: 23px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
    height: 55px;
    border-bottom: 5px solid #2758b4;
}
.zxfd {
    margin-top: 34px;
    margin-bottom: 40px;
}
.zxfd li {
    width: 455px;
    margin-right: 14px;
    display: inline-block;
    margin-bottom: 20px;
}
.zxfd li:nth-child(3n) {
    margin-right: 0;
}
.zxfd img {
    width: 100%;
    height: 310px;
}
.zxfd .fdmess {
    color: #333;
    margin-top: 7px;
}
.zxfd .fdmess div {
    height: 32px;
    line-height: 30px;
}
.zxfd .fdmess div span {
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;
}
.zxfd .fdmess div span.tle {
    float: left;
    width: 80px;
    font-weight: bold;
    font-size: 15px;
}
.zxfd .fdmess div.title span.cnt,
.zxfd .fdmess div.time span.cnt,
.zxfd .fdmess div.fdjb span.cnt {
    width: calc(100% - 80px);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.zxfd .fdmess .fddesc {
    color: #666;
    margin-bottom: 18px;
}
.zxfd .fdmess .fdjb {
    min-height: 30px;
    /*height: 60px;*/
    margin-bottom: 10px;
}
.zxfd .fdmess a.fdhg {
    display: none;
    width: 168px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background: #005cb3;
    font-weight: bold;
    color: #FFF;
}

/*cms列表*/
.page_list_more {
    text-align: center;
    margin: 30px auto;
    /* display: none; */
}
.page_list_more span {
    display: inline-block;
    min-width: 70px;
    padding: 0 10px;
    background: #005298;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    cursor: pointer;
    border-radius: 3px;
    transition: .3s;
}
@media (max-width: 1500px) {
    .zxfd li {
        width: 390px;
        height: auto;
    }
}
@media (max-width: 768px) {
    .zxfd {
        width: 100%;
        height: auto;
    }
    .zxfd img {
        width: 100%;
        float: none;
    }
    .zxfd .fdmess {
        float: none;
        width: 100%;
        font-size: 16px;
    }
    .zxfd .fdmess .title {
        margin-top: 5px;
    }
    .zxfd .fdmess .time {
        margin: 3px 0;
    }
    .zxfd .fdmess .fddesc {
        margin: 5px 0;
    }
}
