﻿@charset "UTF-8";
/* OPKG -- Next Version Article Abstract Page Special Cascading Style Sheets */
/*
    ------------------------------------------------------------
    Desc:article abstract page special css.
    Author:jokechen expert@siom.ac.cn
    Time:2023-01-06 10:36:33
    ------------------------------------------------------------
*/
.NVAD {
    margin-bottom:20px;
}
    .NVAD .item {
        margin-bottom:10px;
    }
        .NVAD .item a {
        }
        .NVAD .item img {
            width: 100%;
        }

.page .right .cite-info {
    padding-top: 18px;
    border-top: 1px solid #a1a1a1;
    margin-top: 18px;
    text-align:center;
}
    .page .right .cite-info .cite-title {
        font-weight:bold;
    }
        .page .right .cite-info .cite-title a.cnt {
            color:#ff6a00;
            font-size:1.0rem;
        }
            .page .right .cite-info .cite-title a.cnt:hover {
                color:#0094ff;
            }
    .page .right .cite-info .cite-tip {
        font-size:12px;
        color:#999;
    }
.art-reference {
}
    .art-reference .con-text {
    }
        .art-reference .con-text .cite-item {
            padding:10px 6px;
            border-bottom:dashed 1px #eee;
        }
            .art-reference .con-text .cite-item:last-child {
                border-bottom-width:0px;
            }
            .art-reference .con-text .cite-item:hover {
                background-color: #f9f9f9;
            }
            .art-reference .con-text .cite-item a.title {
                font-size:.9rem;
                color:#333;
            }
                .art-reference .con-text .cite-item a.title:hover {
                    color:#0094ff;
                }
            .art-reference .con-text .cite-item .jvyn {
                font-size:13px;
                color:#666;
                display:inline-block;
                padding-left:10px;
            }
            .art-reference .con-text .cite-item .journal {
                font-weight:bold;
                color:#333;
            }