/* main.css */
*{
    box-sizing: border-box;
}
html {
    text-size-adjust: none;
}
h1,h2,h3,h4,h5,h6{font-weight: normal}
input,select,textarea{
    outline: none;
}
p{text-indent: 0;}
a{color:#333;}
.bold{
    font-family: PingFangSC-Semibold, sans-serif;
}

@media only screen and (min-width: 750px) {
    html {
        font-size:100px;
    }
}
@media only screen and (max-width: 750px) {
    html {
        font-size:100px;
    }
}
@media only screen and (max-width: 640px) {
    html {
        font-size:85.3px;
    }
}
@media only screen and (max-width: 414px) {
    html {
        font-size:55.2px;
    }
}
@media only screen and (max-width: 375px) {
    html {
        font-size:50px;
    }
}
@media only screen and (max-width: 320px) {
    html {
        font-size:42.6px;
    }
}


*:before, *:after {
    box-sizing: inherit;
}

html,body {
    margin: 0;
    font-family:"PingFangSC-Regular, sans-serif","Arial Normal", "Arial","微软雅黑","宋体",Arail,Tabhoma;
    padding: 0px;
    color:#333;
}
a{
    text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, ul, li, hr {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.flex{
    display: flex;
    display: -webkit-flex;
}

#Body {
    max-width: 7.5rem;
    margin-left: auto;
    margin-right: auto;
    font-size:0.28rem;
    /*background:#f1f1f1;*/
}



.bd23_hd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #FFF;
    position: relative;
    z-index: 99;
}
.bd23_hd div {
    display: flex;
    align-items: center;
}
.bd23_hd a.bd23_hd_logo img {
    height: 40px;
    /*height: 50px;*/
}
a.bd23_hd_gr {
    display: block;
    height: 16px;
    width: 24px;
    background: url(/res/bird2022/structure/23050308.png) no-repeat center;
    background-size: contain;
}
a.bd23_hd_en {
    display: block;
    height: 19px;
    width: 26px;
    background: url(/res/bird2022/structure/23060534.png) no-repeat center;
    background-size: contain;
    margin-right: 5px;
}
.bd23_hd span.bd23_hd_nav {
    width: 20px;
    height: 19px;
    background: url(/res/bird2022/structure/23050489.png) no-repeat;
    background-size: 100% 100%;
    margin-left: 10px;
}


.bd23_ft_zc {
    position: relative;
}
.bd23_ft_zc img {
    width: 100%;
}
.bd23_ft_zc a {
    display: block;
    background: #DC7C34;
    width: 130px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    color: #FFF;
    font-size: 0.2rem;
    position: absolute;
    bottom: 26px;
    left: 50%;
    margin-left: -65px;
}
.bd23_ft_oo {
    background: #FFF;
    line-height: 40px;
    text-align: center;
    font-size: 0.24rem;
}

/*新闻列表,详情*/
/*.bd23_newlist{*/
/*    background: #FFF;*/
/*    box-shadow: 0 0 5px 0 #eee;*/
/*    padding: 10px;*/
/*}*/

.bd23_foldtxt {
    padding: 10px;
}

.bd23_newlist ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.bd23_newlist ul li span#ReportIDname {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.bd23_newlist ul li span#ReportIDIssueTime {
    color: #999;
}


.bd23_newTxt {
    background: #FFF;
    box-shadow: 0 0 5px 0 #eee;
    padding: 10px;
}
.bd23_newTxt span#ReportIDname {
    display: block;
    text-align: center;
    font-size: 0.3rem;
    font-weight: bold;
    margin-bottom: 20px;
}
.bd23_newTxt span#ReportIDtext p {
    font-size: 0.24rem;
    line-height: 1.8;
    margin-bottom: 10px;
}
.bd23_newTxt span#ReportIDtext p img {
    max-width: 100%;
    height: auto!important;
}


.bd23_foldtxt span#CurrentlyNode {

    font-size: 18px;
    font-weight: bold;
   /* display: block;
    text-align: center;
    margin: 20px;*/
}
.bd23_foldtxt span#CurrentlyText p {
    margin-bottom: 15px;
    line-height: 1.8;
    padding-left:0 !important;
}
.bd23_foldtxt span#CurrentlyText table {
    width: 100%!important;
}
.bd23_foldtxt span#CurrentlyText img {
    max-width: 100%;
}

.bd23_foldtxt span#CurrentlyText table.tables {
    width: 100%!important;
    border: 1px solid #ccc;
}

/*nav*/
div#head_us_bg {
    display: none;
    width: 100%;
    height: calc(100vh);
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 99998;
}
.nav {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99999;
    background: #FFF;
    box-shadow: 2px 2px 10px 0px #666;
    padding: 60px 50px 0 30px;
    height: calc(100vh);
}
.nav ul li {
    margin-bottom: 20px;
    position: relative;
}
.nav ul li::before {
    content: '';
    display: block;
    border-left: 5px solid #B9121A;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    position: absolute;
    top: 8px;
    left: -15px;
}
.nav ul li a {
    color: #000;
}
.nav ul li dl {
    margin: 0;
}
.nav ul li dl dt {
    padding: 15px 0 0px 15px;
}
.nav ul li dl dt a {
    color: #999;
}
/*浮窗*/
.bd23_fu {
    position: fixed;
    /*top: 200px;*/
    top: 50%;
    right: 0px;
    z-index: 99;
}
.bd23_fu div {
    background: #FFF;
    border-bottom: 1px solid #eee;
    width: 85px;
    height: 80px;
    text-align: center;
    padding: 10px;
}
.bd23_fu div img {
    height: 45px;
}
.bd23_fu div span {
    display: block;
    color: #000;
    font-size: 3vw;
}
.bd23_fu div:hover {
    background: #FFF8F4;
}