.report {
    width: 700px;
    position: absolute;
    z-index: 100000;
    left: 500px;
    top: 150px;
    right: auto;
    background-color: #FFF;
    border: 1px solid #627481;
}
.report .closeBtn {
    float: right;
    background-image: url(../images/poupwin_03.gif);
    background-repeat: no-repeat;
    height: 23px;
    width: 23px;
    cursor: pointer;
    background-color: #D1E5EF;
    background-position: left top;
    position: absolute;
    top: 3px;
    right: 3px;
}
.myTitle {
    background-image: url(../images/topic_42.gif);
    background-repeat: repeat-x;
    line-height: 28px;
    height: 28px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #c3d3e1;
    padding-right: 10px;
    padding-left: 10px;
    font-weight: 700;
    display: block;
    width: auto;
    background-position: left top;
    clear: none;
    color: #446170;
}
.buttons .blueBtn {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 5px;
    background: #209dde;
}
.buttons .grayBtn {
    height: 30px;
    display: inline-block;
    line-height: 30px;
    color: #FFF;
    text-align: center;
    margin-right: 5px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: 5px;
    background: gray;
}
.more_title {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid #DFDFDF;
    line-height: 30px;
    margin-bottom: 5px;
}
.more_title a {
    font-size: 12px;
    font-weight: 400;
}
#content .context .more_news {
    width: 636px;
    border: 1px solid #CCC;
    margin: 20px;
    padding: 0 10px 10px;
}
#content .context .more_news ul {
    display: block;
    overflow: hidden;
}
#content .context .more_news ul li {
    width: 100%;
    display: block;
    font-size: 14px;
    padding-left: 19px;
    text-overflow: ellipsis;
    background: url(../images/new_icon.gif) no-repeat 8px center;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    border-style: none;
}
#content .context .more_news ul li a {
    color: #e56600;
}