/**!
 * 咨询与答复详情
 * author: zxm
 * date:2025-07-08
 */
h3 {
    margin: 0;
}
img{
    max-width:unset;
}
body {
    padding-bottom: 0px !important;
    background-color: #fafafa;
    font-family: '微软雅黑';
}

.header {
    background: #fff;
}

.header .logo {
    margin-top: 0;
}

/* 当前位置 */
.location {
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #666;
}

.location>a {
    color: #666;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.main {
    height: auto;
    overflow: hidden;
    margin-bottom: 45px;
    padding-top: 20px;
}

.detail-img>img {
    width: 100%;
}

.detail-img {
    position: relative;
}

.detail-img p {
    position: absolute;
    top: 26%;
    left: 23%;
    color: #931212;
    font-size: 47px;
}

.detail-bar {
    margin-top: 20px;
    padding: 20px 32px;
    background-color: #fff;
}

.detail-hd {
    border-bottom: 1px solid #ccc;
}

.detail-bar.esp {
    margin-top: 4px;
}

.detail-tt {
    float: left;
    padding-left: 90px;
    padding-top: 30px;
    width: 20%;
    height: 73px;
    font-size: 22px;
    font-weight: bold;
    color: #e0580e;
    background: url("../images/12345xwj/detail_icon.png") left top no-repeat;
    border-bottom: 3px solid #21578f;
}

.detail-ul {
    padding: 0 6px;
}

.detail-li {
    margin-top: 6px;
}

.detail-text {
    line-height: 40px;
    font-size: 16px;
    color: #333;
}

.detail-text>span:first-child {
    font-weight: bold;
    color: #21578f;
}

.replay-tt {
    height: 60px;
    line-height: 60px;
    color: #21578f;
    font-size: 18px;
    font-weight: bold;
}

.replay-text {
    line-height: 36px;
    text-indent: 2em;
    font-size: 16px;
    color: #333;
}

.replay-time {
    max-width: 50%;
}

.answercontent {
    line-height: 36px;
    text-indent: 2em;
    font-size: 16px;
    color: #333;
}

.contentchange {
    line-height: 36px;
    /*     text-indent: 2em; */
    font-size: 16px;
    color: #333;
}