.banner {
    width: 100%;
    height: 500px;
    background: url('/static/images/home/news/banner.jpg');
}
.title {
    position: relative;
    width: 1200px;
    height: 120px;
    margin: 0 auto;
    margin-top: 98px;
    text-align: center;
    font-size: 72px;
    font-weight: bold;
    font-style: italic;
    color: rgba(244,244,244,1);
}
.title-cn {
    position: relative;
    top: -60px;
    font-size: 48px;
    font-style: normal;
    color: rgba(41,40,40,1);
}
.content {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    overflow: auto;
}
.item {
    display: block;
    width: 400px;
    height: 140px;
}
.item-date {
    float: left;
    width: 90px;
    height: 100%;
    text-align: center;
}
.item-date-day {
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    color:rgba(255,175,116,1);
}
.item-date-month {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    color: rgba(191,191,191,1);
}
.item-title {
    float: left;
    width: 260px;
    height: 75px;
    font-size: 16px;
    font-weight: 400;
    font-style: italic;
    color:rgba(55,54,54,1);
    line-height: 24px;
    margin: 11px 0 0 15px;
    overflow: hidden;
}
.page {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: rgba(0,0,0,1);
    margin-bottom: 50px;
}
a.btn_s_green, a.btn_s_blue {
    display: inline-block;
    padding: 3px 10px;
    line-height: 19px;
    font-size: 12px;
    margin: 0 3px;
    color: rgba(0,0,0,1);
    opacity: 0.8;
    border: 1px solid rgba(220,220,220,1);
    border-radius: 3px;
}
a.btn_s_green {
    background: rgba(255,148,70,1);
    color: rgba(255,255,255,1);
}