.bg-box {
    width: 100%;
    height: 400px;
    background: url(../images/news_img.png) no-repeat center;
    background-size: 1920px 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    position: relative;
}

.text-box .text-cn {
    text-align: center;
    font-family: 'MiSans-Bold';
    font-size: 40px;
    color: #FFFFFF;
    text-shadow: 0 0 10px rgba(21,75,74,0.6);
}
.text-en {
    text-align: center;
    font-size: 40px;
    color: #FFFFFF;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.list {
    width: calc(100% - 64px);
    height: auto;
    padding: 28px 32px;
    background-color: #fff;
    box-shadow: 0 0 16px 1px rgba(178,178,178,0.2);
    border-radius: 12px;
    margin-bottom: 28px;
    display: flex;
    justify-content: space-between;
    align-items: self-start;
}

.list .time {
    font-size: 14px;
    color: #27D2D8;
}
.list img {
    display: block;
    width: 232px;
    height: 130px;
    border-radius: 12px;
    margin: 0 15px 0 28px;
}

.list .text-box {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.text-box .title {
    font-family: 'MiSans-Demibold';
    font-size: 18px;
    color: #333333;
}

.text-box .info {
    font-size: 14px;
    color: #999999;
}

.text-box .arrow-box {
    width: 33px;
    height: 9px;
    background: url(../images/news_arrow.png) no-repeat center;
    margin-top: 10px;
}

.list:last-child{
    margin-bottom: 0;
}