.newsList {
    width: 1200px;
    margin: 0 auto;
    background: white;
}

.newsList-ul {
    padding: 40px;
}

.newsList-ul .newsList-li {
    padding-bottom: 40px;
}

.newsList-ul .newsList-li-date {
    width: 98px;
    height: 176px;
    background: #044693;
    color: white;
    text-align: center;
    padding-top: 60px;
    box-sizing: border-box;
    font-size: 16px;
    float: left;
}

.newsList-ul .newsList-li-date__dd {
    font-size: 32px;
    padding-bottom: 60px;
}

.newsList-ul .newsList-li-info {
    width: 1022px;
    padding-left: 26px;
    box-sizing: border-box;
    float: left;
}

.newsList-ul .newsList-li-info__title {
    font-size: 14px;
    color: #1E3F59;
    padding-bottom: 20px;
}

.newsList-ul .newsList-li-info__content {
    font-size: 12px;
    color: #737C83;
    line-height: 24px;
    text-indent: 2em;
    line-height: 26px;
    height: 110px;
    overflow: hidden;
}

.newsList-ul .newsList-li-info__more {
    width: 80px;
    height: 32px;
    border: 1px solid #044693;
    color: #044693;
    text-align: center;
    line-height: 32px;
    float: right;
}