﻿.topSearch
{
    height: 30px;
    border-left: 1px solid #aaaaaa;
    border-top: 1px solid #aaaaaa;
    border-right: 1px solid #aaaaaa;
    background-color: #ffffff;
    line-height: 30px;
    vertical-align: middle;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    text-align: left;
}
.topSearch .h1
{
    font-size: 14px;
    color: #333333;
}

.topSearch a
{
    font-family:"宋体";
    font-size:12px;
    color:#999999;
    margin-left:5px;
    font-weight:bold;
    text-decoration:underline;
    }

.infoDetailTxt
{
    background-color: #F7FCFF;
    border: 1px solid #999999;
    padding: 5px 5px 5px 5px;
}

.infoDetailTxt .title
{
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    padding-top: 5px;
}
.infoDetailTxt .author
{
    text-align: center;
    font-size: 12px;
    line-height: 20px;
    padding-top: 5px;
    color: #999999;
}

.infoDetailTxt .intro
{
    font-size: 12px;
    border: 1px solid #cccccc;
    color: #666666;
    background-color: #ffffff;
    text-indent: 2em;
    height: 50px;
    line-height: 18px;
    margin: 10px;
}
.infoDetailTxt .content
{
    font-size: 14px;
    color: #666666;
    text-indent: 2em;
    line-height: 25px;
}

