﻿.NewsList {
    width: 100%;
    height: auto;
    min-height: 300px;
    font-size: 16px;
}

.NewsRows {
    max-width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: solid 1px #ccc;
    clear: both;
    overflow: hidden
}

.NewsTitle {
    max-width: 67%;
    min-width: 67%;
    float: left;
    text-indent: 1em;
}

.NewsTime {
    max-width: 33%;
    float: left;
    text-align: right;
}

.ArticelTitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    /*font-size: 22px;*/
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    clear: both;
    margin-bottom: 20px;
}

.ArticelTitle h1{
    font-size:22px;
}

.ArticelContent {
    width: 100%;
    height: auto;
    clear: both;
    margin-bottom: 30px;
    min-height: 300px;
}
