@media screen and (max-width:767px) {
    .header_img {
        height: 120px;
    }
    .search_bar {
        height: 50px;
        overflow: hidden;
        position: relative;
    }
    .search_bar>a {
        color: #fff;
        position: absolute;
        left: 5px;
        z-index: 1000;
    }
    .search_bar>span {
        position: absolute;
        left: 15px;
        top: 8px;
        right: 100px;
        display: none;
    }
    .search_bar>span>input {
        padding-right: 30px;
    }
    .search_bar>button {
        position: absolute;
        right: 40px;
        top: 8px;
        display: none;
    }
    .index_nav .navbar-form {
        display: none;
    }
    .index_nav .navbar-collapse {
        position: absolute;
        z-index: 1000;
        width: 100%;
        background: #fff;
        box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
    }
    .navbar-default .navbar-brand:focus,
    .navbar-default .navbar-brand:hover {
        color: #999;
    }
    .indexPage .affairs>a{
        line-height: 350%;
    }
    .index_nav .navbar-default .navbar-nav>li{
        padding:0 25px;
    }
    .index_nav .navbar-default .navbar-nav>li>a {
        padding-left:5px;
        color: #303133;
        border-bottom: 1px solid #e6e6e6;
    }
    .index_nav .navbar-default .navbar-nav>li>a.active{
        color: #409eff;
    }
}
@media screen and (max-width:375px) {
    .indexPage .nav-tabs>li>a {
        padding: 10px 6px;
    }
}
@media screen and (max-width:340px) {
    .indexPage .nav-tabs>li>a {
        padding: 10px 4px;
    }
    .indexPage .tab_more {
        padding: 0;
        float: left;
    }
    .affairs_opend .leader>div>a>img{
        height: 151px;
    }
    .affairs_opend .leader_name{
        font-size: 16px;
        line-height: 200%;
    }
    .affairs_opend .leader_post{
        line-height: 200%;
        font-size: 12px;
    }
    .affairs_opend .look_resume{
        display: block;
        width: 140px;
        font-size: 12px;
        line-height: 250%;
        background: #f2f2f2;
        text-align: center;
        margin-top: 15px;
    }
    .affairs_opend .look_resume>i{
        font-size: 14px;
    }
    .affairs_opend .organ_function{
        font-size: 14px;
    }
    .tabs_header>span{
        padding:10px 8px;
    }
    .interaction .newest .newest_img img{
        width: 100%;

    }
    .interaction .newest .newest_img p{
        padding: 0;
    }
}