:root {
    --animate-duration: 500ms;
    --animate-delay: 0s;
}

.rencai_magintop {
    margin-top: 2.875rem;
}

/* 其他子页面居中 */
.ziye_content {

    height: auto;
    display: flex;
    /* 使用flex布局 */
    justify-content: center;
    /* 水平居中 */
    /* align-items: center; */
    /* 垂直居中 */
    /* margin-left: 6.875rem; */

}
.jiu_riqi {
    width: 5.46rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1rem;
    color: rgba(166, 166, 166, 1);
    text-align: right;
    margin-top: 1rem;
    align-items: flex-end;
}

.jiu_big_title {
    width: 5.46rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1rem;
    text-align: right;
    margin-top: 0.6rem;
    align-items: flex-end;

}


.teacher a:hover {
    color: blue;
}
/* 界面缩小之后的侧边栏大小 */
.ce_kuandu {
    width: 200px;

}


.organization_margin {
    width: 95%;

    margin-left: 0;

}

.department h2 {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.teacher {
    text-align: center;
    margin-bottom: 15px;
}

.teacher-name {
    background-color: #e9ecef;
    padding: 8px;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /*    文字不换行，宽度自适应*/

}

.ct {
    flex: 1;
    padding: 60px;
}

.new_content {
    flex: 1;

    font-size: 20px;
    width: 95%;

}

.breadcrumb2 {
    letter-spacing: 3px;
    height: 3rem;
    line-height: 3rem;
    font-size: 0.85rem;
    padding-left: 5rem;
    color: rgba(135, 149, 156, 1);
    background-color: rgba(220, 238, 245, 1);
}

.breadcrumb2 .link {
    color: rgba(42, 130, 228, 1);
}

.title {
    margin-top: 60px;
    font-size: 2rem;
    letter-spacing: 3px;
    font-weight: 700;
    text-align: center;
}

.seconder {
    margin-top: 10px;
    text-align: center;
    color: rgba(194, 192, 204, 1);
    font-size:1rem;
}

.content_art {
    /*letter-spacing: 3px;*/
    margin-top: 10px;
    border-top: 1px solid black;
    padding-top: 10px;
    line-height: 3rem;
    font-size: 1.5rem;
    text-align: center;
}

.content_art p {
    text-indent: 3rem;
}

.relation {
    margin-top: 80px;
    margin-bottom: 100px;
    line-height: 3rem;
    font-size: 1.3rem;
    letter-spacing: 2px;
    /*font-weight: 700;*/

}

* {
    /* margin :0; */
    padding: 0;
}





header {
    background-color: rgba(41, 32, 97, 1);
    padding: 0px;
}


#top li a {
    color: black;
}

.logo {
    font-size: 24px;

    font-weight: bold;
    display: inline-block;
    left: 325px;
}

.navigation {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.navigation li {
    display: inline-block;
    margin-right: 10px;
}

.navigation li a {
    color: #fff;
    text-decoration: none;
}

.navigation li a :hover {
    color: #fff;
    border-bottom: 2px solid blue;
}

main {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 20px;
}

.sidebar {
    width: 200px;
    text-align: center;
    display: inline-block;
    /* position: relative;
    overflow: hidden; */

}



.sidebar.menu-img {
    width: 200px;
    display: block;
    height: 62px;
    background-color: rgba(41, 32, 97, 1);
}


.menu-img::after {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 127px;
    width: 90px;
    height: 90px;
    opacity: 0.5;
    background-image: url(bailogo1.png);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100px;
}


.lh {
    line-height: 62px;
    margin: 0;
    padding: 0;
    text-align: center;
    color: white;

}


h3 {
    color: white;
}



/* ul {
    background-color: #fff;
    margin: 0;
  } */

.list {
    list-style-type: none;
    padding: 0;
}

.list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #333;
}

.list li a:hover {
    background-color: rgb(78, 56, 223);
    color: #fff;
}

/* .content {
    margin-left: 20px;
    width: 100%;
 
  } */
@ charset "utf-8";
/***
    The new CSS reset - version 1.8.5 (last updated 14.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" attribute is exclud, because otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
    box-sizing: border-box;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
    cursor: revert;
}

a {
    color: inherit;
    text-decoration: inherit;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu {
    list-style: none;
}

/* For images to not be able to exceed their container */
/*img {*/
/*    max-inline-size: 100%;*/
/*    max-block-size: 100%;*/
/*}*/

/* removes spacing between cells in tables */
table {
    border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
    -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
    white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
    -webkit-appearance: revert;
    appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
    all: revert;
}

/* reset default text opacity of input placeholder */
::placeholder {
    color: unset;
}

/* remove default dot (•) sign */
::marker {
    content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
    display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element */
:where([contenteditable]:not([contenteditable="false"])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable="true"]) {
    -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
    all: revert;
}

.result {
    margin-top: 60px;
}

.item_search {
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    margin-top: 50px;
}

.item_search :nth-child(1) {
    margin-top: 0;
}

.searchtitle {
    font-size: 1.25rem;
    font-weight: 700;
}

.highlight {
    color: rgba(212, 48, 48, 1);
}

.content_search {
    font-size: 1rem;
    margin-top: 12px;
    /*white-space: pre-line; !* 允许换行 *!*/
    overflow: hidden;
    /* 隐藏超出部分 */
    text-overflow: ellipsis;
}

.time {
    font-size: 1.5rem;
    margin-top: 6px;
}

.time .date {
    font-weight: 700;
}

.list-header {

    height: 20px;
    /* 设置容器高度 */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    /* 设置容器为相对定位 */
    margin: 50px;
    /* 用于排版效果，可根据需求调整 */
}

.text {
    margin: 0;
    line-height: 20px;
    /* 设置行高与容器高度相同，垂直居中 */
    position: absolute;
    left: 0;
    color: rgba(41, 32, 97, 1);
    background-color: white;
    padding: 5px;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 5px;
}

.line {
    position: absolute;
    top: 50%;
    /* 将线条定位在容器的中间位置 */
    transform: translateY(-50%);
    /* 调整线条位置使其垂直居中 */
    height: 2px;
    background-color: rgba(124, 0, 0, 1);
}

.line-1 {
    width: 100%;
    /* 设置第一条线宽度为容器宽度的70% */
    left: 0;
}

.line-2 {
    width: 100%;
    /* 设置第二条线宽度为容器宽度的20% */
    right: 0;
}


.rotated-image {
    position: absolute;
    width: 90px;
    height: 90px;
    top: 0;
    /* 放置在容器顶部 */
    left: 0;
    /* 放置在容器右侧 */
    transform-origin: top left;
    /* 设置旋转基点为右上角 */
    transform: translate(-70%, -10%) rotate(-45.45deg);
    /* 旋转44.45度 */
}

.sidebar.text-img {
    border-radius: 34px;
    font-size: 24px;
    width: 120px;
    display: block;
    height: 35px;

    background-color: #FFABA2;
}

/*教师图片父级容器*/
.item-parent {
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    margin-bottom: 200px;
}

.item {
    border: 1px solid rgba(41, 31, 100, 1);
    /*border-radius: 6px;*/
    transition: all 0.5s;
    padding: 20px 10px;
    box-shadow: 10px 10px 0 rgba(41, 31, 100, 0.8);
    /* x偏移量，y偏移量，模糊半径，颜色 */
}

.item-parent:nth-of-type(n+4) {
    margin-top: 140px;
}

.subtitle {
    font-size: 1.3rem;
    font-weight: 700;
}

.subtitle:nth-of-type(n+2) {
    margin-top: 30px;
}

.avatar,
.name {
    text-align: center;
}


.rm-indent p {
    text-indent: 0;
}

.text-with-line {
    position: relative;
    display: inline-block;
    margin: 0px 10px 0px 0px;
}

.text-with-line::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #CCCCCC;
}


.bottle_line-3 {
    position: absolute;
    top: 20%;
    width: 10%;
    /*底部的线，站20%*/
    left: 0;
}


.bottle_line-4 {
    position: absolute;
    top: 20%;
    width: 85%;
    right: 0;
}

.ac_bottle_line-3 {
    position: absolute;
    top: 20%;
    width: 100%;
    /*底部的线，站20%*/
    left: 0;
}

.ac_bottle_line-4 {
    position: absolute;
    top: 20%;
    width: 100%;
    right: 0;
}


.date {
    right: 0;
}

.bottom-end {
    height: 20px;
    /* 设置容器高度 */
    display: flex;
    align-items: right;
    justify-content: right;
    position: relative;
    /* 设置容器为相对定位 */
    margin: 50px;
    /* 用于排版效果，可根据需求调整 */
}

.gray_line {
    position: relative;
    top: 100%;
    /* 将线条定位在容器的中间位置 */
    transform: translateY(-50%);
    /* 调整线条位置使其垂直居中 */
    height: 2px;
    background-color: #CCCCCC;
}

.ac_gray_line {
    position: relative;
    top: 100%;
    /* 将线条定位在容器的中间位置 */
    transform: translateY(-50%);
    /* 调整线条位置使其垂直居中 */
    border-top: 1px dashed #4e4e4e;
    background-color: #CCCCCC;
    margin-top: 4px;
    margin-bottom: 4px;
}

.list_new {
    width: 100%px;

}

.row_width {
    width: 98%;
    overflow: hidden;
}

.gray {
    color: #CCCCCC;
    text-align: right;

    width: auto;
    display: inline-block;

}

.p_no_d {
    margin: 0.125rem;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 12%;
    background-color: #ffffff;
    /* 默认背景颜色 */
    border-width: 1px;
    border-style: solid;
    color: rgb(16, 17, 82);
    border-color: solid=rgb(2, 2, 23);
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* 添加过渡效果 */

}

.p_no {
    margin: 0.125rem;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 12%;
    background-color: #ffffff;
    /* 默认背景颜色 */
    border-width: 1px;
    border-style: solid;
    color: rgb(16, 17, 82);
    border-color: solid=rgb(2, 2, 23);
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* 添加过渡效果 */

}


.p_first_d {
    margin: 1rem;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 12%;
    background-color: #ffffff;
    /* 默认背景颜色 */
    border-width: 1px;
    border-style: solid;
    color: rgb(16, 17, 82);
    border-color: solid=rgb(2, 2, 23);
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* 添加过渡效果 */
}

.p_fun_d {
    margin: 1rem;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 12%;
    background-color: #ffffff;
    /* 默认背景颜色 */
    border-width: 1px;
    border-style: solid;
    color: rgb(16, 17, 82);
    border-color: solid=rgb(2, 2, 23);
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* 添加过渡效果 */
}

.p_fun {
    margin: 1rem;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 12%;
    background-color: #ffffff;
    /* 默认背景颜色 */
    border-width: 1px;
    border-style: solid;
    color: rgb(16, 17, 82);
    border-color: solid=rgb(2, 2, 23);
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* 添加过渡效果 */
}


.p_next {
    margin: 1rem;
    display: inline-block;
    padding: 0.625rem 1.25rem;
    border-radius: 12%;
    background-color: #ffffff;
    /* 默认背景颜色 */
    border-width: 1px;
    border-style: solid;
    color: rgb(16, 17, 82);
    border-color: solid=rgb(2, 2, 23);
    cursor: pointer;
    transition: background-color 0.3s ease;
    /* 添加过渡效果 */
}

.buttom_container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5rem;
    margin-right: 12.5rem;
    /* background-color: #f2f2f2; */
}

.ac_buttom_container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    background-color: #f2f2f2;
}

.buttom:hover {
    background-color: rgb(4, 19, 54);
    /* 悬停时的背景颜色 */
    color: #CCCCCC;
}

.for-text {
    font-size: 20px;
    text-align: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    height: 25px;
    white-space: nowrap;

}


/* 分割线 */

/* 热点聚焦整个大筐筐 */

.rediandaKK {
    margin-left: 80px;
}

/* 热点聚焦padd */
.redian_padd {
    margin-left: 2.5rem;

    height: 3.2687rem
}

.container_change {
    display: flex;
    flex-direction: column;
    align-items: center;
}


.jiuye {
    cursor: pointer;
}

.work {
    width: 34.4813rem;
    height: 18.3125rem;
    display: none;

}

.work.active {
    display: block;
}




.jiuye-link1 {
    font-size: 1.875rem;
    font-weight: 900;
    letter-spacing: .125rem;
    line-height: 3.2581rem;
    /* color: rgba(6, 18, 30, 1); */
    /* color: #2267b1; */
    color: rgba(84, 86, 162, 1);
    text-align: left;
    vertical-align: bottom;


}


.jiuye-link1::after {
    margin-top: -0.1875rem;
    content: '';
    width: 100%;
    height: 0.4375rem;
    position: absolute;
    top: 100%;
    left: 0;
    border: 0.1875rem solid rgba(41, 31, 100, 1);
    background: rgba(41, 31, 100, 1);
    transform: scale(0);
    transition: all .35s;

}

.jiuye-link1:hover::after {
    transform: scale(1);
}

.jiuye-link1::after {
    transform-origin: center;
}


#list_jujiao {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 52.13px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: bottom;
}

.list_jujiao1 {
    font-size: 1.3125rem;
    left: 0.9375rem;
    /* font-weight: 900; */
    letter-spacing: 0rem;
    line-height: 4.0625rem;
    color: rgba(0, 0, 0, 0.5);
    text-align: left;
    vertical-align: bottom;
    position: relative;
    text-decoration: none;

}

.list_jujiao1::after {
    margin-top: -0.1875rem;
    content: '';
    width: 100%;
    height: 0.4375rem;
    position: absolute;
    top: 100%;
    left: 0;
    border: 0.1875rem solid rgba(41, 31, 100, 1);
    background: rgba(41, 31, 100, 1);
    transform: scale(0);
    transition: all .35s;

}

/* .list_jujiao1:hover {
   

    font-size: 1.875rem;
    font-weight: 900;
    letter-spacing: .125rem;
    line-height: 3.2581rem;

    color: rgba(84, 86, 162, 1);
    text-align: left;
    vertical-align: bottom;

} */



.list_jujiao1:hover::after {
    transform: scale(1);
}

.list_jujiao1::after {
    transform-origin: center;
}



.redian {
    border-bottom: 3px solid rgba(41, 31, 100, 1);
}

.redian2 {
    border-bottom: .0625rem solid rgba(195, 193, 199, 1);
}

.page {
    width: 34.375rem;
    height: 1.8125rem;
    opacity: 1;
    font-size: 1.0625rem;
    /* font-weight: 700; */
    letter-spacing: 0rem;
    line-height: 1.81rem;
    /* color: rgba(6, 18, 30, 1); */
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: bottom;
    overflow: hidden;
    text-overflow: ellipsis;
    /* width: 31.25rem; */
}


.page1 {
    width: 34.375rem;
    height: 3.5rem;
    opacity: 1;
    font-size: .875rem;
    font-weight: 400;
    letter-spacing: 0rem;
    line-height: 1.6287rem;
    color: rgba(166, 166, 166, 1);
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;

}

.first_redian_li {
    width: 34.5938rem;
    height: 5.625rem;
    opacity: 1;
    list-style: none;



}

.first_redian {
    width: 34.5938rem;
    height: 5.625rem;
    opacity: 1;
    list-style: none;



}

.redian_li {
    width: 34.375rem;
    height: 2.8rem;
    opacity: 1;
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 2.8rem;
    color: rgba(0, 0, 0, 1);
    vertical-align: bottom;
    list-style: none;
    /* margin-top: 10px; */

}

.page2 {
    width: 28rem;
    height: 1.8125rem;
    opacity: 1;
    font-size: 1.0625rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1.81rem;
    color: rgba(72, 72, 72, 1);
    text-align: left;
    vertical-align: bottom;

}

#searchBtn {
    background: rgba(41, 31, 100, 100);
    cursor: pointer;
    color: white;
    border: none;
}

/* 输入框 */
#showkeycode217211 {
    display: none;
    width: 21.25rem;
    border-radius: 3.125rem;
    background-color: white;

}

.dangjiantext {
    font-size: 1.0625rem;
    /* font-size: 1.25rem; */
    /* font-weight: 700; */
    letter-spacing: 0rem;
    line-height: 1rem;
    /* color: rgba(6, 18, 30, 1); */
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    /* text-overflow: ellipsis; */
    width: 25.28rem;
}

.dangjiantext:hover {
    font-size: 1.0625rem;
    letter-spacing: 0rem;
    line-height: 1rem;
    color: blue;
    text-align: left;
    vertical-align: bottom;
    white-space: nowrap;
    overflow: hidden;
    width: 25.28rem;
}

.dangjiantext:hover::after {
    transform: scale(1);
}

/* span框框 */
.spankk {

    width: 6.4688rem;
    height: 1.5rem;
    opacity: 1;
    vertical-align: bottom;
    display: flex;
    align-items: flex-end;


}

/* 列表文本 */

.time_dangjian {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 1rem;
    color: rgba(166, 166, 166, 1);
    text-align: right;
    margin-top: 0.7rem;

}

/* 列表时间 */

#list_head {
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 52.13px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: bottom;
}

/* 人才培养字体 */

.list_head1 {
    font-size: 1.5rem;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 2.1719rem;
    color: rgba(128, 128, 128, 1);
    text-align: left;
    vertical-align: bottom;
}


.RCunderline {
    position: relative;
    display: inline-block;
}

.RCunderline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    /* 调整下划线位置 */
    width: 100%;
    height: 3px;
    height: 0px;
    opacity: 1;
    background-color: rgba(41, 31, 100, 1);
    border: 3px solid rgba(41, 31, 100, 1);
}



.dangjian_xiahua {
    margin-top: -0.1875rem;
    margin-left: 4.0625rem;

    /* border-top: 2px solid black; */
    /* 修改粗细 */
    opacity: 1;
    width: 50%;
    /* 修改长度 */
    height: 0.1875rem;
    border: 0.1875rem solid rgba(41, 31, 100, 1);
    background: rgba(41, 31, 100, 1);
    display: block;

}

.dangjian_xiahua1 {
    margin-top: -0.1875rem;
    margin-left: 4.0625rem;

    /* border-top: .125rem solid black; */
    /* 修改粗细 */
    opacity: 1;
    width: 50%;
    /* 修改长度 */
    height: 0.1875rem;
    border: 0.1875rem solid rgba(41, 31, 100, 1);
    background: rgba(41, 31, 100, 1);
    display: none;

}

.dangjian_xiahua2 {
    margin-top: -0.1875rem;
    margin-left: 4.0625rem;

    /* border-top: .125rem solid black; */
    /* 修改粗细 */
    opacity: 1;
    width: 50%;
    /* 修改长度 */
    height: 0.1875rem;
    border: 0.1875rem solid rgba(41, 31, 100, 1);
    background: rgba(41, 31, 100, 1);
    display: none;

}

.dangjian_xiahua3 {
    margin-top: -0.1875rem;
    margin-left: 4.0625rem;

    /* border-top: .125rem solid black; */
    /* 修改粗细 */
    opacity: 1;
    width: 50%;
    /* 修改长度 */
    height: 0.1875rem;
    border: 0.1875rem solid rgba(41, 31, 100, 1);
    background: rgba(41, 31, 100, 1);
    display: none;

}

.RCunderline2 {
    position: relative;
    display: inline-block;

}

.RCunderline2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    /* 调整下划线位置 */
    width: 100%;
    height: 3px;
    opacity: 1;
    background: rgba(41, 31, 100, 1);
    border: 3px solid rgba(41, 31, 100, 1);

}

/* 研究生、本科生教育字体 */

.underline2 {
    width: 33rem;
    border-bottom: .0625rem solid rgba(195, 193, 199, 1);
}

.list_underline {

    list-style: none;
    list-style-image: url(triangle.png);

}

/* li标签大小 */
.li_kuangjia {
    width: 27.2813rem;
    height: 3.32rem;
    opacity: 1;
    font-size: 1.25rem;
    /* font-weight: 700; */
    letter-spacing: 0rem;
    line-height: 3.2rem;
    color: rgba(6, 18, 30, 1);
    text-align: left;
    vertical-align: bottom;
}

/* 整个人才培养框架*/
.rcpy {

    width: 34.7062rem;
    height: 24.625rem;
    opacity: 1;
}

.redianjujiao {

    left: 65.5625rem;
    top: 81.26rem;
    width: 38.5625rem;
    height: 23.74rem;
    opacity: 1;
}

/* 人才培养栏目 */

.rencai-link1 {
    font-size: 1.875rem;
    font-weight: 900;
    letter-spacing: .125rem;
    line-height: 3.2581rem;
    /* color: rgba(6, 18, 30, 1); */
    /* color: #2267b1; */
    color: rgba(84, 86, 162, 1);
    text-align: left;
    vertical-align: bottom;


}

/* 人才培养栏目上的几个标题padd间距 */
/* .rencai_padding {
    margin-left: 3rem;

} */


.qianziti-link {
    font-size: 1.3125rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 4.0625rem;
    color: rgba(128, 128, 128, 1);
    text-align: left;
    vertical-align: bottom;
    position: relative;
    text-decoration: none;
}

.qianziti-link::after {
    content: '';
    width: 100%;
    height: .125rem;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: rgba(41, 31, 100, 1);
    transform: scale(0);
    transition: all .35s;
}

.qianziti-link:hover {
    font-size: 1.3125rem;
    font-weight: 500;
    letter-spacing: 0rem;
    line-height: 4.0625rem;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: bottom;
    position: relative;
    text-decoration: none;
}

.qianziti-link:hover::after {
    transform: scale(1);
}

.rencaicenter::after {
    transform-origin: center;
}

.container_change {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.title {
    cursor: pointer;
}

.list_dj {
    display: none;
}

.list_dj.active {
    display: block;
}


/* 返回顶部按钮的样式 */
#back-to-top-btn {
    display: none;
    position: fixed;
    top: 40%;
    right: 1.25rem;
    transform: translateY(-50%);
    z-index: 9999;
    width: 2.9362rem;
    height: 2.9362rem;
    border-radius: 50%;
    background: rgba(41, 32, 97, 1);

}

/* .yushicolor {
    background-color: rgba(248, 247, 240, 1);
} */

/* 计算机学院大logo */
.dlogo {
    left: 61px;
    top: 11px;
    width: 589px;
    height: 101px;
    opacity: 1;
}

/* 目录栏颜色 */
.mlys {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 34.75px;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: top;
}

/* 新闻整个模块 */
.xinwenmoban {
    width: 36.563rem;
    height: 43.12rem;
    opacity: 1;
    /* background-color: aqua; */
}

/* 学院新闻旁边的更多 */

/* 更多_end */

.gengduo_end {
    margin-left: 21.5rem;

}

.tongzhi_end {
    max-width: 80%;
    text-decoration: none;
    line-height: 3.27rem;
    color: rgba(166, 166, 166, 1);
    text-align: right;

}


.xygd {
    max-width: 100%;
    text-decoration: none;
    line-height: 3.27rem;
    color: rgba(166, 166, 166, 1);
    text-align: right;


}

/* 通知公告旁边的更多 */
.tzgd {
    text-decoration: none;
    padding-left: 21.0938rem;
    line-height: 3.2687rem;
    color: rgba(166, 166, 166, 1);

}

/* 党建工作旁边的更多 */
.djgd {
    padding-left: 21.06rem;
    text-decoration: none;
    line-height: 3.27rem;
    color: rgba(166, 166, 166, 1);

}

/* 通知公告整个模块 */
.tongzhigg {
    width: 34.49rem;
    height: 22.57rem;
    opacity: 1;
}

/* 通知公告画板*/
.tzhban {

    margin-left: 0.19rem;
    width: 34.49rem;
    height: 15.89rem;
    opacity: 1;
    border-radius: 4px;
    border: 1px solid rgba(41, 31, 100, 0.34);

    /* background-color: aquamarine; */
}

/* 学院新闻通知框 */

.xueyuankk {}

/* 通知公告字体样式 */


.Tziti {
    font-size: 1.875rem;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 3.26px;
    /* color: rgba(68, 45, 183, 0.508); */
    /* color: #2267b1; */
    color: rgba(84, 86, 162, 1);
    text-align: left;
    vertical-align: bottom;

}

/* 通知公告每一条标题字体样式 */
.tzggbtys {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0px;
    line-height: 28.96px;
    color: rgba(72, 72, 72, 1);
    text-align: left;
    vertical-align: bottom;
}

/* 通知公告内容框 */
.tzggnrk1 {
    /* width: 31rem; */
    max-width: 100%;
    height: 4.46rem;
    opacity: 1;
    /* background-color: beige; */
}

.tzggnrk2 {
    /* width: 31rem; */
    max-width: 100%;
    height: 4.46rem;
    opacity: 1;
}

.tzggnrk3 {
    /* width: 31rem; */
    max-width: 100%;
    height: 4.46rem;
    opacity: 1;
}


/* 通知公告日期字体 */

.yuefeng {
    font-size: 1.06rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.63rem;
    color: rgba(255, 255, 255, 1);
    text-align: left;
    vertical-align: bottom;

}

.triqi {
    font-size: 1.06rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.63rem;
    color: rgba(41, 31, 100, 1);
    text-align: left;
    vertical-align: bottom;
}

.triqikk {
    width: 2.7rem;
    height: 1.62rem;
    border-radius: 0px 0px, 2px, 2px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(41, 31, 100, 1);
}

/* 通知公告字体下划线 */

.Txiahuaxian {
    width: 29rem;
    height: 0px;
    opacity: 1;


}

.xiahuaxian {

    width: 30rem;
    height: 0px;


}

/* 党建工作 */

.djgz {

    width: 36rem;
    height: 21rem;
    opacity: 1;
    /* background-color: beige; */
}

/* 党建工作画板*/
.djhban {
    margin-left: 0.1875rem;
    width: 34.48rem;
    height: 16rem;
    opacity: 1;
    /* background-color: bisque;*/
}

/* 党建工作内容框 */
.djnrk {

    width: 34.59rem;
    height: 14rem;
    opacity: 1;
    border-radius: 0.25rem;
    /* background: rgba(255, 255, 255, 1); */
    border: 1px solid rgba(41, 31, 100, 0.34);
}

/* 党建内容的三个框框 */
.djskk1 {
    margin-left: 1.3rem;
    width: 31.44rem;
    height: 4.4rem;
    opacity: 1;
}


/* 党建工作字体样式 */
.Dziti {
    font-size: 2.25rem;
    font-weight: 900;
    letter-spacing: 0.125rem;
    line-height: 1.875rem;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    margin-top: 0.625rem;
    vertical-align: bottom;
}

/* 党建浅字体 */
.Dqianziti {

    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 2rem;
    color: rgba(166, 166, 166, 1);
    text-align: left;
    /* margin-bottom: 20px; */

    display: inline;

}

.xiahua {
    position: relative;
}

xiahua::after {
    content: "";
    display: block;
    width: 100%;
    border-bottom: 1px solid black;
    height: 10px;
    position: absolute;
    bottom: -10px;
}

/* 党建工作浅日期 */
.DJqianriqi {
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.125rem;
    line-height: 1.875rem;
    color: rgba(166, 166, 166, 1);
    text-align: right;

    margin-left: 0.7rem;
    white-space: nowrap;

    /* overflow: hidden;
    text-overflow: ellipsis; */
    /* display: inline-block; */
    /* margin-left: 140px; */

}

/* 党建深字体 */
.Dshengziti {
    font-size: 1.06rem;
    /* font-weight: 700; */
    letter-spacing: 0px;
    line-height: 1.875rem;
    margin-top: 1.25rem;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: bottom;
    text-decoration: none;


}


/* 新闻图片 */
.tupian {
    width: 36rem;
    height: 19.94rem;
    opacity: 1;
    border-radius: 4px;
}

/* 图片上的文字 */
.image-container {
    position: relative;
    display: inline-block;
}

.img-responsive {
    display: block;
    height: 19.94rem;
    max-width: 100%;
}

.image-text {
    background-color: rgb(16, 17, 82, 0.5);
    position: absolute;
    bottom: 0;
    left: 51.5%;
    /* 将文本向左偏移一半的宽度，以实现居中对齐 */
    transform: translateX(-52%);
    /* 向左移动自身宽度的50%，以实现居中对齐 */
    color: rgba(255, 255, 255, 1);
    padding: 5px 10px;
    font-size: 17px;
    max-width: calc(100% - 10px);
    width: calc(100% - 30px);
    text-align: left;
    overflow: hidden;
    /* 隐藏超出容器的内容 */
    text-overflow: ellipsis;
    /* 当文本超出容器时，显示省略符号 */
    display: -webkit-box;
    /* 将元素作为弹性伸缩盒子模型显示 */
    -webkit-box-orient: vertical;
    /* 从上到下垂直排列子元素（行内元素） */
    -webkit-line-clamp: 2;
    /* 显示的行数 */
}



/* 新闻图片下的三行 */
.xinwensanhang {
    margin-left: 0.5rem;
    width: 36rem;
    height: 16.813rem;
    opacity: 1;
}

.yuanquan {

    color: white;
    background-color: rgba(41, 31, 100, 1);
    border-radius: 50%;
}

/* 文字截断 */
.jieduan {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    /* listgroup通用字体 */
}

.TZjieduan {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* listgroup通用字体 */
}


.ziti {
    font-size: 1.062rem;
    /* font-weight: 700; */
    letter-spacing: 0px;
    line-height: 1.81rem;
    /* color: rgba(6, 18, 30, 1); */
    color: rgba(0, 0, 0, 1);
    /* background-color: rgba(248, 247, 240, 1); */
    text-align: left;
    vertical-align: bottom;
    text-decoration: none;

}

/* 浅色字体 */
.qianziti {
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: 0px;
    line-height: 1.63rem;
    color: rgba(166, 166, 166, 1);


}

/* 日期放在最右下面 */

.riqi {
    position: absolute;
    right: 0;

    text-align: right;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.63rem;
    color: rgba(166, 166, 166, 1);
}

/* 日期的字体颜色 */

/* .riqi {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 26.06px;
    color: rgba(166, 166, 166, 1);
    text-align: right;
    vertical-align: bottom;
} */

/* 标题的学院新闻字体样式*/
.xyxwstyle {
    font-size: 36px;
    font-weight: 900;
    letter-spacing: 2px;
    line-height: 52.13px;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    vertical-align: bottom;
}

/* 新闻和通知标题上后面两个下面的横线 */
.underline {
    position: relative;
    display: inline-block;
}

.underline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.57rem;
    /* 调整下划线位置 */
    width: 100%;
    height: 3px;

    height: 0px;
    opacity: 1;
    background: rgba(41, 31, 100, 1);

    border: 3px solid rgba(41, 31, 100, 1);
}


/* 党建工作后面的下划线 */
.DJunderline {
    position: relative;
    display: inline-block;
}



.DJunderline::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    /* 调整下划线位置 */
    width: 100%;
    height: 3px;

    height: 0px;
    opacity: 1;
    background: rgba(41, 31, 100, 1);

    border: 3px solid rgba(41, 31, 100, 1);
}



/* li标签圆圈圈 */
.xinwensanhang .list-group-item {
    position: relative;
    padding-left: 1.5em;
}

.xinwensanhang li.list-group-item:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 1em;
    height: 1em;
    border: 3px solid rgba(41, 31, 100, 1);
    border-radius: 50%;
    background-color: white;
}

/* 通知和党建同意靠右100px */
.TYleft {
    width: 35.6rem;
    height: 43.56rem;
    margin-left: 8.25rem;
}

.container-xl {
    flex-direction: column;
}

/*.container-xl .navbar-nav {*/
/*    justify-content: start;*/
/*}*/

.top-logo {
    display: flex;
    justify-content: space-around;
    /* align-items: center; */
    float: left;
    width: 100%;
    justify-content: space-between;
}

.navbar {
    background: white;
    transition: height 0.5s ease;
    height: 150px;
}

.navbar-brand {

    display: flex;
    /* align-items: center; */

}


.navbar-brand img {
    height: 80px;
    width: auto;
    transition: all 0.5s ease;
}


/*.navbar-nav .nav-item {*/
/*    padding: 0 3px;*/
/*}*/

/*.navbar-nav .nav-item:nth-of-type(1) {*/
/*    padding-right: 6px;*/
/*}*/

.navbar-nav .nav-link {
    /*line-height: 28px;*/
    font-size: 1rem;
    letter-spacing: -1px;
    color: rgba(41, 32, 97, 1);
}


.navbar-nav .nav-link:hover {
    color: rgba(125, 1, 1, 1);
}

.navbar-nav .dropdown-menu {
    display: none;
}

.navbar-nav .dropdown-menu .dropdown-item:active {
    background-color: rgba(125, 1, 1, 1);
}

.content {
    z-index: 1;
    position: relative;
    /*margin-top: 150px;*/
}


/* .carousel {
    height: 500px;
    overflow: hidden;
} */

.news {
    margin-top: 30px;
}


.news .active-news-title {
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -1px;
}

.e_and_hua {
    margin-top: -250px;
    width: 100%;
    /* height: 95px; */
    padding: 20px 0;
    display: flex;
    justify-content: center;
    z-index: 0;
    position: relative;

}

.dangEbao {
    margin-top: 20px;
    transform: translateX(505%);
    width: 216.27px;
    height: 312px;
    opacity: 0.8;
    background: url(Ebao.png);

    /* 添加相对定位 */
    /* position: relative; */
    z-index: -1;
    /* 设置堆叠顺序在 .footer-container 之前 */

}



.hua {
    /* margin-top: -250px; */
    transform: translateX(-70%);
    left: -184px;
    top: 70%;
    width: 729px;
    height: 326px;
    border-radius: 15px;
    background: url(https://img.js.design/assets/img/6444c9af1963d02ab855a2ea.png);
    position: relative;
    /* 添加相对定位 */
    z-index: -1;
    /* 设置堆叠顺序在 .footer-container 之前 */
    opacity: 0.3;

}




.ogr {
    font-size: 24px;
    white-space: pre;
}


.footer-container {
    background-color: #291f64;
    color: white;
    /* margin: -287.915px 0 0 0; */
    max-width: 100%;
    /* height: 95px; */
    padding: 20px 0;
    display: flex;
    justify-content: center;
    margin-top: 30px;

}

.footer-container-margin {

    margin-top: -20px;
}


.footer-container .logo-container {
    display: flex;
    justify-content: flex-end;
}

.footer-container .logo-container .logo {
    height: auto !important;
}

.footer-container .logo-container .logo img {
    /* max-width: 100%; */
    width: 280px;
    height: auto;
    cursor: pointer;
}

.footer-container .inform-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-container .inform-container .info p {
    margin-bottom: 5px;
}

.footer-container .link-container {
    display: flex;
    align-items: center;
}

.footer-container .link-container .links {
    display: flex;
    align-items: center;
}

.footer-container .link-container .links .icon-container {
    /* margin-top: 5px; */
    position: relative;
}

.footer-container .link-container .links .icon-container .icon {
    position: relative;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background-color: #333; */
    color: #fff;
    cursor: pointer;
}

.footer-container .link-container .links .icon-container .icon .iconfont {
    font-size: 20px;
    background-color: #291f64;
}

.footer-container .link-container .links .icon-container .icon .icon-weibo1 {
    flex-grow: 1;
}

.footer-container .link-container .links .icon-container .icon .icon-weixin1 {
    flex-grow: 1;
}

.footer-container .link-container .links .icon-container .icon:hover+.image {
    display: block;
    animation: fadeIn 0.3s ease-in-out forwards;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.footer-container .link-container .links .icon-container .image {
    position: absolute;
    top: -110px;
    left: -29px;
    width: 100px;
    height: 100px;
    padding: 3px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    animation: fadeOut 0.3s ease-in-out forwards;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
        transform: translateY(0);
    }

    100% {
        opacity: 0;
        transform: translateY(6px);
    }
}

.footer-container .link-container .links .icon-container .image img {
    max-width: 100%;
    max-height: 100%;
    height: auto;
}

.footer-container .link-container .links .lianjie {
    color: white;
    margin: 10px;
}

.logo-container::after {
    content: "";
    display: inline-block;
    border-right: 1px solid white;
    margin: 0 8px 0 16px;
}

.icon:hover+.image {
    display: block;
}


@media (min-width: 992px) {
    .inform-container {
        flex-grow: 0.3;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .footer-container {
        flex-wrap: wrap;
    }
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        padding: 10px 0;
    }

    .footer-container .inform-container {
        padding: 5px 0;
    }

    .footer-container .logo-container::after {
        border-right: 0;
    }
}

/* 使用媒体查询来调整导航栏高度和图片大小 */
@media (max-width: 679px) {
    .navbar {
        height: 90px;
    }



    .navbar-brand img {
        width: 250px;
        height: auto;
    }

}

/* 新修改 */
@media (min-width: 680px) and (max-width: 793px) {
    .navbar {
        height: 120px;
    }


    .navbar-brand img {
        width: 350px;
        height: auto;
    }

}


@media (min-width: 1200px) and (max-width: 1400px) {

    html {

        font-size: 14px;
    }
}

@media (min-width: 992px) and (max-width: 1199.5px) {

    html {

        font-size: 12px;
    }
}

@media (min-width: 500px) and (max-width: 576px) {

    html {

        font-size: 13.5px;
    }

    .for-text {
        font-size: 16px;
    }
}

@media (min-width: 480px) and (max-width: 500px) {

    html {

        font-size: 13px;
    }

}

@media (min-width: 460px) and (max-width:480px) {

    html {

        font-size: 12.5px;
    }

}

@media (min-width: 440px) and (max-width:460px) {

    html {

        font-size: 12px;
    }

}

@media (min-width: 420px) and (max-width:440px) {

    html {

        font-size: 11.5px;
    }

}

@media (min-width:400px) and (max-width:420px) {

    html {

        font-size: 11px;
    }

}


@media (min-width:380px) and (max-width:400px) {

    html {

        font-size: 10.5px;
    }

}

@media (min-width:360px) and (max-width:380px) {

    html {

        font-size: 10px;
    }

}

@media (min-width:340px) and (max-width:360px) {

    html {

        font-size: 9.5px;
    }

}

@media (min-width:320px) and (max-width:340px) {

    html {

        font-size: 9px;
    }

}

@media (min-width:300px) and (max-width:320px) {

    html {

        font-size: 8.5px;
    }

}

@media (min-width:280px) and (max-width:300px) {

    html {

        font-size: 8px;
    }


}

@media (min-width:260px) and (max-width:280px) {

    html {

        font-size: 7.5px;
    }

}

@media (min-width:240px) and (max-width:260px) {

    html {

        font-size: 7px;
    }

}

@media (max-width:24px) {

    html {

        font-size: 3.5px;
    }

}

@media (max-width:300px) {

    #searchBtn {
        display: none;
    }
}





@media (min-width: 992px) and (max-width: 1400px) {
    .TYleft {

        margin-left: 4rem;
    }
}

@media (max-width: 991.5px) {
    .TYleft {
        margin-top: 1.875rem;
        margin-left: 0;
    }

    .djgz {

        margin-top: 1.875rem;
    }
}

/* 党e宝和校花瓣直接隐藏 */


@media (max-width: 1270px) {

    .dangEbao,
    .hua {
        display: none;
    }


}

@media (min-width: 968px) and (max-width: 1270px) {
    .footer-container-margin {
        margin-top: 250px;
    }
}

@media (max-width: 968px) {
    .footer-container-margin {
        margin-top: 65px;
    }
}


/* 当屏幕小于968px搜索框小一半 */
@media (min-width: 578px) and (max-width: 968px) {
    #showkeycode217211 {
        width: 10.625rem;
    }
}

@media (min-width: 768px) and (max-width: 968px) {
    .for-text {
        font-size: 16px;
    }

    .gray {
        font-size: 16px;
    }
}


/* input框框  和 更多*/
@media (max-width: 576px) {
    #showkeycode217211 {
        width: 5.3125rem;
    }

    /* .djskk1 {

        margin-top: 1.2rem;
    } */


}

@media (min-width: 991px) and (max-width: 1400px) {
    .rediandaKK {
        margin-left: 3rem;

    }
}

@media (max-width: 990.5px) {
    .rediandaKK {
        margin-left: 0;
        margin-top: 1.875rem;
    }
}

@media (max-width: 968px) {
    .rediandaKK {
        margin-bottom: 9.375rem;

    }
}


@media (max-width: 991px) {
    .redian_li {
        width: 34.375rem;

    }
}


/* @media (max-width: 576px) {
    .item {
        margin-right: 750px;

    }
} */



@media (max-width: 992px) {
    .item-parent:nth-of-type(n+3) {
        margin-top: 140px;
    }

    /*小于等于992px教师图片容器属性*/
    .item-parent1 {
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-top: 140px;
    }

    .item-parent2 {
        height: fit-content;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        align-items: center;
        margin-top: -200px;
    }

}

@media (max-width:768px) {
    .sidebar {
        display: none;


    }

    .offcanvas {

        max-width: 40%;
    }
}

@media (min-width:768px) and (max-width:1200px) {
    .offcanvas {

        max-width: 50%;
    }

}

@media (max-width:576px) {
    .buttom_container {
        margin-right: 0;
        margin-top: 30px;
    }

}

@media (min-width:576.1px) and (max-width:768px) {
    .buttom_container {
        margin-right: auto;
    }

    .for-text {
        font-size: 14px;
    }

    .gray {
        font-size: 14px;
    }


}



@media (max-width:576px) {
    .for-text {
        width: 50%;


    }

}

/* @media (min-width:1232.1px) and (max-width:1486px) {
    .gray {
        margin-left: 500px;


    }
}

@media (min-width:992.1px) and (max-width:1232px) {
    .gray {
        margin-left: 250px;


    }
}

@media (min-width:768px) and (max-width:992px) {
    .gray {
        margin-left: 100px;


    }

} */

@media (max-width:576px) {
    .gray {
        display: none;


    }

    /* .spankk {
        display: none;

    }

    .riqi {
        display: none;

    }

    .DJqianriqi {
        display: none;

    } */

    .list_new {

        width: 88%;
    }

    .row_width {

        width: 104%;
    }

    .organization_margin {

        margin-left: 40px;
    }

}

@media (min-width:2000px) {

    .nav-link.jiu {

        font-size: 19px;
    }

    .nav-link.dropdown-toggle.animate__animated {
        font-size: 19px;
        /* 自定义字体大小 */
    }

    .nav-link.dropdown-toggle {
        font-size: 19px;
        /* 自定义字体大小 */
    }

    #xzzq .nav-link.dropdown-toggle {
        font-size: 19px;
        /* 自定义字体大小 */
    }

    .dropdown-item {
        font-size: 24px;
    }

    .row_width {

        width: 100%;
    }
}

@media (min-width:1850px) {

    .row_width {

        width: 100%;
    }
}