.main-news-list{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.main-news-list .swiper-slide{
    flex-basis: 260px;
}
.news-sections h3, .news-sections h3 a{
    font-family: 'WhitneyMedium';
    font-size: 24px;
    padding: 20px;
    color: #517598;
    margin-top: 10px;
}
.news-sections h3 a{
    padding:0;
}
.news-sections h3 a:hover{
    color:#589ee0;
}
.main-news-list .main-news-item{
    height:auto;
    overflow: hidden;
    position: relative;
    /*padding: 15px 20px;*/
    margin: 10px 0px;
    margin-bottom: 30px;
    text-decoration: none;
    text-align: left;
    color: #000;

    /*border-radius: 10px;*/
    /*box-shadow: rgb(239, 240, 240) 0px 0px 0px 1px;*/
    /*background: rgb(246, 247, 248);*/
    cursor: pointer;
}

.main-news-list .main-news-item .date{
    font-size: 14px;
    color: #7999be;
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}
.main-news-list .main-news-item .date img{
    margin-right: 8px;
    width: 20px;
}
.main-news .grabline-news-list {
    height: 5px;
    background: #e5ebf2;
    overflow: visible;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main-news .grabline-news-list .swiper-scrollbar-drag {
    background: #99aec3;
    height: 5px;
    position: relative;
    cursor: -webkit-grab;
}


.main-news .controls {
    margin-bottom: 7px;
    position:relative;
}

.main-news .controls > a {
    height: 24px;
    width: 24px;
    display: flex;
    background: #fff;
    position: absolute;
    /*top: 123px;*/
    border-radius: 100px;
    padding: 20px;
    bottom: -3px;
    background-position: center;
    background-repeat: no-repeat;
}

.main-news .controls > a.prev {
    background-image: url(images/prev-arrow.png);
    right: 55px;
}

.main-news .controls > a.next {
    background-image: url(images/next-arrow.png);
    right: 0;
}


.main-news-list .main-news-item .date .day{
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: #776464;
    font-family: 'WhitneyLight';
    border: 1px solid #8b2621;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.main-news-list .main-news-item > a{
    font-size: 16px;
    line-height:30px;
    color: #333;
    text-decoration: none;
    display: block;
}

.main-news-list .main-news-item > a:hover{
color: #8b2621;
}

.main-news-title{
    padding-bottom: 20px;
    /*border-bottom: 1px solid #ccb9b8;*/
    margin-bottom: 15px;
}

.main-news-title > a{
    margin-right: 12px;
    font-size: 14px;
}

.main-news-title > a.last{
    margin-right: 0px;
}

@media screen and (max-width: 900px) {
    .main-news-list{
        display: block;
    }

    .main-news-list .main-news-item{
        /*width: 100%;*/
        /*margin-bottom: 18px;*/
    }

    .main-news-list .main-news-item > a{
        margin-top: 8px;
    }

    .main-news-title h2{
        float: none;
    }

    .main-news-title > a{
        float: none;
        display: block;
    }
}

@media screen and (max-width: 370px) {
    .main-news-list .main-news-item{
        width: 100%;
    }
}
