body{
    color: #333;
    font: 16px 'Microsoft YaHei','Hiragino Sans GB','Helvetica Neue',\5FAE\8F6F\96C5\9ED1,"SimHei",Tohoma,'sans-serif';
    cursor: default;
}
.bgfff{
    background: #fff;
}
.conbg{
    background: #f8f8f8;
    padding: 20px 0 20px;
}
/* 面包蟹导航 */
.bread_crabs{
    font-size: 14px;
    cursor: default;
}
.bread_crabs a{
    color: #000;
}
/* 面包蟹导航 */
/* banner */
.about_banner{
    display: block;
    width: 100%;
    margin-top: 20px;
}
/* 主体内容 */
.content{
    margin-top: 20px;
}
.news_top{
    background: #f5f7f9;
    margin: 28px 24px 0 22px;
}
.news_topimg{
    display: block;
    max-width: 100%;
}
.news_right{
    margin: 0 16px 0 432px;
    padding-top: 30px;
    color: #333;
}
.news_right h2{
    font-size: 20px;
}
.news_right p{
    height: 76px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    font-size: 14px;
    color: #666666;
    margin-top: 28px;
}
.news_time{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #999;
}
.news_time i{
    font-style: normal;
}
.news_color:hover{
    color: #ff9d00;
}
/* 新闻列表 */
.news_list{
    margin:0 10px 0 22px
}
.news_list a{
    display: block;
    width: 412px;
    color: #333;
    margin-top: 30px;
}
.news_list a:nth-of-type(odd){
    float: left;
}
.news_list a:nth-of-type(even){
    float: right;
}
.text-over{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news_list_bor{
    border:1px solid #ddd;
    border-top: none;
    padding:1px 9px 14px;
}
.news_list a img{
    display: block;
}

.news_list a h2{
    font-size:16px;
    margin: 12px 0 6px;
}
.news_list a p{
    margin-bottom: 14px;
}
  /* 隐藏二级导航 */
  .twonav{
    display: none;
}


