body{
    background-color: #f0f0f0;
}
.news_list>div{
    display: inline-block;
    vertical-align: top;
}
.news_list>div:nth-child(2){
    width: 795px;
    float: right;
}
.news_list>div:nth-child(2) .newLstTit{
    font-size: 18px;
    font-weight: bold;
    color: #2958a5;
}
.news_list>div:nth-child(2) p{
    font-size: 14px;
    color: #666666;
}
.news_list>div:nth-child(1){
    width: 70px;
    height: 85px;
    background-color: #e4e4e4;
    padding: 10px;
}
.news_list_date p{
    text-align: center;
    height: 45px;
    line-height: 45px;

}
.news_list_date p:nth-child(1){
    border-bottom: 1px solid #b5b5b5;
    font-size: 26px;
    font-weight: bold;
}
.news_list_date p:nth-child(2){
    font-size: 14px;
}
.news_list{
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
    padding-top: 40px;
}

/*新闻详情页*/
.news_detail .news_detail_title{
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}
.news_detail .news_detail_date{
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    margin-bottom: 20px;
}

.news_list a{
    color: #0D47A1;
}