/*院士子站公用样式*/
.detail_nav{position: relative;}
.detail_nav .img_fit_contain{width: 0.5rem;height: 0.5rem;position: absolute;top: 0.3rem;right: 0.9rem;}
.detail_nav_grxx .img_fit_contain{top: 4rem;right: 0.9rem;}

.column_box{
    width: 6.7rem;margin: 0.3rem auto;background-color: #fff;padding: 0.3rem 0.34rem;position: relative;border-radius: 0.06rem;
}
.column_box_title{padding-bottom: 0.2rem;font-size: 0.34rem;}

.iconBar{
    width: 6.7rem;height: 0.8rem;background: #836a5f;margin: 0 auto 0.3rem auto;border-radius: 0.06rem;display: flex;
    justify-content: center;align-items: center;
}
.iconBar a{display: block;color: #fff;}
.iconBar img{width: 0.5rem;height: 0.5rem;vertical-align: middle;margin-right: 0.1rem}

.hall_replace{background: #f5f5f5;width: 100%;height: 14rem;position: absolute;top:0px;left: -8rem;transition: all 1s;z-index: 9999;display: none}
.subNavs{display: none;}
/**返回按钮**/
.backTop{position: fixed;right: 0.2rem;bottom: 2rem;cursor: pointer;overflow: hidden;z-index: 99999;}
.backTop img{width: 0.8rem;height: 0.8rem;}
/**加载动画**/
.page_change_aniamtion_container{margin-top: 4rem;}
