:root {
    --color-primary: #0B4DDB;
    --color-grey: #F3F6FC;
    --grid-gutter: 20px;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    font-size: 14px;
    color: #353635;
    background-color: #fff;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-tap-highlight-color: transparent;
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

button {
    padding: 0;
    border: 0;
    outline: none;
    background-color: transparent;
}

.flex {
    display: flex;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-start {
    align-items: flex-start;
}

.items-center {
    align-items: center;
}

.items-end {
    align-items: flex-end;
}

.items-stretch {
    align-items: stretch;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.m-0 {
    margin: 0rem;
}

.mx-0 {
    margin-left: 0rem;
    margin-right: 0rem;
}

.my-0 {
    margin-top: 0rem;
    margin-bottom: 0rem;
}

.mt-0 {
    margin-top: 0rem;
}

.mb-0 {
    margin-bottom: 0rem;
}

.ml-0 {
    margin-left: 0rem;
}

.mr-0 {
    margin-right: 0rem;
}

.m-1 {
    margin: 0.25rem;
}

.mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

.my-1 {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}

.mt-1 {
    margin-top: 0.25rem;
}

.mb-1 {
    margin-bottom: 0.25rem;
}

.ml-1 {
    margin-left: 0.25rem;
}

.mr-1 {
    margin-right: 0.25rem;
}

.m-2 {
    margin: 0.5rem;
}

.mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}

.my-2 {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.mt-2 {
    margin-top: 0.5rem;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.ml-2 {
    margin-left: 0.5rem;
}

.mr-2 {
    margin-right: 0.5rem;
}

.m-3 {
    margin: 0.75rem;
}

.mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
}

.my-3 {
    margin-top: 0.75rem;
    margin-bottom: 0.75rem;
}

.mt-3 {
    margin-top: 0.75rem;
}

.mb-3 {
    margin-bottom: 0.75rem;
}

.ml-3 {
    margin-left: 0.75rem;
}

.mr-3 {
    margin-right: 0.75rem;
}

.m-4 {
    margin: 1rem;
}

.mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
}

.my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.mt-4 {
    margin-top: 1rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.ml-4 {
    margin-left: 1rem;
}

.mr-4 {
    margin-right: 1rem;
}

.m-5 {
    margin: 1.25rem;
}

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mb-5 {
    margin-bottom: 1.25rem;
}

.ml-5 {
    margin-left: 1.25rem;
}

.mr-5 {
    margin-right: 1.25rem;
}

.m-6 {
    margin: 1.5rem;
}

.mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
}

.my-6 {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.mt-6 {
    margin-top: 1.5rem;
}

.mb-6 {
    margin-bottom: 1.5rem;
}

.ml-6 {
    margin-left: 1.5rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.m-7 {
    margin: 1.75rem;
}

.mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
}

.my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.mt-7 {
    margin-top: 1.75rem;
}

.mb-7 {
    margin-bottom: 1.75rem;
}

.ml-7 {
    margin-left: 1.75rem;
}

.mr-7 {
    margin-right: 1.75rem;
}

.m-8 {
    margin: 2rem;
}

.mx-8 {
    margin-left: 2rem;
    margin-right: 2rem;
}

.my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.mt-8 {
    margin-top: 2rem;
}

.mb-8 {
    margin-bottom: 2rem;
}

.ml-8 {
    margin-left: 2rem;
}

.mr-8 {
    margin-right: 2rem;
}

.m-9 {
    margin: 2.25rem;
}

.mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
}

.my-9 {
    margin-top: 2.25rem;
    margin-bottom: 2.25rem;
}

.mt-9 {
    margin-top: 2.25rem;
}

.mb-9 {
    margin-bottom: 2.25rem;
}

.ml-9 {
    margin-left: 2.25rem;
}

.mr-9 {
    margin-right: 2.25rem;
}

.m-10 {
    margin: 2.5rem;
}

.mx-10 {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
}

.my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mb-10 {
    margin-bottom: 2.5rem;
}

.ml-10 {
    margin-left: 2.5rem;
}

.mr-10 {
    margin-right: 2.5rem;
}

.p-0 {
    padding: 0rem;
}

.px-0 {
    padding-left: 0rem;
    padding-right: 0rem;
}

.py-0 {
    padding-top: 0rem;
    padding-bottom: 0rem;
}

.pt-0 {
    padding-top: 0rem;
}

.pb-0 {
    padding-bottom: 0rem;
}

.pl-0 {
    padding-left: 0rem;
}

.pr-0 {
    padding-right: 0rem;
}

.p-1 {
    padding: 0.25rem;
}

.px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.py-1 {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pb-1 {
    padding-bottom: 0.25rem;
}

.pl-1 {
    padding-left: 0.25rem;
}

.pr-1 {
    padding-right: 0.25rem;
}

.p-2 {
    padding: 0.5rem;
}

.px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.pt-2 {
    padding-top: 0.5rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pl-2 {
    padding-left: 0.5rem;
}

.pr-2 {
    padding-right: 0.5rem;
}

.p-3 {
    padding: 0.75rem;
}

.px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
}

.py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

.pt-3 {
    padding-top: 0.75rem;
}

.pb-3 {
    padding-bottom: 0.75rem;
}

.pl-3 {
    padding-left: 0.75rem;
}

.pr-3 {
    padding-right: 0.75rem;
}

.p-4 {
    padding: 1rem;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.pl-4 {
    padding-left: 1rem;
}

.pr-4 {
    padding-right: 1rem;
}

.p-5 {
    padding: 1.25rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
}

.pt-5 {
    padding-top: 1.25rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pl-5 {
    padding-left: 1.25rem;
}

.pr-5 {
    padding-right: 1.25rem;
}

.p-6 {
    padding: 1.5rem;
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.pt-6 {
    padding-top: 1.5rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pl-6 {
    padding-left: 1.5rem;
}

.pr-6 {
    padding-right: 1.5rem;
}

.p-7 {
    padding: 1.75rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.py-7 {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
}

.pt-7 {
    padding-top: 1.75rem;
}

.pb-7 {
    padding-bottom: 1.75rem;
}

.pl-7 {
    padding-left: 1.75rem;
}

.pr-7 {
    padding-right: 1.75rem;
}

.p-8 {
    padding: 2rem;
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.pt-8 {
    padding-top: 2rem;
}

.pb-8 {
    padding-bottom: 2rem;
}

.pl-8 {
    padding-left: 2rem;
}

.pr-8 {
    padding-right: 2rem;
}

.p-9 {
    padding: 2.25rem;
}

.px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.pt-9 {
    padding-top: 2.25rem;
}

.pb-9 {
    padding-bottom: 2.25rem;
}

.pl-9 {
    padding-left: 2.25rem;
}

.pr-9 {
    padding-right: 2.25rem;
}

.p-10 {
    padding: 2.5rem;
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.pt-10 {
    padding-top: 2.5rem;
}

.pb-10 {
    padding-bottom: 2.5rem;
}

.pl-10 {
    padding-left: 2.5rem;
}

.pr-10 {
    padding-right: 2.5rem;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.top-0 {
    top: 0;
}

.right-0 {
    right: 0;
}

.bottom-0 {
    bottom: 0;
}

.left-0 {
    left: 0;
}

.w-full {
    width: 100%;
}

.w-1280 {
    width: 1280px;
    margin: 0 auto;
}

.h-full {
    height: 100%;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(var(--grid-gutter) / 2 * -1);
    margin-left: calc(var(--grid-gutter) / 2 * -1);
}

.col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: calc(var(--grid-gutter) / 2);
    padding-left: calc(var(--grid-gutter) / 2);
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.overflow-hidden {
    overflow: hidden;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-primary {
    color: var(--color-primary);
}

.break-all {
    word-break: break-all;
    font-size: 19px;
    line-height: 2;
}

.mobile .break-all {
    overflow-x: hidden;
}

.mobile .break-all img {
    width: 100% !important;
    height: unset !important;
}

.bg-gradient {
    background: linear-gradient(to right, #2063F2, #1257E9);
}

.bg-grey {
    background-color: var(--color-grey);
}

.bg-white {
    background-color: #fff;
}

.lazy {
    background-color: #f5f5f5;
}

.search {
    font-size: 14px;
    overflow: hidden;
    border: 1px solid var(--color-primary);
    border-radius: 20px;
}

.search-select,
.search-select:focus,
.search-select:focus-visible
{
    border: 0;
    background-color: transparent;
    padding-left: 12px;
    outline: 0;
    outline-offset: 0;
}
 {

}

.search-ipt {
    width: 100%;
    height: 100%;
    outline: none;
    border: 0;
    overflow: hidden;
}

.search-ipt::-moz-placeholder {
    color: #929292;
}

.search-ipt::placeholder {
    color: #929292;
}

.search-btn {
    height: 100%;
    border: none;
    color: #fff;
    cursor: pointer;
}

.navbar li {
    flex: 1;
}

.navbar li.active {
    flex: 0 0 218px;
}

.navbar li .menu-item {
    position: relative;
}

.navbar li.active .menu-item {
    width: 218px;
}

.navbar li.active .menu-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 218px;
    height: 62px;
    transform: translateX(-50%);
    background: url(../images/nav-active-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.navbar a {
    position: relative;
    display: block;
    color: #fff;
    font-weight: normal;
    text-align: center;
}

.contact {
    background-color: #1C459C;
    color: #fff;
}

.contact dl {
    margin: 0;
}

.contact dt {
    margin-bottom: 16px;
    font-weight: bold;
}

.contact dd {
    margin-left: 0;
}

.contact dd > * {
    display: inline-block;
    vertical-align: middle;
}

.article-list a {
    position: relative;
    padding: 24px 0 24px 12px;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: #353635;
}

.article-list:not(.noline) a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #F3F6FC;
}

.article-list .article-title {
    max-width: 100%;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.article-list .article-date {
    margin-left: 16px;
    flex-shrink: 0;
    color: #C8C8C8;
}

.pagination, .pagination-btn, .pagination-list, .pagination-item, .pagination-ellipsis {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination-btn, .pagination-item, .pagination-ellipsis {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 18px;
}

.pagination-btn, .pagination-item:not(.active) {
    cursor: pointer;
}

.pagination-btn {
    padding: 0;
    border: 0;
    outline: none;
    color: #fff;
    background-color: var(--color-primary);
}

.pagination-btn.disabled, .pagination-btn:disabled {
    cursor: not-allowed;
    background-color: rgba(11, 77, 219, 0.15);
}

.pagination-list {
    padding: 0 16px;
    background-color: #F9F9F9;
    border-radius: 40px;
}

.pagination-item {
    color: #4B4E57;
    font-weight: 500;
    border: 1px solid transparent;
    transition-duration: 300ms;
}

.pagination-item.active {
    color: var(--color-primary);
    background-color: #fff;
    border-color: var(--color-primary);
}

.pagination-item:hover:not(.active) {
    color: var(--color-primary);
}

.pagination .pagination-btn + .pagination-list,
.pagination .pagination-list + .pagination-btn {
    margin-left: 16px;
}

.breadcrumb-box {
    display: flex;
}

.breadcrumb-back {
    margin-right: 10px;
    padding-right: 10px;
    color: #807C7C;
    border-right: 1px solid #807C7C;
    transition-duration: 300ms;
}

.breadcrumb-back-link {
    transition-duration: 300ms;
}

.breadcrumb-back-link:hover {
    text-decoration: underline;
}

.breadcrumb {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.breadcrumb-item a {
    color: #807C7C;
    transition-duration: 300ms;
}

.breadcrumb-item a:hover {
    text-decoration: underline;
}

.breadcrumb-item.current {
    color: var(--color-primary);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.breadcrumb-item + .breadcrumb-item {
    max-width: 60%;
    margin-left: 8px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
    display: inline-block;
    margin-right: 8px;
    color: #807C7C;
}

.title-bar {
    position: relative;
    width: 100%;
    background: url(../images/tit-bg.png) no-repeat left;
    background-size: auto 100%;
}

.title-bar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: var(--color-primary);
}

.title-bar .tit {
    height: 42px;
    font-size: 24px;
    font-weight: 500;
    line-height: 42px;
    color: #fff;
}

.video-list {
    display: grid;
}

.video-list a {
    display: block;
}

.video-list .video-cover {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-list .video-cover img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition-duration: 300ms;
}

.video-list .video-cover:hover img {
    transform: scale(1.2);
}

.video-list .play-icon {
    position: absolute;
    left: 8px;
    bottom: 8px;
    width: 32px;
    height: 32px;
    background: url(../images/play.png) no-repeat center/contain;
}

.video-list .video-title {
    margin-top: 12px;
    font-size: 16px;
    color: #353635;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}

.video-list .video-title:hover {
    text-decoration: underline;
}

.web {
    display: none;
}

@media screen and (min-width: 721px) {
    .web {
        display: block;
    }
}

.web .top-bar {
    height: 32px;
    background-color: #F7FBFE;
    font-size: 12px;
    color: #686868;
}

.web .top-bar .today {
    margin-left: 8px;
    color: #0B0B0B;
    font-weight: bold;
}

.web .top-bar .logo {
    margin-left: 8px;
    width: 119px;
}

.web .top-bar .fav {
    margin-right: 8px;
    padding: 0;
    background-color: transparent;
    border-width: 0;
    color: inherit;
    cursor: pointer;
}

.web .top-bar .nav {
    margin-left: 8px;
}

.web .logo-wrapper {
    height: 100px;
}

.web .logo-wrapper a {
    margin-bottom: 10px;
}

.web .logo-wrapper .logo {
    width: 165px;
}

.web .search {
    width: 360px;
    height: 34px;
}

.web .search-ipt {
    padding: 0 16px;
}

.web .search-btn {
    width: 146px;
}

.web .search-icon {
    margin-right: 8px;
}

.web .navbar li {
    flex: 1;
}

.web .navbar li.active {
    flex: 0 0 218px;
}

.web .navbar li .menu-item {
    position: relative;
}

.web .navbar li.active .menu-item {
    width: 218px;
    background-color: transparent !important;
}

.web .navbar li.active .menu-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 218px;
    height: 62px;
    transform: translateX(-50%);
    background: url(../images/nav-active-bg.png) no-repeat center;
    background-size: 100% 100%;
}

.web .navbar a {
    position: relative;
    height: 51px;
    font-size: 20px;
    line-height: 51px;
    z-index: 2;
}

.web .top-banner {
    width: 100%;
    height: 256px;
    margin-top: -1px;
}
.web .top-banner a {
    display: block;
}
.web .top-banner a .top-banner-image {
    display: block;
    height: 256px;
    width: 100%;
    object-fit: cover;
}

.web .top-banner-swiper {
    height: 256px;
    width: 100%;
    margin-top: -1px;
}

.web .top-banner-swiper a {
    display: block;
}

.web .top-banner-swiper a .top-banner-image {
    display: block;
    height: 256px;
    width: 100%;
    object-fit: cover;
}
.list-title-bar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.list-title-bar::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: var(--color-primary);
}
.list-title-bar .tit {
    background-color: var(--color-primary);
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-left: 24px;
}
.list-title-bar .more {
    font-weight: bold;
}
.list-title-bar .more.active {
    opacity: 0.6;
}
.list-title-bar .more.active .fa-angles-down {
    transform: rotate(180deg);
}
.separate-1 {
    width: 100%;
    height: 1px;
    background-color: #B8B8B8;
    position: relative;
    margin: 0.8rem 0 0 0;

    &::before, &::after {
        content: "";
        width: 6px;
        height: 7px;
        background-color: #B8B8B8;
        position: absolute;
        top: 0;
        transform: translateY(-50%);
    }

    &::before {
        left: 0;
    }

    &::after {
        right: 0;
    }
}

.newspaper-box {
    position: relative;
}

.card-title-both {
    display: inline-block;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    height: 44px;
    position: absolute;
    padding: 0 24px;
    margin: 0 auto;
    top: -10.5px;
    left: 50%;
    transform: translateX(-50%);
    background: url("../images/card-title-line.png") repeat-x;
    background-size: auto 100%;

    &::before, &::after {
        position: absolute;
        content: "";
        top: 0;
        height: 100%;
        width: 60px;
        background: url("../images/card-title-both.png") no-repeat;
        background-size: auto 100%;
    }

    &::before {
        left: 0;
        transform: translateX(-100%);
        background-position: right top;
    }

    &::after {
        right: 0;
        transform: scaleX(-1) translateX(-100%);
        background-position: right top;
    }
}

.web .links {
    background-color: rgba(147, 190, 255, 0.22);
}

.web .links .tit {
    font-size: 24px;
    font-weight: 500;
}

.web .links li {
    position: relative;
    padding: 0 1em;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #686868;
    line-height: 30px;
}

.web .links li::after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(100%, -50%);
}

.web .links li:first-child {
    padding-left: 0;
}

.web .links li:last-child::after {
    display: none;
}

.web .links a:hover {
    text-decoration: underline;
}

.web .contact {
    padding: 60px 0;
    background-color: #1C459C;
    color: #fff;
    font-size: 18px;
}

.web .contact dt {
    font-size: 24px;
}

.web .copyright {
    background-color: rgba(226, 235, 255, 0.9);
    font-size: 14px;
    color: #191919;
}

.web .video-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 40px;
}

.web .article-list a {
    transition-duration: 300ms;
}

.web .article-list a:hover {
    color: var(--color-primary);
    background-color: #F3F6FC;
}

.web .artextra {
    font-size: 16px;
    line-height: 24px;
    color: #686868;
}

.web .navbar li:hover .navbar-sub {
    display: block;
}

.web .navbar li:hover .menu-item {
    background-color: #0B4DDB;
}

.web .navbar li .navbar-sub {
    display: none;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    color: #0B0B0B;
    background-color: #ecf6fd;
}

.web .navbar li .navbar-sub .navbar-sub-line {
    border-bottom: 1px solid #d7e0e6;
}

.navbar-sub-line .navbar-sub-container {
    display: flex;
}
.navbar-sub-line .navbar-sub-container.center {
    justify-content: center;
}

.navbar-sub-line .navbar-sub-container .navbar-sub-item {
    font-size: 18px;
    margin-right: 20px;
}

.navbar-sub-line .navbar-sub-container.center .navbar-sub-item {
    margin: 0 10px;
}

.navbar-sub-line .navbar-sub-container .navbar-sub-item.active {
    color: #0B4DDB;
    font-weight: bold;
    border-bottom: 2px solid #0B4DDB;
}

.web .navbar li .navbar-sub a {
    color: #0B0B0B;
}

@media screen and (min-width: 760px) {
    .mobile {
        display: none;
    }
}

.mobile img {
    width: 100%;
    max-width: none;
}

.mobile .top-banner {
    max-height: 120px;
}

.mobile .search {
    width: 220px;
    height: 32px;
}
.mobile .search-select {
    font-size: 12px;
}
.mobile .search-ipt {
    padding: 0 12px;
    font-size: 12px;
}

.mobile .search-btn {
    width: 120px;
}

.mobile .navbar {
    overflow-x: auto;
}

.mobile .navbar a {
    padding: 0 10px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    white-space: nowrap;
}

.mobile .navbar a.active {
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.12);
}

.mobile .contact {
    padding: 32px 16px;
    font-size: 13px;
}

.mobile .contact dl + dl {
    margin-top: 20px;
}

.mobile .contact dt {
    font-size: 16px;
}

.mobile .contact dd > * {
    margin-bottom: 8px;
}

.mobile .contact dd > *:not(:last-child) {
    margin-right: 1em;
}

.mobile .article-list a {
    padding: 0;
    font-size: 14px;
    line-height: 40px;
}

.mobile .article-list .tit {
    width: 100%;
    color: #353635;
}

.mobile .article-list .date {
    flex-shrink: 0;
    color: #C8C8C8;
}

.mobile .pagination-btn, .mobile .pagination-item, .mobile .pagination-ellipsis {
    width: 32px;
    height: 32px;
    font-size: 14px;
}

.mobile .pagination-list {
    padding: 0 12px;
}

.mobile .pagination .pagination-btn + .pagination-list,
.mobile .pagination .pagination-list + .pagination-btn {
    margin-left: 10px;
}

.mobile .header-bar {
    position: relative;
    height: 44px;
    padding: 0 16px;
}

.mobile .header-bar .title {
    font-size: 18px;
    line-height: 44px;
    text-align: center;
}

.mobile .header-bar .back-btn {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
}

.mobile .video-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.mobile .search-container {
    background-color: #f7fbfe;
}

.mobile .search-container .search {
    width: 100%;
    height: 40px;
}

.mobile .search-container .search-btn {
    width: 120px;
}

.mobile .article-title {
    font-size: 24px;
}

.mobile .artextra {
    font-size: 12px;
    color: #929292;
    line-height: 20px;
}

.video-network {
    margin: 0 auto;
    width: 80%;
    padding-top: 56.25%;
    position: relative;
}

.video-network iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.web .list-title-bar::after {
    height: 3px;
}
.web .list-title-bar .tit {
    min-width: 150px;
    padding-left: 24px;
    padding-right: 56px;
    border-top-right-radius: 60px;
    height: 40px;
    font-size: 20px;
    line-height: 40px;
}

.mobile .list-title-bar::after {
    height: 1px;
}
.mobile .list-title-bar .tit {
    min-width: 90px;
    padding-right: 26px;
    border-top-right-radius: 40px;
    height: 32px;
    font-size: 16px;
    line-height: 32px;
}

.web .contact .site-footer {

}

.web .contact .site-footer dl {
    margin-bottom: 2rem;
}

.web .contact .site-footer dl:last-child {
    margin-bottom: 0;
}

.web .contact .site-footer .sp {
    margin: 0 0.5rem;
}

.mobile .copyright {
    border-top: 1px solid #EAEAEA;
    padding: 1.5rem 1rem;
    color: #C8C8C8;
}
.mobile .copyright p {
    margin-bottom: 0.5rem;
}

.article-options {
    color: #686868;
    font-size: 16px;
    line-height: 36px;
}

.article-options .article-options-item {
    display: flex;
}
.article-options .article-options-item .article-options-item-title {
    width: 64px;
    text-align: right;
    display: flex;
    justify-content: space-between;
}
