#header-title {
    font-size: 29px;
    color: #383838;
}

.button-box {
    padding: 20px 0 30px 0;
    text-align: right;
}

.button-box a {
    font-size: 20px;
}

.button-box a:hover {
    color: white;
}

.doiSpan {
    display: block;
 /*   margin: 20px 0;*/
    margin: 36px 0;

}

.doiSpanName {
    font-weight: 700;
    font-size: 14px;
}

.doiSpanValue {
    font-weight: normal;
    font-size: 14px;
   /* color: #777;*/
}

.publicDiv {
    padding-top: 20px;
    padding-bottom: 0px;
}

.publicDiv .success {
    font-size: 15px;
    margin-right: 40px;
    font-weight: normal;
    padding: 10px 0;
}

.publicDiv .pv {
    font-size: 15px;
    margin: 0;
    padding: 10px 0 10px 30px;
    background: url(../images/ico_view.png) left center no-repeat;
}

.publicDiv .down {
    font-size: 15px;
    margin: 0 0 0 40px;
    padding: 10px 0 10px 30px;
    background: url(../images/ico_down.png) left center no-repeat;
}

.dataSetDescDiv h4 {
    font-size: 24px;
    font-weight: 500;
    color: #0A3190;
    margin: 20px 0;
}

.dataSetDescDiv p {
    font-size: 17px;
    line-height: 28px;
    margin-bottom: 15px;
}

.dataSetDescDiv .link-button {
    padding: 20px 0;
}

.dataSetDescDiv .link-button a {
    font-size: 17px;
    margin-right: 40px;
}

.jbxxTable td {
    width: 50%;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    color: #383838;
}

.jbxxTable td b {
    color: #101010;
}

.jbxxTable td b {
    color: #101010;
}

.data-tags .tag_label {
    padding: 4px 10px !important;
    color: #47b7ff !important;
    border: #2F7AE1 1px solid !important;
    font-size: 15px !important;
    border-radius: 3px !important;
    background: rgba(47, 122, 225, 0.08) !important;
    margin-right: 20px !important;
    cursor: default !important;
}

.data-tags .tag_label:hover {
    background: rgba(47, 122, 225, 0.08) !important;
}

.detailDataQuote h4 {
    font-size: 24px;
    font-weight: 500;
    color: #0A3190;
    margin: 25px 0;
}

.detailDataQuote .announce {
    padding: 30px 25px;
    background-color: #F8F8F8;
    margin-bottom: 40px;
    font-size: 17px;
    line-height: 28px;
}

.detailDataQuote .quote-box {
    border: 1px solid rgba(0, 0, 0, 0.08);
    margin-bottom: 15px;
}

.detailDataQuote .quote-box .title {
    background: #FAFAFA;
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    height: 60px;
    line-height: 60px;
}

.detailDataQuote .quote-box .title::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #2F7AE1;
    margin-left: -0.8em;
    margin-top: 27px;
}

.detailDataQuote .quote-box p {
    padding: 0 30px;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 15px;
}

.relatedSourceDiv span.success::before {
    content: '';
    width: 2em;
    height: 1px;
    background: #0E9A77;
    position: absolute;
    margin-left: -2.1em;
    margin-top: 0.7em;
}

.scoreLabel.u {
    background-color: #2F7AE1;
    color: #fff !important;
}

.scoreLabel {
    background: #EAEFF5;
    color: #000000 !important;
    border-top-left-radius: 3px;
    height: 42px;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    font-weight: 400;
}

#table-th .operation-btn {
    color: #1958d9;
    border: #1C62F1 1px solid;
    border-radius: 5px !important;
    background: none;
}

#table-th thead th {
    font-weight: bold;
    height: 60px;
    background: #FAFAFA;
    text-align: center;
    font-size: 20px;
    color: #676d74;
}