* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media (max-width: 767px) {
  .main {
    width: 100% !important;
  }
}

html {
    width: 100%;
    overflow-x: hidden;
    color: #000000;
    font-family: '思源黑体';
}

body {
    margin: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style-type: none
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
}

.flex_sbe {
    justify-content: space-between;
}

.flex_end {
    display: flex;
    justify-content: flex-end;
}

.flex_ac {
    display: flex;
    align-items: center;
}

.acenter {
    text-align: center;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.overflow_line1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.overflow_line2 {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

:root {
    --side-width: 260px;
}

.fwbold {
    font-weight: bold;
}

.fs18 {
    font-size: 18px;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.main {
    width: 1400px;
    margin: 0 auto;
}

header {
    padding: 32px 0 26px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
}

header .logo_h,
header .search_h {
    display: none;
}

/*搜索弹窗*/
.search_pop {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 30px;
    padding: 0.3rem;
    width: 22.5rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
    z-index: 1000;
}

.search_pop .form {
    border: 1px solid #b60005;
    border-radius: 30px;
    position: relative;
}

.search_pop .form input {
    border: 0;
    background: transparent;
}

.search_pop .form .ss_bd {
    display: block;
    width: calc(100% - 4rem);
    padding-left: 1rem;
    height: 2.2rem;
    line-height: 2.2rem;
    outline: none;
}

.search_pop .form .ss_btn {
    width: 3.8rem;
    height: 2.2rem;
    line-height: 2.2rem;
    background: #b60005;
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0.9rem;
    color: #fff;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.search_pop .form:before {
    width: 0.2rem;
    height: 0.11rem;
    content: '';
    display: block;
    background: url('../img/jt.png') no-repeat center;
    position: absolute;
    top: -0.2rem;
    right: 0.2rem;
}

.search_pop.active {
    top: calc(100% + 0.8rem);
    visibility: visible;
    opacity: 1;
}

header .navlist > li {
    position: relative;
}

header .navlist > li > a {
    color: #fff;
    display: inline-block;
    line-height: 57px;
    margin: 0 15px;
    font-size:16px;
}

header .navlist .nav_two {
    position: absolute;
    top: 90px;
    left: -60px;
    background: #fff;
    padding: 7px;
    border-radius: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s;
}

header .navlist > li:hover .nav_two {
    visibility: visible;
    opacity: 1;
    top: 70px;
}

header .navlist .nav_two_jt {
    position: absolute;
    left: 90px;
    top: -12px;
    z-index: -1;
}

header .nav_tu {
    width: 200px;
    flex-shrink: 0;
}

header .nav_tu img {
    display: block;
}

header .nav_two_list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 20px;
}

header .nav_two_list a {
    flex: 0 0 calc(50% - 5px);
    white-space: nowrap;
    position: relative;
    padding: 8px 0 8px 15px;
    color: #000000;
    font-size: 16px;
}

header .nav_two_list a::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #c7000b;
    border-radius: 10px;
    left: 0;
    top: 16px;
}

header .nav_two_list a {
    display: inline-block;
}

header.is-sticky {
    background-color: #fff;
}

header.is-sticky .navlist > li > a {
    color: #000;
}

header.is-sticky .logo_b,
header.is-sticky .search_b {
    display: none;
}

header.is-sticky .logo_h,
header.is-sticky .search_h {
    display: block;
}

.head_inner {
    position: relative;
}

.head_inner .logo_h{
    display:block;
}

.head_inner .navlist > li > a {
    color: #000;
    font-size:16px;
}

.head_inner .navlist > li > a.active {
    color: #b60005;
    position: relative;
}

.head_inner .navlist > li > a.active::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    border-radius: 10px;
    background-color: #b60005;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
    display: block;
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    position: absolute;
    bottom: 50px;
    left: 0;
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 calc(var(--side-width) + 112px);
}

.banner .swiper-pagination-bullets.swiper-pagination-horizontal:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.banner .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fff;
    border-radius: 5px;
    z-index: 1001;
    margin: 0;
}

.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0;
    display: flex;
}

.banner .swiper-pagination-bullet-active {
    background: url('../img/4.png');
    background-size: cover;
    background-position: center;
    width: 40px;
    height: 42px;
}

/*新闻中心*/
.newscenter {
    margin-top: 96px;
}

.sec_tit {
    color: #222222;
    font-size: 36px;
    display: inline-block;
    line-height: 1;
}

.sec_tit::after {
    content: '';
    position: absolute;
    right: -15px;
    bottom: 6px;
    width: 10px;
    height: 10px;
    border-radius: 6px;
    background: #b60005;
}

.sec_desc {
    color: #444444;
    margin-top: 22px;
}

.scttop_rig a {
    color: #444444;
    border-bottom: 1px solid #444;
    margin-right: 4px;
    transition: all 0.5s;
}

.scttop_rig a:hover {
    border-bottom: 1px solid #b60005;
}

.news {
    margin-top: 50px;
}

.news .news_1_left {
    width: 50%;
    overflow: hidden;
}

.news .news_1_left img {
    width: 100%;
    display: block;
    transition: all 1s;
}

.news_1_rig {
    width: 48%
}

.news_tit {
    color: #222222;
}

.news_desc {
    font-size: 15px;
    color: #8e8e8e;
    line-height: 2;
    margin-top: 15px;
}

.news .news_riqi {
    margin-top: 50px;
    color: #8e8e8e;
}

.news .news_riqi span {
    color: #b60005;
}

.news .news_1_each:hover .news_1_left img {
    transform: scale(1.1);
}

.news .news_1_each:hover .news_tit {
    color: #b60005;
}

.news .news_1_fenye {
    left: 52%;
    bottom: 45px;
    width: 48%;
    z-index: 999;
}

.news .divider {
    width: 100%;
    height: 1px;
    background-color: #b2b2b2;
    border: none;
    margin: 0 2%;
}

.news .news_1_fenye .swiper-pagination {
    position: static;
    display: flex;
    width: auto;
    gap: 20px;
}

.news .news_1_fenye .swiper-pagination .swiper-pagination-bullet {
    background: none;
    width: auto;
    height: auto;
    color: #b2b2b2;
    opacity: 1;
}

.news .news_1_fenye .swiper-pagination .swiper-pagination-bullet-active {
    color: #b60005;
}

.news_2 {
    gap: 38px;
    margin-top: 24px;
}

.news_2 a{
    width:calc((100% - 2 * 38px)/3);
}

.news_2_each {
    padding: 16px;
    background: #f4f4f4;
}

.news_2_each:hover .news_2_right {
    color: #b60005;
}

.news_2_each .news_2_left {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #b60005;
}

.news_2_each .news_2_left .day {
    font-size: 32px;
}

.news_2_each .news_2_left .year {
    font-size: 20px;
}

.news_2_each .news_2_right {
    width: calc(100% - 120px);
    color: #222222;
    line-height: 2;
}

.juanzeng {
    background: url('../img/9.jpg') no-repeat;
    background-size: cover;
    padding: 84px 0 112px;
    margin-top: 90px;
}

.juanz {
    margin-top: 42px;
}

.juanzeng_left {
    width: 67%;
}

.juanzeng_bg {
    width: 96%;
    height: 96%;
    left: 0;
    top: 0;
    background: #b60005;
}

.juanzeng_left li {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-left: 22px;
    padding-top: 30px;
    z-index: 0;
    visibility: hidden;
    transition: all 1s;
}

.juanzeng_left li img {
    width: 100%;
    display: block;
    transition: all 1s;
}

.juanzeng_left li.active {
    z-index: 1;
    visibility: visible;
}

.juanzeng_left li.active img {
    transform: scale(1.02);
}

.juanzeng_rig {
    width: calc(33% - 20px);
    background: #fff;
    padding: 19px 25px;
}

.juanzeng_rig li {
    transition: all 0.5s;
    padding: 13.4px 0;
    border-bottom: 1px solid #b2b2b2;
}

.juanzeng_rig li:hover .juanzeng_time {
    color: #b60005;
}

.juanzeng_rig li:hover .juanzeng_tit {
    color: #b60005;
}

.juanzeng_rig li:last-child {
    border: none;
}

.juanzeng_rig li.active .juanzeng_time {
    color: #b60005;
}

.juanzeng_rig li.active .juanzeng_tit {
    color: #b60005;
}

.juanzeng_rig .juanzeng_time {
    padding: 20px 0;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    background: #b60005;
    color: #8e8e8e;
    background: url('../img/10.png') no-repeat;
    background-position: center;
}

.juanzeng_rig .juanzeng_time .day {
    font-size: 32px;
}

.juanzeng_rig .juanzeng_time .year {
    font-size: 20px;
}

.juanzeng_rig .juanzeng_tit {
    width: calc(100% - 110px);
    color: #222222;
    line-height: 1.6;
}


.sec3_con {
    height: 7.2rem;
    width: calc(100% - 5rem);
    overflow: hidden;
    position: relative;
}

.sec3_con .pic {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.sec3_con .pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.sec3_con li {
    position: absolute;
    height: 100%;
    width: 100%;
}

.sec3_con li .con {
    position: absolute;
    top: 2rem;
    left: 0.7rem;
    z-index: 100;
    transition: all 0.5s;
    opacity: 0;
    visibility: hidden;
}

.sec3_con li .con .icon {
    line-height: 0.35rem;
}

.sec3_con li .con .text {
    width: 5.6rem;
    margin-left: 0.18rem;
    color: #fff
}

.sec3_con li .con .tit {
    font-size: 0.3rem;
    line-height: 0.35rem;
}

.sec3_con li .con .des {
    font-size: 0.18rem;
    line-height: 2.1;
    margin: 0.2rem 0 0.55rem;
}

.sec3_con li .con .icon img {
    max-height: 100%
}

.sec3_con li {
    z-index: 0;
}

.sec3_con li.active {
    z-index: 1;
}

.sec3_con li .pic img {
    transition: all 0.5s;
    opacity: 0;
}

.sec3_con li.active .pic img {
    transform: scale(1.02);
    opacity: 1;
}

.sec3_con li.active .con {
    top: 1.7rem;
    opacity: 1;
    visibility: visible;
}

.sec3_type li:nth-child(1) {
    background: #2da7aa;
}

.sec3_type li:nth-child(2) {
    background: #25a1a4;
}

.sec3_type li:nth-child(3) {
    background: #1e9699;
}

.sec3_type li:nth-child(4) {
    background: #189194;
}

.sec3_type li:nth-child(5) {
    background: #158b8e;
}

.sec3_type li {
    height: 20%;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: all 0.5s
}

.sec3_type li .sort {
    width: 1.25rem;
    text-align: center;
    font-size: 0.36rem;
    font-weight: bold;
    position: relative;
    z-index: 3;
    transition: all 0.5s
}

.sec3_type li .tit {
    width: calc(100% - 1.4rem);
    margin-left: 0.15rem;
    position: relative;
    z-index: 3;
    transition: all 0.5s;
    line-height: 0.35rem;
}

.sec3_type li .box {
    height: 100%
}

.sec3_type li {
    position: relative;
}

.sec3_type li:before {
    content: '';
    display: block;
    width: 0.02rem;
    height: 100%;
    position: absolute;
    left: 1.25rem;
    top: 0;
    background: rgba(255, 255, 255, 0.3);
}

.projects {
    padding: 80px 0 130px;
}

.proj_nr {
    margin-top: 48px;
}

.proj_left {
    width: 33%;
    font-size: 18px;
    font-weight: bold;
    flex-direction: column;
    justify-content: space-around;
}

.proj_left a {
    color: #222222;
    padding-left: 20px;
    display: block;
    position: relative;
}

.proj_left a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 9px;
    height: 9px;
    background: #b60005;
    border-radius: 5px;
}

.proj_left a.active {
    color: #b60005;
    font-size: 23px;
}

.proj_left a.active::before {
    top: 12px;
}

.proj_rig {
    width: 67%;
    overflow: hidden;
}

.proj_rig img {
    width: 100%;
    display: none;
    transition: all 1s;
}

.proj_rig img:hover {
    transform: scale(1.1);
}

.proj_rig img.active {
    display: block;
}

.proj_logo {
    left: 33%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

.proj_logo img {
    transition: all 1s;
}

.proj_logo:hover img {
    transform: rotate(360deg);
}

.youqing {
    margin-top: 110px;
    margin-bottom: 150px;
}

.youqing .link {
    margin-top: 90px;
}

.youqing .link {
    width: 100%;
}

.youqing .link .swiper {
    width: 1300px;
    padding-bottom: 1px;
}

.youqing .swiper-slide a {
    border: 1px solid #ccc;
    display: block;
    text-align: center;
    overflow: hidden;
}

.youqing .swiper-slide a img {
    transition: all 1s;
    height: 118px;
}

.youqing .swiper-slide a:hover img {
    transform: scale(1.1);
}

.youqing .link .swiper-button-prev,
.youqing .link .swiper-button-next {
    position: static;
    margin-top: 0;
}

.youqing .link .swiper-button-prev::after,
.youqing .link .swiper-button-next::after {
    display: none;
}

/*底部*/
footer {
    padding-top: 72px;
    background-color: #ededed;
}

.foot1 .nav a {
    width: 11.11%;
    font-size: 18px;
    color: #000;
    text-align: center;
    position: relative;
}

.foot1 .nav a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 16px;
    background-color: #000;
}

.foot1 .nav a:last-child::after {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 16px;
    background-color: #000;
}

.foot1 .foot_info {
    margin-top: 60px;
    margin-bottom: 40px;
}

.foot1 .foot_logo img{
    width:450px;
    height:auto!important;
}

.foot1 .foot_con {
    line-height: 2;
}

.foot1 .foot_con .hottel p {
    color: #b60005;
    font-size: 30px;
}

.foot1 .foot_code {
    text-align: center;
}

.foot1 .foot_code p {
    margin-top: 10px;
    text-align:center;
}

.foot2 {
    font-size: 14px;
    color: #888888;
    padding: 24px;
    border-top: 1px solid #b3b3b3;
    font-family: impact;
}

.foot2 a{
    color: #888888;
    font-weigh:400;
}


.foot2 img{
    vertical-align: middle;
}

/*二级*/
.erji_banner img {
    width: 100%;
}

.page {
    justify-content: center;
    margin: 30px 0;
    gap: 10px;
}

.p_pages{
    display:flex;
}

.p_pages span {
    width: 40px;
    height: 40px;
    margin:0 5px;
    display: block;
    line-height: 40px;
    text-align: center;
}

.page a img {
    display: block;
}

.page .p_no_d{
    background: #b60005;
    border-radius: 30px;
    color: #fff;
}

.erji_cont {
    margin-top: 40px;
    align-items: flex-start;
}

.erji_side {
    width: 290px;
    background-color: #b60005;
    border-radius: 8px;
    margin-bottom: 50px;
}

.erji_lmname {
    font-size: 30px;
    color: #fff;
    margin-left: 17px;
    line-height: 3;
}

.erji_navs {
    width: 273px;
    margin-left: 17px;
    background-color: #fffaf6;
    border-radius: 8px;
    padding-top: 10px;
    padding-left: 50px;
    padding-bottom: 100px;
    top: 30px;
    margin-top: -30px;
}

.erji_navs a {
    display: block;
    position: relative;
    font-size: 18px;
    color: #000;
    padding: 20px 0 20px 16px;
}

.erji_navs a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 6px;
    height: 6px;
    border-radius: 6px;
    background-color: #b60005;
}

.erji_navs_bj {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.erji_navs a.active {
    font-weight: bold;
    color: #b60005;
}

.erji_rig {
    width: calc(100% - 290px - 28px);
}

.erji_rig_top {
    padding: 18px 0 32px;
    border-bottom: 1px solid #cccccc;
}

.erji_typename {
    font-size: 22px;
}

.erji_site {
    color: #9b9b9b;
}

.erji_site img {
    width: 22px;
    margin-right: 5px;
}

.erji_site a {
    color: #9b9b9b;
    font-size: 18px;
    flex-shrink: 0;
    margin: 0 4px;
}

.danye {
    line-height: 2.4;
    font-size: 16px;
    padding: 30px 0;
    font-family: '思源黑体'!important;
}

.danye  *{
    font-family: '思源黑体'!important;
    font-size: 16px!important;
}

/*新闻*/
.news_tuij {
    margin-top: 40px;
}

.news_tuij a {
    width: calc(50% - 12px);
    display: block;
}

.news_tuij_each {
    box-shadow: 0 0 5px 5px #f2f2f2;
    padding: 20px 11px;
    border-bottom: 2px solid #b60005;
}

.news_tuij_tu {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}

.news_tuij_tu img {
    transition: all 1s;
}

.news_tuij_each:hover img {
    transform: scale(1.1);
}

.news_tuij_each:hover .news_tuij_tit {
    color: #b60005;
}

.news_tuij_tit {
    color: #000;
    padding: 27px 20px 0;
}

.news_tuij_riqi {
    padding: 32px 20px 0;
    color: #8e8e8e;
}

.news_tuij_riqi span {
    color: #b60005;
}

.news_lis {
    margin-top: 42px
}

.news_ea {
    box-shadow: 0 0 5px 5px #f2f2f2;
    border-bottom: 2px solid #b60005;
    padding: 36px 26px;
    margin-bottom: 15px;
}

.news_ea:hover .news_ea_tit {
    color: #b60005;
}

.news_ea_jian {
    line-height: 2;
    color: #8e8e8e;
    font-size: 15px;
    margin-top: 15px;
}

.erji_rig.w100 {
    width: calc(100% - var(--side-width) * 2);
    margin: 0 auto;
}

.newd_title {
    font-size: 24px;
    text-align: center;
    margin-top: 40px;
}

.newd_info {
    text-align: center;
    color: #818181;
    font-size: 16px;
    margin-top: 30px;
}

.prevnext {
    margin: 40px 0;
}

.prevnext div {
    line-height: 2;
}

.donate_project_list {
    margin-top: 40px;
}

.donate_project_each {
    padding: 18px;
    box-shadow: 0 0 10px 10px #f2f2f2;
    border-bottom: 2px solid #b60005;
    margin-bottom: 18px;
}

.donate_project_each .tu {
    width: 39%;
    border-radius: 12px;
    overflow: hidden;
}

.donate_project_each .tu img {
    width: 100%;
    transition: all 1s;
}

.donate_project_each:hover img {
    transform: scale(1.1);
}

.donate_project_each:hover .title {
    color: #b60005;
}

.donate_project_each .cont {
    width: calc(61% - 20px);
}

.donate_project_each .jian {
    font-size: 15px;
    color: #8e8e8e;
    line-height: 2;
    margin-top: 25px;
}

.donate_project_each .more {
    background: #b60005;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    margin-top: 30px;
    font-size: 15px;
}

.donate_project_each .more img {
    margin-left: 10px;
}

/*捐赠名录*/
.donate_each {
    padding: 36px 18px;
    box-shadow: 0 0 10px 10px #f2f2f2;
    border-bottom: 2px solid #b60005;
    margin-bottom: 18px;
}

.donate_each:hover {
    background: #fbf6f6;
}

.donate_each .title {
    width: 40%;
}

.donate_each .jine {
    color: #b60005;
    font-size: 20px;
}

.donate_each .jine span {
    font-size: 14px;
}

.donate_each .time {
    color: #ababab;
    font-size: 15px;
}

/*下载*/
.down_list {
    margin-top: 20px;
}

.down_each {
    padding: 16px;
}

.down_each .title {
    padding-left: 15px;
}

.down_each:hover .title {
    color: #b60005;
}

.down_each .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 7px;
    height: 7px;
    border-radius: 8px;
    background: #b60005;
}

.down_each img {
    margin-left: 10px;
    width: 25px;
}

.down_each .time {
    color: #838383;
    font-size: 16px;
}

.sanheyi {
    background: url('../img/29.png') no-repeat center;
    background-size: 100% 100%;
    padding: 100px 0;
}

.sanheyi .main{
    gap: 14px;
}

.sanheyi .sectop{
    align-items: flex-end;
}

.sanheyi_left {
    width: calc(50% - 7px);
}

.sanheyi_rig {
    width: calc(50% - 7px);
}

/*政策*/
.zhengce_cont {
    margin-top: 30px;
}

.zhengce_tu {
    width: 35%;
    height: 200px;
    flex-shrink: 0;
}

.zhengce_tu img {
    height: 100%;
    display: block;
    transition: all 1s;
}

.zhengce_tu:hover img {
    transform: scale(1.1);
}

.zhengce_rig{
    width: 63%;
}

.zhengce_1 {
    padding: 12px;
    background-color: #fff;
    border-bottom: 2px solid #b60005;
}

.zhengce_2 .zhengce_each {
    background-color: #fff;
    border-bottom: 2px solid #b60005;
    padding: 43px 27px;
    width: 49%;
}

.zhengce_each .title {
    color: #222222;
}

.zhengce_each:hover .title,
.zhengce_each:hover .zhengce_title {
    color: #b60005;
}

.zhengce_each .jian {
    color: #8e8e8e;
    margin-top: 20px;
    line-height: 1.8;
    font-size: 16px;
}

.zhengce_each .riqi {
    margin-top: 40px;
    color: #8e8e8e;
}

.zhengce_2 .zhengce_each .riqi {
    margin-top: 102px;
    color: #8e8e8e;
}

.zhengce_each span {
    color: #b60005;
}

.zhengce_2 {
    margin-top: 12px;
    gap: 6px;
}

.zhengce_title {
    line-height: 1.8;
}

/*捐赠名录*/
.jzbanner {
    margin-top: 30px;
    text-align: center;
    background: #fff;
    overflow: hidden;
}

.jzbanner .jzf {
    width: 70%;
    text-align: left;
}

.jzbanner .jzf a {
    display: inline-block;
    padding: 0 30px;
    font-size: 20px;
    color: #b60005;
}

.jzbanner .jz_swiper {
    padding: 30px 16px 10px;
}

.jzbanner .swiper {
    height: 120px;
}

.jzbanner .swiper-slide {
    color: #222222;
    font-size: 16px;
}

.jzshuoming {
    text-align: center;
    color: #fff;
    background: #b60005;
    display: inline-block;
    font-size: 12px;
    padding: 4px 12px;
    border-radius: 15px;
    font-weight: bold;
    margin-bottom: 15px;
}

/*信息公开*/
.xinxi {
    border-radius: 8px;
    z-index: 999;
    margin-top: 25px;
}

.xinxi_list {
    background: #fff;
    margin-top: 24px;
    padding: 12px;
}

.xinxi_each {
    padding: 10.7px 0;
}

.xinxi_each a {
    color: #000000;
    position: relative;
    padding-left: 15px;
}

.xinxi_each a::before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 4px;
    background: #b60005;
    left: 0;
    top: 9px;
}

.search_lis{
    margin-bottom:50px;
}
.search_eac{
    padding:10px 0;
    border-bottom:1px solid #f5f3f3;
}

.search_tt{
    font-size:15px;
}