﻿body {
    background-color: #8F1A20;
    margin: 5px !important;
    padding: 0px 20% !important;
}

.head {
    background: white;
    display: flex;
}

#test1 {
    position: absolute;
    bottom: 0;
}

.head-left {
    width: 65%;
    display: flex;
}

.head-left-name {
    padding: 13px 0 5px 5px
}

.head-name {
    margin: 0;
    font-weight: bold;
    font-size: 23px;
    color: #BD171E;
}

.head-eng {
    margin: 0;
    font-weight: bold;
    font-size: 17px;
    color: #AA292A;
}

.head-right {
    display: flex;
    width: 35%;
}

.head-right-name {
    width: 50%;
    font-weight: bold;
    font-size: 25px;
    color: #AA292A;
    line-height: 70px;
}

.favimg {
    width: 70px;
    height: 70px;
}

.nav {
    display: flex;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    background: #BD0203;
    text-align: center;
}

.nav-c {
    color: white;
    width: 13%;
    text-decoration: none;
}

.nav-type {
    background: white;
    padding: 5px 20px;
}

.nav-gradient-btn {
    display: inline-block;
    margin: 10px;
    padding: 5px 20px;
    font-size: 15px;
    color: #A81100;
    border: none;
    border-radius: 16px;
    background: linear-gradient(180deg, #DA7D04, #F6BF03);
    cursor: pointer;
    outline: none;
    transition: 0.4s ease;
    font-weight: bold;
    text-decoration: none;
}

    .nav-gradient-btn:hover {
        background-position: 100% 0; /* 悬停时渐变移动 */
    }


.article {
    height: 700px;
    padding: 10px;
    background: white;
    display: flex;
}

.article-left {
    position: relative;
    width: 55%;
    margin: 5px;
    border: 2px solid #f2f2f2;
    border-top-left-radius: 10px;
    height: 700px;
    background: white;
}

.article-right {
    margin: 5px;
    width: 45%;
    border: 2px solid #f2f2f2;
    height: 700px;
    background: white;
}

.article-left-head {
    height: 30px;
    background: #f0eff0;
    border-bottom: 2px solid #BD171E;
    display: flex;
}

.article-left-head-name {
    height: 30px;
    width: 100px;
    padding-right: 50px;
    background: linear-gradient(-135deg,transparent 35px,#BD171E 0) top right;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    color: #f5bc04;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    border-top-left-radius: 10px;
}

.article-left-head-more {
    width: calc(100% - 150px);
    text-align: right;
    margin-right: 20px;
    line-height: 30px;
    color: #BD171E;
    font-size: 10px;
    font-weight: bold;
}

.article-con > img {
    width: 100%;
}

.article-left-main {
}

.article-table-title {
}

    .article-table-title > td {
        font-size: 13px;
        font-weight: bold;
        line-height: 20px;
        height: 20px;
    }

.article-table-listname {
    font-size: 13px;
    line-height: 20px;
    height: 20px;
}

.biaodi {
    cursor: pointer;
}

.article-right-pic-name {
    height: 130px;
    border-bottom: 1px dashed #f0eff0;
    display: flex;
}

.article-right-pic {
    width: 120px;
    height: 120px;
    border: 1px solid #f0eff0;
    margin: 10px;
}

.article-right-name {
}
