body, html {
    width: 100%;
}

/*搜索框样式处理*/
.el-input__inner {
    border-radius: 27px;
    border-right: none;
}

.el-input-group__append {
    border-radius: 0 27px 27px 0;
    background: #fff;
}

.el-input.is-active .el-input__inner, .el-input__inner:focus {
    border-color: #d8dce5;
}

/*导航*/
.navi li.current {
    background: #E9E9E9;

}

.navi li.current a {
    color: #454545;
}

/*内容*/
.contentBox {
    padding: 35px 0 400px;
    overflow: hidden;
}

.contentBox h5 {
    line-height: 125px;
    font-size: 18px;
    color: #555555;
    text-align: center;
}

.contentBox p {
    line-height: 25px;
    font-size: 16px;
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 25px;
    letter-spacing: 1px;
    color: #555555;
}

.contentBox h4 {
    border-left: 3px solid #114EC7;
    margin-bottom: 30px;
    padding: 0 10px;
    font-size: 16px;
}

.contentBox ul {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

.contentBox ul li {
    text-align: center;
    padding: 0 15px;
    background: #D9E6FF;
    float: left;
    margin-right: 15px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.contentBox ul li a {
    line-height: 35px;
    color: #4F7DD9;
    font-size: 15px;
    letter-spacing: 1px;
}

.ul2 li {
    background: #E4ECFA;
}

.ul2 li a {
    color: #8EAAE1;
}

.top .peopleBox img {
    width: 50px;
    height: 50px;
}