.news {
    margin-bottom: 30px;
}
.news__left {
    width: 670px;
}
.news__item {
    display: block;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    padding-top: 10px;
}
.news__item:last-child {
    border-bottom: 0;
}
.news__title {
    font-weight: 400;
    color: #3670a9;
    font-size: 2em;
    padding: 15px 0;
}
.news__content {
    width: 410px;
}
.news__img {
    /* width: 150px; */
    text-align: center;
}
.news__img > img {
    border: 1px solid #E2E2E2;
    /* max-width: 100%; */
    display: block;
}
.news__date {
    color: #bbbaba;
    margin-bottom: 12px;
    display: block;
    font-size: 1.2em;
}
.news__button {
    width: 180px;
    height: 40px;
    line-height: 40px;
    border: 2px solid #e6e6e6;
    color: #e6e6e6;
    font-size: 1.4em;
    text-align: center;
    display: block;
    margin-top: 15px;
}
.news__button:hover {
    color: #fff;
    background-color: #293477;
    border-color: #293477;
}
.pagination {
    margin: 30px 0;
}
.pagination__button {
    width: 40px;
    height: 40px;
    border: 2px solid #e6e6e6;
    display: inline-block;
    text-align: center;
    color: #e6e6e6;
    font-size: 1.4em;
    line-height: 35px;
    text-align: center;
}
.pagination__button:hover {
    border-color: #293477;
}
.pagination__button:hover i.page-prev {
    background-image: url('../img/i-page-prev-hover.png');
}
.pagination__button:hover i.page-next {
    background-image: url('../img/i-page-next-hover.png');
}
.pagination__numbers {} .pagination__numbers > a:hover, .pagination__numbers > a.active {
    color: #1e317a;
    text-decoration: underline;
}
.pagination__numbers > a {
    font-size: 1.6em;
    color: #b3b3b3;
    margin: 0 15px;
    font-weight: 300;
    display: inline-block;
}
.news__right {
    width: 320px;
}
.news__history > li {
    display: block;
}
.news__history > li > h4 {
    display: block;
    font-size: 1.6em;
    color: #3670a9;
    height: 35px;
    line-height: 30px;
    font-weight: 400;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news__history > li > h4.active, .news__history > li > h4:hover {
    color: #3a3a3a;
}
.news__history > li > h4.active i.archive, .news__history > li > h4:hover i.archive {
    background-image: url('../img/i-archive-active.png');
}
.news__history > li:nth-child(2n-1) > h4 {
    background-color: #f5f8fb;
}
.news__history > li > h4.active+article {
    max-height: 600px;
    opacity: 1;
    padding: 10px 25px;
}
.news__history > li > article {
    padding: 0 25px;
    overflow: hidden;
    opacity: 0;
    max-height: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.news__history > li > article > a {
    display: block;
    padding: 6px 0;
    border-bottom: 1px solid #ebf0f6;
    color: #3670a9;
    font-size: 1.4em;
}
.news__history > li > article > a:last-child {
    border-bottom: 0;
}
.news__history > li > article > a:hover, .news__history > li > article > a.active {
    color: #3a3a3a;
}
.news__history > li > article > a.active {
    font-weight: 600;
}
