.ellipsis {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
/* 浏览器标签样式 */
body {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
    /* overflow-x: hidden; 加了这个就要去掉动画效果*/
}
p {
    text-align: left;
    text-indent: 2em;
    font-size: 16px;
    line-height: 1.8;
}
/* bulma样式重构 */
.section {
    padding: 1rem 1.5rem 0 1.5rem;
}
@media (max-width: 768px) {
    .section {
        padding: 2rem 0.5rem 0 0.5rem;
    }
}
.input:active,
.input:focus,
.is-active.input,
.is-active.textarea,
.is-focused.input,
.is-focused.textarea,
.select select.is-active,
.select select.is-focused,
.select select:active,
.select select:focus,
.textarea:active,
.textarea:focus {
    border-color: #c40000;
}
.button.is-primary {
    background-color: #c40000;
}
.button.is-primary .is-hovered,
.button.is-primary:hover {
    background-color: #d12721;
}
.pagination-link.is-current {
    background-color: #c40000;
    border-color: #c40000;
}
/* font重构 */
.title {
    font-size: 18px;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .title {
        font-size: 16px;
    }
}
.subtitle {
    font-size: 16px;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .subtitle {
        font-size: 14px;
    }
}
.intro {
    font-size: 14px;
    line-height: 2;
    margin-bottom: 16px;
}
@media (max-width: 768px) {
    .intro {
        font-size: 12px;
    }
}
/* swiper */
.swiper-pagination-bullet-active {
    background: #c40000;
}
/* 自定义样式 */
.title-block-1 {
    margin: 0 0 3rem 0;
}
@media (max-width: 768px) {
    .title-block-1 {
        margin: 0 0 2rem 0;
    }
}
.title-block-1 .title {
    font-size: 28px;
    text-align: center;
    line-height: 1.5;
    width: 200px;
    margin: 0 auto;
}
@media (max-width: 768px) {
    .title-block-1 .title {
        font-size: 18px;
        width: 120px;
    }
}
.title-block-1 .subtitle {
    width: 200px;
    line-height: 1.5;
    margin: 0 auto;
    text-align: center;
    color: rgba(0, 0, 0, 0.45);
    font-family: Arial;
    font-size: 16px;
}
@media (max-width: 768px) {
    .title-block-1 .subtitle {
        font-size: 12px;
        width: 120px;
    }
}
#header_1 {
    background-color: #c40000;
}
#header_1 .level {
    padding: 8px 0;
}
#header_1 .level a {
    color: #fff;
    font-size: 14px;
}
#header_1 .level .level-item {
    color: #fff;
    font-size: 14px;
}
#header_1 .level .level-item i {
    color: #fff;
    font-size: 20px;
}
#header_1 .navbar {
    background: #fff;
}
#header_1 .navbar .navbar-brand {
    align-items: center;
}
#header_1 .navbar .navbar-brand img {
    max-height: 3.75rem;
}
@media (max-width: 768px) {
    #header_1 .navbar .navbar-brand img {
        max-height: 1.75rem;
    }
}
@media (max-width: 1024px) {
    #header_1 .navbar-menu {
        background: #fff;
        padding: 0;
    }
}
#header_1 .navbar-burger {
    color: #000;
}
#header_1 .navbar-burger:hover {
    color: #c40000;
}
#header_1 .navbar-start {
    margin-left: auto;
    margin-right: unset;
}
#header_1 .navbar-item,
#header_1 .navbar-link {
    color: #000;
}
@media (min-width: 1024px) {
    #header_1 .navbar-item,
    #header_1 .navbar-link {
        padding: 1rem 0.8rem;
        background: #fff;
    }
}
#header_1 #navbarDetail .navbar-link.is-active,
#header_1 #navbarDetail .navbar-link:focus,
#header_1 #navbarDetail .navbar-link:focus-within,
#header_1 #navbarDetail .navbar-link:hover,
#header_1 #navbarDetail a.navbar-item.is-active,
#header_1 #navbarDetail a.navbar-item:focus,
#header_1 #navbarDetail a.navbar-item:focus-within,
#header_1 #navbarDetail a.navbar-item:hover {
    background: transparent;
    color: #c40000;
}
#header_1 #navbarDetail .navbar-link.is-active:not(.is-arrowless)::after,
#header_1 #navbarDetail .navbar-link:focus:not(.is-arrowless)::after,
#header_1 #navbarDetail .navbar-link:focus-within:not(.is-arrowless)::after,
#header_1 #navbarDetail .navbar-link:hover:not(.is-arrowless)::after,
#header_1 #navbarDetail a.navbar-item.is-active:not(.is-arrowless)::after,
#header_1 #navbarDetail a.navbar-item:focus:not(.is-arrowless)::after,
#header_1 #navbarDetail a.navbar-item:focus-within:not(.is-arrowless)::after,
#header_1 #navbarDetail a.navbar-item:hover:not(.is-arrowless)::after {
    /** hover时  二级菜单箭头的颜色 **/
    border-color: #c40000;
}
title-block #header_1 #navbarDetail .navbar-link.is-active:not(.is-arrowless)::after {
    border-color: #c40000;
}
#header_1 #navbarDetail .navbar-link:not(.is-arrowless)::after {
    /** 二级菜单箭头默认颜色 即 未被点击和悬浮时 **/
    border-color: #000;
}
#header_1 #navbarDetail .navbar-link.is-active:not(:focus):not(:hover),
#header_1 #navbarDetail a.navbar-item.is-active:not(:focus):not(:hover) {
    background: transparent;
    color: #c40000;
}
@media (min-width: 1024px) {
    #header_1 #navbarDetail .navbar-dropdown {
        padding: 0;
        /* a.navbar-item.is-active {
                            background-color: @primary-color!important;
                            color: @white!important;
                        } */
    }
    #header_1 #navbarDetail .navbar-dropdown a.navbar-item:hover {
        background-color: #c40000;
        color: #fff;
    }
}
#header_1 .is-primary-color {
    color: #c40000;
}
#header_1 .is-primary-bg {
    background: #c40000;
}
#header_1 .padding-ud-3 {
    padding: 30px 0;
}
#header_1 .font-size-16 {
    font-size: 16px;
}
#header_1 .i-mobile-style {
    font-size: 49px;
    padding: 0 8px;
}
#header_1 .logo-img {
    padding: 1rem 0;
}
.stuck {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 100;
    background: #fff;
    box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.02);
}
.navbar-link:not(.is-arrowless)::after {
    right: 0.125rem;
}
.banner {
    margin-top: 10px!important;
    height: 185px!important;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
@media (max-width: 768px) {
    .banner {
        height: 200px;
    }
}
.banner .title {
    color: #fff;
    font-size: 40px;
}
@media (max-width: 768px) {
    .banner .title {
        font-size: 20px;
    }
}
.banner .subtitle {
    color: #fff;
    font-size: 25px;
}
@media (max-width: 768px) {
    .banner .subtitle {
        font-size: 16px;
    }
}
#xuexiaogaikuo {
    /* */
    /* 左边 目录导航样式 */
    /* 学校简介 */
}
#xuexiaogaikuo .title-block {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 2px solid #c40000;
}
#xuexiaogaikuo .title-block .left h1.title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    #xuexiaogaikuo .title-block .left h1.title {
        font-size: 18px;
    }
}
#xuexiaogaikuo .title-block .right .breadcrumb ul {
    align-items: unset;
}
#xuexiaogaikuo .title-block .right .breadcrumb a {
    color: #000;
    font-size: 12px;
}
#xuexiaogaikuo .title-block .right .breadcrumb li.is-active a {
    color: #c40000;
}
#xuexiaogaikuo .left-item {
    display: flex;
    flex-direction: column;
}
#xuexiaogaikuo .left-item a {
    border: 1px solid #d6d6d6;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
#xuexiaogaikuo .left-item a span {
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}
#xuexiaogaikuo .left-item a:hover {
    background-color: #c40000;
}
#xuexiaogaikuo .left-item a:hover span {
    color: #fff;
}
#xuexiaogaikuo .left-item a:hover span:nth-of-type(2) {
    color: #fff;
    display: inline-block;
    transition: 0.3s;
    transform: translateX(5px);
}
#xuexiaogaikuo .left-item a:nth-of-type(1) {
    background-color: #c40000;
    border-color: #c40000;
}
#xuexiaogaikuo .left-item a:nth-of-type(1) span {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
#xuexiaogaikuo .left-item a.is-active {
    background-color: #c40000;
    border-color: #c40000;
}
#xuexiaogaikuo .left-item a.is-active span {
    color: #fff;
}
#xuexiaogaikuo .column p {
    /* font-size: 14px; */
    color: #666;
    line-height: 2;
}
#xuexiaogaikuo .is-279x279 {
    width: 279px;
    height: 279px;
    margin-left: 38%;
}
@media (max-width: 768px) {
    #xuexiaogaikuo .is-279x279 {
        margin-left: 42px;
    }
}
#gongyongdibu {
    background: #FFF;
}
#gongyongdibu .footer-intro {
    padding-bottom: 24px;
}
#gongyongdibu .footer-intro .columns .column:nth-of-type(2) {
    border-left: 1px solid #878787;
    border-right: 1px solid #878787;
}
#gongyongdibu .title {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
}
#gongyongdibu .subtitle {
    font-size: 14px;
    margin-bottom: 8px;
}
#gongyongdibu .items {
    display: flex;
    justify-content: center;
}
#gongyongdibu .items .img {
    margin-right: 1rem;
}
#gongyongdibu .items .text {
    text-align: center;
    line-height: 2;
    color: #878787;
    font-size: 14px;
}
.copyright {
    text-align: center;
    font-size: 13px;
    line-height: 4;
}
.copyright a {
    color: inherit;
}
@media (max-width: 768px) {
    .copyright {
        font-size: 14px;
        margin-top: 16px;
    }
}
.red-box {
    height: 35px;
    margin-top: 20px;
    background-color: #c40000;
}
#online_1 {
    /*使用组件将 --position 的值改为 fixed*/
    --position: fixed;
}
#online_1 .online-show {
    position: var(--position);
    right: 0;
    top: calc(50% - 74px);
    z-index: 1001;
    background-color: #c40000;
    color: #fff;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 26px;
    padding: 8px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    transition: right 500ms;
}
#online_1 .online-show p {
    text-indent: 0;
    font-size: 14px;
    line-height: 1.5;
    padding: 8px 0;
    max-width: 100%;
    word-break: break-word;
    text-transform: uppercase;
    text-align: center;
}
#online_1 .online-content {
    position: var(--position);
    top: calc(50% - 74px);
    z-index: 1000;
    right: -100vw;
    transition: right 500ms;
}
#online_1 .online-content .box {
    padding: 16px;
    border: 2px solid #c40000;
}
#online_1 .online-content .box .content p {
    text-indent: 0;
    margin: 0;
    font-size: 14px;
}
#online_1 .online-content .box .content p.is-flex {
    align-items: center;
}
#online_1 .online-content .box .content p:not(:last-child) {
    padding-bottom: 8px;
}
#online_1 .online-content .box .content .icon {
    width: auto;
}
#online_1 .online-mobile {
    position: var(--position);
    right: 0;
    bottom: 50px;
    z-index: 999;
}
#online_1 .online-mobile .content {
    display: flex;
    flex-direction: column;
}
#online_1 .online-mobile .content i {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    background: rgba(31, 31, 31, 0.65);
    color: #fff;
    border-radius: 50%;
    margin: 8px 8px 0 0;
    cursor: pointer;
}
#online_1 .wechat-num-copy-modal .modal-content {
    background: #ffffff;
    width: 238px;
    padding-top: 20px;
    text-align: center;
}
#online_1 .wechat-num-copy-modal .modal-content img {
    margin-bottom: 10px;
}
#online_1 .wechat-num-copy-modal .modal-content .title {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#online_1 .wechat-num-copy-modal .modal-content .subtitle {
    color: #999999;
    font-size: 12px;
    line-height: 17px;
    margin-top: 3px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#online_1 .wechat-num-copy-modal .modal-content .is-ok {
    color: #3384e3;
    padding: 9px 0px;
    margin: 12px 12px 0px;
    border-top: 1px solid #ececec;
}

#xinwenliebiao {
    /* */
    /* 左边 目录导航样式 */
    /* 新闻列表 */
}
#xinwenliebiao .title-block {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 2px solid #c40000;
}
#xinwenliebiao .title-block .left h1.title {
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 0;
}
@media (max-width: 768px) {
    #xinwenliebiao .title-block .left h1.title {
        font-size: 18px;
    }
}
#xinwenliebiao .title-block .right .breadcrumb ul {
    align-items: unset;
}
#xinwenliebiao .title-block .right .breadcrumb a {
    color: #000;
    font-size: 12px;
}
#xinwenliebiao .title-block .right .breadcrumb li.is-active a {
    color: #c40000;
}
#xinwenliebiao .left-item {
    display: flex;
    flex-direction: column;
}
#xinwenliebiao .left-item a {
    border: 1px solid #d6d6d6;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}
#xinwenliebiao .left-item a span {
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}
#xinwenliebiao .left-item a:hover {
    background-color: #c40000;
}
#xinwenliebiao .left-item a:hover span {
    color: #fff;
}
#xinwenliebiao .left-item a:hover span:nth-of-type(2) {
    color: #fff;
    display: inline-block;
    transition: 0.3s;
    transform: translateX(5px);
}
#xinwenliebiao .left-item a:nth-of-type(1) {
    background-color: #c40000;
    border-color: #c40000;
}
#xinwenliebiao .left-item a:nth-of-type(1) span {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
#xinwenliebiao .left-item a:nth-of-type(1) span:nth-of-type(2) {
    display: none;
}
#xinwenliebiao .left-item a.is-active {
    background-color: #c40000;
    border-color: #c40000;
}
#xinwenliebiao .left-item a.is-active span {
    color: #fff;
}
#xinwenliebiao .column.is-12 {
    padding-top: 0;
}
#xinwenliebiao .xinwen-item {
    padding-bottom: 8px;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    #xinwenliebiao .xinwen-item {
        margin-bottom: 16px;
    }
}
#xinwenliebiao .xinwen-item .subtitle {
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 8px;
    color: rgba(0, 0, 0, 0.45);
}
#xinwenliebiao .xinwen-item .xinwen-list {
    border-bottom: 1px solid #eee;
}
#xinwenliebiao .xinwen-item .xinwen-list .level {
    align-items: baseline;
    margin-bottom: 0;
}
#xinwenliebiao .xinwen-item .xinwen-list .level .level-item {
    text-indent: 0;
    font-size: 16px;
    margin-top: 8px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #333;
}
@media (max-width: 768px) {
    #xinwenliebiao .xinwen-item .xinwen-list .level .level-item {
    }
}
#xinwenliebiao .xinwen-item .xinwen-list .wage-text {
    color: #aaa;
    font-size: 14px;
    text-indent: 0;
    margin: 0.5rem 0 1rem;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
@media (max-width: 768px) {
    #xinwenliebiao .xinwen-item .xinwen-list .wage-text {
        width: auto;
    }
}

#article_2 {
    background: #F2F2F2;
}
#article_2 .columns {
    column-gap: 10px;
}
#article_2 .column {
    background: #fff;
}
#article_2 .recommend {
    height: fit-content;
}
#article_2 .recommend .more_art_tit {
    font-size: 16px;
    font-weight: bold;
    color: #c40000;
    position: relative;
    border-bottom: 1px solid hsla(0, 0%, 60%, 0.15);
    padding-bottom: 12px;
    padding-left: 12px;
}
#article_2 .recommend .more_art_tit::before {
    content: '';
    display: block;
    width: 5px;
    height: 25px;
    background: #c40000;
    position: absolute;
    left: 0;
}
#article_2 .recommend .swiper-wrapper {
    max-height: 350px;
}
#article_2 .recommend .swiper-slide {
    /* padding: 5px 0; */
    border-bottom: 1px solid hsla(0, 0%, 60%, 0.15);
}
#article_2 .recommend .swiper-slide .tit {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 8px;
}
#article_2 .recommend .swiper-slide .tit a {
    color: #666;
    font-size: 14px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    flex: 1;
}
#article_2 .recommend .swiper-slide .tit span {
    color: #999;
    font-size: 14px;
}
#article_2 .recommend .swiper-slide .subtit {
    color: #878787;
    font-size: 12px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#article_2 .article .title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 12px;
    padding: 16px 0;
}
#article_2 .article .subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
    margin-bottom: 12px;
    padding-bottom: 16px;
}
#article_2 .article .subtitle > div:not(:first-child) {
    margin-left: 8px;
}
#article_2 .article .subtitle .share-weixin {
    display: flex;
    position: relative;
}
@media (min-width: 769px) {
    #article_2 .article .subtitle .share-weixin:hover .wechat-share-modal {
        display: block;
    }
}
#article_2 .article .subtitle .share-weixin a {
    width: 16px;
    margin-left: 8px;
    height: 16px;
}
#article_2 .article .subtitle .share-weixin .wechat-share-modal {
    display: none;
    position: absolute;
    left: -100px;
    top: 30px;
    width: max-content;
    max-width: 240px;
    padding: 1rem;
    background: #fff;
    box-shadow: 0px 1px 8px 2px #676767;
}
#article_2 .article .subtitle .share-weixin .wechat-share-modal p {
    font-size: 12px;
    text-indent: 0;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content {
    background: #ffffff;
    width: 238px;
    padding-top: 20px;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content img {
    margin-bottom: 10px;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .title {
    font-size: 14px;
    margin: 0;
    padding: 0;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .subtitle {
    color: #999999;
    font-size: 12px;
    line-height: 17px;
    margin-top: 3px;
    padding-bottom: 0;
    margin-bottom: 0;
}
#article_2 .article .subtitle .share-weixin .wechat-share-copy-modal .modal-content .is-ok {
    color: #3384e3;
    padding: 9px 0px;
    margin: 12px 12px 0px;
    border-top: 1px solid #ececec;
}
#article_2 .article .subtitle .share-weibo {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
#article_2 .article .intro {
    font-size: 12px;
    border: 1px solid #e1e1e7;
    border-left: 4px solid #e1e1e7;
    padding: 16px;
    margin-bottom: 12px;
}
#article_2 .article .content {
    margin-top: 24px;
    max-width: 90%;
    margin: 24px auto;
}
#article_2 .article .more {
    border: 1px solid #efefef;
    margin: 30px auto;
    margin: 0 auto 24px auto;
    max-width: 90%;
    font-size: 14px;
}
#article_2 .article .more a {
    color: #999;
}
#article_2 .article .more a:hover,
#article_2 .article .more a:active {
    color: #999;
}
#article_2 .article .content p img {
    display: block;
    margin: 0 auto;
    cursor: zoom-in;
}
#article_2 .img-zoom {
    cursor: zoom-out;
}
#article_2 .img-zoom .modal-content {
    display: flex;
    justify-content: center;
}

.hlogo{
    overflow: hidden;
}
.hlogo .date{
    font-size: 14px;
    color: #d2e9ff;
    text-align: right;
    width: var(--conwidth);
    margin: 0 auto;
    padding: 20px 0 0 0;
}
.hlogo .logobg{
    min-width: var(--conwidth);
    width: 100%;
    height: 285px;
    background-position: center;
    position: relative;
}
.logobg .title{
    position: absolute;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 80px;
    white-space: nowrap;
}
.logobg .title h4{
    font-family: cursive;
    text-shadow: 0 0 2px #fff, 0 0 20px #ff0, 6px 5px 5px rgba(255, 253, 245, 0.3);
    color: #ffffff;
    filter: drop-shadow(20px 15px 20px #333);
    letter-spacing: 5px;
}

<style>
     /*! CSS Used from: https://biaodan.info/rs/css/common_default.css?v=20211220182359 */
 body,
 ul,
 li,
 form,
 table,
 tbody,
 thead,
 tr,
 input {
     padding: 0;
     margin: 0;
 }

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #051433;
}

img {
    border: 0;
}

::-ms-clear,
::-ms-reveal {
    display: none;
}

:focus {
    outline: 0;
}

a:active,
a:focus {
    outline: 0;
}

body {
    color: #051433;
    font-size: 14px;
    letter-spacing: .05em;
    font-family: "Microsoft Yahei", "PingFang SC", "Arial", "Verdana", "宋体", "Lucida Grande", "Lucida Sans Unicode", Tahoma, sans-serif;
}

input[type="text"] {
    height: 32px;
    padding: 0 8px;
    border: 1px solid #b3b8c1;
    outline: 0;
    box-sizing: border-box;
    border-radius: 4px;
    color: #051433;
}

input::-webkit-input-placeholder {
    color: #828999;
}

input::-moz-placeholder {
    color: #828999;
}

input:-moz-placeholder {
    color: #828999;
}

input:-ms-input-placeholder {
    color: #828999;
}

input[type="text"]:hover {
    border-color: #828999;
}

input {
    font-family: inherit;
    font-size: inherit;
}

input[type="text"]:focus {
    border-color: #2e73ff;
}

input[type="text"]:disabled {
    border-color: #b3b8c1;
    background: #e5e7ea;
    color: #b3b8c1;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    display: table;
    content: " ";
    clear: both;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 0 24px;
    text-align: center;
    border: 1px solid #b3b8c1;
    line-height: 30px;
    color: #828999;
    background: #fff;
    border-radius: 4px;
    margin: 0 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:hover {
    border-color: #bbb;
}

.btn:active {
    border-color: #828999;
    color: #767676;
}

.btn:focus {
    outline: 0;
}

.btn.red {
    color: #fff;
    background: #c40000;
    border-color: #c40000;
}

.btn.red:hover {
    background-color: #be4242;
    border-color: #be4242;
}

.btn.red:active {
    background-color: #f32c2c;
    border-color: #f32c2c;
}

.btn:disabled {
    opacity: .6 !important;
}

.hide {
    display: none;
}

.center {
    text-align: center;
}

.buyInfo {
    background: #eaf2ff;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*! CSS Used from: https://biaodan.info/rs/css/widgets_default.css?v=20211220182359 */
.grid {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.grid thead {
    background: #f2f3f4;
}

.grid tbody {
    cursor: pointer;
}

/*! CSS Used from: https://biaodan.info/rs/css/pubdataquery.css?v=20211220182359 */
body {
    text-align: center;
}

#container {
    width: 100%;
    text-align: left;
    margin: 0 auto;
}

@media screen and (max-width: 720px) {
    #container {
        width: 100%;
    }
}

.body-wrap {
    border: 1px solid transparent;
    box-sizing: border-box;
    padding-bottom: 32px;
    position: relative;
    box-sizing: border-box;
}

.main {
    padding: 0 24px;
    min-height: calc(100vh - 36px);
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.ul-filter li {
    float: left;
    width: 100%;
    margin-bottom: 24px;
    position: relative;
}

.ul-filter li:last-child {
    margin: 0;
}

.ul-filter li label {
    display: inline-block;
    width: 35%;
    padding-right: 1%;
}

.ul-filter .filter-input {
    width: 100%;
    height: 45px;
}

#entries {
    margin-bottom: 8px;
    background: #F7E8EF;
}

#gridwarp {
    width: calc(100% - 48px);
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 24px;
}

#gridwarp table {
    font-size: 14px;
}

#formFilter {
    background-color: #fff;
    padding: 24px 0;
    margin: 0 0 24px;
    box-sizing: border-box;
    border-radius: 4px;
}

#ulFilter {
    width: 488px;
    margin: 0 auto;
}

#ulFilter .search-btn-li {
    /* text-align: right; */
}

#ulFilter li label.ulf-lbl {
    width: 100%;
    padding-right: 8px;
    line-height: 32px;
    color: #051433;
    font-weight: bold;
    text-align: left;
}

#ulFilter li input {
    width: 100%;
}

#btnQuery {
    margin: 0;
}


.pagination {
    width: 200px;
    line-height: 30px;
    height: 48px;
    z-index: 99999;
    margin: auto!important;
    justify-content: center!important;
}
.pagination .active{
    color: #fff;
    background-color: #c40000;
    border: 1px solid transparent;
    box-shadow: none;
    display: inline-flex;
    height: 2.25em;
    position: relative;
    vertical-align: top;
}
.pagination li {
    font-size: 1em;
    border:1px solid #dbdbdb;
    color: #363636;
    min-width: 2.25em;
    padding-left: .5em;
    padding-right: .5em;
    margin: .25rem;
    justify-content: center;
    text-align: center;
    align-items: center;
    line-height: 1.5;
    border-radius: 4px;
    padding-bottom: calc(.375em - 1px);
    padding-top: calc(.375em - 1px);
}

.pagination .pagination-inner {
    width: calc(50% - 44px);
    margin: auto;
    position: relative;
}

.pagination .prepage {
    position: absolute;
    top: 0;
    left: 0;
    line-height: 48px;
}

.pagination i.iconfont {
    font-size: 12px;
}

.pagination .nextpage {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 48px;
}

.pagination .center {
    display: block;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 48px;
}

.pagination .center.hide {
    display: none;
}

.pagination .pbtn {
    color: #828999;
}

.pagination .pbtn:hover {
    color: #5b99fd;
}

.result-content {
    flex: 1 1 auto;
    background: #fff;
    border-radius: 4px;
    position: relative;
}

#info,
#init {
    background: #fff;
    padding: 64px 0;
    margin: 0;
    border-radius: 4px 4px 0 0;
    text-align: center;
}

#header-flds-warp {
    border-bottom: 0;
}

.chaxun {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
    color: #c40000;
}

/*! CSS Used fontfaces */


.chaxuntiaojian {
    width: 450px;
    background-color: #E48B8B;
    background-image: url(__CDN__/assets/web/images/fuyetupian1-11-6.png);
    height: 35vw;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.tiaojian {
    padding-top: 200px;
}

.box-flex {
    display: flex;
    max-width: 1344px;
    margin: 15px auto;
}

@media screen and (max-width: 700px) {
    .box-flex {
        display: block;
        margin: 15px 0;
    }

    #ulFilter {
        width: 100%;
    }

    .chaxuntiaojian {
        height: auto;
        width: 100%;
    }
}

.shuoming {
    margin: 0 auto;
    width: 50%;
    padding-left: 10px;
}

.shuoming p {
    font-size: 10px;
}

.chaxunzhegnshutitle {
    background: #c40000;
    padding: 15.5px;
    font-weight: bold;
    font-size: 22px;
    color: #FFF;
}

.title:not(:last-child) {
    margin-bottom: 1.5rem;
}

*,
::after,
::before {
    box-sizing: inherit;
}

img {
    height: auto;
    max-width: 100%;
}

a {
    color: #3273dc;
    cursor: pointer;
    text-decoration: none;
}

a:hover {
    color: #363636;
}

img {
    height: auto;
    max-width: 100%;
}

span {
    font-style: inherit;
    font-weight: inherit;
}

.title {
    word-break: break-word;
}

.title {
    color: #363636;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.125;
}

/*! CSS Used from: Embedded */
.title {
    font-size: 18px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .title {
        font-size: 16px;
    }
}

#xuexiaogaikuo .left-item {
    display: flex;
    flex-direction: column;
}

#xuexiaogaikuo .left-item a {
    border: 1px solid #d6d6d6;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

#xuexiaogaikuo .left-item a span {
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}

#xuexiaogaikuo .left-item a:hover {
    background-color: #c40000;
}

#xuexiaogaikuo .left-item a:hover span {
    color: #fff;
}

#xuexiaogaikuo .left-item a:hover span:nth-of-type(2) {
    color: #fff;
    display: inline-block;
    transition: 0.3s;
    transform: translateX(5px);
}

#xuexiaogaikuo .left-item a:nth-of-type(1) {
    background-color: #c40000;
    border-color: #c40000;
}

#xuexiaogaikuo .left-item a:nth-of-type(1) span {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

#xuexiaogaikuo .left-item a.is-active {
    background-color: #c40000;
    border-color: #c40000;
}

#xuexiaogaikuo .left-item a.is-active span {
    color: #fff;
}

/*! CSS Used from: Embedded */
.title {
    font-size: 18px;
    margin-bottom: 16px;
}

@media (max-width: 768px) {
    .title {
        font-size: 16px;
    }
}

#xuexiaogaikuo .left-item {
    display: flex;
    flex-direction: column;
}

#xuexiaogaikuo .left-item a {
    border: 1px solid #d6d6d6;
    padding: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px;
}

#xuexiaogaikuo .left-item a span {
    color: #666;
    margin-bottom: 0;
    font-weight: 400;
    font-size: 14px;
}

#xuexiaogaikuo .left-item a:hover {
    background-color: #c40000;
}

#xuexiaogaikuo .left-item a:hover span {
    color: #fff;
}

#xuexiaogaikuo .left-item a:hover span:nth-of-type(2) {
    color: #fff;
    display: inline-block;
    transition: 0.3s;
    transform: translateX(5px);
}

#xuexiaogaikuo .left-item a:nth-of-type(1) {
    background-color: #c40000;
    border-color: #c40000;
}

#xuexiaogaikuo .left-item a:nth-of-type(1) span {
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}

#xuexiaogaikuo .left-item a.is-active {
    background-color: #c40000;
    border-color: #c40000;
}

#xuexiaogaikuo .left-item a.is-active span {
    color: #fff;
}


*,
::before,
::after {
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-scroll-snap-strictness: proximity;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
}
.chaxunleft {
    width: 18%;
}
.chaxunright {
    width: 82%;
}

.right_menu_tab {
    display: block;
    width: 70%;
    height: 67px;
    text-align: left;
    padding: 0 18px;
    line-height: 67px;
    border: 1px solid #dfdfdf;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
}
