.lzqzf-toolbar {
    background-color: #1C5FB0;
    widows: 100%;
    height: 50px;
}

.lzqzf-toolbar-box {
    line-height: 50px;
}

.lzqzf-toolbar-box dt a {
    font-size: 14px;
    color: #eee;
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
}

.lzqzf-toolbar-box dt a:hover {
    color: #fff;
}

.lzqzf-banner-box {
    background: url(../img/banner-l.png) center top;
    height: 300px;
}

.lzqzf-banner dl {
    padding-top: 85px;
}

.lzqzf-banner dl dt input {
    border: 2px red solid;
    width: 285px;
    height: 40px;
    border-radius: 10px;
    margin-top: 20px;
}

.nav-box {
    background-color: #1C5FB0;
    height: 64px;
    width: 100%;
}

.nav-inner {
    /* margin: 10px auto; */
    height: 64px;
    line-height: 50px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
}

.nav-inner li {
    font-size: 22px;
    color: #ffffff;
    padding: 0 36px;
}

.nav-inner li:hover {
    background-color: #00387c;
}

.nav-inner li a {
    color: #ffffff;
}
/* 头部结束 */
.box {
    width: 1400px;
    position: relative;
    margin: 0 auto;
    height: 100%;
    padding-top: 60px;
}

.box .title {
    background-color: #1c5fb0;
    width: 680px;
    height: 60px;
    text-align: center;
    font-size: 38px;
    line-height: 55px;
    color: #fff;
margin-left: 360px;
}

.orglist {
    overflow: hidden;
    width: 1440px;
    padding-inline-start: 0px;
    border-top: dashed 1px black;
    margin-top: 5px;
}

.orglist li {
    width: 335px;
    height: 40px;
    background: #f5f5f5;
    float: left;
    margin: 20px 20px 0 0;
    list-style: none;
    display: list-item;
    text-align: -webkit-match-parent;
    display: block;

    /* padding-inline-start: 40px; */
}

.orglist li a {
    display: block;
    height: 38px;
    line-height: 38px;
    border-bottom: solid 2px transparent;
    text-align: center;
    text-decoration: none;
    color: #333333;
    font-family: "Microsoft YaHei", sans-serif;
    font-size: 18px;
}