﻿
.men-content {
    margin: 50px 0px;
}

.headtxt img {
    border-radius: 10px;
}

.headpro {
    padding: 35px 0px;
}

.container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.item {
    width: calc(33.33% - 15px);
    margin-bottom: 20px;
}

.date {
    font-size: 16px;
    color: #999;
    padding-left: 10px;
}

.journal-name {
    font-size: 24px;
    color: var(--accent-bg);
    margin-bottom: 15px;
    padding-left: 10px;
    line-height: 40px;
}

.content-box {
    padding: 20px;
    background: #fff;
    border-top: 2px solid;
    border-image: linear-gradient(to right, #ef7c1b, #ffbb82) 1;
    border-radius: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    transition: all .3s ease;
}

    .content-box:hover {
        box-shadow: 0 1px 2px -2px rgba(0,0,0,.15),0 3px 6px rgba(0,0,0,.12),0 5px 12px 4px rgba(0,0,0,.1);
        transform: translate3d(0,-5px,0);
        -webkit-transform: translate3d(0,-5px,0);
    }

    .content-box img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .content-box .title {
        font-weight: 500;
        margin-bottom: 5px;
        color: #000;
        font-size: 18px;
        line-height: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .content-box .summary {
        font-size: 14px;
        text-align: justify;
        color: #545454;
        height: 140px;
        line-height: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
    }

.gradient-line {
    height: 2px;
    background: linear-gradient(to right, orange, transparent);
}

.paper-header {
    text-align: center;
    margin-bottom: 40px;
}

    .paper-header .title {
        font-size: 28px;
        font-weight: 500;
        line-height: 2;
        color: #000;
    }

    .paper-header .date {
        font-size: 16px;
        font-weight: 500;
        line-height: 2;
        color: #333;
    }

.paper-content {
    width: 900px;
    margin: 30px auto 100px auto;
    display: block;
    text-align: justify;
    font-size: 16px;
    line-height: 2;
    color: #333;
    font-weight: 500;
}

    .paper-content p {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 2;
    }

    .paper-content img {
        max-width: 100%;
        height: auto;
    }


.paper-card {
    padding: 20px;
    border: 1px solid #eaeaea;
    border-radius: 10px;
    display: flex;
    width: 900px;
    margin: 30px auto;
    background: linear-gradient(300deg, #F2F6FD, #FFFFFF);
}

    .paper-card .paper-img {
        display: block;
    }

        .paper-card .paper-img img {
            width: 200px;
            max-width: 250px;
            border-radius: 10px;
            border: solid 1px #eaeaea;
        }

.paper-info {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.paper-title {
    /* max-height: 110px; */
    margin: 10px 0px 10px 0px;
    display: flex;
}

    .paper-title h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        /* -webkit-line-clamp: 2; */
        -webkit-box-orient: vertical;
        font-size: 20px;
        line-height: 40px;
        font-weight: 700;
    }

.key-value {
    display: flex;
    margin-top: 20px;
}

    .key-value .key {
        color: gray;
        font-size: 16px;
        line-height: 2;
        font-weight: 500;
        min-width: 120px;
    }

    .key-value .value {
        color: black;
        font-size: 16px;
        font-weight: 500;
    }


/*论文激励单页*/

.desc-content {
    background-image: url('/static/images/light/descbg.png');
    background-size: cover;
}

    .desc-content .headerbg {
        background-image: url('/static/images/light/thesis_head1.png');
        background-size: cover;
        height: 350px;
    }

        .desc-content .headerbg .content .headertxt {
            background-image: url('/static/images/light/thesis_head_txt.png');
            background-size: cover;
            height: 150px;
            width: 600px;
            margin-top: 80px;
        }

    .desc-content .content {
        width: 1100px;
        margin: 0 auto;
        padding: 20px;
    }

        .desc-content .content .top-box {
            padding: 25px;
            display: flex;
            align-items: center;
            background: linear-gradient(123deg, #E9F6FB 0%, #f6f6ed 100%);
            border-radius: 10px;
        }

            .desc-content .content .top-box .left-img {
                width: 122px;
                height: 42px;
                background-image: url('/static/images/icon_ddao.png');
                background-repeat: no-repeat;
                background-size: contain;
                margin-right: 40px;
            }

            .desc-content .content .top-box .right-text {
                color: #333;
                font-size: 16px;
                line-height: 2;
                text-align: justify;
            }

        .desc-content .content .article-title {
            background-image: url('/static/images/light/thesis_t2.png');
            background-repeat: no-repeat;
            background-size: cover;
            width: 280px;
            height: 59px;
            margin: 40px auto;
            text-align: center;
            color: white;
            font-size: 18px;
            line-height: 59px;
            padding-left: 20px;
        }

        .desc-content .content .article-content {
            text-align: justify;
            font-size: 16px;
            line-height: 2;
            /* padding: 20px 0px; */
        }

        .desc-content .content .article-img {
            width: 100%;
            margin-top: 40px;
        }

        .desc-content .content .small-title {
            background-image: url('/static/images/light/thesis_t1.png');
            background-repeat: no-repeat;
            background-size: contain;
            width: 220px;
            margin: 40px auto;
            height: 59px;
            color: #fff;
            text-align: center;
            font-size: 18px;
            line-height: 59px;
        }

        .desc-content .content .bgwhite {
            background: #fff;
            padding: 20px;
            border-radius: 10px;
        }

        .desc-content .content .content-area {
            background-color: white;
            border-radius: 10px;
            padding: 20px;
        }

        .desc-content .content .content-item {
            display: flex;
            text-align:justify;
            margin-bottom: 10px;
            line-height: 40px;
            font-size: 16px;
        }

            .desc-content .content .content-item .number-label {
                width: 24px;
                height: 30px;
                background-image: url('/static/images/light/thesis_num.png');
                background-size: cover;
                text-align: center;
                color: #246CAF;
                line-height: 30px;
                margin-right: 20px;
            }

    .desc-content .high {
        color: var(--accent-bg);
    }
