html.obituary {
    filter: url("data:image/svg+xml;utf8,#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -webkit-filter: gray;
    filter: gray;
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1)
}

span,
p,
div {
    cursor: default
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact
}

body {
    font-family: "Microsoft YaHei", "PingFang SC", "Helvetica Neue", Arial, sans-serif;
    color: #111;
    background-color: #fafafa;
    line-height: 1.6
}

img {
    max-width: 100%;
    height: auto;
    display: block
}

a {
    text-decoration: none
}

.news-subtitle {
    margin-bottom: 16px
}

.header-title {
    width: 100%;
    background: #c62920;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.header-title .daohang-new {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header-title .daohang-new .daohang-box {
    width: 100%
}

.header-title .daohang-new .daohang-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
}

.header-title .daohang-new .daohang-box ul li {
    padding: 8px 16px;
    border-radius: 6px;
    -webkit-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out
}

.header-title .daohang-new .daohang-box ul li a {
    color: inherit;
    font-size: 14px;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out
}

.header-title .daohang-new .daohang-box ul li:hover {
    background-color: #fff
}

.header-title .daohang-new .daohang-box ul li:hover a {
    background: -webkit-gradient(linear, left top, right top, from(#71eefd), color-stop(50%, #cc66ff), to(#27559c));
    background: linear-gradient(to right, #71eefd, #cc66ff 50%, #27559c);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0)
}

.header-title .container-new {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header-title .container-new img {
    max-height: 70px;
    -o-object-fit: contain;
    object-fit: contain
}

.header-title .container-new .header-daohang-box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.header-title .container-new .header-daohang-box .search-box {
    width: min(360px, 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-title .container-new .header-daohang-box .search-box input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 36px;
    padding: 0 10px;
    font-size: 16px;
    border: 2px solid #fff;
    border-right: none;
    border-radius: 6px 0 0 6px;
    background-color: hsla(0, 0%, 100%, .8);
    outline: none
}

.header-title .container-new .header-daohang-box .search-box div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 10px;
    border: 2px solid #fff;
    border-radius: 0 6px 6px 0;
    height: 36px;
    background-color: hsla(0, 0%, 100%, .3);
    color: #fff;
    font-size: 14px
}

.header-title .container-new .header-daohang-box .daohang-box {
    width: 100%
}

.header-title .container-new .header-daohang-box .daohang-box ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 6px
}

.header-title .container-new .header-daohang-box .daohang-box ul .daohang-item {
    padding: 6px 10px;
    font-size: 14px
}

.header-title .container-new .header-daohang-box .daohang-box ul .daohang-item a {
    color: #fff;
    text-decoration: none
}

.body-1 {
    position: relative;
    width: 100%;
    padding: 24px 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.body-1 .backcarousel {
    position: absolute;
    inset: 0;
    z-index: 0
}

.body-1 .backcarousel .carousel-inner,
.body-1 .backcarousel .carousel-item,
.body-1 .backcarousel img {
    width: 100%;
    height: 100%
}

.body-1 .backcarousel img {
    -o-object-fit: cover;
    object-fit: cover
}

.body-1 .backcarousel .carousel-control-prev,
.body-1 .backcarousel .carousel-control-next {
    width: 12%
}

.body-1 .containers {
    position: relative;
    z-index: 1;
    width: min(1200px, 92%);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.body-1 .body-1-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.body-1 .body-1-left,
.body-1 .body-1-middle,
.body-1 .body-1-right {
    background-color: hsla(0, 0%, 100%, .95);
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.body-1 .body-1-middle,
.body-1 .body-1-right {
    padding-bottom: 0
}

.body-1 .body-1-left-header,
.body-1 .body-1-middle-header,
.body-1 .body-1-right-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 0 10px;
    border-radius: 6px;
    min-height: 36px;
    background-color: hsla(0, 0%, 100%, .9)
}

.body-1 .body-1-left-header div,
.body-1 .body-1-middle-header div,
.body-1 .body-1-right-header div {
    font-size: 18px;
    font-weight: 700;
    color: #0125a7
}

.body-1 .body-1-left-header a,
.body-1 .body-1-middle-header a,
.body-1 .body-1-right-header a {
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    font-weight: 600;
    font-size: 14px
}

.body-1 .body-1-left-header a:hover,
.body-1 .body-1-middle-header a:hover,
.body-1 .body-1-right-header a:hover {
    color: #0125a7;
    text-decoration: none
}

.body-1 .body-1-left-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.body-1 .body-1-left-content-l {
    width: 100%
}

.body-1 .body-1-left-content-l .body-img-size {
    position: relative;
    border-radius: 6px;
    overflow: hidden
}

.body-1 .body-1-left-content-l .body-img-size img {
    width: 100%;
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: -webkit-transform .4s ease;
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease
}

.body-1 .body-1-left-content-l .body-img-size a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
    background-color: hsla(0, 0%, 100%, .9);
    font-size: 14px;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.body-1 .body-1-left-content-l .body-img-size img:hover {
    -webkit-transform: scale(1.08);
    transform: scale(1.08)
}

.body-1 .body-1-left-content-r {
    width: 100%
}

.body-1 .body-1-left-content-r ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.body-1 .body-1-left-content-r .body-1-left-content-r-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    -webkit-transition: background-color .2s ease, -webkit-box-shadow .2s ease;
    transition: background-color .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, background-color .2s ease;
    transition: box-shadow .2s ease, background-color .2s ease, -webkit-box-shadow .2s ease;
    font-size: 14px
}

.body-1 .body-1-left-content-r .body-1-left-content-r-item a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4px;
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.body-1 .body-1-left-content-r .body-1-left-content-r-item a:hover {
    color: #0125a7;
    text-decoration: none
}

.body-1 .body-1-left-content-r .body-1-left-content-r-item div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #666;
    font-size: 13px;
    white-space: nowrap
}

.body-1 .body-1-left-content-r .body-1-left-content-r-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08)
}

.body-1 .body-1-middle-content,
.body-1 .body-1-right-content1 {
    padding-bottom: 0
}

.body-1 .body-1-middle-content ul,
.body-1 .body-1-middle-content .content-1,
.body-1 .body-1-middle-content .content-2,
.body-1 .body-1-right-content1 ul,
.body-1 .body-1-right-content1 .content-1,
.body-1 .body-1-right-content1 .content-2 {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.body-1 .body-1-middle-content-item,
.body-1 .body-1-right-content-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 12px;
    border-radius: 6px;
    -webkit-transition: background-color .2s ease, -webkit-box-shadow .2s ease;
    transition: background-color .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, background-color .2s ease;
    transition: box-shadow .2s ease, background-color .2s ease, -webkit-box-shadow .2s ease
}

.body-1 .body-1-middle-content-item a,
.body-1 .body-1-right-content-item a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 4px;
    font-size: 14px;
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.body-1 .body-1-middle-content-item a:hover,
.body-1 .body-1-right-content-item a:hover {
    color: #0125a7;
    text-decoration: none
}

.body-1 .body-1-middle-content-item div,
.body-1 .body-1-right-content-item div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    color: #666;
    font-size: 13px;
    white-space: nowrap
}

.body-1 .body-1-middle-content-item:hover,
.body-1 .body-1-right-content-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08)
}

.body-1 .body-1-right-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.body-1 .body-1-right-content-item img {
    width: 100%;
    height: 160px;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid #eee;
    border-radius: 6px
}

.body-1 .body-1-right-content-item .body-right-img-date {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 8px 10px
}

.body-1 .body-1-right-content-item .body-right-img-date a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 13px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.body-1 .body-1-right-content-item .body-right-img-date div {
    font-size: 12px;
    color: #666
}

.body-1 .body-1-right-content-item div {
    color: #666;
    font-size: 13px
}

.body-1 .content-2 {
    display: none
}

.selector-css {
    color: #0125a7;
    font-size: clamp(20px, 4vw, 28px);
    font-weight: 700
}

.daohanglan {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.daohang-title,
.daohang {
    width: min(640px, 80%);
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.daohang-title img,
.daohang img {
    width: 45px;
    height: auto
}

.daohang-title {
    background-color: rgba(183, 127, 189, .76);
    color: #fff;
    font-size: clamp(18px, 3vw, 22px);
    font-weight: 600
}

.daohang {
    background-color: #fff;
    color: #0125a7;
    font-size: 18px
}

.daohang a {
    color: #0125a7;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out
}

.daohang a:hover {
    color: #0125a7;
    text-decoration: none
}

.daohang:hover {
    font-size: 20px;
    border-bottom: 5px solid #0125a7
}

.top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #0125a7;
    padding-bottom: 6px
}

.top-left {
    color: #0125a7;
    font-size: 22px
}

.top-right {
    font-size: 13px;
    color: #666
}

.bd-init {
    display: block
}

.bd-list {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style: square inside;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.bd-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px
}

.bd-content-left {
    font-size: 14px;
    color: #666
}

.bd-content-right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.newfile-title {
    font-size: 12px
}

.fenye,
.list-num,
.fenye-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
    font-size: 12px
}

.neirongzujian {
    margin: 24px 0
}

.cebiandaohang {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.xianxiang {
    padding: 25px 16px;
    background: -webkit-gradient(linear, left top, left bottom, from(#99cddd), to(#ffffff));
    background: linear-gradient(#99cddd, #ffffff);
    color: #fff;
    font-size: clamp(24px, 5vw, 34px);
    text-align: center;
    border-radius: 6px
}

.xiaobaoti {
    text-align: left;
    font-size: clamp(18px, 4vw, 24px);
    color: #99cddd;
    font-weight: 600
}

.mianbaoxie {
    text-align: right;
    font-size: 14px;
    color: #666
}

.jianjieneirong {
    text-align: left;
    width: min(80%, 720px);
    margin: 0 auto
}

.fengexian {
    border: 1px solid #d06464;
    color: #d06464
}

.hangneineirong {
    text-align: left;
    line-height: 1.7
}

.riqi {
    text-align: right;
    color: #888;
    font-size: 14px
}

.st1 {
    text-align: center;
    margin-top: 10%
}

.st2,
.st3 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #bbb;
    margin-left: 6px;
    margin-top: 6px;
    border-radius: 6px;
    line-height: 1;
    font-size: 1rem
}

.st2 {
    width: 6rem
}

.st3 {
    color: #0125a7
}

.chosed {
    background-color: #03366d;
    color: #fff
}

.list-body-1,
.list-body-3,
.list-body-4 {
    width: 100%;
    padding: 40px 0 24px
}

.list-body-1 .container,
.list-body-3 .container,
.list-body-4 .container {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    position: relative
}

.list-body-1 .list-body-1-left,
.list-body-3 .list-body-1-left,
.list-body-4 .list-body-1-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    background-color: hsla(0, 0%, 100%, .95);
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    background-image: url(/image/common/bangong.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -40px
}

.list-body-1 .list-body-1-left .list-body-left-title,
.list-body-3 .list-body-1-left .list-body-left-title,
.list-body-4 .list-body-1-left .list-body-left-title {
    height: 75px;
    line-height: 75px;
    padding-left: 20px;
    background-color: rgba(183, 127, 189, .76);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 6px
}

.list-body-1 .list-body-1-left ul,
.list-body-3 .list-body-1-left ul,
.list-body-4 .list-body-1-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    background-color: hsla(0, 0%, 100%, .86);
    border: 1px solid #eee;
    border-radius: 6px
}

.list-body-1 .list-body-1-left ul li,
.list-body-3 .list-body-1-left ul li,
.list-body-4 .list-body-1-left ul li {
    min-height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px;
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-right: 2px solid rgba(0, 0, 0, 0);
    -webkit-transition: border-color .2s ease, -webkit-box-shadow .2s ease;
    transition: border-color .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, border-color .2s ease;
    transition: box-shadow .2s ease, border-color .2s ease, -webkit-box-shadow .2s ease
}

.list-body-1 .list-body-1-left ul li a,
.list-body-3 .list-body-1-left ul li a,
.list-body-4 .list-body-1-left ul li a {
    color: #666;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    font-size: 16px;
    font-weight: 600
}

.list-body-1 .list-body-1-left ul li a:hover,
.list-body-3 .list-body-1-left ul li a:hover,
.list-body-4 .list-body-1-left ul li a:hover {
    color: #0125a7;
    text-decoration: none
}

.list-body-1 .list-body-1-left ul li:hover,
.list-body-3 .list-body-1-left ul li:hover,
.list-body-4 .list-body-1-left ul li:hover {
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    border-left-color: #0125a7;
    border-right-color: #0125a7
}

.list-body-1 .list-body-1-right,
.list-body-3 .list-body-1-right,
.list-body-4 .list-body-1-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    background-color: hsla(0, 0%, 100%, .95);
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    padding: 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.list-body-1 .list-body-1-right .list-body-1-right-title,
.list-body-3 .list-body-1-right .list-body-1-right-title,
.list-body-4 .list-body-1-right .list-body-1-right-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.list-body-1 .list-body-1-right .list-body-1-right-title .title-left,
.list-body-3 .list-body-1-right .list-body-1-right-title .title-left,
.list-body-4 .list-body-1-right .list-body-1-right-title .title-left {
    color: #0125a7;
    font-size: clamp(18px, 3vw, 24px);
    font-weight: 600
}

.list-body-1 .list-body-1-right .list-body-1-right-title .title-right,
.list-body-3 .list-body-1-right .list-body-1-right-title .title-right,
.list-body-4 .list-body-1-right .list-body-1-right-title .title-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px;
    font-size: 12px
}

.list-body-1 .list-body-1-right .list-body-1-right-title .title-right a,
.list-body-3 .list-body-1-right .list-body-1-right-title .title-right a,
.list-body-4 .list-body-1-right .list-body-1-right-title .title-right a {
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    font-size: 12px;
    padding: 0 6px
}

.list-body-1 .list-body-1-right .list-body-1-right-title .title-right a:hover,
.list-body-3 .list-body-1-right .list-body-1-right-title .title-right a:hover,
.list-body-4 .list-body-1-right .list-body-1-right-title .title-right a:hover {
    color: #0125a7;
    text-decoration: none
}

.list-body-1 .list-body-1-right .right-hr,
.list-body-3 .list-body-1-right .right-hr,
.list-body-4 .list-body-1-right .right-hr {
    width: 100%;
    height: 4px;
    border-radius: 6px;
    background-color: #0125a7
}

.list-body-1 .list-body-1-right .list-body-1-right-content,
.list-body-3 .list-body-1-right .list-body-1-right-content,
.list-body-4 .list-body-1-right .list-body-1-right-content {
    width: 100%
}

.list-body-1 .list-body-1-right .list-body-1-right-content ul,
.list-body-3 .list-body-1-right .list-body-1-right-content ul,
.list-body-4 .list-body-1-right .list-body-1-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.list-body-1 .list-body-1-right .list-body-1-right-content ul li,
.list-body-3 .list-body-1-right .list-body-1-right-content ul li,
.list-body-4 .list-body-1-right .list-body-1-right-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 12px 16px;
    border-radius: 6px;
    -webkit-transition: background-color .2s ease, -webkit-box-shadow .2s ease;
    transition: background-color .2s ease, -webkit-box-shadow .2s ease;
    transition: box-shadow .2s ease, background-color .2s ease;
    transition: box-shadow .2s ease, background-color .2s ease, -webkit-box-shadow .2s ease
}

.list-body-1 .list-body-1-right .list-body-1-right-content ul li a,
.list-body-3 .list-body-1-right .list-body-1-right-content ul li a,
.list-body-4 .list-body-1-right .list-body-1-right-content ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 18px;
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-body-1 .list-body-1-right .list-body-1-right-content ul li a:hover,
.list-body-3 .list-body-1-right .list-body-1-right-content ul li a:hover,
.list-body-4 .list-body-1-right .list-body-1-right-content ul li a:hover {
    color: #0125a7;
    text-decoration: none
}

.list-body-1 .list-body-1-right .list-body-1-right-content ul li div,
.list-body-3 .list-body-1-right .list-body-1-right-content ul li div,
.list-body-4 .list-body-1-right .list-body-1-right-content ul li div {
    color: #888;
    font-size: 14px;
    white-space: nowrap
}

.list-body-1 .list-body-1-right .list-body-1-right-content ul li:hover,
.list-body-3 .list-body-1-right .list-body-1-right-content ul li:hover,
.list-body-4 .list-body-1-right .list-body-1-right-content ul li:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08)
}

.list-body-1 .list-body-1-right .list-num,
.list-body-3 .list-body-1-right .list-num,
.list-body-4 .list-body-1-right .list-num {
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 10px
}

.list-body-1 .list-body-1-right .list-num .fpg,
.list-body-1 .list-body-1-right .list-num .ppg,
.list-body-1 .list-body-1-right .list-num .pnm,
.list-body-1 .list-body-1-right .list-num .npg,
.list-body-3 .list-body-1-right .list-num .fpg,
.list-body-3 .list-body-1-right .list-num .ppg,
.list-body-3 .list-body-1-right .list-num .pnm,
.list-body-3 .list-body-1-right .list-num .npg,
.list-body-4 .list-body-1-right .list-num .fpg,
.list-body-4 .list-body-1-right .list-num .ppg,
.list-body-4 .list-body-1-right .list-num .pnm,
.list-body-4 .list-body-1-right .list-num .npg {
    padding: 8px 12px;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #0125a7;
    color: #0125a7;
    -webkit-transition: background-color .2s ease, color .2s ease;
    transition: background-color .2s ease, color .2s ease
}

.list-body-1 .list-body-1-right .list-num .fpg:hover,
.list-body-1 .list-body-1-right .list-num .ppg:hover,
.list-body-1 .list-body-1-right .list-num .pnm:hover,
.list-body-1 .list-body-1-right .list-num .npg:hover,
.list-body-3 .list-body-1-right .list-num .fpg:hover,
.list-body-3 .list-body-1-right .list-num .ppg:hover,
.list-body-3 .list-body-1-right .list-num .pnm:hover,
.list-body-3 .list-body-1-right .list-num .npg:hover,
.list-body-4 .list-body-1-right .list-num .fpg:hover,
.list-body-4 .list-body-1-right .list-num .ppg:hover,
.list-body-4 .list-body-1-right .list-num .pnm:hover,
.list-body-4 .list-body-1-right .list-num .npg:hover {
    background-color: #0125a7;
    color: #fff
}

.list-body-3 .list-body-1-right-content p {
    margin: 16px 0;
    padding: 0 10px;
    text-indent: 2em;
    line-height: 1.8
}

.list-body-3 .list-body-1-right-content ul li {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px
}

.list-body-3 .list-body-1-right-content ul li img {
    width: 200px;
    height: 120px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

.list-body-3 .list-body-1-right-content ul li .list-photo-box {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.list-body-3 .list-body-1-right-content ul li .list-photo-box .list-photo-title {
    font-size: 20px;
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-body-3 .list-body-1-right-content ul li .list-photo-box .list-photo-title:hover {
    color: #0125a7;
    text-decoration: none
}

.list-body-3 .list-body-1-right-content ul li .list-photo-box .list-photo-title:hover {
    color: #0125a7
}

.list-body-3 .list-body-1-right-content ul li .list-photo-box .list-photo-content {
    font-size: 16px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-body-4 .list-body-1-right-content ul {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px
}

.list-body-4 .list-body-1-right-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    border-radius: 6px;
    overflow: hidden;
    -webkit-transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: -webkit-transform .2s ease, -webkit-box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease;
    transition: transform .2s ease, box-shadow .2s ease, -webkit-transform .2s ease, -webkit-box-shadow .2s ease
}

.list-body-4 .list-body-1-right-content ul li img {
    width: 100%;
    height: 180px;
    -o-object-fit: cover;
    object-fit: cover
}

.list-body-4 .list-body-1-right-content ul li a {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    color: #111;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-body-4 .list-body-1-right-content ul li .list-card-content {
    padding: 0 10px;
    color: #888;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-body-4 .list-body-1-right-content ul li .list-card-date {
    margin-top: auto;
    padding: 10px;
    font-size: 12px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-body-4 .list-body-1-right-content ul li:hover {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
    -webkit-box-shadow: 0 16px 32px rgba(0, 0, 0, .16);
    box-shadow: 0 16px 32px rgba(0, 0, 0, .16)
}

.list-body-4 .list-body-1-right-content ul li:hover a {
    color: #0125a7
}

.list-body-2 {
    width: 100%;
    padding: 40px 0 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.list-body-2 .containers {
    width: min(1200px, 92%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.list-body-2 .list-body-2-right {
    background-color: hsla(0, 0%, 100%, .95);
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.list-body-2 .list-body-2-right .list-body-2-right-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.list-body-2 .list-body-2-right .list-body-2-right-title .news-break {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 12px
}

.list-body-2 .list-body-2-right .list-body-2-right-title .news-break a {
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    font-size: 12px
}

.list-body-2 .list-body-2-right .list-body-2-right-title .news-break a:hover {
    color: #0125a7;
    text-decoration: none
}

.list-body-2 .list-body-2-right .list-body-2-right-title .top-hr {
    width: 100%;
    height: 2px;
    background-color: #eee
}

.list-body-2 .list-body-2-right .list-body-2-right-title .news-title {
    color: #9e2424;
    font-size: clamp(24px, 3vw, 28px);
    font-weight: 700;
    margin: 10px 0
}

.list-body-2 .list-body-2-right .list-body-2-right-title .news-release {
    width: min(640px, 90%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    font-size: 14px;
    color: #888;
    width: 100%
}

.list-body-2 .list-body-2-right .list-body-2-right-title .bottom-hr {
    width: 100%;
    height: 3px;
    background-color: #9e2424
}

.list-body-2 .list-body-2-right .list-body-2-right-title .printHtml {
    -ms-flex-item-align: end;
    align-self: flex-end;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color .2s ease;
    transition: color .2s ease
}

.list-body-2 .list-body-2-right .list-body-2-right-title .printHtml:hover {
    color: #0125a7
}

.list-body-2 .list-body-2-right .list-body-2-right-content {
    font-size: 16px;
    color: #111;
    line-height: 1.9
}

.list-body-2 .list-body-2-right .list-body-2-right-content p {
    margin-bottom: 16px;
    text-align: justify
}

.list-body-2 .list-body-2-right .list-body-2-right-content img {
    max-width: 100%;
    margin: 16px auto;
    border-radius: 6px;
    -o-object-fit: cover;
    object-fit: cover
}

.list-body-2 .list-body-2-right .list-body-2-right-skip {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    font-size: 12px
}

.list-body-2 .list-body-2-right .list-body-2-right-skip .prev-news,
.list-body-2 .list-body-2-right .list-body-2-right-skip .next-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.list-body-2 .list-body-2-right .list-body-2-right-skip .prev-news .prev,
.list-body-2 .list-body-2-right .list-body-2-right-skip .prev-news .next,
.list-body-2 .list-body-2-right .list-body-2-right-skip .next-news .prev,
.list-body-2 .list-body-2-right .list-body-2-right-skip .next-news .next {
    color: #0125a7
}

.list-body-2 .list-body-2-right .list-body-2-right-skip .prev-news a,
.list-body-2 .list-body-2-right .list-body-2-right-skip .next-news a {
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    max-width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-body-2 .list-body-2-right .list-body-2-right-skip .prev-news a:hover,
.list-body-2 .list-body-2-right .list-body-2-right-skip .next-news a:hover {
    color: #0125a7;
    text-decoration: none
}

.list-body-2 .list-body-2-newsList {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    background-color: hsla(0, 0%, 100%, .95);
    border-radius: 12px;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.list-body-2 .list-body-2-newsList .list-body-2-newsList-title {
    font-size: 20px;
    font-weight: 700;
    color: #0125a7
}

.list-body-2 .list-body-2-newsList ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.list-body-2 .list-body-2-newsList ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #eee
}

.list-body-2 .list-body-2-newsList ul li a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis
}

.list-body-2 .list-body-2-newsList ul li a:hover {
    color: #0125a7;
    text-decoration: none
}

.list-body-2 .list-body-2-newsList ul li div {
    font-size: 12px;
    color: #0125a7;
    white-space: nowrap
}

.list-body-2 .list-body-2-newsList ul li:hover a {
    color: #0125a7
}

.list-body-2 .list-body-2-newsList .cduestc-share {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.header-title-search {
    width: 100%;
    background-color: rgba(183, 127, 189, .76)
}

.header-title-search .container {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

.header-title-search .container img {
    width: min(600px, 100%);
    -o-object-fit: cover;
    object-fit: cover
}

.header-title-search .container .header-search {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header-title-search .container .header-search input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 40px;
    border: 2px solid #fff;
    border-right: none;
    border-radius: 6px 0 0 6px;
    padding: 0 10px;
    outline: none
}

.header-title-search .container .header-search div {
    width: 48px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 0 6px 6px 0;
    background-color: rgba(183, 127, 189, .76)
}

.header-title-search .container .header-search div img {
    width: 28px;
    height: 28px;
    padding-left: 3px;
    -o-object-fit: contain;
    object-fit: contain
}

.header-search-img {
    width: 100%
}

.header-search-img img {
    width: 100%;
    max-height: 400px;
    -o-object-fit: cover;
    object-fit: cover
}

.body-1-search {
    width: 100%;
    padding: 40px 0
}

.body-1-search .container {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.body-1-search .body-1-search-left {
    width: 100%
}

.body-1-search .body-1-search-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.body-1-search .body-1-search-left .body-1-search-left-item {
    border-radius: 6px;
    background-color: rgba(183, 127, 189, .76);
    -webkit-transition: -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
    transition: -webkit-box-shadow .2s ease, -webkit-transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease;
    transition: box-shadow .2s ease, transform .2s ease, -webkit-box-shadow .2s ease, -webkit-transform .2s ease
}

.body-1-search .body-1-search-left .body-1-search-left-item a {
    display: block;
    padding: 20px 30px;
    font-size: 20px;
    color: #fff;
    text-align: center
}

.body-1-search .body-1-search-left .body-1-search-left-item:hover {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .08);
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px)
}

.body-1-search .body-1-search-left .body-1-search-left-item:hover a {
    color: #0125a7
}

.body-1-search .body-1-search-right {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.body-1-search .body-1-search-right .body-1-search-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.body-1-search .body-1-search-right .body-1-search-title .body-1-keyword {
    font-size: clamp(24px, 4vw, 30px);
    color: #111
}

.body-1-search .body-1-search-right .body-1-search-title .body-1-text {
    font-size: clamp(16px, 3vw, 20px);
    color: #0125a7
}

.body-1-search .body-1-search-right hr {
    width: 100%;
    border: 1px solid #0125a7
}

.body-1-search .body-1-search-right .body-1-search-right-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

.body-1-search .body-1-search-right .body-1-search-right-content ul .body-1-search-right-content-item {
    padding: 16px;
    border-bottom: 1px solid #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.body-1-search .body-1-search-right .body-1-search-right-content ul .body-1-search-right-content-item a {
    font-size: clamp(20px, 4vw, 25px);
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left
}

.body-1-search .body-1-search-right .body-1-search-right-content ul .body-1-search-right-content-item a:hover {
    color: #0125a7;
    text-decoration: none
}

.body-1-search .body-1-search-right .body-1-search-right-content ul .body-1-search-right-content-item span.keyword {
    color: #0125a7
}

.body-1-search .body-1-search-right .body-1-search-right-content ul .body-1-search-right-content-item div {
    font-size: 16px;
    color: #888;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis
}

.body-1-search .body-1-search-right .body-1-search-right-content ul .body-1-search-right-content-item div img {
    display: none
}

.body-1-search .body-1-search-right .fenye-search {
    width: min(360px, 100%);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 10px
}

.body-1-search .body-1-search-right .fenye-search .first-search,
.body-1-search .body-1-search-right .fenye-search .prev-page-search,
.body-1-search .body-1-search-right .fenye-search .page-num-search,
.body-1-search .body-1-search-right .fenye-search .next-page-search {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #0125a7;
    border-radius: 6px;
    color: #0125a7;
    font-weight: 600;
    background-color: #fff
}

.bottom-div {
    width: 100%;
    background: #0125a7;
    color: #fff;
    padding: 40px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px
}

.bottom-div .bottom-left,
.bottom-div .bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

.bottom-div .bottom-left p,
.bottom-div .bottom-right p {
    margin: 0;
    font-size: clamp(14px, 1.2vw, 18px)
}

.bottom-div .bottom-left span,
.bottom-div .bottom-right span {
    margin-left: 10px
}

.bottom-div .bottom-logo,
.bottom-div .bottom-hangkong,
.bottom-div .bottom-weixin {
    float: none !important
}

.bottom-div .bottom-hangkong,
.bottom-div .bottom-right {
    width: 100%
}

.footer-new {
    width: 100%;
    background-color: #eee;
    min-height: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 0
}

.footer-new .link-box {
    width: min(1200px, 92%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 10px
}

.footer-new .link-box .link-title {
    font-size: 18px;
    font-weight: 700;
    white-space: nowrap;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.footer-new .link-box .link-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px
}

.footer-new .link-box .link-content ul a {
    color: #111;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out;
    font-size: 14px
}

.footer-new .link-box .link-content ul a:hover {
    color: #0125a7;
    text-decoration: none
}

.footer-bottom {
    width: 100%;
    background: #0125a7;
    color: #fff;
    padding: 40px 0
}

.footer-bottom .footer-bottom-box {
    width: min(1200px, 92%);
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer-bottom .footer-bottom-box .footer-bottom-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    width: 100%
}

.footer-bottom .footer-bottom-box .footer-bottom-left img {
    width: min(600px, 100%);
    -o-object-fit: cover;
    object-fit: cover
}

.footer-bottom .footer-bottom-box .footer-bottom-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    width: 100%
}

.footer-bottom .footer-bottom-box .footer-bottom-left ul li {
    color: #fff;
    font-size: clamp(12px, 1.1vw, 16px)
}

.footer-bottom .footer-bottom-box .footer-bottom-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.footer-bottom .footer-bottom-box .footer-bottom-right .footer-erweima-change img {
    width: 80px;
    height: 80px;
    -o-object-fit: cover;
    object-fit: cover
}

.footer-bottom .footer-bottom-box .footer-bottom-right div {
    font-size: 12px
}

.title-css {
    font-weight: 700;
    color: #111
}

.new-files {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px
}

.new-files ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.new-files ul li {
    text-indent: 2rem;
    font-size: 12px
}

.new-files a {
    color: #0125a7;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out, opacity .2s ease-in-out;
    transition: color .2s ease-in-out, opacity .2s ease-in-out
}

.new-files a:hover {
    color: rgb(.6964285714, 25.7678571429, 116.3035714286);
    text-decoration: none
}

#siteEditorToolContents {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: min(260px, 100%);
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    -webkit-box-shadow: -10px 0 20px rgba(0, 0, 0, .2);
    box-shadow: -10px 0 20px rgba(0, 0, 0, .2);
    overflow: hidden
}

#siteEditorToolContents .site-editor-tool-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    padding: 16px;
    gap: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#siteEditorToolContents .site-editor-tool-content .site-editor-tool-title {
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px
}

#siteEditorToolContents .site-editor-tool-content .site-editor-tool-title .site-editor-tool-collapsed-btn {
    cursor: pointer
}

#siteEditorToolContents .site-editor-tool-content .site-editor-tool-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    padding-right: 4px
}

#siteEditorToolContents .site-editor-tool-content .site-editor-tool-body .component-box {
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px;
    margin-top: 10px
}

#siteEditorToolContents .site-editor-tool-content .site-editor-tool-body .component-box:first-child {
    margin-top: 0
}

#siteEditorToolContents .site-editor-tool-content .site-editor-tool-body .component-box .component-title {
    font-size: 12px;
    font-weight: 700
}

#siteEditorToolContents .site-editor-tool-content .site-editor-tool-body .component-box .component-thumbnail {
    width: 100%;
    max-height: 100px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 6px
}

#upimage-text img {
    width: 100px;
    height: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

.first-page,
.prev-page,
.page-num,
.next-page,
.skip {
    margin: 10px
}

.change-page input {
    width: 40px;
    height: 32px;
    border: 1px solid #eee;
    border-radius: 6px;
    text-align: center
}

@media(max-width: 800px) {
    .header-title .daohang-new {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .footer-bottom .footer-bottom-box .footer-bottom-left ul li {
        text-align: center
    }

    .footer-new .link-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .list-body-2 .list-body-2-newsList {
        display: none !important
    }

    .list-body-2 .list-body-2-right .list-body-2-right-title {
        text-align: left;
        gap: 8px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .list-body-2 .list-body-2-right .list-body-2-right-title .news-release {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media(min-width: 800px) {
    .header-title .container-new {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header-title .container-new .header-daohang-box {
        width: auto;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }

    .header-title .daohang-new {
        height: 48px
    }

    .header-title .daohang-new .daohang-box ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .body-1 {
        min-height: 50vh
    }

    .body-1 .body-1-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 16px
    }

    .body-1 .body-1-left {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 26%;
        flex: 1 1 26%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        min-width: 0
    }

    .body-1 .body-1-middle {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
        flex: 1 1 32%;
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        min-width: 0
    }

    .body-1 .body-1-right {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 32%;
        flex: 1 1 32%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        min-width: 0
    }

    .body-1 .body-1-left-content-r {
        max-height: 180px;
        overflow-y: auto
    }

    .body-1 .body-1-middle-content {
        max-height: 480px;
        overflow-y: auto
    }

    .body-1 .body-1-right-content1 {
        max-height: 480px;
        overflow-y: auto
    }

    .body-1 .body-1-left-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .body-1 .body-1-left-content-l .body-img-size img {
        height: calc(50vh - 120px);
        min-height: 260px
    }

    .body-1 .body-1-left-content-r {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
        flex: 0 0 40%
    }

    .body-1 .backcarousel .carousel-control-prev,
    .body-1 .backcarousel .carousel-control-next {
        width: 8%
    }

    .list-body-1 .container,
    .list-body-3 .container,
    .list-body-4 .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .list-body-1 .list-body-1-left,
    .list-body-3 .list-body-1-left,
    .list-body-4 .list-body-1-left {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
        flex: 0 0 280px;
        position: sticky;
        top: 80px;
        -ms-flex-item-align: start;
        align-self: flex-start
    }

    .list-body-1 .list-body-1-right,
    .list-body-3 .list-body-1-right,
    .list-body-4 .list-body-1-right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .list-body-2 .containers {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .list-body-2 .list-body-2-newsList {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px;
        position: sticky;
        top: 80px
    }

    .list-body-2 .list-body-2-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .header-title-search .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .body-1-search .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .body-1-search-left {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
        flex: 0 0 260px
    }

    .body-1-search-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }

    .bottom-div {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .bottom-div .bottom-left,
    .bottom-div .bottom-right {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding: 0 24px
    }

    .bottom-div .bottom-right {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        text-align: right
    }

    .bottom-div .bottom-left {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer-bottom .footer-bottom-box {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .footer-bottom .footer-bottom-box .footer-bottom-left ul li {
        text-align: left
    }
}

@media(min-width: 1170px) {

    .body-1 .backcarousel .carousel-control-prev,
    .body-1 .backcarousel .carousel-control-next {
        width: 6%
    }

    .header-title .container-new img {
        max-height: 90px
    }

    .header-title .header-daohang-box .search-box {
        width: 420px
    }

    .header-title .header-daohang-box .search-box input,
    .header-title .header-daohang-box .search-box div {
        height: 40px
    }

    .header-title .header-daohang-box .search-box input {
        font-size: 18px
    }

    .header-title .header-daohang-box .search-box div {
        font-size: 16px
    }
}

@media(min-width: 1440px) {

    .body-1 .backcarousel .carousel-control-prev,
    .body-1 .backcarousel .carousel-control-next {
        width: 5%
    }
}
