/* wzw CSS file*/

/* html, body 解决手机端横向滚动条滚动的问题 */
.navbar-nav {
    justify-content: space-between;
}
.front-block > .view-content.row {
    overflow: hidden;
    width: 100%;
}
.front-notice,
.front-news {
    width: 100%;
    overflow: hidden;
}
.front-xshy > .view-header {
    overflow: hidden;
}
.front-xshy-header .views-row {
    width: 100%;
    overflow: hidden;
}
.row {
    margin-left: auto;
    margin-right: auto;
}
.front_xsbg_title {
    display: table-cell;
    vertical-align: middle;
}
.top_right_search button {
    height: 28px;
    top: 0;
}
@media (max-width: 767px) {
    html {
        width: 100%;
        /* height: 100%; */
        overflow: hidden;
        overflow-y: auto;
    }
    a, button, input {
        outline: none!important;
        -webkit-appearance: none;
    }
    body {
        width: 100%;
        overflow: hidden;
        overflow-y: auto;
    }
}