.list .item {
    border-bottom: 1px solid #e9e9e9;
    padding: 30px 0
}

.item-img-box {
    overflow: hidden
}

.item-img-box img:hover {
    transform: scale(1.2)
}

.list .item img {
    width: 247px;
    transition: all 1s ease
}

.list .item .infos {
    width: 920px
}

.list .news-title {
    font-size: 24px;
}

.list .time {
    font-size: 14px;
    color: #999
}

.list .text {
    font-size: 18px;
    line-height: 26px;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2
}

.list .news-btn {
    cursor: pointer;
    display: inline-block;
    width: 96px;
    height: 40px;
    line-height: 40px;
    background-color: #009ce1;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 3px
}

.list .news-btn:hover {
    color: #fff
}

.detail .left {
    width: 1075px;
    border-right: 1px solid #e9e9e9;
    padding-right: 40px;
    margin-right: 40px
}

.detail .break-title {
    font-size: 14px
}

.detail .last {
    color: #009ce1
}

.detail .next {
    font-size: 14px;
    color: #999
}

.detail .main-title {
    text-align: center;
    padding: 50px 0 45px;
    color: #000;
    font-size: 24px;
    font-weight: 700
}

.detail .news-content {
    font-size: 14px;
    line-height: 30px;
    padding-top: 10px;
    color: #999;
    min-height: calc(100vh - 694px - 73px)
}

.detail-bottom-navs div {
    font-size: 14px;
    margin-top: 20px;
    color: #999!important;
    cursor: pointer
}

.detail .right-title {
    font-size: 14px;
    margin-left: 20px;
    position: relative;
    margin-bottom: 10px
}

.detail .right-title::before {
    width: 3px;
    height: 15px;
    content: '';
    display: block;
    background-color: #6ec88e;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%)
}

.detail .list-item {
    font-size: 14px;
    line-height: 180%;
    border-bottom: 1px dashed #616161;
    position: relative;
    margin-bottom: 10px
}
