﻿
.text {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.text a {
    color: inherit;
}

.pos-floor .interior-wrap {
    box-shadow: 0px 0px 32px 3px rgb(0 0 0 / 9%);
}
.pos-floor .interior-wrap .position {
    padding: 0px 25px;
    position: relative;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
}
.position a:hover {
    color: #1E57B7;
}

.gl-floor {
    margin: 10px auto 30px;
}
.gl-floor .interior-wrap {
    min-height: 830px;
    box-shadow: 0px 0px 32px 3px rgb(0 0 0 / 9%);
}
/* 内容 */
.gl-floor .interior-wrap .channel-content {
    padding: 15px 30px;
    position: relative;
}
.channel-content h3 {
    width: 100%;
    height: 46px;
    border-bottom: 2px solid #dfdfdf;
    margin-bottom: 6px;
    overflow: visible;
}
.channel-content h3 span {
    padding: 0 20px;
    line-height: 46px;
    font-size: 20px;
    font-weight: normal;
    color: #2c69b3;
    border-bottom: 2px solid #2c69b3;
    float: left;
}
.channel-content .con-list {
    position: relative;
}
.con-list li {
    padding-left: 25px;
    position: relative;
    height: 39px;
    line-height: 39px;
    clear: both;
}
.con-list li .time {
    float: right;
    color: #777;
    font-size: 15px;
    font-weight: 300;
}
.con-list li .text {
    width: 88%;
}
.con-list li:before {
    content: '';
    position: absolute;
    top: 39%;
    left: 0;
    width: 9px;
    height: 9px;
    background-color: #94b0e0;
}
.con-list li:first-child::before {
    background-color: #1E57B7;
}
.con-list li .text:hover {
    padding-left: 8px;
    color: #1E57B7;
    transition: all .3s;
}
