.body{
    width: 100%;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.header{
    width: 100%;
    margin:0 auto;
    display: block;
}
.header img{
    width:100%;
    display: block;
}
.main{
    width: 100%;
    margin: 0 auto;
    display: block;
    background: url("../images/bg_02.jpg") top center no-repeat;
    background-size: 100% 100%;
    flex-grow: 1;
    color:#fff;
    padding:0 3%;
}
.list_pagintation{
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.list_pagintation .swiper-pagination-bullet{
    width: 25% !important;
    min-width: 25% !important;
    max-width: 25% !important;
    display: block;
    border-radius: 0;
    background: unset;
    opacity: 1 !important;
    height: auto !important;
}
.list_pagintation .swiper-pagination-bullet p{
    width: 10.625rem;
    height: 4.125rem;
    display: block;
    text-align: center;
    line-height: 4.125rem;
    white-space: nowrap;
    font-size:1.5rem;
    font-weight: 600;
    color:#1846b5;
    background: url("../images/tab_bg.png") center center no-repeat;
    background-size: 100% 100%;
    font-family: '华文中宋';
}
.list_pagintation .swiper-pagination-bullet.swiper-pagination-bullet-active p{
    background-image: url("../images/tab_bg_on.png");
    color:#bc0000;
}
.list_swiper .swiper-slide{
    width:100%;
    flex-wrap: wrap;
    padding-bottom: 3rem;
}
.box{
    width: 94%;
    display: block;
    position: relative;
}
.box_con{
    width: 100%;
    background: rgba(255,255,255,.7);
    border-radius: 0.5rem;
    margin-top:2.9rem;
    position: relative;
    padding-top: 1.875rem;
}
.box_con::before{
    content:'';
    position: absolute;
    top:0.5rem;
    right:0.5rem;
    bottom:0.5rem;
    left:0.5rem;
    border:1px solid #f3bf78;
    border-radius: 0.5rem;
}
.box .title{
    height: 3.125rem;
    background: url("../images/title_bg.png") top center no-repeat;
    background-size: auto 100%;
    font-size:2rem;
    font-weight: 600;
    color:#bc0000;
    font-family: '华文中宋';
    position: absolute;
    top:2rem;
    left:0;
    right: 0;
    z-index: 2;
}
.intro{
    width: 100%;
    display: block;
    text-align: center;
    padding-top:1.25rem;
    font-size:1.125rem;
    line-height: 1.75rem;
    color:#000;
    position: relative;
    z-index: 2;
}
.box_main{
    width: 96%;
    display: block;
    margin:0 3% 0 1%;
    padding-bottom: 1.875rem;
    position: relative;
    z-index: 2;
}
.list{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top:0.6875rem;
}
.list h2{
    flex-grow: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size:1.3125rem;
    color:#000;
    font-weight: normal;
    /*margin-right:10px;*/
}
.list h2 i{
    max-width: 23rem;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list span{
    flex-grow: 1;
    height: 0;
    border-top:1px dashed #5c5353;
    display: block;
    /*margin:0 1.625rem;*/
}
.list a{
    width: 7rem;
    line-height: 2.125rem;
    color:#bc0000;
    background: url("../images/a_bg.png") top center no-repeat;
    background-size: 100% auto;
    display: block;
    text-align: center;
    font-size:1.125rem;
    margin-left:5px;
}
@media screen and (max-width: 500px) {
    .main{
        background-size: 100% 100%;
    }
    .list h2{
        max-width: calc(100% - 60px);
        font-size: 15px;
        line-height: 1.5;
    }
    .intro{
        font-size:14px;
        line-height: 1.5;
        padding: 1.25rem 3% 0;
    }
    .list h2 i{
        max-width: calc(100% - 20px);
        font-size:15px;
        text-overflow: unset;
    }
    .list a{
        width:auto;
        padding: 0 3px;
        font-size:12px;
        line-height: 1.6;
        background-size: 100% 100%;
    }
}

iframe,#pdfH5{
    width: 100%;
    height: 100vh;
    border: 0;
}
.info_detail{
    width:100%;
    display: block;
    padding:2rem 3% 4rem;
}
.info_detail .title{
    font-size:2rem;
    line-height: 1.5;
    text-align: center;
}
.detail{
    width: 100%;
    font-size:16px;
    line-height: 30px;
    display: block;
    margin-top:2rem;
}
.detail img,.detail video{
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}