﻿
ul, li, p, span, div, html, body, a, h1, h2, h3, h4, h5, select, input {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


html {
    font-size: 18px;
}

select, input, button {
    font: 18px Verdana,Arial,Tahoma;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #333;
}

    a:hover {
        color: #f1504d;
    }

.text-align-center {
    text-align: center;
}

.block {
    display: block;
    width: 100%;
}
.flex{
    display:flex;
}
.flex-item{
    flex:1;
}
.mt-10 {
    margin-top: 10px;
}

.border {
    border: 1px solid #efefef;
}
.flex {
    display: flex;
    align-items: center;
}

.flex-item {
    flex: 1;
}

.btn {
    background-color: #d31611;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
}
.btn-lg {
    padding: 10px 10px;
    font-size: 18px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-outline {
    background: #FFFEF9;
    border-radius: 5px;
    opacity: 1;
    border: 1px solid #E9D0BE;
    color: #C4814D;
}

.btn-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .btn-group.btn-group-l3 a {
        width: 30%;
        margin-bottom: 10px;
    }

    .btn-group.btn-group-l4 a {
        width: 22%;
        margin-bottom: 10px;
    }

    .btn-group.btn-group-l5 a {
        width: 18%;
        margin-bottom: 10px;
    }

.wrapper {
    width: 1120px;
    margin: 0 auto;
    overflow: hidden;
}

.main-content {
    width: 770px;
    float: left;
}

.right-content {
    width: 330px;
    float: right;
}

header nav {
    display: block;
    background-color: #d31611;
    height: 45px;
    line-height: 45px;
}

    header nav ul li {
        display: inline-block;
        text-align: center;
    }

        header nav ul li a {
            display: block;
            color: #fff;
            padding: 0 20px;
            font-size: 20px;
        }

            header nav ul li a:hover, header nav ul li a.active {
                background-color: #f1504d;
                color: #fff;
            }

footer .wrapper {
    border-top: 1px solid #efefef;
    font-size: 12px;
    color: #999;
    text-align: center;
    padding-top: 20px;
}

    footer .wrapper a {
        color: #999;
    }

.page-nav {
}

    .page-nav li {
        display: inline-block;
        height: 40px;
        line-height: 40px;
    }

        .page-nav li a {
            padding: 5px 10px;
            background: #FFFEF9;
            border-radius: 5px;
            opacity: 1;
            border: 1px solid #E9D0BE;
            line-height: 0.72rem;
            text-align: center;
            color: #C4814D;
            font-size: 16px;
        }

.place {
    height: 30px;
    line-height: 30px;
    color: #999;
    display: inline-block;
    font-size: 16px;
    border-bottom: 1px solid #efefef;
    width: 100%;
}

    .place ul {
        display: inline-block;
    }

    .place li {
        display: inline-block;
        position: relative;
        margin-right: 15px;
    }

        .place li a {
            display: block;
            color: #999;
        }

        .place li:after {
            content: "⟩";
            position: absolute;
            right: -15px;
            color: #999;
            top: 0;
            bottom: 0;
            line-height: 1.7;
        }

        .place li:last-of-type::after {
            content: '';
        }

.panel {
    margin-top: 10px;
}

.panel {
    border: 1px solid #FDF5DD;
}
.panel-main {
    border: none;
}

    .panel-main .panel-hd {
        background: none;
    }

.panel-hd h1, .panel-hd h2 {
    text-align: center;
    color: rgba(165, 100, 55, 1);
    font-weight: bold;
    font-size: 22px;
    font-weight: bold;
}
.panel-hd {
    height: 40px;
    padding: 0 10px;
    background: linear-gradient(180deg, #FEFCEE 0%, #FDF5DD 100%);
    line-height: 2;
}

.panel-hd_title {
    font-size: 20px;
    color: rgba(165, 100, 55, 1);
    font-weight: 400;
}

.panel-bd {
    margin-top: 15px;
    padding: 0px 10px 10px 10px;
}

.panel-tool {
    /* background-color: #fff6e9;*/
    padding-bottom: 40px;
}

    .panel-tool h2 {
        text-align: center;
        font-weight: bold;
        color: rgba(165, 100, 55, 1);
        font-size: 26px;
        letter-spacing: 2px;
    }

.panel-tool {
 /*   background: linear-gradient(180deg, #FEFCEE 0%, #FDF5DD 100%);*/
    padding: 20px 0;
}

.panel-bd_cnt {
    margin-top: 15px;
    min-height: 165px;
}

.panel-bd_des {
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}

    .panel-bd_cnt h3 {
        margin-bottom: 10px;
        color: #333;
        font-size: 20px;
    }

    .panel-bd_cnt p img {
        float: right;
        padding: 0px 10px 10px 10px;
        width: 200px;
        height: auto;
    }

    .panel-bd_cnt p {
        line-height: 1.8;
    }

.tool-form {
    width: 550px;
    margin: 0 auto;
}

.form-line {
    margin-top: 20px;
}

.tool-form select {
    padding: 5px 20px;
    border: 1px solid #E9D0BE;
    color: #333;
}

.tool-form input[type=submit] {
}

.lhl {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.lgl_date {
    width: 100%;
    text-align: center;
    font-size: 19px;
}

.lhl_right {
    text-align: right;
}

.lhl_left, .lhl_right {
    width: 20%;
    text-align: center;
    font-size: 16px;
}

    .lhl_left p, .lhl_right p {
        line-height: 1.8;
    }

.lhl_center {
    flex: 1;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 18px;
}

.lhl_center_pre, .lhl_center_next {
    display: block;
    height: 30px;
    width: 30px;
}

.lhl_center_pre {
    background: url(../images/btn_pre.png) no-repeat;
    background-size: 30px;
}

.lhl_center_next {
    background: url(../images/btn_next.png) no-repeat;
    background-size: 30px;
}

.lhl_center_cnt {
    flex: 1;
}

.lhl_center_num {
    font-size: 80px;
    color: #d4473d;
    font-weight: 700;
}


.lhl_yj {
    display: block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 15px;
    line-height: 30px;
    color: #fff;
    font-size: 20px;
}

.lhl_y, .lhl_j {
    background: #d4473d;
}

.lhl_j {
    background: #000;
}

.lhl_jxgj {
    border: 1px solid #efefef;
}

.lhl_cell {
    border-bottom: 1px solid #efefef;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 32px;
}

.lhl_cell_hd {
    width: 70px;
    margin-left: 10px;
}

.lhl_cell_bd {
    flex: 1;
    border-left: 1px solid #efefef;
    padding-left: 10px;
    min-height: 32px;
}

    .lhl_cell_bd .lhl_cell .lhl_cell_hd {
        width: 45px;
    }

        .lhl_cell_bd .lhl_cell .lhl_cell_hd .lhl_yj {
            font-size: 16px;
            width: 26px;
            height: 26px;
            border-radius: 13px;
            line-height: 26px;
        }

dd, dl, dt {
    padding: 0;
    margin: 0;
}



.lhl_jxgj dl {
    text-align: center;
}

.lhl_jxgj dt, .h6 {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    color: #000;
    text-align: center;
}

.lhl_jxgj dd {
    font-size: 16px;
    display: inline-block;
    line-height: 30px;
    height: 30px;
}




.lhl_sc_text {
    width: 50px;
    text-align: center;
    line-height: 50px;
    writing-mode: vertical-rl;
    font-size: 18px;
    letter-spacing: 10px;
}

.cells .cell {
    display: flex;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
}

    .cells .cell:last-of-type {
        border-bottom: none;
    }

    .cells .cell .cell-bd {
        flex: 1;
    }

    .cells .cell:first-of-type {
        padding-top: 0;
    }

 .cell-hd {
    width: 200px;
    margin-right: 10px;
}

 .cell-hd img {
        width: 100%;
    }

.cell-bd_tit {
    font-weight: bold;
}

.cell-bd_des {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 16px;
    color: #999999;
    line-height: 1.8;
    margin-top: 10px;
}

 .cell-bd_date {
    color: #999999;
    margin-top: 10px;
    font-size: 16px;
    text-align:right;
}

.article {
    background-color: #fff;
    padding-top: 20px;
}

.article-title {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.article-source {
    color: #999;
    text-align: center;
    margin: 10px 10px 0px 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #efefef;
    font-size: 16px;
}

.article-content {
    padding: 10px;
    color: #333;
}

    .article-content p {
        line-height: 1.8;
        margin-bottom: 10px;
    }

    .article-content img {
        display: block;
        width: 100%;
    }

    .article-content h4 {
        margin-bottom: 10px;
        font-size: 20px;
    }

.content-fold {
    max-height: 100vh; /* 初始高度为视口高度 */
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
}

    .content-fold.expanded {
        max-height: none; /* 展开后不限制高度 */
        padding-bottom: 40px;
    }

        .content-fold.expanded .fold-footer {
            background: none;
            height: initial;
        }

.fold-footer {
    height: 200px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 1)); /* 渐变背景 */
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end; /* 将按钮放置在底部 */
}

    .fold-footer button {
        padding: 10px 20px;
        cursor: pointer;
        background: none; /* 去掉按钮背景色 */
        color: #d31611;
        font-weight: bold;
        border: none;
    }

.article-pre-next {
    border-top: 1px solid #efefef;
    margin: 0 10px;
    padding-top: 5px;
    padding-bottom: 15px;
}

    .article-pre-next, .article-pre-next a {
        color: rgba(165, 100, 55, 1);
    }

        .article-pre-next li {
            margin-top: 10px;
        }




.chouqian {
    text-align: center;
}

    .chouqian img {
        display: block;
        width: 200px;
        margin: 0 auto;
    }

    .chouqian button {
        margin-top: 10px;
        width: 200px;
    }

.chouqian-cnt {
    min-height: 120px;
}

.chouqian-title {
    font-size: 18px;
}

.chouqian-title, .chouqian-des {
    height: 24px;
}

.chouqian-des {
    font-size: 16px;
    color: #999;
}

.chouqian-imgc {
    min-height: 120px;
}