.container{
    padding: 0;
}
/*头部*/
.group{
    padding-top: 30px;
}
/*搜索框*/
.input {
    display: inline-block;
    line-height: 45px;
    font-size: 14px;
    color: #101d37;
    background-color: #fff;
    position: relative;

}
.input input {
    vertical-align: top;
    box-sizing: border-box;
    width: 520px;
    height: 45px;
    line-height: 45px;
    padding: 0 22px;
    border: 0;
    box-shadow: 0 1px 2px -1px rgb(0 0 0 / 20%);
    border-radius: 2px;
}
.input .inputRightPart {
    position: absolute;
    right: 0;
    top: 0;
}
.input .inputRightPart .searchButton {
    cursor: pointer;
    width: 50px;
    height: 45px;
    display: inline-block;
    text-align: center;
    background-color: #fff;
}
button {
    border: 0;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: right;
}
.sear{
    display: flex;
    align-items: center;
    justify-content: center;
}

/*导航栏*/
.nav{
    display: flex;
    justify-content: center;
}
.nav-item a{
    color: #f5f6f6;
}
.search {
    background-color: #f5f5f6;
    margin-bottom: 35px;
}

/*footer*/
.content-item {
    width: 1202px;
    margin: 0 auto;
}
.rel-link {
    margin-bottom: 30px;
    color: #819dbb;
}
.rel-link a {
    color: #819dbb;
}

.rel-title {
    font-size: 18px;
    font-weight: bold;
    color: white;
}
.organizer {
    line-height: 30px;
    color: #95acc6;
}
.organizer p{
    display: inline-block;
    margin-right: 15px;
}
.qrcode {
    position: absolute;
    right: 12px;
    top: 0;
    width: 104px;
    height: 104px;
}
.filing-number {
    margin-top: 50px;
    text-align: center;
    color: grey;
}
footer {
    background: url(../img/footer.jpg);
    background-position: center;
}

footer .content-item .right {
    top: 0;
    width: 179px;
    height: 143px;
    position: absolute;
    right: 0;
    border-left: 1px solid #95acc6;
}
footer {
    height: 279px;
    margin-top: 45px;
    position: relative;
}

footer .content-item {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translateX(-50%);
    width: 1202px;
    height: 150px;
}
.saoyisao {
    position: absolute;
    right: 9px;
    bottom: -10px;
    color: #819dbb;
}
/*footer*/