.nation-banner {
    padding: 50px 30px 30px 30px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(to right, #0747a8, #0c66e3);
}

.nation-banner__box {
    position: relative;
    overflow: hidden;
}

.nation-banner__flag {
    float: left;
    margin-top: 8px;
    margin-right: 30px;
    overflow: hidden;
    border: 2px solid #eee;
    border-radius: 4px;
}

.nation-banner__content {
    width: 668px;
    float: left;
}

.nation-banner__flag img {
    width: 100%;
    height: 60px;
    background: #fff;
    display: block;
}

.nation-banner__title {
    color: #fff;
    margin-bottom: 10px;
}

.nation-banner__desc {
    font-size: 14px;
    color: #fff;
}

.nation-banner__achievement {
    float: right;
    width: 220px;
    margin-left: 30px;
    background: rgba(52, 145, 250, 0.6);
    padding: 15px;
    border: 1px solid rgba(255, 255, 250, 0.3);
}

.nation-banner__achievement-heading {
    text-align: center;
    margin-bottom: 12px;
    font-weight: bold;
    font-size: 16px;
    color: #FFD700;
}

.nation-banner__name {
    font-size: 26px;
    font-weight: 600;
    margin-top: 5px;
    margin-right: 15px;
    letter-spacing: 2px;
    display: inline-block;
    color: #fff;
}

.nation-banner__achievement-heading i {
    font-size: 20px;
    margin-right: 8px;
}

.nation-banner__achievement-stats {
    overflow: hidden;
}

.nation-banner__achievement-item {
    float: left;
    width: 50%;
    text-align: center;
    padding: 0 10px;
}

.nation-banner__achievement-value {
    font-size: 20px;
    font-weight: bold;
    color: #FFD700;
    margin-bottom: 2px;
    line-height: 1.2;
}

.nation-banner__achievement-label {
    font-size: 14px;
    color: #fff;
    opacity: 0.8;
}

.nation-banner__achievement-people {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.nation-banner__en {
    font-size: 16px;
    opacity: 0.8;
}