.l_content {
    background-color: #f7f7f7;
}
.container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    padding: 80px 0;
}

/* 左侧主内容区 */
.left-column {
    width: 900px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
}
.left-column .left_content {
    background-color: #fff;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}

.det_top {
    width: 100%;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    border-bottom: 1px solid #eaeaea;
}

.det_top_tetx {
    width: 838px;
    height: 32px;
    font-weight: 500;
    font-size: 20px;
    color: #3c3e42;
    padding: 0 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.forum_content_box {
    min-height: 500px;
    height: auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.forum_content_box p {
    width: 100%;
}
.forum_content_box img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex {
    display: flex;
    align-items: center;
}

.time {
    font-weight: 400;
    font-size: 14px;
    color: #808180;
    margin-left: 11px;
}

.time_img {
    width: 16px;
    height: 16px;
    /*background: #808180;*/
    /* border-radius: 50%; */
}

.interaction {
    width: 200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.interaction_text {
    font-weight: 400;
    font-size: 14px;
    color: #808180;
    margin-left: 5px;
     cursor: pointer;
}

/* 右侧辅助区 */
.right-column {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.section {
    /* background: #fff; */
    border-radius: 8px;
    /* box-shadow: 0 6px 20px rgba(34, 60, 80, 0.04); */
}

.section-title {
    font-weight: 700;
    font-size: 16px;
    color: #3d3d3d;
    /* margin-bottom: 12px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hot-title {
    font-weight: 700;
    font-size: 16px;
    color: #3d3d3d;
    margin-top: 10px;
    margin-bottom: 20px;
}

.section-name {
    font-weight: 700;
    font-size: 18px;
    color: #3d3d3d;
    margin-top: 20px;
    margin-bottom: 20px;
}

.moretwxt {
    font-weight: 400;
    font-size: 14px;
    color: #808180;
}

.card {
    width: 291px;
    height: 302px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}

.card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.12);
}

.card-image {
    position: relative;
    width: 291px;
    height: 177px;
    border-radius: 10px 10px 0px 0px;
    overflow: hidden;
}

.card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background-color: #eee;
    transition: transform 0.5s ease;
}

.card-tag {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #2a8af7;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    border-radius: 0 8px 0 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    height: 12px;
}

.card-content {
    width: 291px;
    height: 125px;
    /* padding: 12px 14px 16px; */
}

.card-title {
    width: 275px;
    /* height: 19px; */
    font-weight: 500;
    font-size: 16px;
    color: #3c3e42;
    margin: 9px 8px 12px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* line-height: 1.3; */
}

.card-desc {
    font-weight: 350;
    font-size: 14px;
    color: #808180;
    /* line-height: 1.4; */
    /* height: 45px; */
    margin: 0 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.view-more {
    font-weight: 350;
    font-size: 16px;
    color: #b6b6b6;
    text-decoration: none;
     margin-left: 182px;
      margin-top: 12px;
}
.card-link {
    display: inline-flex;
    align-items: center;
    margin-top: 12px;
    font-weight: 350;
    font-size: 16px;
    color: #c2c2c2;
    margin-left: 182px;
    text-decoration: none;
}

.card-link:hover {
    color: #108cda;
}

.hot-search-term {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(90px, 32px));
    gap: 10px;
}

.tag {
    padding: 6px 20px;
    background: #ffffff;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    color: #3d3d3d;
    text-align: center;
    cursor: pointer;
    transition: all 0.2s;
    border: 1px solid #eaeaea;
    box-sizing: border-box;
}

.tag:hover {
    background: #108cda;
    color: white;
}

.tag.active {
    background: #108cda !important;
    color: #ffffff !important;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(16, 140, 218, 0.3);
}

.box5-title {
    font-weight: 700;
    font-size: 18px;
    color: #3d3d3d;
    margin-top: 20px;
    margin-bottom: 10px;
}

.box5-title span,
.section-name span,
.hot-title span {
    color: #108cda;
}

.list_item {
    width: 291px;
    height: 302px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    text-align: left;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
}
.list_title {
    max-width: 1200px;
    width: 1200px;
    margin: auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    font-size: 22px;
    color: #2a8af7;
    padding: 20px 0;
}

.list_line {
    max-width: 1200px;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* justify-content: space-between; */
    gap: 12px;
}

/* 评论列表 */
.comment_list_dom {
    display: block;
    background-color: #fff;
    margin-top: 20px;
    border-radius: 10px;
    padding: 20px 40px;
    box-sizing: border-box;
}
.comment_num {
    padding: 10px 0px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: bold;
}
/* 评论操作 */
.comment_todo {
    padding: 10px 0px;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.comment_todo .comment_todo_image {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
}
.comment_todo .comment_todo_comment {
    width: 100%;
    position: relative;
}
.comment_todo_comment_textarea {
    width: 100%;
    resize: none;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
    height: 120px;
}
.comment_todo_comment_submit {
    position: absolute;
    right: 20px;
    bottom: 10px;
    padding: 10px 20px;
    background-color: #108cda;
    color: #fff;
    border: none;
    border-radius: 10px;
}

/* 评论列表 */

.comment_list {
    margin-top: 40px;
}

.comment_list .comment_line {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    border-bottom: 1px #eaeaea solid;
}

.comment_list .comment_line .iamge {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
}

.comment_list .comment_line .comment {
    margin-left: 20px;
}

.comment_list .comment_line .comment .gray {
    color: #808180;
}

.comment_list .comment_line .comment .text {
    /* 超出隐藏 */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin-bottom: 10px;
}

.comment_list .comment_line .comment .reply {
    margin-bottom: 10px;
}

.comment_list .comment_line .comment .do_reply_hide {
    /* height: 0px; */
    overflow: hidden;
    background-color: #f7f7f5;
    padding: 30px 20px 20px 20px;
    box-sizing: border-box;
    margin-bottom: 20px;
    position: relative;
}

.comment_list .comment_line .comment .do_reply_hide .close {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 10px;
}

.comment_list .comment_line .comment .do_reply_hide .push {
    background-color: #108cda;
    color: #fff;
    border: none;
    padding: 5px 10px;
    position: absolute;
    right: 30px;
    bottom: 30px;
    border-radius: 20px;
}

.comment_list .comment_line .comment .do_reply_text {
    width: 100%;
    height: 5rem;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 10px;
}
