﻿* {
    padding: 0;
    margin: 0;
    font-family: "微软雅黑","楷体","宋体","仿宋",'Times New Roman', Times, serif;
    font-size: 16px;
}
.newsBody {
    margin:auto;    
    /*border: dashed 1px red;*/
    height: auto;
    width: 700px;
    padding-top: 30px;
    padding-bottom:30px;
    line-height: 2.0em;
    position:relative;    
}
.NewsTitle {    
    color: red;
    width: 500px;
    height: 40px;
    /*border:dotted 2px yellow;*/
    overflow:hidden;
    float:left;
}
.NewsTitle a:link{
    color:#1b15b0;
}
.NewsDateTime {
    width: 140px;
    height: 40px;
    display:inline-block;
    float:left;
    /*border:dashed 1px blue;*/
}