﻿@import url('components/animationbanner.css');
@import url('components/swiper.css');
@import url('components/animations.css'); 

.box_h {
min-height:312px;
}

.title {
    position: relative;
    overflow: hidden;
    zoom: 1;
    /*border-top: solid 1px #376095;*/
}

.title h1 a {
    font-size: 1rem;
    color: #0e3d8e;
    font-weight: bold;
    line-height: 35px;
    padding: 0 10px;
    float: left;
    display: block;
    border-top: solid 3px #0e3d8e;
}

.inform_title li {
    font-size: 1.1rem;
    line-height: 35px;
    padding: 0 10px;
    float: left;
    color: #727272;
    cursor: pointer;
   /* padding-top: 4px;
    font-weight: bold;*/
}
.link_inform_title li {
    line-height: inherit;
}
.inform_title li:hover,
.inform_title li.on {
    /* padding-top: -2px;
    border-top: solid 3px #0e3d8e;*/
    color: #d00308;
    background-color: #f3f7ff;
}
.bi-caret-right-fill::before {
    color: #0e3d8e;
}

/*.r4-tab-small-font-size ul li {
    font-size: 0.9rem;
}*/
.pr-7 {
    padding-right: 4rem;
}

.row.g-3.gx-3 div {
    width: 46%;
    margin-left: 8px;
}
/* 自定义按钮样式 */
.custom-button {
    background-color: #f3f7ff;
    /* border: solid 1px rgba(76, 114, 179, 0.15);*/
    border: solid 1px rgba(76, 114, 179, 0.6);
    line-height: 42px;
    color: #4c72b3;
    text-decoration: none;
    display: block;
    padding-left: 10px;
    border-radius: 6px; /* 圆角 */
    position: relative;
}

.custom-button img {
    width: 22px;
    height: 22px;
}

.custom-button .flex-grow-1 {
    position: relative;
}

    .custom-button .flex-grow-1::before {
        content: '';
        position: absolute;
        left: -13px;
        top: 50%;
        transform: translateY(-50%);
        height: 25px;
       /* border-right: solid 1px rgba(76, 114, 179, 0.6);*/
        border-right: solid 1px rgba(76, 114, 179, 0.15);
    }

.custom-button .flex-grow-1 span {
    display: inline-block;
    margin-left: 2px; /* 根据需要调整 */
    /*  font-size: 0.8rem;
    */
}
/*
    ma5>ma10
    c>ma20 c>mid
    **/
.tab-content
{
    padding:0.6rem 1.2rem;
}
.link_tab {
    position: absolute;
    left: 10rem;
}
.link_ul {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr); /* PC端4列 */
    gap: 0.2rem; /* 列间距 */
    padding: 0;
    list-style: none;
}
.link_li {
    overflow: hidden; /* 超出部分隐藏 */
    white-space: nowrap; /* 强制单行 */
    text-overflow: ellipsis; /* 超长显示省略号 */
    padding: 0.2rem;
/*    background: #f5f5f5;
    border-radius: 4px;*/
}

.members_list_box {
    height: 38rem;
    overflow-y: scroll;
}
.col_0 {
    margin-top: 0.56rem;
}
.col_1{
    padding-bottom:0.55rem;
}
.col_2 {
    min-height: 39rem;
}
.col_3 {
    min-height: 17.38rem;
}

@media only screen and (min-width: 768px) and (max-width: 1399px) {
    .box_h {
        /* min-height: 269px;*/
    }

    .swiper_box img {
        /*  height: 269px !important;*/
    }

    .ddjs_box img {
        display: block;
        object-fit: cover;
        width: 100% !important;
        height: 100% !important;
    }
}

@media only screen and (max-width: 767px) {
    .col_2 {
        min-height: auto;
    }

    .link_ul {
    grid-template-columns: 1fr; /* 移动端1列 */
    }
}