.information-banner {
    height: 480px;
    background: url(../images/us_banner.jpg) center center no-repeat;
}

.information-box ul a {
    display: block;
    float: left;
    width: 545px;
    height: 198px;
    margin-right: 108px;
}

.information-box ul a:hover {
    border-radius: 8px;
    box-shadow: 0px 0px 28px 0px rgb(7 28 59 / 20%);
}

.information-box {
    margin-top: 30px;
}

.information-box.empty {
    padding: 77px 0 225px 0;
    text-align: center;
}

.information-box.empty p {
    font-size: 16px;
    color: #b4bed0;
}

.information-box .information-list li {
    /* display: block;
    float: left;
    width: 545px;
    height: 200px;
    padding-top: 49px;
    margin-right: 108px; */
    margin: 30px 0 0 0;
}

.information-list {
    width: 1314px;
}

.information-box .information-list li:nth-child(2n) {
    margin-right: 0px;
}

.information-left {
    float: left;
    width: 200px;
    height: 136px;
    line-height: 136px;
    background-color: #f5f7fa;
    border-radius: 8px;
    border: solid 1px #f4f8ff;
}

.information-left div {
    text-align: center;
}

.information-left img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.information-right {
    float: right;
    width: 293px;
}

.information-right .information-title {
    margin-top: 10px;
    font-size: 16px;
    color: #071c3b;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.information-right .information-title a {}

.information-right .information-title a:hover {
    color: #3e6cff;
    opacity: 1;
}

.information-right .information-time {
    margin-top: 10px;
    font-size: 14px;
    color: #8590a6;
}

.information-right .information-content {
    margin-top: 10px;
    width: 287px;
    font-size: 14px;
    color: #8590a6;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.information-more {
    display: block;
    text-align: center;
    width: 146px;
    height: 40px;
    border-radius: 20px;
    margin: 24px auto 80px auto;
    font-size: 16px;
    line-height: 40px;
    color: #3e6cff;
    cursor: pointer;
    margin-top: 64px;
    border: solid 1px #3e6cff;
}