* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* 背景颜色 */
.bg_f8 {
    background-color: #f8f8f8;
}

/* 只显示1行 */
.line-1 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.line-2 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 这里是超出几行省略 */
}

.line-3 {
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 这里是超出几行省略 */
}

/* color 文字颜色*/
.color_333333 {
    color: #333;
}

.color_1658a0 {
    color: #1658a0 !important;
}

.color_F53B3B {
    color: #f53b3b !important;
}

.color_00AFA5 {
    color: #00afa5 !important;
}

.color_FF7450 {
    color: #ff7450 !important;
}

.color_42A4FF {
    color: #42a4ff !important;
}

/* 文字居中 左  右 */
.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

/* 字体粗细 */
.font_bold {
    font-weight: 600;
}

/* margin 值 */
.margin-top-10 {
    margin-top: 20px;
}
.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-13 {
    margin-left: 13px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-38 {
    margin-left: 38px;
}

.margin-left-32 {
    margin-left: 32px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-top-45 {
    margin-top: 45px;
}

.margin-right-9 {
    margin-right: 9px;
}

.margin-right-7 {
    margin-right: 7px;
}

.margin-right-6 {
    margin-right: 6px;
}

.mar_top14 {
    margin-top: 14px;
}

.mar_top5 {
    margin-top: 5px;
}

.mar_left25 {
    margin-left: 25px;
}

/* padding */
.p-8 {
    padding: 8px 0;
}

/* 768 以下 的占位 */
.zhanwei {
    width: 100%;
    height: 42px;
}

.zhanwei20 {
    width: 100%;
    height: 20px;
}

.opacity-0 {
    opacity: 0;
}

/* 全局 响应式 添加 */
.flex_center {
    display: flex;
    align-items: center;
}

/* footer */

.idx-events {
    /* padding: 80px 0; */
}

.idx-footer {
    padding: 60px 0 80px;
}

.footer-bg {
    background-color: #eee;
}

.footer {
    text-align: center;
    display: flex;
}

.footer a {
    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin-right: 30px; */
    /* padding-top: 20px; */
    display: inline-block;
}

.footer a:last-child {
    /* margin-right: 0; */
}

.footer a:hover {
    text-decoration: none;
}

.footer-bottom {
    text-align: center;
    margin-top: 40px;
}

.footer-bottom a {
    color: var(--pc-black, #161616);
    text-align: right;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.footer-bottom a:hover {
    text-decoration: none;
}

.footer-bottom img {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}

/* 新闻下面的banner */
.news-foot {
    width: 100%;
    padding: 50px 0;
}

.news-foot img {
    width: 100%;

    border-radius: 10px;
}

/* 上面的面包屑 */
.news-det-nav {
    padding: 20px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.news-det-nav a {
    color: var(--pc-999, #999);
    font-family: PingFang SC;
    font-size: 12px;
}

.news-det-nav a:hover {
    text-decoration: none;
}

.news-det-nav .active {
    color: #000;
}
.news-det-nav li{
    list-style-type: none;
}
/* 分页器 */
.page_wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.page_wrap > img {
    width: 24px;
    height: 24px;
}

.page_num {
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page_num_class {
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 14px;
    cursor: pointer;
    text-decoration: none !important;
}
.index_all_a {
    color: #000;
    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    /* margin-right: 14px; */
    cursor: pointer;
    text-decoration: none !important;
}

.index_news_a {
    color: var(--pc-black, #161616);
    text-decoration: none !important;
}
.index_news_b {
    color: var(--pc-black, #FFFFFF);
    text-decoration: none !important;
}
.page_num .page_num_class:last-child {
    margin-right: 0px;
}

.act_page {
    color: var(--pc, #ff7450);
}

@media (max-width: 767px) {
}

@media screen and (max-width: 768px) {
}

/* 2024.05.27 */
.footer-bg .row{
    display: flex;
}
.justify-content-center{
    justify-content: center !important;
}
.footer div{
    margin: 0 15px;
}
.card-img{
    width: 100%;
    border-radius: calc(.25rem - 1px);
}
.display-none{
    display: none;
}