﻿body, .mid
{
    background-color: #f3f3f3;
}
.cont
{
    width: 1000px;
}
.news_list
{
    width: 900px;
    margin-top: 5px;
    background: #fff;
    padding: 30px 50px;
    display: block;
    overflow: hidden;
}
.news_date
{
    width: 80px;
    float: left;
    padding: 10px 10px;
    background: #bbb;
    color: #fff;
    font-weight: 400;
}
.news_date span
{
    display: block;
    line-height: 1.2em;
}
.news_date .month
{
    font-size: 14px;
    text-align: left;
}
.news_date .day
{
    font-size: 52px;
    text-align: center;
}
.news_date .year
{
    font-size: 20px;
    text-align: right;
}
.news_word
{
    width: auto;
    height: 110px;
    float: left;
    margin-left: 25px;
}
.news_title a
{
    width: auto;
    height: auto;
    color: #3399db;
    font-size: 24px;
    text-decoration: none;
}
.news_title a:hover
{
    text-decoration: underline;
}
.news_text
{
    width: 775px;
    height: 50px;
    margin-top: 20px;
    color: #555;
    font-size: 15px;
    line-height: 25px;
}
.pagecont
{
    text-align: center;
}
.pagecont a, .pagecont span
{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #0e509e;
    padding: 5px 10px;
    border-right: solid 1px #dedede;
}
.pagecont a:hover
{
    text-decoration: underline;
}
.pagecont .current
{
    font-weight: bold;
}
.pagecont span
{
    color: #000;
}
.pagecont .pagebtn
{
    border: 0;
}
.pagecont .pagebtn.unuse
{
    color: #888;
}
.pagecont .rows
{
    float: right;
    border: 0;
}