.bgimg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* banner */
.channel-banner {
    height: 120px;
}
.channel-banner .swiper-container {
    height: 100%;
}
/* 二级导航 */
.second-menu {
    display: flex;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.second-menu>li {
    flex: 1;
}
.second-menu>li>a {
    display: block;
    padding-top: 1px;
    color: #383838;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.second-menu>li.cur>a {
    color: #d80c18;
}
/* article-list */
.main-layout {
    padding: 0 15px;
}
.article-list>li {
    border-bottom: 1px dotted #ddd;
    overflow: hidden;
}
.article-list>li>a {
    display: block;
    padding: 12px 0;
}
.article-title {
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #404040;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-summary {
    padding: 0;
    margin: 5px 0 0 0;
    font-size: 12px;
    color: #777777;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
}
.article-date {
    line-height: 16px;
    font-size: 12px;
    color: #BBB;
}
/* pager */
.pager {
    margin: 30px 0;
    text-align: center;
}
.pager-prev,.pager-next {
    transition: all 0.2s linear;
    display: inline-block;
    width: 86px;
    height: 30px;
    line-height: 30px;;
    background-color: #eee;
    border: 1px solid #ddd;
    text-align: center;
    color: #666;
    font-size: 14px;
}
.pager-prev.dis,.pager-next.dis {
    opacity: 0.5;
}
.pager-num {
    display: inline-block;
    width: 76px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
}
