<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

.mainContent {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}

#typeContent a, #list a {
    color: #515151;
}

#typeContent a:hover, #list a:hover {
    color: #CD0005;
}

.contentMiddle {
    border: 1px #ccc solid;
    background: #fff;
    border-radius: 5px;
}

.middleTitle {
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    background: #f3f3f3;
}

.middleTitle span, #titleName {
    color: #CD0005;
    width: 700px;
    font-size: 16px;
    font-weight: 700;
}

#typeContent {
    border-collapse: separate;
    border-spacing: 2px;
}

#typeContent img {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    float: left;
}

.titleName {
    width: 96%;
    margin-left: 20px;
    margin-bottom: 20px;
}

.contentMiddle td, .contentMiddle th {
    padding: 5px 0;
    text-indent: 5px;
    _text-indent: 2px;
}

#year {
    width: 955px;
    padding-left: 20px;
}

#year ul {
    overflow: hidden;
    border: 1px solid #ddd;
    border-right: 0 none;
    border-top: 0 none;
    width: 939px;
}

#year li {
    list-style: none;
    height: 24px;
    width: 54px;
    float: left;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    border-right: 1px solid #ddd;
    border-top: 1px solid #ddd;
    display: inline-block;
}

.normalYear {
    /*background: url(../Img/qh.jpg) no-repeat;*/
    background: #f3f3f3;
}

.activeYear {
    /*background: url(../Img/hoverhot_li.jpg) no-repeat;*/
    background: #d73f3e;
}

.activeYear a {
    color: #fff;
    font-weight: bold;
    display: block;
}

.overYear {
    /*background: url(../Img/hoverhot_li.jpg) no-repeat;*/
    background: #d73f3e;
}

.overYear a {
    color: #fff;
    font-weight: bold;
    display: block;
}

#list table {
    text-align: center;
    border-collapse: collapse;
    width: 96%;
    margin-left: 20px;
}

#list table, #list td, #list th {
    border: 1px solid #ACACAC;
}

.analystListTitle {
    color: #000;
    background-color: #D1EEEE;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
</pre></body></html>