.index_miso{
    position: relative;
}
.banner{
    position: relative;
    width: 100%;
    height: auto;
    background: #050f37;
    z-index: 0;
}
.banner img{
    width: 100%;
    height: auto;
    object-fit: contain;
}
.newsBox{
    position: relative;
    z-index: 0;
    margin: -0.7rem auto 0;
    width: 94%;
    max-width: 14rem;
}
.newsBox .beadCrumb {
    margin-bottom: 0.37rem;
    color: #fff;
    font-size: 16px;
}

.newsBox .beadCrumb a{
   
    color: #fff;

}

.newsBox .content{
    padding: 0.6rem 1.15rem 1.44rem 1.3rem;
    position: relative;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 5px -2px 5px -2px rgba(0, 0, 0, 0.05), -5px -2px 5px -2px rgba(0, 0, 0, 0.05);
    z-index: 100;
min-height: 500px;
}
.newsBox .content .title{
    color: #000000;
    font-size: 24px;
    background-color: #fff;
    text-align: center;
    font-weight: 700;
}
.newsBox .content .info{
    margin-top: 0.1rem;
    width: 100%;
    height: 0.38rem;
    background-color: #f6f6f6;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #4e4e4e;
}
.newsBox .content .info li{
    margin: 0 0.3rem;
}
.newsBox .content .text{
    margin-top: 0.65rem;
    text-align: center;
}
.newsBox .content .text p{
    margin-bottom: 0.6rem;
    text-indent: 2em;
    line-height: 0.34rem;
    font-size: 16px;
    text-align: left;
}
.newsBox .content .text img{
    width: 7.7rem;
    height: auto;
}

.newsBox .content .v_news_content p{
    margin-bottom: 0.1rem;
    text-indent: 2em;
    line-height: 0.34rem;
    font-size: 16px;
    text-align: left;
   word-break: break-word;
}

.newsBox .aside{
    position: absolute;
    left: 0.3rem;
    top: 2.8rem;
    z-index: 999;
    text-align: center;
}
.newsBox .aside p{
    font-size: 0.14rem;
    margin-bottom: 0.23rem;
}
.newsBox .aside ul li{
position: relative;
    margin-bottom: 0.2rem;
    width: 43px;
    height: 43px;
    border-radius: 100%;
    background-color: #d7d7d7;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .2s ease-in-out;
}
.newsBox .aside ul li .ewm{position: absolute;
    width: 200px;
    height: 200px;
    top: 50%;
    left: 50px;
    transform: translateY(-50%);
display:none;}
.newsBox .aside ul li:hover .ewm{display:block;}
.newsBox .aside ul li:nth-child(1):hover{
    background-color: #09a710;
}
.newsBox .aside ul li:nth-child(2):hover{
    background-color: #DE4643;
}
.newsBox .aside ul li:nth-child(3):hover{
    background-color: #0092E3;
}



@media screen and (max-width: 1279px) {
    .banner{
        margin-top: 0.75rem;
    }
}
@media screen and (max-width: 1000px) {
    .newsBox .beadCrumb{
        margin-bottom: 0.2rem;
    }
    .newsBox .content{
        padding: 0.8rem 0.2rem 0.6rem 0.2rem;
    }
    .newsBox .content .text{
        padding-left: 0.43rem;
    }
    .newsBox .aside {
    /* left: 0; */
    top: 0.6rem;
    width: 90%;
    margin: 0 auto;
    /* height: 63px; */
}
.newsBox .aside ul li {
    width: 40px;
    height: 40px;
    float: left;
    margin: 0px 20px 0px 0px;
}


.share p{
    float: left;
    line-height: 40px;
    margin-right: 20px;
}



.newsBox .content .v_news_content p {
   
   
    font-size: 14px !important;
   
}
.newsBox .content .v_news_content p  span{
   
   
    font-size: 14px !important;
   
}
.newsBox .content .v_news_content p img{display: block;max-width:100%;/*width:100% !important;*/ height:auto !important;margin-left: auto;
    margin-right: auto;}



}
@media screen and (max-width: 640px) {
    .personList .tabs .tab li{
        width: 100%;
    }
    .newsBox .content .info{
        /*height: auto;*/
        display: unset;
    }
    .newsBox .content .info li{
        margin: 0.1rem 0;
        width: 100%;
    }
    .newsBox .content .text{
        margin-top: 0.4rem;
    }
}

iframe{
    width: 100%;
    margin: 0 auto;
    /*float: left;*/
}