.banner {
    height: 480px;
    background: url(../images/aboutus_banner.jpg)center / cover no-repeat;
}
.main {
    background: #ffffff;
}
.breadcrumb {
    line-height: normal;
    font-size: 14px;
    color: #666666;
    margin-top: 20px;
    margin-bottom: 44px;
}
.action-bar {
    height: 45px;
    line-height: 44px;
    padding: 0;
    margin-bottom: 44px;
    overflow: hidden;
}
.action-bar .msg-search {
    margin-left: 88px;
}
.msg-total span {
    font-size: 14px;
    color: #999999;
}
.msg-total i {
    font-size: 18px;
}
.action-bar .msg-search input {
    height: 44px;
    line-height: 44px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #E5E5E5;
}
.action-bar .msg-search button {
    height: 45px;
    line-height: 45px;
    border-radius: 0px 5px 5px 0px;
}
.news-box.modules {
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}
.modules .body-content .item:first-child {
    height: 148px;
}
.modules .body-content .item {
    padding: 20px 0;
    height: 168px;
}
.modules .body-content .item .image {
    width: 160px;
    height: 128px;
}
.modules .body-content .item .image img {
    object-fit: cover;
    height: 128px;
}
.modules .body-content .item .content {
    padding-left: 180px;
}