@charset "UTF-8";
/*-------------------------------------------------------*/
/* Column
/*-------------------------------------------------------*/
.com-tab-hd {
    position: relative;
    border-bottom: 1px solid #e5e5e5;
}

.com-tab.dropdown .com-tab-ctrl {
    margin-bottom: -1px;
    padding-bottom: 1px;
    margin-right: 60px;
    white-space: nowrap;
    overflow: hidden;
}

.com-tab-hd .com-tab-ctrl {
    border-bottom: none;
}

.com-tab-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.com-tab.dropdown .com-tab-item a:hover, .com-tab.dropdown .com-tab-item.actived a {
    color: #00a4ff;
}

.com-tab.dropdown .com-tab-item a {
    height: 42px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 18px;
    line-height: 22px;
    font-size: 16px;
    color: #333;
}

.com-tab.dropdown .com-tab-item.actived a:after {
    height: 3px;
}

.com-tab-item.actived a, .com-tab-item.actived a:hover {
    color: #333;
    cursor: default;
    font-weight: 700;
}

.com-tab-item a {
    position: relative;
    display: block;
    padding: 0 20px;
    height: 32px;
    color: #999;
    font-size: 12px;
    line-height: 32px;
}

.com-tab.dropdown .com-tab-item.actived a:after {
    height: 3px;
}

.com-tab-item.actived a:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 2px;
    background-color: #00a4ff;
}

.com-tab-hd-extra {
    position: absolute;
    right: 0;
    top: 0;
}

.com-tab-dropdown-wrap {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.com-tab-dropdown-trigger {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}

.com-tab-panel {
    padding-top: 20px;
}

.com-3-article-panel {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #E1E3E9;
    cursor: pointer;
}

.com-3-article-panel>.panel-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.com-3-article-panel-media {
    display: table;
    table-layout: fixed;
    width: 100%;
}

.com-3-article-panel-body {
    display: table-cell;
    vertical-align: top;
}

.com-3-article-panel.theme2 .com-3-article-panel-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}

.com-3-article-panel-title {
    font-size: 20px;
    line-height: 26px;
    color: #333;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.com-3-article-panel.theme2 .com-3-article-panel-desc {
    margin-top: 12px;
}

.com-3-article-panel-desc {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
    word-wrap: break-word;
    display: block;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    max-height: 48px;
}

.com-3-article-panel.theme2 .com-3-article-panel-infos {
    margin-top: 14px;
    line-height: 20px;
}

.com-3-article-panel-infos {
    position: relative;
    z-index: 2;
    margin-top: 10px;
    font-size: 0;
}

.com-3-article-panel.theme2 .com-3-article-panel-source {
    margin-top: 0;
    line-height: 20px;
}

.com-3-article-panel-source {
    display: inline-block;
    vertical-align: middle;
    margin-top: 5px;
    margin-right: 15px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.com-3-article-panel.theme2 .com-3-article-panel-source .author, .com-3-article-panel.theme2 .com-3-article-panel-source .author:hover {
    color: #3F3F3F;
}

.com-3-article-panel-source .author {
    max-width: 16em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.com-3-article-panel-source .item {
    display: inline-block;
    vertical-align: middle;
    vertical-align: middle;
    color: inherit;
}

.com-3-article-panel-source .item:before {
    content: '';
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px;
    width: 2px;
    height: 2px;
    background-color: #999;
    border-radius: 50%;
}

.com-3-article-panel-source .item:first-child:before {
    display: none;
}

.com-v-box {
    position: fixed;
    left: 0;
    top: -1px;
    width: 1px;
    height: 1px;
    overflow: hidden;
    visibility: hidden;
}

.com-3-article-panel.theme2 .com-3-article-panel-tags {
    top: 1px;
}

.com-3-article-panel-tags {
    display: inline;
    vertical-align: middle;
    position: relative;
    top: 3px;
}

.com-tag-links {
    position: relative;
    margin-bottom: 17px;
    padding-left: 20px;
    font-size: 12px;
    color: #888;
}

.com-tag-links a {
    color: #999;
}

.com-tag-links a:hover {
    color: #0080ff;
}

.com-3-article-panel.theme2 .com-3-article-panel-source .author, .com-3-article-panel.theme2 .com-3-article-panel-source .author:hover {
    color: #3F3F3F;
}


.com-tab .nav>li>a {
    position: relative;
    display: block;
    color: #333;
    text-decoration: none;
    text-transform:none;
}

.com-tab .nav>li>a:hover:after {
    content: '';
    position: absolute;
    left: 15px;
    right: 0px;
    bottom: -1px;
    height: 2px;
    background-color: #00a4ff;
}


