#ourNav{
    width: 100%;
    height:3rem ;
    margin-top:1.5rem;
}
#ourNav li{
    width: 30%;
    height: 3rem;
    background: #fff;
    margin-bottom:0.7rem;
    text-align: center;
    border-radius: 5px;
    float: left;
    margin-right:3.3%;
}
#ourNav li h2{
    color: #3a3a3a;
    line-height: 3rem;
    font-size: 1.2rem;
}
.ourNavAct{
    background: #147cbe!important;
}
.ourNavAct h2{
    color:#fff !important;
}
#news ul{
	margin-bottom:1rem;
}
#news li {
    width: 100%;
    height:7rem;
    border-bottom:1px solid #ccc;
}
#news li p{
    font-size: 1.1rem;
    width: 100%;
    height:1.6rem;
    margin-bottom:0.5rem;
    color: #9a9a9a;
    overflow: hidden;
}
#news li p:first-of-type{
    font-size: 1.3rem;
    font-weight: bold;
    color: #838383;
    margin-top:1.3rem;
}

#news,#news_info{
    background: #f3f3f3;
}

#news_info .newTitle{
    text-align: center;
    font-size: 1.3rem;
    margin-bottom:0.6rem;
}
#news_info .date{
    text-align: center;
    font-size: 1.1rem;
    margin-bottom:1rem;
}
#news_info_cont{
    width: 100%;
}
#news_info_cont p,#news_info_cont h4,#news_info_cont h5,#news_info_cont h6{
    font-size: 1rem;
    line-height: 1.6rem;
    margin-bottom:0.8rem;
}
#news_info_cont span,#news_info_cont h4 span£¬#news_info_cont h5 span£¬#news_info_cont h6 span{
    font-size: 1rem;
    line-height: 1.6rem;
}
#news_info_cont img{
    width: 100%;
}

#pageList *{
	margin-top:1rem;
	margn-right:0.3rem !important;
}