@charset "UTF-8";
html { color: #666666; }

:root { scroll-behavior: unset; }

ul { padding-left: 0; margin-bottom: 0; }
ul li { list-style: none; }
ul li::marker { display: none; }

p { margin: 0; }

.img-cover-4by3 { height: 0; width: 100%; padding-bottom: 75%; overflow: hidden; position: relative; }

.img-cover-3by2 { height: 0; width: 100%; padding-bottom: 66.667%; overflow: hidden; position: relative; }

.img-cover img { max-width: 100%; max-height: 100%; position: absolute; margin: auto; top: 0; bottom: 0; left: 0; right: 0; }

.abs-center { margin: auto; left: 0; right: 0; top: 0; bottom: 0; position: absolute; }

.over-line-2 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.over-line-3 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.over-line-5 { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: attr(data-line); overflow: hidden; }

.text-justify { text-align: justify !important; text-align-last: justify; }

.object-fit-cover { -o-object-fit: cover; object-fit: cover; }

.object-fit-contain { -o-object-fit: contain; object-fit: contain; }

.object-fit-scaleDown { -o-object-fit: scale-down; object-fit: scale-down; }

a:focus { outline: none; }

.ratio-2x3 { --bs-aspect-ratio: calc(2 / 3 * 100%); --mdb-aspect-ratio: calc(2 / 3 * 100%); }

.ratio-3x2 { --bs-aspect-ratio: calc(3 / 2 * 100%); --mdb-aspect-ratio: calc(3 / 2 * 100%); }

.ratio-3x4 { --bs-aspect-ratio: calc(4 / 3 * 100%); --mdb-aspect-ratio: calc(4 / 3 * 100%); }

.ratio-8x3 { --mdb-aspect-ratio: calc(3 / 8 * 100%); --bs-aspect-ratio: calc(3 / 8 * 100%); }

.vertical-txt { writing-mode: vertical-rl; }

.nopic { background-color: #f8f8f8; color: #bcbcbc; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.nopic p:nth-child(1) { font-size: 130%; }

/*滚动条样式*/
@media screen and (-webkit-min-device-pixel-ratio: 0) { ::-webkit-scrollbar { width: 5px; height: 8px; }
  ::-webkit-scrollbar-track:enabled { background-color: #999999; }
  ::-webkit-scrollbar-thumb:vertical { background-color: var(--theme-color); border-radius: 30px; }
  ::-webkit-scrollbar-thumb:horizontal { background-color: var(--theme-color); border-radius: 30px; } }
.m-scroll::-webkit-scrollbar { /*滚动条整体样式*/ width: 5px; /*高宽分别对应横竖滚动条的尺寸*/ height: 3px; }

.m-scroll::-webkit-scrollbar-thumb { /*滚动条里面小方块*/ border-radius: 10px; box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); background: var(--theme-red); }

.m-scroll::-webkit-scrollbar-track { /*滚动条里面轨道*/ box-shadow: inset 0 0 2.5px rgba(0, 0, 0, 0.1); border-radius: 5px; background: #ededed; }

a { color: #333333; text-decoration: none; }
a:hover { text-decoration: none; color: var(--theme-color); }
a:focus { outline: none !important; }

.w-next, .w-prev { cursor: pointer; z-index: 2; width: 40px; height: 40px; margin: auto; top: 0; bottom: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.w-next { right: 0; }

.w-prev { left: 0; }

.de-page-mian .page-inner { padding: 1.5rem 0; display: flex; align-items: center; justify-content: center; }
.de-page-mian .page-inner a { position: relative; display: block; padding: .5rem .75rem; line-height: 1.25; color: #666; background-color: #e2e2e2; margin: 2px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.de-page-mian .page-inner a:hover, .de-page-mian .page-inner a.active { background-color: var(--theme-color); color: #fff; }
.de-page-mian .page-inner a.prev::after { content: '<'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner a.next::after { content: '>'; font-family: "宋体",SimSun; color: CurrentColor; font-weight: bold; }
.de-page-mian .page-inner span, .de-page-mian .page-inner input, .de-page-mian .page-inner a.page-btn { display: none; }

.glightbox-clean .gdesc-inner, .glightbox-modern .gdesc-inner { padding: 12px !important; }

.glightbox-clean .gslide-title, .glightbox-modern .gslide-title { margin-bottom: 0 !important; text-align: center !important; }

@media (min-width: 1680px) { .container-xl, .container-xxl { max-width: 1644px; } }
body { --theme-red:#d51e07; --theme-color: #85191d; background: url("../Image/bg.jpg") bottom center no-repeat #f5f5f5; }

#imgConac { width: 105px; }

.header .header-top { background: url("../Image/header-bg.jpg") center no-repeat #f5f5f5; }
.header .header-top .logo { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: relative; z-index: 11; max-width: 45%; }
@media (min-width: 992px) { .header .header-top .logo { max-width: 30%; } }
.header .header-top .header-xiaoxun { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; max-width: 30vw; }
@media (max-width: 1200px) { .header .header-top .header-xiaoxun { max-width: 25vw; } }
@media (max-width: 575px) { .header .header-top .header-xiaoxun { max-width: 30vw; } }
.header .header-top .header-xiaoxun .swiper-xiaoxun .swiper-slide { opacity: 0 !important; }
.header .header-top .header-xiaoxun .swiper-xiaoxun .swiper-slide.swiper-slide-active { opacity: 1 !important; }
.header .header-top .header-search { position: relative; width: 20vw; }
@media (min-width: 992px) { .header .header-top .header-search { width: 30vw; } }
@media (min-width: 1200px) { .header .header-top .header-search { width: 23vw; } }
.header .header-top .header-search .input-icon { width: 26px; height: 26px; position: absolute; margin: auto; top: 0; bottom: 0; left: 10px; }
.header .header-top .header-search .input-icon svg { display: block; max-width: 100%; max-height: 100%; }
.header .header-top .header-search .input-icon svg path { fill: var(--theme-color); }
.header .header-top .header-search .search-input { flex: 1; background-color: #fcfbf9; border: 1px solid #e4e2e1; border-radius: 3px 0 0 3px; border-right: none; padding: 5px; padding-left: 45px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; line-height: 34px; font-size: 14px; }
.header .header-top .header-search .search-input:focus { border-color: var(--theme-color); outline: none; }
.header .header-top .header-search .search-submit { display: block; background: #85191d; display: block; border: none; color: #fff; font-size: 14px; padding: 0 26px; border-radius: 0 3px 3px 0; }
.header .header-nav { background-color: #85191d; position: relative; z-index: 2; }
.header .header-nav li { flex: 1; }
.header .header-nav li > a { text-align: center; position: relative; z-index: 2; color: #ffffff; font-size: 20px; display: block; line-height: 70px; }
@media (max-width: 991.98px) { .header .header-nav li > a { font-size: 16px; line-height: 56px; } }
@media (max-width: 991.98px) { .header .header-nav li > a { font-size: 16px; line-height: 56px; } }
.header .header-nav li > a span { position: relative; z-index: 2; }
.header .header-nav li > a::after { content: ""; position: absolute; left: 100%; width: 0; height: 100%; bottom: 0; transition: 0.2s all linear; background-color: #711519; }
.header .header-nav li .sub-nav { position: absolute; width: 100%; left: 0; top: 100%; display: none; }
.header .header-nav li .sub-nav .sub-nav-wrap { background: url("../Image/dropdown_bg.png") right center no-repeat, url("../Image/dropdown_bg_2.jpg") center/cover no-repeat; -webkit-box-shadow: 0 0 15px rgba(39, 39, 39, 0.05); -moz-box-shadow: 0 0 15px rgba(39, 39, 39, 0.05); box-shadow: 0 0 15px rgba(39, 39, 39, 0.05); margin: auto; width: 100%; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 0; padding: 3% 0; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-name { font-size: 22px; color: #85191d; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-name::after { content: ''; display: block; width: 1rem; height: 2px; background-color: var(--theme-color); margin: 1rem 0; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-desc { color: #666666; font-size: 15px; line-height: 2; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-more { font-size: 15px; color: #85191d; line-height: 2; display: inline-block; margin-top: 1.5rem; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd { margin-bottom: 0; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd svg { display: block; width: 10px; margin-right: 5px; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.header .header-nav li .sub-nav .sub-nav-wrap .sub-nav-list dd a:hover { color: var(--theme-color); }
.header .header-nav li.on > a:after, .header .header-nav li:hover > a:after { width: 100%; left: 0; }
.header .header-nav li:hover ~ li > a::after { left: 0; }
.header .header-nav li:hover .sub-nav .sub-nav-wrap { opacity: 1; }

.noscroll { height: 100vh; overflow: hidden; }

.menu-icon { width: 60px; height: 60px; color: var(--theme-color); position: relative; cursor: pointer; z-index: 11; }
.menu-icon span { position: absolute; width: 50%; height: 2px; color: var(--theme-color); background-color: CurrentColor; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; margin: auto; left: 0; right: 0; top: 0; bottom: 0; }
.menu-icon span::before, .menu-icon span::after { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; position: absolute; content: ''; display: block; width: 100%; height: 2px; background-color: CurrentColor; }
.menu-icon span::before { top: 600%; }
.menu-icon span::after { bottom: 600%; }
.menu-icon.open span { background-color: unset; }
.menu-icon.open span::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); top: 0; }
.menu-icon.open span::after { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); bottom: 0; }
@media (max-width: 575.98px) { .menu-icon { right: 0; width: 56px; height: 56px; top: 0; bottom: 0; }
  .menu-icon span::before { top: 500%; }
  .menu-icon span::after { bottom: 500%; } }

.mobile-nav { overflow: hidden; position: fixed; width: 100vw; height: 100vh; z-index: 10; background: #ffffff; top: 0; left: 0; padding: 60px; overflow-y: scroll; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }
@media (max-width: 575.98px) { .mobile-nav { padding: 60px 0 20px; } }
.mobile-nav .nav-wrap { height: 100%; overflow-y: scroll; padding: 1.5rem 20px 0; }
.mobile-nav .nav-wrap dl { border-bottom: 1px dashed rgba(0, 0, 0, 0.1); padding: .5rem; margin-bottom: 0; }
.mobile-nav .nav-wrap dl dt { font-weight: normal; position: relative; }
.mobile-nav .nav-wrap dl dt.has-child::before, .mobile-nav .nav-wrap dl dt.has-child::after { content: ''; display: block; position: absolute; width: 12px; height: 0; border-bottom: 1px solid #999999; -webkit-transform-origin: right center; -moz-transform-origin: right center; -ms-transform-origin: right center; -o-transform-origin: right center; transform-origin: right center; -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; right: 0; margin: auto; top: 0; bottom: 0; }
.mobile-nav .nav-wrap dl dt.has-child::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.mobile-nav .nav-wrap dl dt.has-child::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav .nav-wrap dl dt a { font-size: 18px; color: #000000; line-height: 2; display: block; width: 90%; }
.mobile-nav .nav-wrap dl dd { margin-bottom: 0; display: none; }
.mobile-nav .nav-wrap dl dd .child-nav { border-top: 1px solid rgba(0, 0, 0, 0.05); margin-top: 5px; padding-top: 5px; }
.mobile-nav .nav-wrap dl dd .child-nav li { padding-left: 10px; }
.mobile-nav .nav-wrap dl dd .child-nav li > a { font-size: 16px; color: #333333; }
.mobile-nav .nav-wrap dl dd .child-nav li > a:hover { color: var(--theme-color); }
.mobile-nav .nav-wrap dl dd .child-nav li .children a { color: #666666; line-height: 2; font-size: 14px; }
.mobile-nav .nav-wrap dl dd .child-nav li .children a:hover { color: var(--theme-color); }
.mobile-nav .nav-wrap dl.active dt.has-child::before { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.mobile-nav .nav-wrap dl.active dt.has-child::after { -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.open-menu ~ .mobile-nav { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); }

.open-menu .header-top .logo { position: fixed; top: 18px; }
.open-menu .header-top .menu-icon { position: fixed; right: 10px; top: 10px; }

.crumbs svg { width: 20px; height: 20px; display: inline-block; vertical-align: middle; }
.crumbs span { vertical-align: middle; }

.sbanner { height: 400px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (max-width: 992.98px) { .sbanner { height: 360px; } }
@media (max-width: 767.98px) { .sbanner { height: 300px; } }
@media (max-width: 575.98px) { .sbanner { height: 150px; } }

.swiper-focus { --swiper-navigation-color: #fff; --swiper-pagination-color: #fff; --swiper-pagination-bullet-inactive-color:#ffffff; }
.swiper-focus .item .item-wrap { display: block; position: relative; }
@media (max-width: 1679.98px) { .swiper-focus .item .item-wrap .ratio { --mdb-aspect-ratio: calc(9/16*100%); } }
@media (max-width: 1199.98px) { .swiper-focus .item .item-wrap .ratio { --mdb-aspect-ratio: calc(2/3*100%); } }
@media (max-width: 767.98px) { .swiper-focus .item .item-wrap .ratio { --mdb-aspect-ratio: 56.25%; } }
.swiper-focus .item .item-wrap .item-bottom { position: absolute; width: 100%; bottom: 0; left: 0; background-color: rgba(133, 25, 29, 0.8); color: #ffffff; }
.swiper-focus .item .item-wrap .item-bottom .item-title { width: 80%; }
.swiper-focus .item .item-wrap .item-bottom .item-title svg { display: inline-block; width: 10px; height: 10px; }
.swiper-focus .item .item-wrap .item-bottom .item-title svg path { fill: #ffffff; }
@media (max-width: 575.98px) { .swiper-focus .item .item-wrap .item-bottom .item-title { font-size: 14px; } }
.swiper-focus .focus-news-pagination { position: absolute; width: 100%; bottom: 0; display: flex; justify-content: end; z-index: 33; align-items: center; height: 42px; padding-right: 20px; }
.swiper-focus .focus-news-pagination .swiper-pagination-bullet { width: 12px; height: 4px; border-radius: 0; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
@media (min-width: 992px) { .swiper-focus .focus-news-pagination { height: 56px; } }
@media (max-width: 991.98px) { .swiper-focus .focus-news-pagination { padding-right: 10px; }
  .swiper-focus .focus-news-pagination .swiper-pagination-bullet { width: 10px; height: 3px; } }

.index-box { padding: 20px 40px; background-color: rgba(255, 255, 255, 0.502); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05); }
.index-box .box-head .head-name .cn-name { font-size: 30px; color: var(--theme-color); }
.index-box .box-head .head-name .en-name { line-height: 1.2; font-size: 13px; color: #666666; text-transform: uppercase; padding-left: 5px; }
.index-box .box-head .head-more a { color: #666666; font-size: 14px; }
.index-box .box-head .head-more a span { display: inline-block; vertical-align: middle; }
.index-box .box-head .head-more a i { margin-left: 5px; display: inline-block; vertical-align: middle; width: 0; height: 0; border: 5px solid transparent; border-left-color: var(--theme-color); -webkit-transition: transform .3s; -moz-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.index-box .box-head .head-more a:hover { color: var(--theme-color); }
.index-box .box-head .head-more a:hover i { -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }
.index-box.no-bg { background: none; padding: 0; box-shadow: none; }
@media (max-width: 1199.98px) { .index-box .box-head .head-name .cn-name { font-size: 24px; }
  .index-box .box-head .head-name .en-name { font-size: 12px; } }
@media (max-width: 575.98px) { .index-box { padding: 10px 13px; }
  .index-box .box-head .head-name .cn-name { font-size: 22px; } }

.box-bg { background-color: rgba(255, 255, 255, 0.502); box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05); }

.footer { background-color: rgba(255, 255, 255, 0.4); }
.footer .footer-nav { background-color: #85191d; }
.footer .footer-nav li { flex: 1; text-align: center; position: relative; }
.footer .footer-nav li a { position: relative; z-index: 2; color: #ffffff; font-size: 20px; display: block; line-height: 70px; }
.footer .footer-nav li::after { content: ""; position: absolute; left: 100%; width: 0; height: 100%; bottom: 0; transition: 0.2s all linear; background-color: #711519; }
.footer .footer-nav li:hover:after { width: 100%; left: 0; }
.footer .footer-nav li:hover ~ li::after { left: 0; }
@media (max-width: 991.98px) { .footer .footer-nav li { flex: 0 auto; width: 25%; }
  .footer .footer-nav li a { font-size: 16px; line-height: 56px; } }
@media (max-width: 575.98px) { .footer .footer-nav li a { font-size: 14px; line-height: 42px; } }
.footer .footer-middle .footer-box .box-head { margin-bottom: 1rem; }
.footer .footer-middle .footer-box .box-head .head-name { font-size: 18px; color: #000000; }
.footer .footer-middle .footer-box .fav-link-box a { line-height: 2.5; font-size: 15px; color: #666666; }
.footer .footer-middle .footer-box .fav-link-box a:hover { color: #333333; }
.footer .footer-middle .footer-box .contact-box { line-height: 2.5; font-size: 15px; color: #666666; }
.footer .footer-middle .footer-box .qrcode { width: 105px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11); }
.footer .footer-middle .footer-box .qrcode img { width: 100%; height: 100%; }
@media (min-width: 1400px) { .footer .footer-middle .footer-box.footer-contact { padding-left: 15%; position: relative; }
  .footer .footer-middle .footer-box.footer-contact::before, .footer .footer-middle .footer-box.footer-contact::after { content: ''; display: block; position: absolute; margin: auto; height: 75%; top: 0; bottom: 0; border-left: 1px dashed #9f9f9f; }
  .footer .footer-middle .footer-box.footer-contact::before { left: 0; }
  .footer .footer-middle .footer-box.footer-contact::after { right: 0; }
  .footer .footer-middle .footer-box.footer-qrcode { padding-left: 15%; } }
.footer .copyright span { display: inline-block; }
.footer .copyright a:hover { color: #000000; }

.news-list li a .news-time { color: #a6a6a6; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.news-list li a .news-title { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; padding-left: 8px; color: #3d3d3d; }
.news-list li a:hover .news-time { color: #666666; }
.news-list li a:hover .news-title { color: var(--theme-color); }

.news-list-2 { border-top: 1px solid #edecec; }
.news-list-2 .news-item { border-bottom: 1px solid #e1e1e0; padding: 1rem 0; }
.news-list-2 .news-item:last-child { border-bottom: none; }
.news-list-2 .news-item .news-time { width: 60px; text-align: center; }
.news-list-2 .news-item .news-time .time-day { font-size: 32px; color: #333333; line-height: 1; }
@media (max-width: 1199.98px) { .news-list-2 .news-item .news-time .time-day { font-size: 24px; } }
.news-list-2 .news-item .news-time .time-month { font-size: 12px; color: #999999; line-height: 2; }
.news-list-2 .news-item .news-title { width: calc(100% - 60px); padding-left: 1rem; margin-left: 1rem; border-left: 1px solid #EEEEEE; color: #666666; }

@media (min-width: 992px) { .style-primary .item-caption { padding: 2rem !important; } }
.style-primary .item-caption .item-foot { color: #999999; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; }
.style-primary .item-caption .item-foot:hover { color: #666666; }
.style-primary .item-caption .item-foot .item-more { color: currentColor; font-size: 14px; }
.style-primary .item-caption .item-foot .item-time { color: currentColor; font-size: 14px; }
.style-primary .item-caption .item-foot .item-time svg { width: 18px; height: auto; display: inline-block; vertical-align: middle; }
.style-primary .item-caption .item-foot .item-time svg path { fill: CurrentColor; }
.style-primary .item-caption .item-foot .item-time span { vertical-align: middle; }

.news-list-3 { padding: 20px 40px; }
.news-list-3 .news-item { padding: 0.625rem 0; }
.news-list-3 .news-item .news-title { line-height: 2.5; color: #333333; }
.news-list-3 .news-item .news-time { display: flex; position: relative; margin-top: 5px; }
.news-list-3 .news-item .news-time span { color: #999999; font-size: 14px; font-style: italic; }
.news-list-3 .news-item .news-time::after { flex: 1; display: block; content: ''; vertical-align: middle; height: 0; border-bottom: 1px solid #e4e4e4; position: absolute; margin: auto; top: 0; bottom: 0; right: 0; width: calc(100% - 100px); }
@media (max-width: 1399.98px) { .news-list-3 { padding: 10px 20px; }
  .news-list-3 .news-item { padding: .225rem 0; } }

.index-video { padding: 40px; }
@media (max-width: 991.98px) { .index-video { padding: 30px; } }
@media (max-width: 767.98px) { .index-video { padding: 20px; } }
@media (max-width: 575.98px) { .index-video { padding: 15px; } }
.index-video .video-content { line-height: 30px; color: #666666; }
.index-video .video-more span { vertical-align: middle; }
.index-video .video-more::after { content: ''; display: inline-block; vertical-align: middle; width: 3rem; height: 0; border-bottom: 1px solid var(--theme-color); }

.list-container { padding: 3% 0; margin-top: -5%; }

.news-list-4 .news-item { border-bottom: 1px solid #e9e9e9; }
.news-list-4 .news-item .news-time { width: 80px; margin-right: 15px; text-align: center; }
.news-list-4 .news-item .news-time .day { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 36px; }
.news-list-4 .news-item .news-time .year-month { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.news-list-4 .news-item .news-info { flex: 0 auto; width: calc(100% - 150px); padding-right: 5%; }
.news-list-4 .news-item .news-info .news-title { display: block; -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; font-size: 20px; }
.news-list-4 .news-item .news-info .news-content { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.news-list-4 .news-item .news-more { width: 40px; }
.news-list-4 .news-item .news-more a { -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; display: block; width: 40px; height: 40px; position: relative; background: #dddddd; }
.news-list-4 .news-item .news-more a svg { position: absolute; margin: auto; top: 0; bottom: 0; right: 0; left: 0; display: block; width: 50%; height: 50%; }
.news-list-4 .news-item .news-more a svg path { fill: #ffffff; }
@media (max-width: 767.98px) { .news-list-4 .news-item .news-time { width: 60px; }
  .news-list-4 .news-item .news-time .day { font-size: 26px; }
  .news-list-4 .news-item .news-time .year-month { font-size: 12px; }
  .news-list-4 .news-item .news-info { width: calc(100% - 100px); }
  .news-list-4 .news-item .news-info .news-title { font-size: 16px; }
  .news-list-4 .news-item .news-more { width: 30px; }
  .news-list-4 .news-item .news-more a { width: 30px; height: 30px; } }
.news-list-4 .news-item:hover .news-time .day, .news-list-4 .news-item:hover .news-time .year-month { color: var(--theme-color); }
.news-list-4 .news-item:hover .news-more a { background: var(--theme-color); }
.news-list-4.notime .news-item .news-time { display: none; }
.news-list-4.notime .news-item .news-info { width: calc(100% - 80px); }
@media (max-width: 767.98px) { .news-list-4.notime .news-item .news-info { width: calc(100% - 40px); padding-right: 0; } }

.box .box-head { padding: 0 30px; border-bottom: 1px solid #e5e5e5; }
@media (max-width: 575.98px) { .box .box-head { padding: 0 20px; } }
@media (max-width: 480.98px) { .box .box-head { padding: 0 10px; } }
.box .box-head .head-name { position: relative; padding: 15px; }
.box .box-head .head-name::before { content: ''; width: 4px; height: 28px; background-color: var(--theme-color); position: absolute; margin: auto; top: 0; bottom: 0; left: 0; border-radius: 30px; }
.box .box-head .head-name .cn-name { font-size: 28px; color: var(--theme-color); }
@media (max-width: 767.98px) { .box .box-head .head-name .cn-name { font-size: 24px; } }
@media (max-width: 575.98px) { .box .box-head .head-name .cn-name { font-size: 20px; } }
.box .box-head .head-name .en-name { line-height: 1.2; font-size: 13px; color: #666666; text-transform: uppercase; padding-left: 5px; }
@media (max-width: 575.98px) { .box .box-head .head-name { padding: 12px; }
  .box .box-head .head-name .cn-name { font-size: 20px; }
  .box .box-head .head-name .en-name { font-size: 12px; }
  .box .box-head .head-name::before { height: 20px; width: 3px; } }
@media (max-width: 480.98px) { .box .box-head .head-name { padding: 12px; }
  .box .box-head .head-name .cn-name { font-size: 18px; }
  .box .box-head .head-name::before { height: 20px; width: 3px; } }

.channel-nav ul li { position: relative; }
.channel-nav ul li::after { content: ''; position: absolute; display: block; width: 100%; bottom: -1px; left: 0; right: 0; margin: auto; height: 2px; background-color: var(--theme-color); -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s; -webkit-transform: scaleX(0); -moz-transform: scaleX(0); -ms-transform: scaleX(0); -o-transform: scaleX(0); transform: scaleX(0); }
.channel-nav ul li a { font-size: 20px; display: block; position: relative; }
@media (max-width: 767.98px) { .channel-nav ul li a { font-size: 16px; } }
@media (max-width: 575.98px) { .channel-nav ul li a { font-size: 14px; } }
.channel-nav ul li.on::after, .channel-nav ul li:hover::after { -webkit-transform: scaleX(1); -moz-transform: scaleX(1); -ms-transform: scaleX(1); -o-transform: scaleX(1); transform: scaleX(1); width: 100%; }
.channel-nav ul li.on a, .channel-nav ul li:hover a { color: var(--theme-color); }

.content-row { margin: -15px; }
.content-row .content-main { padding: 15px; width: 100%; }
@media (min-width: 992px) { .content-row .content-main { flex: 0 auto; width: calc(100% - 300px); } }
.content-row .content-main .article-content { line-height: 2; }
.content-row .content-main .article-content img { max-width: 100%; }
.content-row .sidebar { padding: 15px; flex: 0 auto; width: 300px; }
@media (max-width: 1199.98px) { .content-row { margin: -10px; }
  .content-row .content-main { padding: 10px; }
  .content-row .sidebar { padding: 10px; } }
.content-row .widget-box { position: sticky; top: 0; }

.widget-box .box-head { padding: 15px 30px; background-color: var(--theme-color); position: relative; }
.widget-box .box-head::before { content: ''; position: absolute; background: url("../Image/wiget-head-bg.png") center/contain no-repeat; width: 66px; height: 100%; right: 0; top: 0; }
.widget-box .box-head .head-name { position: relative; color: #ffffff; z-index: 2; }
.widget-box .box-head .head-name .cn-name { font-size: 28px; }
.widget-box .box-head .head-name .en-name { line-height: 1.2; font-size: 12px; text-transform: uppercase; padding-left: 5px; opacity: .5; }
.widget-box .category-nav { padding: 10px 40px 30px; background-color: #fff; }
@media (max-width: 1199.98px) { .widget-box .category-nav { padding: 10px 20px 20px; } }
.widget-box .category-nav li { border-bottom: 1px solid #efefef; position: relative; }
.widget-box .category-nav li a { line-height: 2; display: block; font-size: 20px; padding: 10px 0; }
.widget-box .category-nav li a i { position: absolute; display: block; width: 10px; height: 1px; margin: auto; top: 0; bottom: 0; right: 10px; -webkit-transition: transform .3s,color .3s,opacity .3s; -moz-transition: transform .3s,color .3s,opacity .3s; -ms-transition: transform .3s,color .3s,opacity .3s; -o-transition: transform .3s,color .3s,opacity .3s; transition: transform .3s,color .3s,opacity .3s; opacity: .5; }
.widget-box .category-nav li a i::before, .widget-box .category-nav li a i::after { content: ''; display: block; position: absolute; width: 100%; height: 100%; right: 0; top: 0; bottom: 0; -webkit-transform-origin: right; -moz-transform-origin: right; -ms-transform-origin: right; -o-transform-origin: right; transform-origin: right; background: currentColor; }
.widget-box .category-nav li a i::before { -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }
.widget-box .category-nav li a i::after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }
.widget-box .category-nav li.on a, .widget-box .category-nav li:hover a { color: var(--theme-color); }
.widget-box .category-nav li.on a i, .widget-box .category-nav li:hover a i { opacity: 1; -webkit-transform: translateX(3px); -moz-transform: translateX(3px); -ms-transform: translateX(3px); -o-transform: translateX(3px); transform: translateX(3px); }

.news-thumb-list .news-item .news-img { display: block; }
.news-thumb-list .news-item .news-img img { -webkit-transition: transform .5s; -moz-transition: transform .5s; -ms-transition: transform .5s; -o-transition: transform .5s; transition: transform .5s; }
.news-thumb-list .news-item .news-info .news-title { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; display: block; color: #000; line-height: 2; }
@media (min-width: 1200px) { .news-thumb-list .news-item .news-info .news-title { font-size: 18px; } }
@media (min-width: 1680px) { .news-thumb-list .news-item .news-info .news-title { font-size: 20px; } }
.news-thumb-list .news-item .news-info .news-content { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; font-size: 14px; }
@media (min-width: 768px) { .news-thumb-list .news-item .news-info .news-content { margin: .5rem 0; } }
.news-thumb-list .news-item .news-info .news-time { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; color: #999999; }
.news-thumb-list .news-item .news-info .news-time svg { -webkit-transition: color .3s; -moz-transition: color .3s; -ms-transition: color .3s; -o-transition: color .3s; transition: color .3s; display: inline-block; vertical-align: middle; width: 16px; height: 16px; margin-right: 5px; }
.news-thumb-list .news-item .news-info .news-time svg path { fill: currentColor; }
@media (max-width: 767.98px) { .news-thumb-list .news-item .news-info .news-time { font-size: 12px; }
  .news-thumb-list .news-item .news-info .news-time svg { width: 14px; height: 14px; } }
.news-thumb-list .news-item:hover .news-img img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); }
.news-thumb-list .news-item:hover .news-info .news-title { color: var(--theme-color); }
.news-thumb-list .news-item:hover .news-info .news-content, .news-thumb-list .news-item:hover .news-info .news-time { color: #666666; }

.news-detail .news-meta { font-size: 14px; color: #999999; margin-top: .5rem; }
.news-detail .news-meta svg { display: inline-block; vertical-align: middle; width: 16px; height: 16px; }
.news-detail .news-meta svg path { fill: #999999; }
.news-detail .news-meta span { vertical-align: middle; }
.news-detail .news-img { margin: 0 auto 1rem; }
.news-detail .news-img img { max-width: 100%; display: block; margin: 0 auto; }
@media (min-width: 992px) { .news-detail .news-img { width: 80%; } }
@media (min-width: 1680px) { .news-detail .news-img { width: 60%; } }
.news-detail .news-content { line-height: 2; }
.news-detail .news-content img { max-width: 100%; }
.news-detail .news-content > p { margin-bottom: .5rem; }
@media (min-width: 1400px) { .news-detail .news-content > p { margin-bottom: 1rem; } }
.news-detail .news-content > p > img { display: block; margin: 0 auto; }
.news-detail .newsPage { border-top: 1px dashed #eee; padding-top: 0.5rem; }
.news-detail .newsPage .page-a { line-height: 2; margin: 0.5rem 0; }

@media (max-width: 1399.98px) { .leader-list .leader-item .item-img .ratio-4x3 { --mdb-aspect-ratio:calc(9/16 * 100%); } }
.leader-list .leader-item .item-info .item-title { font-size: 22px; color: var(--theme-color); }
.leader-list .leader-item .item-info .item-title::after { content: ''; display: block; width: 2rem; height: 2px; background-color: var(--theme-color); margin: .725rem 0; }
.leader-list .leader-item .item-info .item-content { line-height: 2; }
@media (min-width: 1400px) and (max-width: 1679.98px) { .leader-list .leader-item .item-info .item-content { height: 170px; } }
@media (max-width: 991.98px) { .leader-list .leader-item .item-info .item-content { font-size: 14px; } }
