.entry .con_t .news_imgs{
    width: 200px;
    height: 260px;
margin:0 auto;
}
.entry .con_t .news_imgs img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.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;
}