#mc_news {
    margin: 50px auto;
    display: none;
    padding: 0 10px;
    line-height: 1.5;
}
@media screen and (max-width:686px) {
    #mc_news {
        padding: 0;
        width: 100%;
    }
}
#mc_news .swiper-wrapper {
    display: flex;
    display: -webkit-flex;
    margin: 0 auto;
    width: 100%;
}
#mc_news .swiper-pagination-bullet-active {
    background-color: #1F2C56;
}
#mc_news .swiper-button-next,
#mc_news .swiper-button-prev {
    background-image: none;
}
#mc_news .swiper-pagination {
    position: relative;
    margin: 10px 0 20px;
}
@media screen and (max-width:686px) {
    #mc_news .swiper-pagination {
        margin-top: 10px;
    }
}
#mc_news .swiper-slide {
    margin: 0;
}
#mc_news .entry-link {
    flex: 3;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-decoration: inherit;
    color: inherit;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
}
@media screen and (max-width:686px) {
    #mc_news .entry-link {
        width: 100%;
    }
}
#mc_news .entry-thumb {
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    margin-bottom: 10px;
}
@media screen and (max-width:686px) {
    #mc_news .entry-title {
        padding: 0 10px;
    }
}
.mc_jump-entrylist {
    border: 1px solid #1F2C56;
    padding: 10px 20px;
    border-radius: 4px;
    text-decoration: none;
    color: #1F2C56;
    margin: 0 auto;
    display: block;
    width: 200px;
    text-align: center;
}
.mc_jump-entrylist:hover {
    background-color: #1F2C56;
    color: #fff;
}