.list {
    width: 1000px;
    padding: 0 12px;
    margin: 0 auto 20px;
}

.list__header {
    margin-bottom: 55px;
}

.title {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    padding: 55px 30px 0;
    background: #FFFFFF;
    border-bottom: 5px solid #3A3086;
}

.title__heading {
    font-weight: normal;
    margin: 0;
}

.title__text {
    display: inline-block;
    min-width: 300px;
    font-size: 24px;
    color: #3A3086;
    line-height: 64px;
    vertical-align: middle;
}

.title__icon {
    color: #3A3086;
    display: inline-block;
    margin-right: 5px;
}

.title__icon svg {
    width: 38px;
    height: 38px;
    display: inline-block;
    vertical-align: middle;
}

.title__icon ellipse {
    stroke: #3A3086;
}

.title__icon path {
    fill: #3A3086;
}

.title__second {
    font-size: 18px;
    color: #9E9E9E;
    line-height: 64px;
}

.title__second:before {
    content: '/';
    padding-left: 40px;
    padding-right: 10px;
}

.cats {
    overflow: hidden;
    background: #FFFFFF;
    padding: 20px 10px;
}

.cats__item {
    font-size: 16px;
    color: #3A3086;
    line-height: 21px;
    margin-bottom: 15px;
}

.cats__item a {
    cursor: pointer;
}

.cats__item a:hover {
    color: #BA26FB;
}

.list__year {
    font-size: 24px;
    font-weight: normal;
    color: #3A3086;
    border-bottom: 5px solid #3A3086;
    padding-bottom: 20px;
}

.list__items {
    padding: 0 65px 30px;
}

.list__col {
    float: left;
    width: 50%;
}

.item {
    padding: 0 15px;
}

.item:nth-child(2n+1) {
    clear: left;
}

.item__title {
    font-family: 'Roboto Slab', serif;
    font-size: 18px;
    font-weight: normal;
    color: #0D146D;
    line-height: 21px;
}

.item__excerpt {
    font-size: 16px;
    color: #1D1D1D;
    line-height: 28px;
}

.item:hover .item__title,
.item:hover .item__excerpt {
    color: #BA26FB;
}

.search-page .list__col {
    width: auto;
}