.newsBanner .bannerImg{
    width:100%;
    min-width:150rem;
    min-height:100%;
}
.center-box{
    width:150rem;
    height:auto;
    margin:0 auto;
}
h3.aud-ser-title{
    width:150rem;
    height:7.2rem;
    line-height:7.2rem;
    font-size:6rem;
    color:#002040;
}
h3.aud-ser-title i{
    font-style:italic;
    font-size:6.5rem;
    font-family: "思源黑体宋";
    margin-right:3rem;
}
h3.aud-ser-title em{
    font-style:normal;
    font-size:3.6rem;
    font-family: "SourceHanSerifCN";
}
h3.aud-ser-title em a{
    color:#002040 
}
.aud-sear{
    width:100%;
    height:147.8rem;
    padding-top:1rem;
    box-sizing: border-box;
    background:#f0f5fb;
}
.sear-title{
    width:100%;
    height:7.2rem;
    margin-top:6rem;
    display:flex;
    justify-content: space-between;
}
.sear-search{
    width:74rem;
    height:7.2rem;
    display:flex;
    justify-content: space-between;
}
.sear-search .search-icon{
    width:60rem;
    height:7.2rem;
    padding-left:3rem;
    background:#fff;
    box-shadow:0 0 1rem rgba(0,0,0,.05);
    font-size:2rem;
    color:#6b7083;
    outline: none;
    box-sizing: border-box;
}
.sear-search .sear-btn{
    width:14rem;
    height:7.2rem;
    line-height:7.2rem;
    text-align:center;
    font-size:2rem;
    color:#fff;
    cursor: pointer;
    background:#00468c;
}
.sear-con{
    padding-top:3.6rem;
    margin-bottom:7.5rem;
}
.sear-con ul{
    width:150rem;
    height:115rem;
    overflow-y:auto;
}
.sear-con ul::-webkit-scrollbar {
    width: 0.2rem;
    height: 1.2rem;
}
.sear-con ul::-webkit-scrollbar-thumb {
    border-radius: 0.2rem;
    box-shadow: inset 0 0 0.5rem rgba(5, 1, 77, 0.2);
    background: rgba(1, 8, 81, 0.5);
}
.sear-con ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0.5rem rgba(5, 1, 77, 0.2);
    border-radius: 0;
    background: rgba(1, 8, 81, 0.4535);
}
.sear-con ul li{
    width:35.5rem;
    height:35.5rem;
    box-sizing: border-box;
    background:#fff;
    cursor:pointer;
    float:left;
    margin-right:2.5rem;
    margin-bottom:2.5rem;
}
.sear-con ul li:nth-child(4n){
    margin-right:0;
}
.sear-con ul li .sear-img{
    width:100%;
    height:31rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
/*图片移入效果*/
.imgBB{
    width:35.5rem;
    height:35.5rem;
}
.imgBB .img{
    width:35.5rem;
    height:31rem;
    display:flex;
    justify-content: center;
    align-items: center;
}
.imgBB span{
    width:100%;
    height:3.6rem;
    line-height:3.6rem;
    text-align:center;
    font-size:2rem;
    color:#002040;
    font-family: "serifcnMedium";
    margin-bottom:1.4rem;
    display:block;
}
.bg_main{
    background:linear-gradient(135deg, rgba(16, 104, 191, .95), rgba(61,59,190,.95)) 
}
.simImg_spec33 .caption-text-in{
    padding:2rem 4rem 5rem;
    box-sizing: border-box;
}
.simImg_spec33 .caption-text-in h3{
    font-size:2.6rem;
    height:7.6rem;
    line-height:7.6rem;
    padding:0;
    font-family: "serifcnMedium";
    border-bottom:0.1rem solid rgba(255,255,255,.15);
}
.simImg_spec33 .caption-text-in h3 a{
    color:#fff 
}
.simImg_spec33 .caption-text-in p{
    font-size:1.6rem;
    line-height:3rem;
    font-family: "思源黑体CN";
    margin:2.8rem 0;
    text-align: justify;
}
.simImg_spec33 .caption-text-in em{
    width:3.5rem;
    height:1rem;
    display:block;
    background:url(../images/audienceServiceImg/searArr.png) no-repeat;
    background-size:100% 100%;
}
