.entry .con_t{
    display: flex;
    margin-bottom: 40px;
}
.entry .con_t .news_imgs{
    width: 200px;
    height: 260px;
    margin-right: 20px;
}
.entry .con_t .news_imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.entry .con_t .news_right{
    width: calc(100% - 220px);
}
.entry .con_t .news_title{
    font-size: 27px;
    font-weight: bold;
    color: #333;
    margin-bottom: 15px;
}
.entry .con_t .news_ff{
    font-size: 16px;
    margin-bottom: 10px;
    color: #333;
}
.entry .con_t .ff_title,
.entry .content_title{
    color: #1357ba;
}
.con_b .content{
    margin-bottom: 20px;
}
.entry .content_title{
    font-size: 16px;
}
.article #wp_paging_w3{display:none;}