﻿.text-img-list {
    width: 100%
}

.text-img-list li {
    padding: 20px 0px 20px 20px;
    border-bottom: 1px solid #eee;
    position: relative;
    min-height: 105px
}

.text-img-list li.nopic {
    padding-left: 0;
    min-height: auto
}

.text-img-list li.nopic .text-name {
    height: auto
}

.text-name {
    font-size: 20px;
    line-height: 27px;
    overflow: hidden;
    height: 27px
}

.text-img {
    position: absolute;
    left: 0px;
    top: 20px;
    height: 135px;
    width: 200px;
    background: #f9f9f9 url(../image/imgbg.png) center center no-repeat;
    background-size: 50% auto
}

.text-img img {
    width: 100%;
    height: 100%;
    object-position: cover;
    object-fit: cover
}

.text-mes {
    height: 48px;
    overflow: hidden;
    color: #777;
    line-height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.text-info {
    margin: 6px 0;
    line-height: 20px;
    height: 20px;
    overflow: hidden
}

.text-info span+span {
    margin-left: 1em
}

.text-mes a:hover {
    color: #777
}

.text-more a {
    color: #0CC6C6
}

.text-img-list li.text-getop {
    min-height: 200px;
    padding: 20px 0 20px 320px;
    border-bottom: 1px solid #eee
}

.text-getop .text-img {
    height: 200px;
    width: 300px
}

.text-getop .text-mes {
    -webkit-line-clamp: 3;
    height: 72px
}

.text-getop .text-up {
    line-height: 25px;
    margin: 15px 0 0
}

.text-getop .text-up .up {
    border: 1px solid #c85702;
    color: #c85702;
    padding: 0 10px;
    display: inline-block
}

.yc-txt {
    display: inline-block;
    margin-right: 5px;
    font-size: 16px;
    background-color: #c85702;
    color: #fff;
    padding: 0 5px;
    border-radius: 2px;
    vertical-align: top;
    margin-top: 2px;
    line-height: 24px
}