.news-type-tab
{
    height: 50px;
    background-color: #fff;
    border-top: 1px solid #c0c0c0;
}


.news-type-tab ul li
{
    font-size: 18px;
    float:left;
    height: 46px;
    line-height: 46px;
    width: 100px;
    text-align: center;
}

.news-type-tab li.active
{
    border-bottom: 4px solid rgb(97,185,73);
    color: rgb(97,185,73);
}

.news-list
{
    background-color: #fff;
}

.news-list .type-news-tab
{
    padding: 20px 10px 20px 10px;
}

.news-list .type-news-tab .list-item
{
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #e0e0e0;
}
.news-list .type-news-tab .list-item a{ height: 40px; }

.news-title-back
{
    height: 40px;
    line-height: 40px;
    font-size:14px;
    background-color: #fff;
    box-shadow: 1px 2px 6px black;
}

.text-content
{
    background-color: #fff;
    padding: 10px;
}

.text-content .title
{
    height: auto;
    text-align: center;
    padding-top: 10px;
}

.text-content .title h1
{
    font-weight: normal;
    font-size:14px;
}

.text-content .title span
{
    font-size:11px;
    color:gray;
}

.text-content .content
{
    padding: 20px 10px 10px 10px;
    font-size:15px;
    line-height: 20px;
}