<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 主体内容 start */
.mainlm {
    width: 100%;
}

.mainlm .w {
    padding: 20px 0 70px;
}


/* 当前位置 start */
.main1,
.main1 a {
    font-size: 16px;
    color: #999999;
}

.main1 a:hover {
    color: #D80616;
}
/* 当前位置 end */


/* 栏目列表1 start */
.main2 {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.main2-left {
    width: 25.83%;
}

.column-parent {
    display: flex;
    align-items: center;
    width: 100%;
    height: 70px;
    padding: 0 0 0 35px;
    background: #D80616;
}

.column-parent span {
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
}

.column-son ul li {
    width: 100%;
    height: 70px;
    background: #F9F9F9;
}

.column-son ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 25px;
}

.column-son ul li a span {
    font-size: 18px;
    color: #333333;
}

.column-son ul li a img {
    width: 9px;
    height: 20px;
}

.column-son ul li.active a span,
.column-son ul li a:hover span {
    font-weight: bold;
    color: #D80616;
}

.main2-left-list {
    width: 100%;
    height: auto;
    padding: 20px 17px;
    background-color: rgba(255,255,255,0.7);
    background-image: url(jzfs.png);
    background-repeat: no-repeat;
    background-position: bottom right;
    border: 1px solid #FCE6E6;
    border-radius: 4px;
    margin-top: 20px;
}

.main2-left-list li {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.main2-left-list li:last-child {
    margin-bottom: 0;
}

.main2-left-list li.ewm,
.main2-left-list li.details {
    display: block;
}

.main2-left-list li p {
    font-size: 16px;
    color: #333333;
}

.main2-left-list li .p1 {
    width: 78px;
    text-align-last: justify;
    margin-right: 5px;
}

.main2-left-list li.red .p1,
.main2-left-list li.ewm p {
    width: auto;
    font-size: 18px;
    font-weight: bold;
    color: #CC0000;
}

.main2-left-list li.ewm .pic {
    width: 100%;
    text-align: center;
}

.main2-left-list li.ewm .pic img {
    max-width: 100%;
}

.main2-left-list li.details p {
    font-size: 15px;
}

.main2-left-list li.details .details-more {
    text-align: center;
    margin-top: 10px;
}

.main2-left-list li.details .details-more a {
    display: inline-block;
    width: 112px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #ED4040;
    border-radius: 4px;
}

.main2-left-list li.details .details-more a span {
    font-size: 16px;
    color: #FFFFFF;
}

.main2-right {
    width: 71.08%;
}


/* 捐赠公示 start */
.searchForm-top {
    display: flex;
    justify-content: space-between;
}

.searchForm-top .time span,
.searchForm-top .money span {
    font-size: 16px;
    color: #333333;
}

.searchForm-top .time input {
    width: 180px;
    height: 40px;
    padding-left: 14px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #666666;
    background: url(time.png) no-repeat 90% center;
}

.searchForm-top .money input {
    width: 140px;
    height: 40px;
    padding-left: 14px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #666666;
}

.searchForm-bottom {
    margin-top: 25px;
}

.searchForm-bottom .keyword span {
    font-size: 16px;
    color: #333333;
}

.searchForm-bottom .keyword .input1 {
    width: 380px;
    height: 40px;
    padding-left: 14px;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    color: #666666;
}

.searchForm-bottom .keyword .input2,
.searchForm-bottom .keyword .input3 {
    width: 80px;
    height: 40px;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.searchForm-bottom .keyword .input2 {
    background: #ED4040;
    margin: 0 15px 0 35px;
}

.searchForm-bottom .keyword .input3 {
    background: #FF9900;
}

.jzgs-list-title {
    width: 100%;
    display: flex;
    background: #F4F4F4;
    margin-top: 20px;
    border-top: 3px solid #D80616;
}

#data-list {
    height: 750px;
    overflow-x: auto;
}

#data-list::-webkit-scrollbar {
    display: none;
}

.jzgs-list-title li {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.jzgs-list-title li span {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.jzgs-list-title li.li1,
.jzgs-list-title li.li2,
.jzgs-list-content li .info1,
.jzgs-list-content li .info2 {
    width: 20%;
}

.jzgs-list-title li.li3,
.jzgs-list-content li .info3 {
    width: 22%;
}

.jzgs-list-title li.li4,
.jzgs-list-content li .info4 {
    width: 11%;
}

.jzgs-list-title li.li5,
.jzgs-list-content li .info5 {
    width: 27%;
}

.jzgs-list-content li {
    display: flex;
}

.jzgs-list-content li .info {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 50px;
    padding: 0 5px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
}

.jzgs-list-content li .info span {
    font-size: 16px;
    color: #333333;
}
/* 捐赠公示 end */
/* 栏目列表1 end */

     
/* 翻页样式 start */
#pages span {
    border: 1px solid #D51416;
    background-color:#D51416;
}

#pages a:hover {
    border: 1px solid #D51416;
    background-color: #D51416;
    color: #fff;
}
/* 翻页样式 end */
/* 主体内容 end */</pre></body></html>