﻿
/*HOME*/
.body
{
    
}

/*NEWS*/
div,form,img,ul,ol,li,dl,dt,dd {margin: 0; padding: 0; border: 0; }
.news_list
{
    background-color: #fff;
}

.news_listitem
{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.news_image
{
    width: 80px;
    height: 80px;
    border: solid 2px gray;
    overflow: hidden;
    display: block;
}

.news_title, .news_datecreate
{
    width: 80px;
    height: 12px;
    line-height: 12px;
    font-size: 9px;
    text-align: center;
    background-color: #fff;
    display: block;
}

.news_item_title
{
    margin-top: 20px;
    font-weight: bold;
}

.news_item_createtime
{
    font-size: 10px;
    color: Gray;
}

.news_item_image
{
    text-align: center;
}

.news_item_more a:link          {color: Gray; text-decoration: none}
.news_item_more a:visited       {color: Gray; text-decoration: none}
.news_item_more a:active        {color: #000; text-decoration: none}
.news_item_more a:hover         {color: #000; text-decoration: none}


/*LINKS*/
.div_links
{
    font-size: 9px;
}

.div_links ul
{
    float: left;
    width: 166px;
}

.div_links ul li
{
    width: 100%;
    overflow: hidden;
}

.li_link_title
{
    margin-bottom: 14px;
    height: 10px;
    line-height: 10px;
    font-size: 10px;
    font-weight: bold;
}

.li_link_item
{
    height: 24px;
    line-height: 24px;
}

/*ABOUTUS*/


/*DETAIL*/
.detail_title
{
    margin-top: 6px;
    height: 24px;
    font-weight: bold;
    background-color: #fff;
}

.detail_createtime
{
    height: 24px;
    font-size: 10px;
    background-color: #fff;
}