.affairs-wrapper .affairs-top {
    background-color: #fff;
    padding: 20px;
    margin-top: 16px;
}

.affairs-wrapper .affairs-items {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    padding-top: 5px;
    *zoom: 1\0;
}

.affairs-wrapper .affairs-items:after {
    content: "\0020";
    display: none;
    display: block\0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.affairs-wrapper .affairs-items .item {
    -js-display: flex;
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;

    
    -webkit-box-pack: center;
    
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
    justify-content: center;

    height: 64px;
    line-height: 1.4;
    margin-right: 20px;
    font-size: 18px;
    color: #333;
    background-color: #F3F8FF;
    text-align: center;
    float: left\0;
    width: calc((100% - 80px) / 5)\0;
    line-height: 64px\0;
}

.affairs-wrapper .affairs-items .item:last-child {
    margin-right: 0;
}

.affairs-wrapper .affairs-items .iconfont {
    margin-right: 7px;
    font-size: 24px;
    color: #1658A0;
}

.affairs-wrapper .affairs-news {
    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    background-color: #fff;
    padding: 20px 20px 0;
    margin-top: 18px;
    *zoom: 1\0;
}

.affairs-wrapper .affairs-news:after {
    content: "\0020";
    display: none;
    display: block\0;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.affairs-wrapper .affairs-news .items {
    -webkit-box-flex: 1;
    
    -moz-box-flex: 1;
    
    -webkit-flex: 1;
    
    -ms-flex: 1;
    
    flex: 1;
    
    overflow: hidden;
    width: calc((100% - 20px) / 2)\0;
    float: left\0;
}

.affairs-wrapper .affairs-news .items:first-child {
    margin-right: 20px;
}

.affairs-wrapper .affairs-search {
    padding: 20px;
    margin-top: 18px;
    background-color: #fff;
    font-size: 16px;
}

.affairs-wrapper .affairs-search .a-search-wrapper {

    -js-display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-box-align: center;
    
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    
    
    
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;

    background-color: #F3F8FF;
    padding: 22px 20px;
    line-height: 36px;
}

.affairs-wrapper .a-search-wrapper .name {
    position: relative;
    padding: 0 26px;
    color: #fff;
    background: #449DF5;
    margin-right: 25px;
    display: inline-block\0;
}

.affairs-wrapper .a-search-wrapper .txt {
    display: inline-block\0;
}

.affairs-wrapper .a-search-wrapper .name:after {
    content: "";
    position: absolute;
    right: -4px;
    top: 50%;
    width: 12px;
    height: 12px;
    margin-top: -5px;
    background: #449DF5;
    transform: rotate(45deg);
}
.affairs-wrapper .a-search-wrapper .ie9-inp{
    display: inline-block\0;
    width: 220px;
    margin-left: 10px;
    position: relative\0;
}
.affairs-wrapper .a-search-wrapper .ie9-inp .placeholder{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    line-height: 36px;
    z-index: 10;
    font-size: 14px;
    color: #999;
}
.affairs-wrapper .a-search-wrapper .inp {
    height: 36px;
    width: 100%;
    background-color: #fff;
    padding: 2px 16px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    outline: none;
}

.affairs-wrapper .a-search-wrapper .btn {
    height: 36px;
    margin-left: 10px;
    padding: 0 24px;
    background-color: #1658A0;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    text-align: center;
    display: inline-block\0;
}

@media screen and (max-width: 1199px) {
    .affairs-wrapper .affairs-items .item {
        font-size: 16px;
    }

    .affairs-wrapper .affairs-items .iconfont {
        font-size: 22px;
        margin-right: 5px;
    }

    .affairs-wrapper .affairs-search {
        font-size: 14px;
    }

    .affairs-wrapper .a-search-wrapper .btn {
        font-size: 14px;
    }

    .affairs-wrapper .affairs-search .txt {
        display: none;
    }
    .affairs-wrapper .a-search-wrapper .ie9-inp {
        width: 185px;
    }
}

@media screen and (max-width: 991px) {
    .affairs-wrapper .affairs-items {
        
        
        
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .affairs-wrapper .affairs-items .item {
        width: calc((100% - 20px) / 2);
        height: 50px;
        margin-bottom: 15px;
        margin-right: 15px;
        -webkit-box-flex: none;
        
        -moz-box-flex: none;
        
        -webkit-flex: none;
        
        -ms-flex: none;
        
        flex: none;
        
        line-height: 50px\0;
    }

    .affairs-wrapper .affairs-items .item:nth-child(2n+2) {
        margin-right: 0;
    }

    .affairs-wrapper .affairs-top {
        padding: 0 15px;
    }

    .affairs-wrapper .affairs-search {
        display: none;
    }
}

@media screen and (max-width: 750px) {
    .affairs-wrapper .affairs-items .item {
        width: 100%;
        padding: 0 15px;
        height: 40px;
        justify-content: flex-start;
        font-size: 14px;
        line-height: 40px\0;
        text-align: left\0;
    }

    .affairs-wrapper .affairs-news {
        
        
        
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
    }

    .affairs-wrapper .affairs-news .items {
        -webkit-box-flex: none;
        
        -moz-box-flex: none;
        
        -webkit-flex: none;
        
        -ms-flex: none;
        
        flex: none;
        
        width: 100%;
    }

    .affairs-wrapper .affairs-news .items:first-child {
        margin-right: 0;
    }
}