.header_fixed_black .header {
    background-color: #000;
}

.header_fixed_black .main {
    margin-top: 110rem;
}

.header_fixed_black .nav_blank .nav li>a,
.header_fixed_black .scrollHeader .nav_blank .nav li>a {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    .header_fixed_black .header {
        height: 50px;
        line-height: 50px;
    }

    .header_fixed_black .header .index_logo {
        margin-top: 12px;
    }

    .header_fixed_black .main {
        margin-top: 0;
    }
}



/* ========== 栏目·论坛 样式开始 ========== */
.research_inx_1 {
    padding: 140rem 0;
    background: #f7f7f7;
}

.research_inx_1_box {
    display: flex;
    border-radius: 10rem;
    overflow: hidden;
    box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.1);
}

.research_inx_1_img {
    width: 50%;
    overflow: hidden;
}

.research_inx_1_img img {
    width: 100%;
    height: 100%;
    display: block;
}

.research_inx_1_text {
    width: 50%;
    padding: 115rem;
    line-height: 1.8;
}

.research_inx_2 {
    padding: 60rem 0;
    background-color: #fff;
}

.research_inx_2_tab {
    margin-bottom: 60rem;
}

.research_inx_2_tab ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20rem;
}

.research_inx_2_tab li a {
    display: block;
    padding: 15rem 35rem;
    border: 1px solid #d6d6d6;
    border-radius: 50rem;
    color: #000;
    transition: all 0.3s;
}

.research_inx_2_tab li a:hover {
    color: #9b1f24;
    border-color: #9b1f24;
}

.research_inx_2_tab li.cur a {
    background: #9b1f24;
    color: #fff !important;
    border-color: #9b1f24;
}

.research_inx_2_list ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30rem;
}

.research_inx_2_list li {
    width: calc((100% - 60rem) / 3);
    transition: all 0.3s;
}

.research_inx_2_item {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 10rem;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.3s;
}

.research_inx_2_list li:hover {
    transform: translateY(-5rem);
}

.research_inx_2_list li:hover .research_inx_2_item {
    border-color: #9b1f24;
    box-shadow: 0 4rem 20rem rgba(155, 31, 36, 0.1);
}

.research_inx_2_img {
    position: relative;
    width: 100%;
    padding-top: 65%;
    overflow: hidden;
}

.research_inx_2_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.research_inx_2_tag {
    position: absolute;
    left: 20rem;
    top: 20rem;
    padding: 8rem 20rem;
    background: #fbf4f1;
    color: #9b1f24;
    border-radius: 18rem;
    z-index: 2;
}

.research_inx_2_play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 80rem;
    height: 80rem;
    background: rgb(255 255 255 / 30%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    z-index: 2;
    cursor: pointer;
    transition: all 0.3s;
}

.research_inx_2_time {
    position: absolute;
    right: 20rem;
    bottom: 20rem;
    padding: 8rem 16rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 5rem;
    z-index: 2;
}

.research_inx_2_info {
    display: block;
    padding: 30rem;
    background-color: #f7f7f7;
    color: inherit;
    transition: background-color 0.3s;
}

.research_inx_2_info h3 {
    margin-bottom: 20rem;
    line-height: 1.5;
}

.research_inx_2_info p {
    margin-bottom: 10rem;
}

.research_inx_2_info p:last-of-type {
    color: #1f1f1f;
}

.research_inx_2_more {
    display: block;
    margin-top: 20rem;
    color: #070b15;
}

.research_inx_2_list li:hover .research_inx_2_info {
    background-color: #fff;
}

.research_inx_2_list li:hover .research_inx_2_info h3,
.research_inx_2_list li:hover .research_inx_2_info p {
    color: #9b1f24;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    .research_inx_2 {
        padding: 60rem 0;
    }

    .research_inx_2_tab {
        margin-bottom: 40rem;
    }

    .research_inx_2_list li {
        width: calc((100% - 30rem) / 2);
    }
}

@media only screen and (max-width: 767px) {
    .research_inx_2 {
        padding: 40rem 0;
    }

    .research_inx_2_tab ul {
        gap: 15rem;
    }

    .research_inx_2_tab li a {
        padding: 10rem 25rem;
    }

    .research_inx_2_list ul {
        gap: 20rem;
    }

    .research_inx_2_list li {
        width: 100%;
    }

    .research_inx_2_info {
        padding: 20rem;
    }
}

@media only screen and (max-width: 1024px) {
    .research_inx_1 {
        padding: 60rem 0;
    }

    .research_inx_1_text {
        padding: 50rem 40rem;
    }

    .research_inx_1_text p:first-child {
        margin-bottom: 20rem;
    }
}

@media only screen and (max-width: 767px) {
    .research_inx_1 {
        padding: 40rem 0;
    }

    .research_inx_1_box {
        flex-direction: column;
    }

    .research_inx_1_img {
        width: 100%;
    }

    .research_inx_1_text {
        width: 100%;
        padding: 30rem 25rem;
    }

    .research_inx_1_text p:first-child {
        margin-bottom: 15rem;
    }
}

/* ========== 栏目·论坛 样式结束 ========== */


/* ========== 观点洞察 样式开始 ========== */
.insights_main .team_top {
    background-color: #f7f7f7;
    padding-bottom: 0;
}

.insights_box_1 {
    padding: 60rem 0;
    background-color: #f7f7f7;
}

.insights_box_1_list li {
    margin-bottom: 30rem;
}

.insights_box_1_list li:last-child {
    margin-bottom: 0;
}

.insights_box_1_item {
    display: flex;
    align-items: flex-start;
    padding: 40rem;
    border-radius: 10rem;
    border: 1px solid transparent;
    transition: all 0.3s;
    text-decoration: none;
    color: inherit;
    position: relative;
}

.insights_box_1_list li:hover .insights_box_1_item {
    border-color: #9b1f24;
}

.insights_box_1_bar {
    position: absolute;
    left: 40rem;
    top: 0;
    width: 110rem;
    height: 5rem;
    background: #9b1f24;
    border-radius: 0 0 2rem 2rem;
}

.insights_box_1_date {
    width: 180rem;
    flex-shrink: 0;
    padding-top: 20rem;
    color: #000;
}

.insights_box_1_content {
    flex: 1;
    padding: 0 40rem;
    padding-top: 20rem;
}

.insights_box_1_content h3 {
    margin-bottom: 20rem;
    line-height: 1.5;
    color: #1f1f1f;
}

.insights_box_1_list li:hover .insights_box_1_content h3 {
    color: #9b1f24;
    font-weight: bold;
}

.insights_box_1_content p {
    color: #666;
    line-height: 1.7;
    margin-bottom: 25rem;
}

.insights_box_1_tags span {
    display: inline-block;
    padding: 8rem 20rem;
    margin-right: 15rem;
    background: #fbf4f1;
    color: #9b1f24;
    border-radius: 20rem;
    font-size: 16rem;
}

.insights_box_1_arrow {
    flex-shrink: 0;
    padding-top: 20rem;
    color: #000;
    font-size: 36rem;
    transition: color 0.3s, transform 0.3s;
}

.insights_box_1_list li:hover .insights_box_1_arrow {
    transform: translateX(5rem);
}

/* 观点洞察 响应式样式 */
@media only screen and (max-width: 1024px) {
    .insights_box_1 {
        padding: 40rem 0;
    }

    .insights_box_1_item {
        padding: 30rem;
    }

    .insights_box_1_date {
        width: 150rem;
    }

    .insights_box_1_content {
        padding: 0 30rem;
        padding-top: 15rem;
    }
}

@media only screen and (max-width: 767px) {
    .insights_box_1 {
        padding: 30rem 0;
    }

    .insights_box_1_item {
        flex-wrap: wrap;
        padding: 25rem 20rem;
    }

    .insights_box_1_bar {
        left: 20rem;
    }

    .insights_box_1_date {
        width: 100%;
        padding-top: 15rem;
        margin-bottom: 15rem;
    }

    .insights_box_1_content {
        width: 100%;
        padding: 0;
        padding-top: 0;
    }

    .insights_box_1_tags span {
        margin-bottom: 10rem;
        font-size: 14px;
    }

    .insights_box_1_arrow {
        position: absolute;
        right: 20rem;
        top: 30rem;
        padding-top: 0;
    }
}

/* ========== 观点洞察 样式结束 ========== */


/* ========== 观点洞察-详情 样式开始 ========== */
.insights_detail_main {
    background-color: #f7f7f7;
}

.insights_detail_crumb {
    padding: 40rem 0;
}

.insights_detail_crumb ul {
    display: flex;
    align-items: center;
}

.insights_detail_crumb li {
    margin-right: 15rem;
    color: #9e9e9e;
}

.insights_detail_crumb li a {
    color: #9e9e9e;
    transition: color 0.3s;
}

.insights_detail_crumb li a:hover {
    color: #9b1f24;
}

.insights_detail_crumb li:last-child {
    color: #1f1f1f;
}

.insights_detail_content {
    padding: 40rem 0 0;
}

.insights_detail_header {
    margin-bottom: 60rem;
}

.insights_detail_tags_header {
    margin-bottom: 30rem;
}

.insights_detail_tags_header span {
    display: inline-block;
    padding: 10rem 25rem;
    margin-right: 15rem;
    background: #9b1f24;
    color: #fff;
    border-radius: 20rem;
}

.insights_detail_header h1 {
    color: #1f1f1f;
    line-height: 1.4;
    margin-bottom: 30rem;
}

.insights_detail_date {
    display: flex;
    align-items: center;
    color: #000;
    margin-bottom: 40rem;
}

.insights_detail_date i {
    margin-right: 10rem;
}
.author_em{margin-left: 30rem}
.insights_detail_author_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30rem;
    flex-direction: column;
    margin-bottom: 60rem;
}

.insights_detail_author {
    display: flex;
    align-items: center;
    flex: 1;
    min-width: 300rem;
    background: #fff;
    border-radius: 10rem;
    padding: 30rem;
}

.insights_detail_avatar {
    width: 140rem;
    height: 140rem;
    border-radius: 10rem;
    overflow: hidden;
    margin-right: 30rem;
    flex-shrink: 0;
}

.insights_detail_avatar img {
    width: 100%;
    height: 100%;
    display: block;
}

.insights_detail_author_info h3 {
    margin-bottom: 10rem;
}

.insights_detail_author_info p {
    color: #9b1f24;
    margin: 0;
}

.insights_detail_cnt {
    line-height: 2;
}

.insights_detail_cnt h3 {
    position: relative;
    padding-top: 15rem;
    color: #1f1f1f;
    margin: 60rem 0 40rem;
    line-height: 1.4;
    font-size: 30rem;
}

.insights_detail_cnt h3::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24rem;
    height: 3rem;
    background: #9b1f24;
}

.insights_detail_main .insights_detail_cnt_list {
    list-style: none;
    padding: 0;
    margin: 30rem 0;
}

.insights_detail_main .insights_detail_cnt_list li {
    position: relative;
    padding-left: 30rem;
    margin-bottom: 10rem;
    text-indent: 0;
    list-style-type: none;
}

.insights_detail_cnt_list li::before {
    content: "";
    position: absolute;
    left: 10rem;
    top: 12rem;
    width: 6rem;
    height: 6rem;
    background: #9b1f24;
    border-radius: 50%;
}

.insights_detail_main .insights_detail_cnt_list li span {
    font-weight: bold;
}

.insights_detail_cnt_quote {
    padding: 30rem 40rem;
    background: #fbf4f1;
    border-left: 4rem solid #9b1f24;
    border-radius: 0 10rem 10rem 0;
    margin: 40rem 0;
    border-radius: 10rem;
    font-style: italic;
}

.insights_detail_cnt_quote p {
    text-indent: 0;
    margin: 0;
    color: #9b1f24;
}

.insights_detail_cnt_quote span {
    color: #9b1f24;
    font-weight: bold;
}

.insights_detail_cnt_order {
    list-style: none;
    padding: 0;
    margin: 40rem 0 15rem;
}

.insights_detail_main .insights_detail_cnt_order li {
    position: relative;
    margin-bottom: 15rem;
    text-indent: 0;
    list-style-type: none;
}

.insights_detail_cnt_ref {
    margin-top: 60rem;
}

.insights_detail_cnt_ref p {
    text-indent: 0;
    color: #9b1f24;
    margin-bottom: 0;
}

.insights_detail_lawyers {
    margin-top: 80rem;
    background-color: #fff;
    padding: 80rem 0 120rem;
}

.insights_detail_lawyers_title {
    position: relative;
    color: #1f1f1f;
    margin-bottom: 40rem;
    line-height: 1.4;
}

.insights_detail_lawyers_title::before {
    content: "";
    position: absolute;
    left: 150rem;
    top: 50%;
    transform: translateY(-50%);
    width: 77rem;
    height: 1px;
    background: #000;
}

.insights_detail_lawyers_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40rem;
}

.insights_detail_lawyers_list li {
    width: calc((100% - 120rem) / 4);
}

.insights_detail_lawyers_item {
    display: block;
    text-decoration: none;
    color: inherit;
    text-align: center;
    background: #f7f7f7;
    transition: all 0.3s ease;
    border-radius: 20rem;
}

.insights_detail_lawyers_img {
    width: 100%;
}

.insights_detail_lawyers_item h4 {
    margin: 40rem 0 20rem;
    line-height: 1.4;
}

.insights_detail_lawyers_item p {
    padding-bottom: 30rem;
    color: #9b1f24;
    line-height: 1.4;
}

.insights_detail_lawyers_item:hover h4 {
    color: #9b1f24;
}

.insights_detail_jour {
    padding: 80rem 0 120rem;
}

.insights_detail_jour_title {
    position: relative;
    color: #1f1f1f;
    margin-bottom: 40rem;
    line-height: 1.4;
}

.insights_detail_jour_title::before {
    content: "";
    position: absolute;
    left: 150rem;
    top: 50%;
    transform: translateY(-50%);
    width: 77rem;
    height: 1px;
    background: #000;
}

.insights_detail_jour_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40rem;
}

.insights_detail_jour_list li {
    width: calc((100% - 120rem) / 4);
}

.insights_detail_jour_item {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 30rem;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10rem;
    transition: all 0.3s ease;
}

.insights_detail_jour_item h4 {
    margin: 0 0 20rem;
    color: #1f1f1f;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.insights_detail_jour_item p {
    margin: 0;
    line-height: 1.4;
}

.insights_detail_jour_item:hover {
    border-color: #9b1f24;
    box-shadow: 0 4rem 20rem rgba(155, 31, 36, 0.1);
}

.insights_detail_jour_item:hover h4 {
    color: #9b1f24;
}

@media only screen and (max-width: 1024px) {
    .insights_detail_content {
        padding: 60rem 0;
    }

    .insights_detail_header {
        margin-bottom: 40rem;
    }

    .insights_detail_avatar {
        width: 80rem;
        height: 80rem;
    }

    .insights_detail_lawyers_list li {
        width: calc((100% - 80rem) / 2);
    }

    .insights_detail_jour_list li {
        width: calc((100% - 80rem) / 2);
    }

    .insights_detail_cnt h3 {
        font-size: 24rem;
    }
}

@media only screen and (max-width: 767px) {
    .insights_detail_crumb {
        padding: 25rem 0;
    }

    .insights_detail_crumb li {
        margin-right: 10rem;
    }

    .insights_detail_content {
        padding: 40rem 0;
    }

    .insights_detail_header {
        margin-bottom: 30rem;
    }

    .insights_detail_tags_header span {
        margin-bottom: 10rem;
    }

    .insights_detail_author_list {
        padding: 20rem;
        gap: 20rem;
    }

    .insights_detail_author {
        flex: 1 1 100%;
        min-width: 0;
    }

    .insights_detail_avatar {
        width: 70rem;
        height: 70rem;
        margin-right: 20rem;
    }

    .insights_detail_lawyers_list {
        gap: 30rem;
    }

    .insights_detail_lawyers_list li {
        width: calc((100% - 30rem) / 1);
    }

    .insights_detail_jour_list {
        gap: 20rem;
    }

    .insights_detail_jour_list li {
        width: calc((100% - 20rem) / 1);
    }

    .insights_detail_jour_item {
        padding: 20rem;
    }

    .insights_detail_cnt h3 {
        font-size: 18px;
    }

    .insights_detail_main .insights_detail_cnt_list li {
        padding-left: 12px;
    }

    .insights_detail_cnt_list li::before {
        left: 0;
        top: 12px;
        width: 4px;
        height: 4px;
    }

    .insights_detail_cnt h3::before {
        width: 20px;
        height: 3px;
    }

    .insights_detail_lawyers_title::before {
        left: 80px;
    }

    .insights_detail_jour_title::before {
        left: 80px;
    }
}

/* ========== 观点洞察-详情 样式结束 ========== */


/* ========== 专业著作 样式开始 ========== */

.pubddcations_box_1 {
    padding: 140rem 0 120rem;
}

.pubddcations_box_1_title {
    position: relative;
    color: #1f1f1f;
    margin-bottom: 30rem;
    line-height: 1.4;
}

.pubddcations_box_1_title::before {
    content: "";
    position: absolute;
    left: 120rem;
    top: 50%;
    transform: translateY(-50%);
    width: 77rem;
    height: 1px;
    background: #000;
}

.pubddcations_box_1_desc {
    color: #1f1f1f;
    margin-bottom: 80rem;
    line-height: 1.5;
}

.pubddcations_box_1_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30rem;
}

.pubddcations_box_1_list li {
    width: calc((100% - 80rem) / 3);
}

.pubddcations_box_1_item {
    display: block;
    text-decoration: none;
    color: inherit;
    background: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 10rem;
    overflow: hidden;
    transition: all 0.3s ease;
}

.pubddcations_box_1_info {
    padding: 40rem 70rem 40rem 40rem;
}

.pubddcations_box_1_info h3 {
    margin: 0 0 32rem;
    line-height: 1.5;
}

.pubddcations_box_1_info p {
    margin: 0 0 40rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.pubddcations_box_1_info .pubddcations_box_1_more {
    color: #000;
}

.pubddcations_box_1_item:hover {
    border-color: #9b1f24;
    box-shadow: 0 4rem 20rem rgba(155, 31, 36, 0.2);
}

.pubddcations_box_1_item:hover .pubddcations_box_1_info h3 {
    color: #9b1f24;
    font-weight: bold;
}

.pubddcations_box_1_item:hover .pubddcations_box_1_info p {
    color: #9b1f24;
}

.pubddcations_box_1_item:hover {
    background-color: #fff;
    transform: translateY(-5rem);
}

/* 专业著作 响应式样式 */
@media only screen and (max-width: 1024px) {
    .pubddcations_box_1_info {
        padding: 25rem;
    }
}

@media only screen and (max-width: 767px) {
    .pubddcations_box_1 {
        padding: 50rem 0;
    }

    .pubddcations_box_1_title::before {
        left: 80px;
    }

    .pubddcations_box_1_desc {
        margin-bottom: 40rem;
    }

    .pubddcations_box_1_btn {
        display: flex;
    }

    .pubddcations_box_1_list {
        flex-direction: column;
    }

    .pubddcations_box_1_list li {
        width: 100%;
    }
}

/* pubddcations_box_2 样式 */
.pubddcations_box_2 {
    padding: 120rem 0 140rem;
    background: #f7f7f7;
}

.pubddcations_box_2_title {
    position: relative;
    color: #1f1f1f;
    margin-bottom: 30rem;
    line-height: 1.4;
}

.pubddcations_box_2_title::before {
    content: "";
    position: absolute;
    left: 120rem;
    top: 50%;
    transform: translateY(-50%);
    width: 77rem;
    height: 1px;
    background: #000;
}

.pubddcations_box_2_desc {
    color: #1f1f1f;
    margin-bottom: 80rem;
    line-height: 1.5;
}

.pubddcations_box_2_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 40rem;
}

.pubddcations_box_2_list li {
    width: calc((100% - 80rem) / 2);
    border-radius: 10rem;
}

.pubddcations_box_2_item {
    display: flex;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    border-radius: 10rem;
    overflow: hidden;
    transition: all 0.3s ease;
    padding: 40rem 70rem 40rem 40rem;
}

.pubddcations_box_2_item .pubddcations_box_2_more {
    color: #000;
}

.pubddcations_box_2_img {
    width: 45%;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
}

.pubddcations_box_2_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.pubddcations_box_2_info {
    flex: 1;
    padding: 40rem 0 40rem 40rem;
    display: flex;
    flex-direction: column;
}

.pubddcations_box_2_info h3 {
    margin: 0 0 20rem;
    line-height: 1.5;
}

.pubddcations_box_2_author {
    color: #9b1f24;
    margin: 0 0 42rem;
    line-height: 1.4;
}

.pubddcations_box_2_info p:last-of-type {
    line-height: 1.6;
    flex: 1;
}


.pubddcations_box_2_list li {
    border: 1px solid transparent;
    transition: all 0.3s ease;
}

.pubddcations_box_2_list li:hover {
    border-color: #9b1f24;
    box-shadow: 0 4rem 20rem rgba(155, 31, 36, 0.2);
    transform: translateY(-5rem);
}

.pubddcations_box_2_list li:hover .pubddcations_box_2_info h3 {
    color: #9b1f24;
    font-weight: bold;
}

/* pubddcations_box_2 响应式 */
@media only screen and (max-width: 1024px) {
    .pubddcations_box_2_list {
        gap: 30rem;
    }

    .pubddcations_box_2_list li {
        width: calc((100% - 60rem) / 2);
    }

    .pubddcations_box_2_info {
        padding: 25rem 0 25rem 25rem;
    }
}

@media only screen and (max-width: 767px) {
    .pubddcations_box_2 {
        padding: 50rem 0 80rem;
    }

    .pubddcations_box_2_title::before {
        left: 80px;
    }

    .pubddcations_box_2_desc {
        margin-bottom: 40rem;
    }

    .pubddcations_box_2_list {
        flex-direction: column;
        gap: 30rem;
    }

    .pubddcations_box_2_list li {
        width: 100%;
    }

    .pubddcations_box_2_item {
        flex-direction: column;
        padding: 40rem;
    }

    .pubddcations_box_2_img {
        width: 100%;
    }
}

/* ========== 专业著作 样式结束 ========== */

/* 专业著作-白皮书轮播箭头样式开始（li 超过 3 个时由 sww_fun.js 动态启用 Swiper） */
.pubddcations_box_1_swiper.swiper-container {
    padding: 10rem 0;
    margin: -10rem 0;
    position: relative;
}

.pubddcations_box_1_swiper .swiper-wrapper {
    flex-direction: row;
}

.pubddcations_box_1_arrow {
    position: absolute;
    top: 50%;
    width: 44rem;
    height: 44rem;
    margin-top: -22rem;
    border-radius: 50%;
    background-color: rgba(155, 31, 36, 0.9);
    z-index: 10;
    cursor: pointer;
    transition: background-color 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 覆盖 Swiper 默认箭头背景图 */
.pubddcations_box_1_arrow.swiper-button-prev,
.pubddcations_box_1_arrow.swiper-button-next {
    background-image: none;
}

/* 图标字体箭头居中显示（任意 <i> 子标签通用，不绑定具体 icon class） */
.pubddcations_box_1_arrow>i {
    display: inline-block;
    color: #fff;
    line-height: 1;
}

.pubddcations_box_1_prev {
    left: 10rem;
}

.pubddcations_box_1_next {
    right: 10rem;
}

.pubddcations_box_1_arrow:hover {
    background-color: #9b1f24;
}

.pubddcations_box_1_arrow.swiper-button-disabled {
    opacity: 0.35;
    cursor: default;
}

.pubddcations_box_1 .swiper-wrapper {
    height: auto;
}

@media only screen and (max-width: 767px) {
    .pubddcations_box_1_arrow {
        display: none;
    }
}

/* 专业著作-白皮书轮播箭头样式结束 */


/* 新闻详情 样式开始 */
.news_detail_main {
    background-color: #f7f7f7;
}

.news_detail_crumb {
    padding: 40rem 0;
}

.news_detail_crumb ul {
    display: flex;
    align-items: center;
}

.news_detail_crumb li {
    margin-right: 15rem;
    color: #9e9e9e;
}

.news_detail_crumb li a {
    color: #9e9e9e;
    transition: color 0.3s;
}

.news_detail_crumb li a:hover {
    color: #9b1f24;
}

.news_detail_crumb li:last-child {
    color: #9b1f24;
}

.news_detail_body {
    padding: 40rem 0 80rem;
}

.news_detail_layout {
    display: flex;
    gap: 60rem;
    align-items: flex-start;
}

.news_detail_article {
    flex: 1;
    background: #fff;
    border-radius: 10rem;
    padding: 60rem 60rem 100rem;
    box-shadow: 0 4rem 20rem rgb(165 165 165 / 10%);
}

.news_detail_tag {
    margin-bottom: 30rem;
}

.news_detail_tag span {
    display: inline-block;
    padding: 10rem 25rem;
    background: #9b1f24;
    color: #fff;
    border-radius: 20rem;
}

.news_detail_title {
    line-height: 1.4;
    margin-bottom: 25rem;
}

.news_detail_meta {
    display: flex;
    align-items: center;
    gap: 38rem;
    margin-bottom: 42rem;
}

.news_detail_meta_item {
    display: inline-flex;
    align-items: center;
    gap: 8rem;
}

.news_detail_content {
    line-height: 2;
}

.news_detail_content p:last-child {
    margin-bottom: 0;
}

.edit_con_original .news_detail_section_title {
    position: relative;
    padding-top: 15rem;
    margin: 60rem 0 40rem;
    line-height: 1.4;
    font-size: 24rem;
    font-weight: bold;
}

.news_detail_section_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 24rem;
    height: 3rem;
    background: #9b1f24;
}

.news_detail_quote {
    margin: 40rem 0;
    padding: 40rem 60rem;
    background: #fbf4f1;
    border-radius: 10rem;
    font-style: italic;
}

.news_detail_quote p {
    text-indent: 0 !important;
    margin-bottom: 15rem;
    color: #9b1f24;
}

.news_detail_quote_source {
    text-align: right;
    color: #9b1f24;
    margin: 0;
}

.news_detail_sidebar {
    width: 430rem;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    gap: 30rem;
}

.news_detail_widget {
    background: #fff;
    border-radius: 10rem;
    padding: 40rem 30rem;
    box-shadow: 0 4rem 20rem rgb(165 165 165 / 10%);
}

.news_detail_widget_title {
    position: relative;
    margin-bottom: 40rem;
}

.news_detail_widget_title::before {
    content: "";
    position: absolute;
    left: 110rem;
    top: 50%;
    transform: translateY(-50%);
    width: 77rem;
    height: 1px;
    background: #000;
}

.news_detail_news_list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news_detail_news_list li {
    margin-bottom: 30rem;
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 30rem;
}

.news_detail_news_list li:last-child {
    margin-bottom: 0;
}

.news_detail_news_item {
    display: block;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
}

.news_detail_news_item h4 {
    margin: 0 0 10rem;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: color 0.3s;
}

.news_detail_news_item p {
    margin: 0;
    line-height: 1.4;
}

.news_detail_news_item:hover h4 {
    color: #9b1f24;
}

.news_detail_lawyer_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.news_detail_lawyer_item {
    display: flex;
    text-decoration: none;
    color: inherit;
    border-radius: 10rem;
    transition: all 0.3s;
}

.news_detail_lawyer_img {
    width: 100rem;
    height: 100rem;
    border-radius: 10rem;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 25rem;
}

.news_detail_lawyer_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news_detail_lawyer_info h4 {
    margin: 10rem 0 10rem;
    color: #1f1f1f;
    line-height: 1.4;
}

.news_detail_lawyer_info p {
    margin: 0;
    color: #9b1f24;
    line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
    .news_detail_crumb {
        padding: 25rem 0;
    }

    .news_detail_body {
        padding: 40rem 0 60rem;
    }

    .news_detail_layout {
        flex-direction: column;
    }

    .news_detail_article {
        width: 100%;
        padding: 40rem;
    }

    .news_detail_sidebar {
        width: 100%;
        flex-direction: row;
        gap: 30rem;
    }

    .news_detail_widget {
        flex: 1;
        min-width: 0;
    }

    .edit_con_original .news_detail_section_title {
        font-size: 20rem;
    }
}

@media only screen and (max-width: 767px) {
    .news_detail_crumb {
        padding: 20px 0;
    }

    .news_detail_crumb li {
        margin-right: 10px;
    }

    .news_detail_body {
        padding: 30px 0 40px;
    }

    .news_detail_article {
        padding: 25px 20px;
        border-radius: 5px;
    }

    .news_detail_meta {
        flex-wrap: wrap;
        gap: 15px;
    }

    .news_detail_cover {
        margin-bottom: 25px;
    }

    .edit_con_original .news_detail_section_title {
        margin: 35px 0 20px;
        font-size: 16px;
    }

    .news_detail_quote {
        margin: 30px 0;
        padding: 25px 20px;
    }

    .news_detail_sidebar {
        flex-direction: column;
        gap: 20px;
    }

    .news_detail_widget {
        padding: 25px 20px;
    }

    .news_detail_lawyer_img {
        width: 80px;
        height: 80px;
        margin-right: 20px;
    }

    .news_detail_section_title::before {
        width: 20px;
        height: 3px;
    }

    .news_detail_widget_title::before {
        left: 80px;
    }
}

/* 新闻详情 样式结束 */

/* 办公机构 样式开始 */
.office_inx_box_1 {
    padding: 140rem 0;
}

.office_inx_1_header {
    margin-bottom: 40rem;
    position: relative;
}

.office_inx_1_header::before {
    content: "";
    position: absolute;
    left: 170rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80rem;
    height: 1px;
    background: #000;
}

.office_inx_1_title {
    line-height: 1.4;
    margin-bottom: 60rem;
}

.office_inx_1_card {
    background: #f7f7f7;
    border-radius: 15rem;
    overflow: hidden;
}

.office_inx_1_link {
    display: flex;
    text-decoration: none;
    color: inherit;
}

.office_inx_1_img {
    position: relative;
    flex: 0 0 55%;
    border-radius: 10rem;
}

.office_inx_1_info {
    flex: 1;
    padding: 60rem 120rem 0;
}

.office_inx_1_info h3 {
    color: #000;
    margin-bottom: 20rem;
}

.office_inx_1_sub {
    color: #282828;
    margin-bottom: 30rem;
}

.office_inx_1_meta {
    list-style: none;
    padding: 0;
    margin: 0 0 30rem;
    line-height: 2;
}

.office_inx_1_meta li {
    display: flex;
    align-items: baseline;
    color: #000;
}

.office_inx_1_meta li:last-child {
    margin-bottom: 0;
}

.office_inx_1_icon {
    display: inline-block;
    margin-right: 15rem;
}

.office_inx_1_tags {
    display: flex;
    gap: 12rem;
    margin-bottom: 40rem;
}

.office_inx_1_tags span {
    display: inline-block;
    padding: 8rem 20rem;
    background: #fff;
    color: #9b1f24;
    border-radius: 20rem;
    box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.1);
    font-size: 14rem;
}

.office_inx_1_arrow {
    transition: all 0.3s;
}

.office_inx_1_card:hover .office_inx_1_arrow {
    transform: translateX(5rem);
    color: #7a181c;
}

.office_inx_box_2 {
    padding: 120rem 0 140rem;
}

.office_inx_2_list {
    display: flex;
    flex-wrap: wrap;
    gap: 30rem;
}

.office_inx_2_item {
    display: block;
    width: calc((100% - 60rem) / 3);
    background: #fff;
    border-radius: 15rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    border: 1px solid transparent;
    transition: all 0.3s;
    box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.08);
}

.office_inx_2_item:hover {
    box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.08);
    transform: translateY(-5rem);
}

.office_inx_2_item:hover .office_inx_2_info {
    border: 1px solid #9b1f24;
    border-radius: 15rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.office_inx_2_item:hover .office_inx_2_info h3,
.office_inx_2_item:hover .office_inx_2_info .office_inx_2_en {
    color: #7a181c;
}

.office_inx_2_info {
    padding: 42rem 52rem 52rem;
    position: relative;
}

.office_inx_2_info h3 {
    color: #1f1f1f;
    margin-bottom: 20rem;
}

.office_inx_2_en {
    color: #282828;
    margin-bottom: 30rem;
}

.office_inx_2_meta {
    list-style: none;
    padding: 0;
    margin: 0 0 30rem;
    line-height: 2;
}

.office_inx_2_meta li {
    display: flex;
    align-items: center;
}

.office_inx_2_tags {
    display: flex;
    gap: 12rem;
    margin-bottom: 30rem;
}

.office_inx_2_tags span {
    display: inline-block;
    padding: 6rem 15rem;
    background: #fbf4f1;
    color: #9b1f24;
    border-radius: 15rem;
    font-size: 16rem;
}

@media only screen and (max-width: 1024px) {
    .office_inx_box_2 {
        padding: 40rem 0 60rem;
    }

    .office_inx_2_item {
        width: calc((100% - 30rem) / 2);
    }

    .office_inx_1_link {
        flex-direction: column;
    }

    .office_inx_1_info {
        padding: 60rem;
    }
}

@media only screen and (max-width: 767px) {
    .office_inx_2_list {
        flex-direction: column;
        gap: 20px;
    }

    .office_inx_2_item {
        width: 100%;
    }

    .office_inx_2_info {
        padding: 25px 20px 30px;
    }

    .office_inx_1_header::before {
        left: 110px;
    }

    .office_inx_1_tags span{
        font-size: 14px;
    }

    .office_inx_2_tags span{
        font-size: 14px;
    }
}

/* 办公机构 样式结束 */

/* 办公机构详情 样式开始 */
.office_del_box_1 {
    padding: 140rem 0 150rem;
}

.office_del_1_header,
.office_del_1_contact_header {
    margin-bottom: 30rem;
    position: relative;
}

.office_del_1_header::before,
.office_del_1_contact_header::before {
    content: "";
    position: absolute;
    left: 120rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80rem;
    height: 1px;
    background: #000;
}

.office_del_1_title {
    line-height: 1.4;
    margin-bottom: 50rem;
}

.office_del_1_intro {
    margin-bottom: 70rem;
    line-height: 1.8;
    color: #282828;
}

.office_del_1_intro p {
    margin-bottom: 15rem;
}

.office_del_1_intro p:last-child {
    margin-bottom: 0;
}

.office_del_1_contact {
    background: #fff;
    border-radius: 15rem;
    padding: 60rem 74rem 54rem 60rem;
    box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.1);
}

.office_del_1_contact_header {
    margin-bottom: 50rem;
}

.office_del_1_grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15rem 25rem;
}

.office_del_1_item {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 20rem;
    padding: 18rem 40rem;
    background: #f7f7f7;
    border-radius: 8rem;
}

.office_del_1_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 36rem;
    height: 36rem;
    color: #000;
}

.office_del_1_icon i {
    color: #000;
}

.office_del_1_item p {
    min-width: 0;
    overflow-wrap: break-word;
    word-wrap: break-word;
    margin: 0;
}

.office_del_box_2 {
    padding: 100rem 0 120rem;
}

.office_del_2_title {
    color: #fff;
    margin-bottom: 62rem;
    line-height: 1.4;
}

.office_del_2_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32rem;
}

.office_del_2_item {
    background: #fff;
    border-radius: 12rem;
    padding: 32rem 40rem 50rem;
}

.office_del_2_item_header {
    display: flex;
    align-items: center;
    gap: 20rem;
    margin-bottom: 30rem;
}

.office_del_2_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40rem;
    height: 40rem;
    border-radius: 40rem;
    background: #fbf4f1;
    color: #9b1f24;
}

.office_del_2_icon i {
    color: #9b1f24;
}

.office_del_2_item_header h3 {
    margin: 0;
    color: #1f1f1f;
}

.office_del_2_item_text {
    list-style: none;
    padding: 0;
    margin: 0;
    line-height: 1.8;
    color: #282828;
}

.office_del_2_item_text li {
    margin-bottom: 15rem;
}

.office_del_2_item_text li:last-child {
    margin-bottom: 0;
}

.office_del_box_3 {
    padding: 140rem 0;
}

.office_del_3_layout {
    display: flex;
    gap: 110rem;
}

.office_del_3_left {
    flex: 0 0 26%;
}

.office_del_3_title {
    line-height: 1.4;
    margin-bottom: 80rem;
}

.office_del_3_more {
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    color: #1f1f1f;
    text-decoration: none;
    transition: all 0.3s;
}

.office_del_3_more span {
    transition: transform 0.3s;
}

.office_del_3_more:hover {
    color: #9b1f24;
}

.office_del_3_more:hover span {
    transform: translateX(5rem);
}

.office_del_3_right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 35rem;
    margin-top: 64rem;
}

.office_del_3_card {
    display: block;
    position: relative;
    background: #fff;
    border-radius: 12rem;
    padding: 50rem;
    text-decoration: none;
    color: inherit;
    overflow: hidden;
    box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.office_del_3_card:hover {
    transform: translateY(-5rem);
    box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.1);
}

.office_del_3_card:hover::after {
    transform: scale(1.1) rotate(10deg);
}

.office_del_3_card_line {
    display: block;
    width: 25rem;
    height: 3rem;
    background: #282828;
    margin-bottom: 20rem;
}

.office_del_3_card h3 {
    color: #282828;
    margin-bottom: 50rem;
}

.office_del_3_card p {
    color: #282828;
    line-height: 1.7;
    position: relative;
    z-index: 1;
}

.office_del_box_4 {
    padding: 140rem 0 145rem;
}

.office_del_4_header {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60rem;
}

.office_del_4_title_wrap {
    flex: 1;
}

.office_del_4_title {
    line-height: 1.4;
    margin: 0;
}

.office_del_4_more {
    display: inline-flex;
    align-items: center;
    gap: 10rem;
    text-decoration: none;
    flex-shrink: 0;
    transition: all 0.3s;
}

.office_del_4_more span {
    transition: transform 0.3s;
}

.office_del_4_more:hover {
    color: #9b1f24;
}

.office_del_4_more:hover span {
    transform: translateX(5rem);
}

.office_del_4_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20rem;
}

.office_del_4_card {
    display: block;
    background: #fff;
    border-radius: 12rem;
    padding: 40rem 30rem 54rem;
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
}

.office_del_4_card:hover {
    transform: translateY(-5rem);
    box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.1);
}

.office_del_4_avatar {
    width: 100rem;
    height: 100rem;
    border-radius: 50%;
    margin: 0 auto 30rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.office_del_4_avatar span {
    line-height: 1;
}

.office_del_4_card h3 {
    margin-bottom: 15rem;
}

.office_del_4_pos {
    margin-bottom: 22rem;
}

.office_del_4_tags {
    display: flex;
    justify-content: center;
    gap: 12rem;
    flex-wrap: wrap;
}

.office_del_4_tags span {
    display: inline-block;
    padding: 8rem 15rem;
    background: #fbf4f1;
    color: #9b1f24;
    border-radius: 50rem;
    font-size: 16rem;
}

/* 响应式 - 1024px */
@media only screen and (max-width: 1024px) {
    .office_del_box_1 {
        padding: 80rem 0;
    }

    .office_del_1_intro {
        margin-bottom: 50rem;
    }

    .office_del_1_contact {
        padding: 40rem;
    }

    .office_del_box_2 {
        padding: 70rem 0 80rem;
    }

    .office_del_2_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .office_del_box_3 {
        padding: 80rem 0;
    }

    .office_del_3_layout {
        flex-direction: column;
        gap: 40rem;
    }

    .office_del_3_left {
        flex: none;
        width: 100%;
        padding-top: 0;
    }

    .office_del_3_title {
        margin-bottom: 30rem;
    }

    .office_del_box_4 {
        padding: 70rem 0 80rem;
    }

    .office_del_4_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* 响应式 - 767px */
@media only screen and (max-width: 767px) {
    .office_del_box_1 {
        padding: 50rem 0;
    }

    .office_del_1_title {
        margin-bottom: 20rem;
    }

    .office_del_1_intro {
        margin-bottom: 40rem;
    }

    .office_del_1_contact {
        padding: 30rem 25rem;
    }

    .office_del_1_grid {
        grid-template-columns: 1fr;
        gap: 15rem;
    }

    .office_del_1_item {
        padding: 15rem 18rem;
    }

    .office_del_box_2 {
        padding: 50rem 0 60rem;
    }

    .office_del_2_title {
        margin-bottom: 30rem;
    }

    .office_del_2_list {
        grid-template-columns: 1fr;
        gap: 20rem;
    }

    .office_del_2_item {
        padding: 30rem 25rem;
    }

    .office_del_box_3 {
        padding: 50rem 0;
    }

    .office_del_3_right {
        grid-template-columns: 1fr;
        gap: 20rem;
    }

    .office_del_3_card {
        padding: 30rem 25rem;
    }

    .office_del_box_4 {
        padding: 50rem 0 60rem;
    }

    .office_del_4_header {
        flex-direction: column;
        align-items: flex-start;
        gap: 20rem;
        margin-bottom: 30rem;
    }

    .office_del_4_list {
        grid-template-columns: 1fr;
        gap: 15rem;
    }

    .office_del_4_card {
        padding: 30rem 25rem;
    }

    .office_del_1_header::before,
    .office_del_1_contact_header::before {
        left: 80px;
    }

    .office_del_3_card_line {
        width: 20px;
        height: 3px;
    }

    .office_del_4_tags span{
        font-size: 14px;
    }
}

/* 办公机构详情 样式结束 */

/* 周泰社群 样式开始 */
.community_box_1 {
    padding: 140rem 0 90rem;
    background: #f7f7f7;
}

.community_1_header {
    margin-bottom: 60rem;
}

.community_1_title_bar {
    margin-bottom: 30rem;
    position: relative;
}

.community_1_title_bar::before {
    content: "";
    position: absolute;
    left: 150rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80rem;
    height: 1px;
    background: #000;
}

.community_1_title {
    color: #1f1f1f;
    line-height: 1.5;
}

.community_1_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30rem;
}

.community_1_card {
    display: block;
    background: #fff;
    border-radius: 12rem;
   
    text-align: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.04);
    transition: all 0.3s;
}
.community_1_card  a{display: block; padding: 40rem 40rem 52rem;}
.community_1_card:hover {
    transform: translateY(-5rem);
    box-shadow: 0 15rem 50rem rgba(0, 0, 0, 0.08);
}

.community_1_icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76rem;
    height: 76rem;
    margin-bottom: 30rem;
}

.community_1_icon img {
    width: 100%;
}

.community_1_card h3 {
    margin-bottom: 30rem;
}

.community_1_card p {
    line-height: 1.8;color: #000;
}

.community_box_2 {
    padding: 100rem 0 110rem;
    background: #fff;
}

.community_2_header {
    margin-bottom: 50rem;
}

.community_2_header .community_1_title_bar::before {
    left: 120rem;
}

.community_2_title {
    color: #1f1f1f;
    line-height: 1.5;
}

.community_2_list {
    display: flex;
    flex-direction: column;
    gap: 20rem;
    margin-bottom: 50rem;
}

.community_2_item {
    display: flex;
    gap: 40rem;
    padding: 40rem;
    background: #f7f7f7;
    border-radius: 12rem;
    transition: all 0.3s;
    border: 1px solid transparent;
}

.community_2_item:hover {
    border: 1px solid #9b1f24;
    background-color: #fff;
    box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.1);
}

.community_2_left {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 30rem;
}

.community_2_date {
    flex-shrink: 0;
    width: 72rem;
    text-align: center;
    padding: 15rem 12rem;
    border-radius: 8rem;
    border: 1px solid #9b1f24;
}

.community_2_date p {
    color: #9b1f24;
    margin-bottom: 10rem;
    line-height: 1;
    border-bottom: 1px solid #9b1f24;
    padding-bottom: 15rem;
}

.community_2_date span {
    color: #9b1f24;
    line-height: 1;
}

.community_2_info {
    flex: 1;
}

.community_2_info h3 {
    margin-bottom: 10rem;
}

.community_2_loc {
    margin: 0;
}

.community_2_right {
    flex: 1;
    display: flex;
    align-items: center;
    line-height: 1.7;
}

.community_2_item:hover .community_2_info,
.community_2_item:hover .community_2_right {
    color: #9b1f24;
}

@media only screen and (max-width: 1024px) {
    .community_box_1 {
        padding: 80rem 0 60rem;
    }

    .community_1_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .community_box_2 {
        padding: 80rem 0;
    }

    .community_2_item {
        flex-wrap: wrap;
        padding: 35rem 30rem;
        gap: 25rem;
    }

    .community_2_date {
        width: 90rem;
    }

    .community_2_left,
    .community_2_right {
        flex: 1 1 100%;
    }
}

@media only screen and (max-width: 767px) {
    .community_box_1 {
        padding: 60px 0 50px;
    }

    .community_1_header {
        margin-bottom: 40px;
    }

    .community_1_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .community_1_card a{
        padding: 40px 30px;
    }

    .community_box_2 {
        padding: 60px 0;
    }

    .community_2_header {
        margin-bottom: 40px;
    }

    .community_2_item {
        padding: 30px 25px;
        gap: 20px;
    }

    .community_2_date {
        width: 80px;
    }

    .community_2_left,
    .community_2_right {
        flex: 1 1 100%;
    }

    .community_1_title_bar::before {
        left: 90px;
    }

    .community_2_header .community_1_title_bar::before {
        left: 80px;
    }

    .community_1_icon img {
        width: 18px;
    }
}

/* 周泰社群 样式结束 */


/* 周泰党建 样式开始 */
.party_box_1 {
    padding: 140rem 0;
    background: #fff;
    overflow: hidden;
}

.party_1_layout {
    display: flex;
    gap: 150rem;
    overflow: hidden;
}

.party_1_left {
    flex: 1;
    min-width: 0;
}

.party_1_title_bar {
    margin-bottom: 38rem;
    position: relative;
}

.party_1_title_bar::before {
    content: "";
    position: absolute;
    left: 120rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80rem;
    height: 1px;
    background: #000;
}

.party_1_title {
    line-height: 1.4;
    margin-bottom: 60rem;
}

.party_1_intro h3 {
    margin-bottom: 30rem;
}

.party_1_intro p {
    line-height: 1.8;
    margin: 0;
}

.party_1_right {
    flex: 1;
    min-width: 0;
}

.party_1_swiper {
    width: 100%;
    border-radius: 12rem;
    overflow: hidden;
    position: relative;
}

.party_1_slide {
    width: 100%;
    overflow: hidden;
}

.party_1_pagination {
    bottom: 25rem !important;
}

.party_1_pagination .swiper-pagination-bullet {
    width: 10rem;
    height: 10rem;
    background: #fff;
    opacity: 1;
    margin: 0 6rem;
    border-radius: 50%;
}

.party_1_pagination .swiper-pagination-bullet-active {
    transform: scale(1.5);
}

.party_box_2 {
    padding: 120rem 0;
    background: #f7f7f7;
}

.party_2_header {
    margin-bottom: 60rem;
}

.party_2_title_bar {
    margin-bottom: 38rem;
    position: relative;
}

.party_2_title_bar::before {
    content: "";
    position: absolute;
    left: 120rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80rem;
    height: 1px;
    background: #000;
}

.party_2_title {
    line-height: 1.4;
    margin-bottom: 40rem;
}

.party_2_sub {
    margin: 0;
    line-height: 1.6;
}

.party_2_grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40rem 45rem;
}

.party_2_card {
    background: #fff;
    border-radius: 12rem;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}

.party_2_card:hover {
    transform: translateY(-5rem);
    box-shadow: 0 15rem 40rem rgba(0, 0, 0, 0.1);
}

.party_2_tag {
    position: absolute;
    top: 35rem;
    left: 40rem;
    padding: 8rem 15rem;
    background: rgba(155, 31, 36, 0.5);
    color: #fff;
    border-radius: 50rem;
    z-index: 2;
    border: 1px solid #a24447;
}

.party_2_info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 40rem;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.4) 60%, transparent 100%);
    z-index: 1;
}

.party_2_line {
    display: block;
    width: 24rem;
    height: 3rem;
    background: #fff;
    margin-bottom: 15rem;
}

.party_2_info h3 {
    color: #fff;
    margin: 0;
    line-height: 1.4;
}

/* 响应式 */
@media only screen and (max-width: 1024px) {
    .party_box_2 {
        padding: 80rem 0 100rem;
    }

    .party_2_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25rem;
    }

    .party_2_header {
        margin-bottom: 40rem;
    }

    .party_1_layout {
        flex-direction: column;
        gap: 40rem;
    }
}

/* 响应式 767px（兼容party_box_1） */
@media only screen and (max-width: 767px) {
    .party_box_1 {
        padding: 60rem 0;
    }

    .party_1_layout {
        flex-direction: column;
        gap: 40rem;
    }

    .party_1_slide {
        height: 220rem;
    }

    .party_box_2 {
        padding: 60rem 0 80rem;
    }

    .party_2_grid {
        grid-template-columns: 1fr;
    }

    .party_2_img {
        padding-bottom: 55%;
    }

    .party_2_title_bar::before {
        left: 80px;
    }

    .party_1_title_bar::before {
        left: 80px;
    }
}

/* party_box_3 - 党建荣誉 */
.party_box_3 {
    position: relative;
    background: #fff;
}

.party_3_bg {
    position: relative;
    width: 100%;
}

.party_3_bg img {
    width: 100%;
    display: block;
}

.party_3_cnt {
    position: absolute;
    top: 140rem;
    left: 0;
    right: 0;
    z-index: 10;
    padding-bottom: 100rem;
}

.party_3_box {
    background: #fff;
    border-radius: 10rem;
    padding: 50rem;
    position: relative;
}

.party_3_box::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: -80rem;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, rgb(164 164 164 / 8%) 75%, transparent 100%);
    border-radius: 10rem;
    z-index: -1;
    pointer-events: none;
}

.party_3_header {
    text-align: left;
    margin-bottom: 60rem;
}

.party_3_title_bar {
    color: #fff;
    margin-bottom: 30rem;
    position: relative;
}

.party_3_title_bar::before {
    content: "";
    position: absolute;
    left: 120rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80rem;
    height: 1px;
    background: #fff;
}

.party_3_title {
    color: #fff;
    line-height: 1.4;
    margin-bottom: 20rem;
}

.party_3_sub {
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
    line-height: 1.6;
}

.party_3_swiper {
    position: relative;
    margin-bottom: 40rem;
}

.party_3_slider {
    position: relative;
    overflow: hidden;
}

.party_3_slide {
    height: auto;
}

.party_3_card {
    background: #fff;
    border-radius: 12rem;
    overflow: hidden;
    transition: transform 0.3s;
}

.party_3_card:hover {
    transform: translateY(-5rem);
}

.party_3_card_info {
    padding: 40rem;
    background-color: #f7f7f7;
}

.party_3_card_info h3 {
    margin-bottom: 20rem;
    line-height: 1.4;
}

.party_3_card_info p {
    margin: 0 0 40rem;
    line-height: 1.6;
}

.party_3_prev,
.party_3_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50rem;
    height: 50rem;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: all 0.3s;
    box-shadow: 0 4rem 15rem rgba(0, 0, 0, 0.15);
}

.party_3_prev i,
.party_3_next i {
    color: #000;
}

.party_3_prev:hover,
.party_3_next:hover {
    background: #9b1f24;
    box-shadow: 0 4rem 15rem rgba(155, 31, 36, 0.3);
}

.party_3_prev:hover i,
.party_3_next:hover i {
    color: #fff;
}

.party_3_prev {
    left: -25rem;
}

.party_3_next {
    right: -25rem;
}

/* 列表区域 */
.party_3_list {
    display: flex;
    flex-direction: column;
}

.party_3_item {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    padding: 30rem 40rem;
    text-decoration: none;
    transition: all 0.3s;
}

.party_3_item_icon {
    margin-right: 50rem;
}

.party_3_item_icon img {
    width: 80rem;
    height: 80rem;
    border-radius: 50%;
}

.party_3_item_info {
    flex: 1;
    min-width: 0;
}

.party_3_item_info h3 {
    margin-bottom: 20rem;
    line-height: 1.4;
}

.party_3_item_info p {
    margin: 0;
    line-height: 1.6;
}

.party_3_item_btn {
    display: inline-flex;
    align-items: center;
    padding: 12rem 24rem;
    background: #fbf4f1;
    border: 1px solid #d5adad;
    border-radius: 30rem;
    color: #9b1f24;
    text-decoration: none;
    transition: all 0.3s;
    flex-shrink: 0;
    margin-left: 20rem;
}

/* 响应式 1024px */
@media only screen and (max-width: 1024px) {
    .party_3_cnt {
        margin-top: -150rem;
    }

    .party_3_box {
        padding: 60rem 40rem 40rem;
    }

    .party_3_prev {
        left: -20rem;
    }

    .party_3_next {
        right: -20rem;
    }

    .party_3_prev,
    .party_3_next {
        width: 40rem;
        height: 40rem;
    }
}

/* 响应式 767px */
@media only screen and (max-width: 767px) {
    .party_3_cnt {
        margin-top: -100rem;
    }

    .party_3_box {
        padding: 40rem 20rem 30rem;
        border-radius: 20rem;
    }

    .party_3_swiper {
        margin-bottom: 40rem;
    }

    .party_3_prev {
        left: -17px;
    }

    .party_3_next {
        right: -17px;
    }

    .party_3_prev,
    .party_3_next {
        width: 35px;
        height: 35px;
    }

    .party_3_item {
        flex-wrap: wrap;
    }

    .party_3_item_btn {
        width: 100%;
        justify-content: center;
        margin-left: 0;
        margin-top: 15rem;
    }

    .party_3_title_bar::before {
        left: 80px;
    }
}

/* party_box_4 - 党建公益 */
.party_box_4 {
    padding: 120rem 0;
    background-color: #f7f7f7;
}

.party_4_header {
    margin-bottom: 60rem;
}

.party_4_title_bar {
    margin-bottom: 38rem;
    position: relative;
}

.party_4_title_bar::before {
    content: "";
    position: absolute;
    left: 120rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80rem;
    height: 1px;
    background: #000;
}

.party_4_title {
    line-height: 1.4;
    margin-bottom: 40rem;
}

.party_4_sub {
    margin: 0;
    line-height: 1.6;
}

.party_4_tabs {
    display: flex;
    gap: 20rem;
    margin-bottom: 40rem;
}

.party_4_tab {
    display: inline-flex;
    align-items: center;
    padding: 16rem 38rem;
    border: 1px solid #d4d4d4;
    border-radius: 50rem;
    color: #000;
    text-decoration: none;
    transition: all 0.3s;
    cursor: pointer;
}

.party_4_tab.active,
.party_4_tab:hover {
    background: #9b1f24;
    color: #fff !important;
}

.party_4_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30rem;
}

.party_4_card {
    display: block;
    background: #fff;
    border-radius: 12rem;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.05);
}

.party_4_card:hover {
    transform: translateY(-5rem);
    box-shadow: 0 10rem 40rem rgba(0, 0, 0, 0.1);
}

.party_4_card_img {
    position: relative;
}

.party_4_card_tag {
    position: absolute;
    left: 30rem;
    top: 30rem;
    padding: 8rem 15rem;
    background: #fbf4f1;
    color: #9b1f24;
    border-radius: 50rem;
    z-index: 2;
}

.party_4_card_info {
    padding: 40rem;
}

.party_4_card_info h3 {
    margin-bottom: 25rem;
    line-height: 1.4;
}

.party_4_card_info p {
    margin: 0 0 30rem;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.party_4_card_more {
    display: inline-block;
    width: 100%;
    margin-bottom: 72rem;
    color: #9b1f24;
}

/* 响应式 1024px */
@media only screen and (max-width: 1024px) {
    .party_box_4 {
        padding: 80rem 0;
    }

    .party_4_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 25rem;
    }

    .party_4_header {
        margin-bottom: 40rem;
    }

    .party_4_tabs {
        margin-bottom: 40rem;
    }
}

/* 响应式 767px */
@media only screen and (max-width: 767px) {
    .party_box_4 {
        padding: 60rem 0;
    }

    .party_4_list {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .party_4_title_bar::before {
        left: 80px;
    }

    .party_4_tabs {
        gap: 15rem;
    }

    .party_4_tab {
        padding: 10rem 25rem;
    }

    .party_4_card_info {
        padding: 25rem;
    }
}

/* party_box_5 - 党建动态 */
.party_box_5 {
    padding: 140rem 0 160rem;
    background-color: #fff;
}

/* 标题区域 */
.party_5_header {
    margin-bottom: 60rem;
}

.party_5_title_bar {
    margin-bottom: 38rem;
    position: relative;
}

.party_5_title_bar::before {
    content: "";
    position: absolute;
    left: 120rem;
    top: 50%;
    transform: translateY(-50%);
    width: 80rem;
    height: 1px;
    background: #000;
}

.party_5_title {
    line-height: 1.4;
    margin-bottom: 40rem;
}

.party_5_sub {
    margin: 0;
    line-height: 1.6;
}

/* 动态列表 */
.party_5_list {
    display: flex;
    flex-direction: column;
    gap: 20rem;
}

.party_5_item {
    display: flex;
    align-items: flex-start;
    border-radius: 12rem;
    padding: 60rem;
    text-decoration: none;
    color: inherit;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    border: 1px solid transparent;
}

.party_5_item::before {
    content: "";
    position: absolute;
    left: 60rem;
    top: 0;
    width: 120rem;
    height: 4rem;
    background: #9b1f24;
}

.party_5_item:hover {
    border: 1px solid #9b1f24;
    transform: translateY(-3rem);
    box-shadow: 0 4rem 20rem rgba(0, 0, 0, 0.08);
    background: #fff !important;
}

.party_5_item_date {
    width: auto;
    flex-shrink: 0;
    color: #000;
    margin-right: 60rem;
}

.party_5_item_info {
    flex: 1;
    min-width: 0;
}

.party_5_item_info h3 {
    margin-bottom: 20rem;
    line-height: 1.4;
}

.party_5_item:hover .party_5_item_info h3 {
    color: #9b1f24;
}

.party_5_item_info p {
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.party_5_item_tag {
    flex-shrink: 0;
    padding: 8rem 20rem;
    background: #fbf4f1;
    color: #9b1f24;
    border-radius: 50rem;
    margin-left: 20rem;
}

/* 响应式 1024px */
@media only screen and (max-width: 1024px) {
    .party_box_5 {
        padding: 80rem 0;
    }

    .party_5_header {
        margin-bottom: 40rem;
    }

    .party_5_item {
        padding: 30rem;
    }

    .party_5_item_date {
        width: 120rem;
        margin-right: 30rem;
    }
}

/* 响应式 767px */
@media only screen and (max-width: 767px) {
    .party_box_5 {
        padding: 60rem 0;
    }

    .party_5_title_bar::before {
        left: 80px;
    }

    .party_5_item {
        flex-wrap: wrap;
        padding: 25px 20px;
        gap: 15px;
        flex-direction: column;
    }

    .party_5_item_date {
        width: 100%;
        margin-bottom: 0;
    }

    .party_5_item::before {
        left: 20px;
    }

    .party_5_item_info {
        width: 100%;
    }

    .party_5_item_tag {
        margin-left: 0;
    }

    .party_5_list {
        gap: 20px;
    }
}

/* ========== 论坛详情 样式开始 ========== */
.index_details_main {
    background-color: #f7f7f7;
}

.index_details_crumb {
    padding: 40rem 0 80rem;
}

.index_details_crumb li:last-child {
    color: #9b1f24;
}

.index_details_tag {
    display: inline-block;
    padding: 10rem 25rem;
    background: #9b1f24;
    color: #fff;
    border-radius: 20rem;
    margin-right: 25rem;
}

.index_details_date {
    display: flex;
    align-items: center;
    color: #3e3e3e;
}

.index_details_date i {
    margin-right: 6rem;
}

.index_details_tags_row {
    display: flex;
    align-items: center;
    margin-bottom: 30rem;
}

.index_details_title {
    line-height: 1.4;
    margin-bottom: 40rem;
}

.index_details_author {
    display: flex;
    align-items: center;
    margin-bottom: 60rem;
}

.index_details_avatar {
    width: 80rem;
    height: 80rem;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.index_details_avatar span {
    line-height: 1;
}

.index_details_author_info h3 {
    color: #282828;
    margin-bottom: 10rem;
}

.index_details_author_tag {
    color: #9b1f24;
}

.index_details_cnt_1 {
    padding: 60rem 0 100rem;
    background-color: #fff;
}

.index_details_video_header {
    display: flex;
    align-items: center;
    margin-bottom: 40rem;
}

.index_details_video_tag {
    display: inline-block;
    padding: 10rem 30rem;
    border: 1rem solid #d5adad;
    color: #9b1f24;
    border-radius: 50rem;
    margin-right: 20rem;
    background-color: #fbf4f1;
}

.index_details_video_title {
    color: #1f1f1f;
}

.index_details_video_bg {
    position: relative;border-radius: 20rem;
}

.index_details_video_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100rem;
    height: 100rem;
    border-radius: 50%;
    background: rgb(104 76 76 / 80%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    cursor: pointer;
}

.index_details_cnt_2 {
    padding: 100rem 0 120rem;
}

.index_details_text_block {
    display: flex;
    align-items: flex-start;
    gap: 20rem;
    background: #fff;
    border-radius: 10rem;
    padding: 36rem 40rem 40rem;
    margin-bottom: 80rem;
    box-shadow: 0 0 10rem rgba(0, 0, 0, 0.1);
}

.index_details_text_block>div:first-child {
    flex-shrink: 0;
}

.index_details_text_block>div:last-child {
    flex: 1;
}

.index_details_text_tag {
    display: inline-block;
    padding: 10rem 30rem;
    border: 1px solid #d5adad;
    color: #9b1f24;
    background-color: #fbf4f1;
    border-radius: 50rem;
}

.index_details_text_title {
    color: #1f1f1f;
    margin-bottom: 25rem;
}

.index_details_text_desc {
    color: #333;
    line-height: 1.8;
}

.index_details_section {
    margin-bottom: 60rem;
}

.index_details_section_title {
    position: relative;
    color: #1f1f1f;
    margin-bottom: 40rem;
    padding-top: 12rem;
}

.index_details_section_title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-50%);
    width: 24rem;
    height: 3rem;
    background: #9b1f24;
}

.index_details_section_text {
    color: #333;
    line-height: 1.8;
}

.index_details_quote {
    border-left: 4rem solid #9b1f24;
    background: #fbf4f1;
    padding: 30rem 40rem;
    margin-bottom: 60rem;
    border-top-left-radius: 6rem;
    border-bottom-left-radius: 6rem;
    font-style: italic;
}

.index_details_quote p {
    color: #9b1f24;
    line-height: 1.8;
}

.index_details_gallery {
    display: flex;
    gap: 30rem;
    margin-top: 100rem;
}

.index_details_gallery li {
    flex: 1;
}

.index_details_gallery_item {
    position: relative;
    border-radius: 10rem;
}

.index_details_gallery_tag {
    position: absolute;
    left: 30rem;
    top: 30rem;
    display: inline-block;
    padding: 8rem 15rem;
    background: #fbf4f1;
    color: #9b1f24;
    border-radius: 20rem;
}

.index_details_cnt_3 {
    padding: 80rem 0 160rem;
}

.index_details_news_title {
    position: relative;
    margin-bottom: 40rem;
}

.index_details_news_title h3 {
    position: relative;
    color: #1f1f1f;
    padding-right: 80rem;
}

.index_details_news_title h3::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 77rem;
    height: 2rem;
    background: #000;
    left: 120rem;
}

.index_details_news_list {
    display: flex;
    gap: 30rem;
}

.index_details_news_list li {
    flex: 1;
}

.index_details_news_item {
    display: block;
    background: #fff;
    border-radius: 10rem;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
}

.index_details_news_item:hover {
    transform: translateY(-5rem);
    box-shadow: 0 10rem 30rem rgba(0, 0, 0, 0.1);
}

.index_details_news_img {
    position: relative;
}

.index_details_news_tag {
    position: absolute;
    left: 30rem;
    top: 30rem;
    display: inline-block;
    padding: 10rem;
    background: #fbf4f1;
    color: #9b1f24;
    border-radius: 50rem;
}

.index_details_news_play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70rem;
    height: 70rem;
    border-radius: 50%;
    background: rgb(255 255 255 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    display: none;
    transition: transform 0.3s;
}

.index_details_news_duration {
    position: absolute;
    right: 12rem;
    bottom: 12rem;
    padding: 4rem 12rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    border-radius: 14rem;
    display: none;
    transition: transform 0.3s;
}

.index_details_news_info {
    padding: 40rem;
    border: 1px solid transparent;
}

.index_details_news_info h4 {
    margin-bottom: 25rem;
    line-height: 1.4;
}

.index_details_news_info p {
    margin-bottom: 40rem;font-weight: bold;
}

.index_details_news_info p:last-child {
    margin-bottom: 60rem;
}

.index_details_news_source {
    /*color: #9b1f24 !important;*/
    
}
.index_details_news_info .index_details_news_source{
     font-weight: normal;
}

.index_details_news_arrow i {
    display: inline-block;
    transition: transform 0.3s;
}

.index_details_news_item:hover .index_details_news_arrow i {
    transform: translateX(5rem);
}
.index_details_news_item:hover .index_details_news_source{
    font-weight: bold;
}
.index_details_news_item:hover .index_details_news_play {
    display: flex;
}

.index_details_news_item:hover .index_details_news_duration {
    display: block;
}

.index_details_news_item:hover .index_details_news_info {
    border-color: #9b1f24;
    border-radius: 10rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top: none;
}

.index_details_news_item:hover .index_details_news_info h4 {
    font-weight: bold;
}



@media only screen and (max-width: 767px) {
    .index_details_tags_row {
        margin-bottom: 20rem;
    }

    .index_details_tag {
        padding: 8rem 18rem;
        margin-right: 15rem;
    }

    .index_details_title {
        margin-bottom: 25rem;
    }

    .index_details_avatar {
        width: 80rem;
        height: 80rem;
        margin-right: 20rem;
    }

    .index_details_cnt_1 {
        padding: 30rem 0;
    }

    .index_details_video_header {
        margin-bottom: 20rem;
    }

    .index_details_video_tag {
        padding: 6rem 15rem;
        margin-right: 15rem;
    }

    .index_details_video_play {
        width: 70rem;
        height: 70rem;
    }

    .index_details_cnt_2 {
        padding: 30rem 0;
    }

    .index_details_text_block {
        flex-direction: column;
        gap: 20rem;
        padding: 25rem;
        margin-bottom: 30rem;
    }

    .index_details_quote {
        padding: 20rem 25rem;
    }

    .index_details_gallery {
        flex-direction: column;
        gap: 20rem;
        margin-top: 30rem;
    }

    .index_details_cnt_3 {
        padding: 40rem 0;
    }

    .index_details_news_title {
        margin-bottom: 30rem;
    }

    .index_details_news_list {
        flex-direction: column;
        gap: 25rem;
    }

    .index_details_news_info {
        padding: 20rem 25rem 25rem;
    }
}

/* 论坛详情 样式结束 */

/* 案例展示 样式开始 */
.case_box_1 {
    padding: 80rem 0 120rem;
}

.case_list_title {
    margin-bottom: 50rem;
}

.case_list_title h3 {
    color: #1f1f1f;
}

.case_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15rem;
}

.case_list li {
    width: calc(33.333% - 30rem);
    margin: 0 15rem 30rem;
}

.case_list_item {
    display: block;
    background: #f7f7f7;
    border: 1px solid transparent;
    border-radius: 10rem;
    padding: 45rem 40rem 38rem;
    transition: border-color 0.3s, box-shadow 0.3s;
}

.case_list_item:hover {
    border-color: #9b1f24;
    box-shadow: 0 5rem 20rem rgba(155, 31, 36, 0.1);
}

.case_list_item h4 {
    color: #000;
    line-height: 1.4;
    margin-bottom: 62rem;
}

.case_list_line {
    width: 100%;
    height: 1px;
    background: #d3d3d3;
    margin-bottom: 30rem;
}

.case_list_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.case_list_date {
    color: #000;font-weight: bold;
}

.case_list_arrow {
    color: #000;
}

.case_list_item:hover .case_list_date {
    color: #9b1f24;
}

@media only screen and (max-width: 767px) {
    .case_box_1 {
        padding: 40rem 0 60rem;
    }

    .case_list_title {
        margin-bottom: 30rem;
    }

    .case_list {
        margin: 0;
    }

    .case_list li {
        width: 100%;
        margin: 0 0 20rem;
    }

    .case_list_item {
        padding: 25rem 25rem 20rem;
    }
    .community_1_icon{width: 60px;height: 60px;}
    .community_1_icon img{width: 100%;height: 100%}
}

/* 案例展示 样式结束 */


/*分页间距*/
.case_box_1 .page{padding-top: 30rem}
.no_videolink_button{background: none}
.no_videolink_button .icon-yousj{display: none;}
