﻿.bx_category, .box_article
{
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}

.bx_category .content, .box_article .content
{
    padding: 15px 10px 10px 10px;
}
.bx_category .content .a_item
{
    display: block;
    padding-bottom: 15px;
}
.bx_category .content .a_item .left
{
    float: left;
    width: 175px;
}
.bx_category .content .a_item .left a
{
    display: block;
    border: 1px solid #999;
    padding: 4px;
}
.bx_category .content .a_item .left a img
{
    width: 100%;
}
.bx_category .content .a_item .right
{
    width: 345px;
    float: right;
}
.bx_category .content .a_item .right .title
{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 7px;
}
.bx_category .content .a_item .right .title a
{
    color: #43700D;
}
.bx_category .content .a_item .right .title a:hover
{
    text-decoration: underline;
}
.bx_category .content .a_item .right .time
{
    color: #7D3F11;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
}
.bx_category .content .a_item .right .s_content
{
    line-height: 20px;
}
.box_article .content .title
{
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 7px;
    color: #43700D;
}
.box_article .content .s_content
{
    line-height: 20px;
    padding-bottom: 10px;
    font-weight: bold;
    color: #4F7630;
    font-size: 14px;
}
.box_article .content .c_content
{
    line-height: 18px;
    font-size: 12px;
    padding-bottom: 15px;
}
.box_article .content .css-time
{
    color: #7D3F11;
    font-style: italic;
    font-weight: bold;
    padding-bottom: 5px;
}
.box_other_article
{
    list-style: none;
}
.box_other_article .x_title
{
    padding-bottom: 10px;
}
.box_other_article .x_title span
{
    display: block;
    font-weight: bold;
    font-size: 14px;
    line-height: 30px;
    color: White;
    padding-left: 30px;
    background: url(../images/icon-header.gif) no-repeat 10px center #07AA10;
}
.box_other_article .x_item
{
    padding: 5px 0px;
    padding-left: 45px;
    background: url(../images/ico-menu-hover.gif) no-repeat 25px 7px;
}
.box_other_article .x_item a
{
    color: green;
}
.box_other_article .x_item a:hover
{
    text-decoration: underline;
}
.box_other_article .x_item span
{
    font-style: italic;
    color: #444;
}
