﻿@charset "UTF-8";
/* OPKG -- Next Version Article List Page Cascading Style Sheets */
/*
    ------------------------------------------------------------
    Desc:generic article list page css.
    Author:jokechen expert@siom.ac.cn
    Time:2022-06-17 16:25:29
    ------------------------------------------------------------
*/
.article-list-header {
    padding-top: 9px;
}

    .article-list-header h3 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        padding-bottom:10px;
    }

/*.article-list-header .check-paper {
                margin-top: 10px;
                border-bottom: 1px solid #333;
                padding-bottom: 10px;
            }

                .article-list-header .check-paper input[type=checkbox] {
                    margin: 0;
                    vertical-align: -2px;
                }

                .article-list-header .check-paper .red {
                    color: red;
                    font-weight: bold;
                }

                .article-list-header .check-paper select {
                    font-size: 14px;
                    padding-bottom: 2px;
                    vertical-align: -2px;
                }

                .article-list-header .check-paper #ASResultOK {
                    width: 42px;
                    height: 23px;
                    border: 1px solid #ccc;
                }*/

.article-list-header .check-paper {
    padding: 10px 20px;
    background-color: #f2f2f2;
    padding-left: 10px;
}

    .article-list-header .check-paper input[type=checkbox] {
        margin: 0;
        vertical-align: middle;
        display: inline-block;
        width: 20px;
        height: 20px;
    }

    .article-list-header .check-paper b {
        font-size: 14px;
        color: #666;
        font-weight: normal;
        vertical-align: middle;
        display: inline-block;
    }

    .article-list-header .check-paper .red {
        color: #f39800;
        font-weight: bold;
        vertical-align: middle;
        display: inline-block;
        margin-right: 5px;
    }

    .article-list-header .check-paper select {
        /*
        font-size: 14px;
        padding-bottom: 2px;
        vertical-align: middle;
        display: inline-block;
        height: 40px;
        padding-left: 10px;
        padding-right: 10px;
        width: 280px;
        border: none;
        background-color: #fff;*/
    }

    .article-list-header .check-paper #ASResultOK {
        /*
        width: 100px;
        height: 40px;
        border: none;
        background-color: #07468e;
        color: #fff;
        font-size: 14px;
        margin-left: -3px;
        vertical-align: middle;
        display: inline-block;*/
    }
.article-list {
    padding: 15px 0;
}
    .article-list .tit {
        display:flex;
        justify-content:space-between;
        padding-bottom:10px;
    }
        .article-list .tit a.texts {
            font-size: 20px;
            line-height: 40px;
            color: #07468e;
            font-weight: bold;
            display:inline-block;
            /* padding-top: 10px; */
            position:relative;
        }
        .article-list .tit a.texts:hover {
            color:#f39800;
        }
        .article-list .tit a.more {
            display:inline-block;
            font-size: 13px;
            line-height: 40px;
            color: #07468e;
            border-bottom:dashed 2px #07468e;
        }
            .article-list .tit a.more:hover {
                color: #f39800;
                border-bottom: dashed 2px #f39800;
            }
    .article-list > .item {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
        margin-bottom: 33px;
    }

    .article-list .article {
        margin-left:0px;
    }
        .article-list .article .channelType {
            background-color: transparent;
            border: 1px solid #f39800;
            background-color:#f39800;
            color: #fff;
            padding: 0 6px;
            border-radius: 10px;
            font-size: 13px;
            line-height:20px;
            font-weight:normal;
            margin-left:8px;
            display:inline-block;
        }
            .article-list .article .channelType:hover {
                background-color: transparent;
                color: #f39800;
            }
        .article-list .article .hot {
            border: rgba(255,35,35,1);
            background-color: rgba(255,35,35,1);
            color: #fff;
            padding: 1px 6px;
            border-radius: 10px;
            font-size: 13px;
            line-height: 20px;
            font-weight: normal;
            display: inline-block;
        }
            .article-list .article .hot:hover {
                background-color: transparent;
                color: #f39800;
            }
            .article-list .article .h3-tit a {
                font-size: 20px;
                line-height: 40px;
                color: #07468e;
                font-weight: bold;
            }

    .article-list .item .h4-tit-parent {
    }
        .article-list .item .h4-tit-parent input[type=checkbox] {
            width:18px;
            height:18px;
            margin-right:15px;
        }

        .article-list .item .h4-tit-parent a {
            font-size: 18px;
            line-height: 30px;
            font-weight: bold;
            color: #333;
        }

            .article-list .item .h4-tit-parent a:hover {
                color: #f39800;
            }

    .article-list .item .no-img {
    }

    .article-list .item .authors {
        padding:8px 0;

    }
        .article-list .item .authors span {
            margin-right: 15px;
        }
            .article-list .item .authors span.omit {
                cursor: pointer;
            }
        .article-list .item .authors .au-link {
            display: inline-block;
            font-size: 14px;
            line-height: 20px;
            color: #666;
        }
        .article-list .item .authors a.map {
            padding-left:6px;
        }
            .article-list .item .authors a.map:hover {
                color:#f39800;
            }
            .article-list .item .authors .au-link:hover {
                color:#f39800;
            }

            .article-list .item .authors-dpt {
            }

                .article-list .item .authors-dpt .dpt-title {
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 30px;
                    padding-bottom:10px;
                    margin-right:23px;
                    cursor:pointer;
                }

                .article-list .item .authors-dpt .items {
                    border: 1px solid #eee;
                    background-color: #f3f3f3;
                    padding: 13px;
                    line-height: 26px;
                    font-size: 13px;
                    padding: 6px;
                    margin-bottom: 15px;
                    display: none; /* for slider down */
                }

            .article-list .item .authors-dpt .items .item {
                padding-top: 6px;
            }

                .article-list .item .authors-dpt .items .item sup {
                    font-weight: 600;
                }

    .article-list .item .art-abstract {
        border: 1px solid #eee;
        background-color: #f3f3f3;
        padding: 13px;
        line-height: 26px;
        font-size: 13px;
        padding:6px;
        margin-bottom:15px;
        display:none;/* for slider down */
    }

    .article-list .item .art-key {
        display: inline-block;
        font-size: 14px;
        line-height: 30px;
        color: #666;
        padding-left: 10px;
        padding-right: 10px;
        background-color: #f2f2f2;
        margin-right: 10px;
        margin-bottom: 10px;
    }

        .article-list .item .art-key a {
        }

            .article-list .item .art-key a:hover {
                color: #f39800;
            }

            /* ------------------------------------------------------------ */
    .article-list .article .operate {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: space-between;
        -webkit-justify-content: space-between;
        -moz-box-pack: space-between;
        -ms-flex-pack: space-between;
        justify-content: space-between;
        margin-top: 15px;
    }

        .article-list .article .operate .check .link {
            display: inline-block;
            width: 133px;
            height: 33px;
            line-height: 33px;
            text-align: center;
            font-size: 16px;
            color: #333;
            border: 1px solid #333;
            -webkit-box-sizing: content-box;
            -moz-box-sizing: content-box;
            box-sizing: content-box;
            margin-right: 10px;
        }

            .article-list .article .operate .check .link .img {
                margin-right: 7px;
                width: 13px;
                vertical-align: -2px;
            }

            .article-list .article .operate .check .link:hover {
                border-color: #f39800;
                color: #f39800;
            }

            .article-list .article .operate .check .link .img-hover {
                margin-right: 7px;
                display: none;
                vertical-align: -2px;
            }

            .article-list .article .operate .check .link:hover {
            }

                .article-list .article .operate .check .link:hover .img {
                    display: none;
                }

                .article-list .article .operate .check .link:hover .img-hover {
                    display: inline-block;
                }

        .article-list .article .operate .text-parent .text {
            text-align: right;
            display: inline-block;
            vertical-align: middle;
        }

            .article-list .article .operate .text-parent .text .text1 {
                font-size: 12px;
                line-height: 20px;
                font-weight: bold;
            }

            .article-list .article .operate .text-parent .text .date {
                font-size: 12px;
                line-height: 20px;
                color: #999;
                font-weight: bold;
            }

        .article-list .article .operate .text-parent .link-imgs {
            display: inline-block;
            vertical-align: middle;
            margin-left: 17px;
        }

            .article-list .article .operate .text-parent .link-imgs .link-img {
                width: 30px;
                display: inline-block;
            }

                .article-list .article .operate .text-parent .link-imgs .link-img:nth-child(1) {
                    margin-right: 5px;
                }

        .article-list .article .operate .text-parent .links {
            display: inline-flex; /*inline-block;*/
            /*vertical-align: middle;*/
            margin-left: 17px;
            font-size: 0;
        }

            .article-list .article .operate .text-parent .links .links-img {
                display: inline-block;
                width: 30px;
            }

                .article-list .article .operate .text-parent .links .links-img:nth-child(1) {
                    margin-right: 10px;
                }

            .article-list .article .operate .text-parent .links .collect .img-con-hover {
                display: none;
            }

            .article-list .article .operate .text-parent .links .collect:hover .img-con {
                display: none;
            }

            .article-list .article .operate .text-parent .links .collect:hover .img-con-hover {
                display: inline-block;
            }

/* ------------------------- weekly card styles std  ---------------------------- */
.weekly-card-list {
    padding-bottom: 0px;
    margin-bottom: -15px;
}
.weekly-card .weekly-card-img {
    padding: 3px 0 6px 0;
}

.weekly-card .weekly-card-info {
    display: flex;
    flex-direction: column;
    padding-bottom: 6px;
}

    .weekly-card .weekly-card-info .abstract {
        font-size: 15px;
        line-height: 24px;
        color: #666;
    }

    .weekly-card .weekly-card-info .operate {
        margin-top: auto;
        width: 100%;
    }

        .weekly-card .weekly-card-info .operate .check {
            float: left;
        }

        .weekly-card .weekly-card-info .operate .text-parent {
            float: right;
        }

/* ------------------------- weekly card styles end  ---------------------------- */

/* ------------------------- pagenation styles std  ---------------------------- */
.page-item .PageUp {
    border-top-left-radius: 0.25rem !important;
    border-bottom-left-radius: 0.25rem !important;
}

.page-item .PageNext {
    border-top-right-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.page-item .PagePlaceholder {
    /*
            border-top: 0px;
            border-bottom: 0px;
            */
    color: #ccc;
}

.page-item {
    cursor: pointer;
}
/* ------------------------- pagenation styles end  ---------------------------- */
.matched-search-key {
    background-color: rgba(255,150,50,1);
    display: inline-block;
    margin-left: 1px;
    margin-right: 1px;
    padding: 0 3px;
}
.matched-search-key:hover {
  background-color:transparent;
}
    a:hover .matched-search-key {
        background-color: transparent;
    }
.search-key-a {
    background-color:#00ff21;
}
.search-key-k {
    background-color: #00ffff;
}
.search-key-z {
    background-color:#ff8e8e;
}
.search-key-o {
    background-color: #e55dff;
}
@media screen and (max-width:767px) {
    .article-list .article .operate .text-parent .text {
        text-align: left;
        padding-top: 8px; /**/
    }
     .article-list .item .h4-tit-parent a {
            color: #0094ff;
        }
    .page .main .article-list .article {
        margin-left: calc(-.5 * var(--bs-gutter-x));
    }
}
    /* ------------------------- pagenation styles end  ---------------------------- */