@charset "utf-8";
#top_section #s_news {
    height: 100%;
}
#top_section #s_news h2 {
    height: 34px;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
    background-color: #333333;
    color: #fff;
    letter-spacing: .05em;
    transition: background .1s ease .0s;
}
#top_section #s_news h2 a {
    display: block;
    color: #fff;
    background-color: #989898;
    transition: background .1s ease .0s;
}
#top_section #s_news .inner {
    position: relative;
}
#top_section #s_news .news_wrap {
    max-height: 220px;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}
#top_section #s_news ul {
    padding: 5px 20px 10px 20px;
}
#top_section #s_news li {
    padding: 15px 0 10px 0;
    border-bottom: 1px solid #eee;
}
#top_section #s_news li a {
    color: currentColor;
    border-bottom: 1px solid #fa6b18;
    transition: border .15s ease;
}
#top_section #s_news li a:hover {
    border-bottom: 1px solid #fff;
}
#top_section #s_news .title {
    margin: 0 0 10px 0;
}
#top_section #s_news .cat {
    margin: 0 5px 0 0;
    padding: 4px 8px;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    background-color: #56d258;
    display: inline-block;
    vertical-align: middle;
}
#top_section #s_news .cat.is-success {
    background-color: #56d258;
}
#top_section #s_news .cat.is-info {
    background-color: #7190e9;
}
#top_section #s_news .cat.is-danger {
    background-color: #e971a7;
}
#top_section #s_news .date {
    color: #818181;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}
#top_section #s_news .desc h5 {
    margin: 0 0 10px 0;
    font-weight: bold;
    font-size: 14px;
    line-height: 1.6em;
    color: #4d4d4d;
}
#top_section #s_news .desc p {
    font-size: 12px;
    line-height: 1.875em;
    color: #4d4d4d;
}
@media screen and (min-width : 751px){
    #top_section #s_news {
        width: 36.134%;
    }
}
@media screen and (max-width: 750px) {
    #top_section section {
        min-height: 180px;
    }
    #top_section #s_news .news_wrap {
        max-height: 130px;
    }
    #top_section #s_news h2 {
        height: 40px;
        font-size: 15px;
        line-height: 40px;
    }
    #top_section #s_news .news_wrap {
        height: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}