﻿@charset "UTF-8";

/**!
 * 列表页
 * date:2021-11-06
 * author: wppei;
 */

.reply {
    min-height: 600px;
    padding: 30px;
    margin-bottom: 40px;
}

.reply-item {
    height: 192px;
    padding: 0 35px;
    margin-bottom: 30px;
    background: #e9eff8;
    background: linear-gradient(to bottom, #e9eff8, #fefefe);
    background: -moz-linear-gradient(top, #e9eff8, #fefefe);
    border: 2px solid #fff;
    box-shadow: 0px 10px 20px 0px rgba(233, 238, 245, 0.94);
    border-radius: 14px;
}

.reply-item:hover,.reply-item.accfocus {
    border-color: #446dd1;
}

.reply-left {
    width: calc(100% - 280px);
    padding-top: 24px;
}

.reply-tt {
    display: block;
    margin-bottom: 8px;
    line-height: 31px;
    color: #333;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.reply-intro {
    height: 60px;
    margin-bottom: 24px;
    line-height: 30px;
    font-size: 20px;
    overflow: hidden;
}

.reply-time {
    line-height: 23px;
    color: #666;
    font-size: 18px;
}

.reply-btn {
    float: right;
    width: 194px;
    height: 75px;
    padding-left: 90px;
    margin-top: 57px;
    line-height: 75px;
    font-size: 40px;
    color: #fff;
    font-family: "YouSheBiao-TiHei";
    background: #446dd1 url("../images/reply_icon1.png") no-repeat 30px center;
    border-radius: 37px;
}

.pager {
    margin-top: 0;
}


/* 移动端 */

@media (max-width: 767px) {
    .reply {
        padding: 20px 10px;
    }
    .reply-item {
        height: auto;
        padding: 0 10px 15px;
        margin-bottom: 15px;
    }
    .reply-left {
        width: 100%;
        padding-top: 10px;
    }
    .reply-tt {
        line-height: 25px;
        font-size: 18px;
    }
    .reply-intro {
        margin-bottom: 5px;
        line-height: 25px;
        max-height: 50px;
        font-size: 16px;
    }
    .reply-time {
        font-size: 14px;
    }
    .reply-btn {
        float: left;
        height: 45px;
        width: 154px;
        padding-left: 70px;
        line-height: 45px;
        margin-top: 10px;
        font-size: 30px;
        background-size: 40px 32px;
        background-position: 20px center;
    }
}