@charset "utf-8";
/*Open Sans字体*/

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans-2-webfont.woff2') format('woff2'),
         url('../fonts/open-sans-2-webfont.woff') format('woff');
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
}
.bg-huise {
    background: #f8f8f8;
	padding: 60px 0;
}
:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;

}
:root {
    --primary-color1: #07358d;
    --primary-dark: #000000;
    --title-color1: #061421;
    --text-color1: #333;
    --white: #ffffff;
	--font-work-sans:Open Sans,Arial,Microsoft Yahei;
	--swiper-navigation-color: #07358d; --swiper-pagination-color: #07358d;/*Swiper按钮颜色*/
}

::-moz-selection {
    color: var(--white);
    background: var(--primary-color1);
}

::selection {
    color: var(--white);
    background: var(--primary-color1);
}

h1 {
    font-size: 1.875rem;
    color: var(--title-color1);
    font-family: var(--font-exo2);
}

@media (min-width: 1400px){
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1350px;
    width: 1350px;
}
}

html {
    font-size: 100%;
    scroll-behavior: smooth;
}


@media(min-width:1200px) and (max-width:1399px) {
    html {
        font-size: 97%;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    html {
        font-size: 95%;
    }
}

@media(min-width:768px) and (max-width:991px) {
    html {
        font-size: 90%;
    }
	
}

@media(min-width:576px) and (max-width:768px) {
    html {
        font-size: 90%;
    }
}

@media(max-width:576px) {
    html {
        font-size: 88%;
    }
	.tongji ul{text-align:center;}
}

body {
    font-family: var(--font-work-sans);
    color: #000;
    background:#fff;
    font-size: 15px;
    margin: 0;
    line-height: 28px;
}

.index-bg{background:#fff;padding-top: 35px;margin-top: -80px; z-index: 9999; position: relative;}

.bg-wight {
    background: var(--white);
}

.bg-dark {
    background: #020b0d!important;
}
.whitebg{background:#fff;padding:30px 0;}
.box1{box-shadow: 0 1px 10px rgb(0 0 0 / 15%)}
.border{border:1px solid #eaeaea;}
.border-radius{border-radius:16px;}
.padd15{padding:15px;}

.gd{font-size: 14px;font-weight: normal;float:right;margin-top:10px; color:#999;}
.gd i{font-size: 14px;color:#2a7fda;}

.icon-xian {
    display: block;
    width: 5px;
    height: 20px;
    background: #005bbc;
    border-radius: 0;
    position: absolute;
    left: 11px;
    top: 12px;
}

button {
    outline: none;
    border: none;
}




a {
    text-decoration: none;
	color:#333
}

a:hover {
    text-decoration: none;
	color:#07358d
    
}

a:focus {
    outline: 0 solid;
}

input:focus,textarea:focus,button:focus {
    outline: none;
}

i.bx {
    vertical-align: middle;
}


.topr{display:inline-block;    float: right;background: #00a0e9;padding:5px 10px 5px 15px;    border-radius: 20px;}
.set_k{   
	background: transparent;
    border-color: transparent;
    color: #fff;
    font-size: 17px;
}
.set_k option {
            padding: 8px!important;
	background:#2b6ad0;
	font-size: 14px;
        }

.issncn{
	color: #1d2088;
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
        margin: 0 0 10px;
}
.shoulu{overflow:hidden;
	display: inline-block;
	float: right;
	background: #fff;
	    padding: 10px 10px;
    border-radius: 10px;
	    width: 100%;
}
.shoulu li{
	background: url(../images/sltb.png) no-repeat 0 5px;
    padding-left: 21px;
    line-height: 22px;
    margin: 3px 0;
}
.w30{width:150px;}

.top_issn{
	font-size: 16px;
    line-height: 32px;
    display: flex;
    color: #fff;
    margin-top:55px;
    flex-direction: column;
    width: 118px;
	    float: left;

	
}
.top_issn span:first-of-type {
    border-bottom: 1px solid #fff;
}



.mb-240 {
    margin-bottom: 240px;
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-240 {
        margin-bottom: 210px;
    }
}

@media(max-width:991px) {
    .mb-240 {
        margin-bottom: 200px;
    }
}

.pt-120 {
    padding-top: 120px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-120 {
        padding-top: 90px;
    }
}

@media(max-width:991px) {
    .pt-120 {
        padding-top: 80px;
    }
}

.pt-90 {
    padding-top: 90px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pt-90 {
        padding-top: 70px;
    }
}

@media(max-width:991px) {
    .pt-90 {
        padding-top: 60px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

@media(max-width:991px) {
    .pb-90 {
        padding-bottom: 60px;
    }
}

.pb-90 {
    padding-bottom: 90px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

@media(max-width:991px) {
    .pb-90 {
        padding-bottom: 60px;
    }
}

.pb-120 {
    padding-bottom: 120px;
}

@media(min-width:992px) and (max-width:1199px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media(max-width:991px) {
    .pb-120 {
        padding-bottom: 80px;
    }
}

.pbb-120 {
    padding-top: 120px!important;
}

@media(min-width:992px) and (max-width:1199px) {
    .pbb-120 {
        padding-top: 90px!important;
    }
}

@media(max-width:991px) {
    .pbb-120 {
        padding-top: 80px!important;
    }
}

.pb-65 {
    padding-bottom: 65px;
}

.mt-120 {
    margin-top: 120px;
}

@media(min-width:992px) and (max-width:1199px) {
    .mt-120 {
        margin-top: 90px;
    }
}

@media(max-width:991px) {
    .mt-120 {
        margin-top: 80px;
    }
}

.mb-120 {
    margin-bottom: 120px;
}

@media(min-width:992px) and (max-width:1199px) {
    .mb-120 {
        margin-bottom: 90px;
    }
}

@media(max-width:991px) {
    .mb-120 {
        margin-bottom: 80px;
    }
}

.mb-100 {
    margin-bottom: 100px;
}

.sec-mb-100 {
    margin-bottom: 100px;
}

@media(max-width:991px) {
    .sec-mb-100 {
        margin-bottom: 40px;
    }
}

.pt-80 {
    padding-top: 80px;
}

.pt-30 {
    padding-top: 30px;
}

.pt-70 {
    padding-top: 70px;
}

.pt-50 {
    padding-top: 50px;
}

.pt-40 {
    padding-top: 40px;
}

.pt-20 {
    padding-top: 20px;
}

.pt-10 {
    padding-top: 10px;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-110 {
    padding-top: 110px;
}

.pe-80 {
    padding-right: 80px;
}

.pb-60 {
    padding-bottom: 60px;
}

.mb-60 {
    margin-bottom: 20px;
}

@media(max-width:767px) {
    .mb-60 {
        margin-bottom: 40px;
    }
}

.mb-70 {
    margin-bottom: 70px;
}

@media(max-width:767px) {
    .mb-70 {
        margin-bottom: 40px;
    }
}

.mb-80 {
    margin-bottom: 80px;
}

@media(max-width:767px) {
    .mb-80 {
        margin-bottom: 80px;
    }
}

.mb--70 {
    margin-bottom: 70px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-45 {
    margin-bottom: 45px;
}

.mb-35 {
    margin-bottom: 35px;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mt-10 {
    margin-top: 10px;
}

.mt-25 {
    margin-top: 25px;
}

.mt-40 {
    margin-top: 40px;
}



.mb-40 {
    margin-bottom: 40px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-25 {
    margin-bottom: 25px;
}

.mt-50 {
    margin-top: 50px;
}

.mb-10 {
    margin-bottom: 12px!important;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-60 {
    margin-top: 60px;
}

.mt-70 {
    margin-top: 70px;
}

@media(max-width:767px) {
    .mt-70 {
        margin-top: 40px;
    }
}

.mb-95 {
    margin-bottom: 95px;
}

.mb-90 {
    margin-bottom: 90px;
}

.select2-selection {
    height: 48px;
    border: 1px solid rgba(0,167,172,.12)!important;
    border-radius: 5px!important;
}

.select2-selection .select2-search__field {
    min-height: unset!important;
    min-height: 48px!important;
    max-height: 48px!important;
    padding: 17px 0!important;
    margin: 0!important;
}

.select2-selection .select2-selection__rendered {
    margin-bottom: 0;
}

.select2-selection .select2-selection__rendered .select2-selection__choice {
    padding: 10px 30px 10px 10px;
    background-color: rgba(0,167,172,.1);
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color1);
    border: unset;
}

.select2-selection .select2-selection__rendered .select2-selection__choice button {
    padding: 10px;
    background-color: transparent;
    border: none;
    border-right: unset;
    color: var(--title-color1);
    cursor: pointer;
    font-size: 1em;
    font-weight: 700;
    position: absolute;
    right: -30px;
    left: unset;
    top: 0;
    display: contents;
}

.select2-selection .select2-selection__rendered .select2-selection__choice button span {
    padding: 0;
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 14px;
    color: var(--title-color1);
}

.select2-selection .select2-selection__rendered .select2-selection__choice button:hover {
    background: 0 0;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
}

.select2-container--default .select2-selection--multiple {
    cursor: text;
    padding-bottom: 0;
    padding-right: 0;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: rgba(0,167,172,.1);
    color: var(--title-color1);
}

.select2-selection__rendered {
    white-space: nowrap;
    overflow-x: scroll;
}

.select2-selection__rendered::-webkit-scrollbar {
    display: none;
}

.select-jobtag {
    padding-right: 15px;
}

.select-jobtag .select2-selection {
    border: 1px solid #fff!important;
}

.index-onload {
    min-width: 100%;
    min-height: 100%;
    position: fixed!important;
    z-index: 999999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    overflow: hidden;
}

.section-title1 h2 {
    font-size: 1.5rem;
    /* font-weight: 700; */
    color: var(--title-color1);
    font-family: var(--font-exo2);
    line-height: 40px;
    margin-bottom: 20px;
    margin-top: 5px;
}

.section-title1 h2 span {
    color: var(--primary-color1);
    margin-left: 22px;
    font-weight: normal;
}

.section-title1 p {
    font-size: 1.125rem;
}



.lg-btn {
    padding: 2px 14px;
}

.primry-btn-1 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    display: flex;
    align-items: center;
    border: 1px solid #dfe9e5;
    background-color: var(--white);
    border-radius: 5px;
    position: relative;
    transition: .5s all ease;
    z-index: 1;
}

.primry-btn-1 svg {
    fill: var(--title-color1);
    margin-right: 8px;
    transition: .5s all ease;
}

.primry-btn-1::after {
    transition: .5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: #00a7ac;
    z-index: -1;
}

.primry-btn-1:hover {
    color: var(--white);
}

.primry-btn-1:hover svg {
    fill: var(--white);
}

.primry-btn-1:hover::after {
    transition: .5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.primry-btn-2 {
    font-size: 1rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-exo2);
    display: flex;
    align-items: center;
    border-radius: 5px;
    background-color: #00a7ac;
    position: relative;
    transition: .5s all ease;
    z-index: 1;
}

.primry-btn-2 svg {
    fill: var(--white);
    margin-left: 8px;
    /* margin-right: 8px; */
}

.primry-btn-2::before {
    transition: .5s all ease;
    position: absolute;
    border-radius: 5px;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: "";
    background-color: var(--title-color1);
    z-index: -1;
}

.primry-btn-2:hover {
    color: var(--white);
}

.primry-btn-2:hover svg {
    fill: var(--white);
}

.primry-btn-2:hover:before {
    transition: .5s all ease;
    left: 0;
    right: 0;
    opacity: .5;
}
/*手机版投稿图标*/
.show-menu .primry-btn-2 svg {
    margin-right: 8px;
}



.wrap{background: #eee;}
.wrap .navbar-header{padding: 4px 0;}
.wrap .navbar-header img{height: 28px;}

.journal-head{
	margin:0 0 100px;
	
}
.journal-head .journal-head-bg{padding: 40px 0 35px;}



.style-1 {
  width: 100%;
  overflow: hidden;
  align-items: center;
  
  /* 老浏览器兜底图 */
  background: url(../images/header-bg.png) no-repeat center top;
  
  /* 现代浏览器：自动加载 1倍/2倍高清图 
  background-image: image-set(
    url(../images/header-bg-1920.webp) 1x,
    url(../images/header-bg-3840.webp) 2x
  );
	*/

  /* 统一背景设置 */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: clamp(10px, 4vw, 20px); /* 上下 */
  /* padding-inline: clamp(16px, 4vw, 48px); 左右 */
}
.nav_en li{margin-right:15px!important;}
.nav_en .navlibg{margin-right:10px;}
.nav_en a{font-size:16px!important;font-weight: bold;}

@media(min-width:1400px) {
.mt10{}
}


.style-1.sticky .wrap {
    display:none;
}
.style-1.sticky .stickynone {
    display:none;
}
.style-1.sticky .header-main-logo {
    padding: 2px 0;
}
.style-1.sticky .article-search {
    margin-top: 40px;
}
.style-1.sticky .issn {
    display:none;
}
@keyframes smooth-header {
    0% {
        transform: translateY(-80px);
    }

    100% {
        transform: translateY(0px);
    }
}

.style-1.sticky .main-menu ul>li::before {
    /* top: -9px; */
}

.style-1.sticky .header-main-logo {
    /* display: none!important; */
    /* visibility: hidden!important; */
}

.style-1.sticky .header-logo {
    /* display: block!important; */
    /* visibility: visible!important; */
    /* padding: 0 110px; */
}

@media(max-width:1700px) {
    .style-1.sticky .header-logo {
        padding: 0 80px;
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .style-1.sticky .header-logo {
        padding: 0 38px;
    }
}

@media(max-width:1399px) {
    .style-1.sticky .header-logo {
        padding: 0 20px;
    }
}

@media(max-width:991px) {
    .style-1.sticky .header-logo {
        padding: 10px 3px;
    }
}

.style-1.sticky .top-bar {
    /* display: none!important; */
    /* visibility: hidden!important; */
}
/*
.style-1.sticky .menu-area {
    border-bottom: 1px solid #f1f1f1!important;
}
*/
.style-1 .header-main-logo {
    padding:clamp(32px, 7vh, 70px);
}
.style-1 .header-main-logo img{
    max-height: 130px;
}

@media(max-width:1700px) {
    .style-1 .header-main-logo {
        /* padding: 0 80px; */
    }
}

@media(min-width:1400px) and (max-width:1599px) {
    .style-1 .header-main-logo {
        /* padding: 0 50px; */
    }
}

@media(max-width:1399px) {
    .style-1{    padding-block: clamp(10px, 4vw, 10px);}
	.style-1 .header-main-logo {
       padding: clamp(24px, 7vh, 24px);
    }
	
}

.style-1 .mobile-logo-wrap img {
    max-width: 186px;
}






@media(max-width:991px) {
    .style-1 .menu-topbar-area .top-bar {
        display: none;
        visibility: hidden;
    }
}

@media(max-width:576px) {
    .style-1 .menu-topbar-area .top-bar {
        justify-content: center;
    }
}

.style-1 .menu-topbar-area .top-bar p {
    margin-bottom: 0;
    padding-left: 25px;
}

.style-1 .menu-topbar-area .top-bar p a {
    font-weight: 500;
    color: var(--primary-color1);
    padding-left: 5px;
}

@media(max-width:576px) {
    .style-1 .menu-topbar-area .top-bar p {
        display: none;
        visibility: hidden;
    }
}

.style-1 .menu-topbar-area .top-bar .top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 30px;
    position: relative;
    z-index: 9;
    padding: 3px 0;
}

/*头部分享*/
.social-area{
}

@media(max-width:991px) {
    .social-area {
        display: none;
        visibility: hidden;
    }
}

.social-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 15px;
}

.social-area ul li a {
    height: 26px;
    width: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ded586;
    background-color: transparent;
    border-radius: 50%;
    transition: .35s;
    opacity: .7;
}

.social-area ul li a i {
    color: #fff;
    transition: .35s;
}

.social-area ul li a:hover {
    background-color: #ded586;
    border-color: #ded586;
    opacity: 1;
}

.social-area ul li a:hover i {
    color: var(--white);
}

.style-1 .header-logo {
    padding: 10px 0;
}

@media(max-width:991px) {
    .style-1 .header-logo {
        width: 200px;
        padding: 10px 3px;
    }
}

.style-1 .header-logo img {
    /* min-width: 100%; */
    /* max-width: 100%; */
}

.style-1 .menu-close-btn i {
    color: var(--title-color1);
}

.style-1 .menu-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.style-1 .menu-area .header-logo {
    display: none;
    visibility: hidden;
}

@media(max-width:991px) {
    .style-1 .menu-area .header-logo {
        display: block;
        visibility: visible;
        /* padding-left: 20px; */
    }
}

.style-1 .menu-area .nav-right {
    gap: 24px;
}

@media(max-width:1500px) {
    .style-1 .menu-area .nav-right {
        gap: 15px;
    }
}

@media(max-width:991px) {
    .style-1 .menu-area .nav-right {
        justify-content: end!important;
    }
}

.style-1 .menu-area .nav-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 25px;
}

@media(max-width:1199px) {
    .style-1 .menu-area .nav-right ul {
        gap: 15px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .style-1 .menu-area .nav-right ul .lg-btn {
        padding: 8px 12px;
    }
}

.style-1 .menu-area .nav-right ul li .notifications-area {
    position: relative;
}

.style-1 .menu-area .nav-right ul li .notifications-area .notifacation-icon {
    height: 34px;
    width: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eff1f0;
    border-radius: 50%;
    cursor: pointer;
}

.style-1 .menu-area .nav-right ul li .notifications-area .notifacation-icon svg {
    fill: var(--primary-color1);
}

.style-1 .menu-area .nav-right ul li .notifications-area span {
    height: 12px;
    width: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--primary-color1);
    color: var(--white);
    font-size: 10px;
    font-family: var(--font-work-sans);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.style-1 .menu-area .nav-right ul li .dropdown-toggle::after {
    display: none;
    visibility: hidden;
}

.style-1 .menu-area .nav-right .mobile-menu-btn {
    display: none;
    visibility: hidden;
}

.style-1 .menu-area .nav-right .mobile-menu-btn i {
    color: #fff;
    font-size: 38px;
}

@media(max-width:991px) {
    .style-1 .menu-area .nav-right .mobile-menu-btn {
        display: block;
        visibility: visible;
    }
}

.style-1 .main-menu {
   
}

.style-1 .main-menu .mobile-menu-logo {
    display: none;
}

.style-1 .main-menu ul {
    list-style: none;
    margin: 0;
    padding: 0;
	z-index: 99;
}

.style-1 .main-menu ul>li {
    display: inline-block;
    position: relative;
    
    margin-right: 16px;
}

.navlibg{margin-right:16px;}

.menu-en{min-width: 255px!important;}

@media(min-width:992px) and (max-width:1420px) {
    .style-1 .main-menu ul>li {
        padding: 0 8px;
		margin-right: 0;
		
    }
	.navlibg{margin-right:0;}
	
	.nav_en li{padding:0 5px!important;}
}

.style-1 .main-menu ul>li:hover i {
    color: var(--title-color1);
    font-size: 20px;
}

.style-1 .main-menu ul>li a {
    font-size: clamp(14px, 4vw, 18px);
    display: block;
    padding-inline: clamp(1px, 4vw, 2px);
    transition: all .5s ease-out 0s;
    position: relative;
   
}

.style-1 .main-menu ul>li a span {
	border: 1px solid #5a7ab7;
	border-radius: 20px;
	padding: 3px 15px;
}
.style-1 .main-menu ul>li a span:hover {
	border: 1px solid #8a19d7;
}
.style-1 .main-menu-en ul>li a{/* padding: 14px 21px; */}

@media(max-width:1500px) {
    .style-1 .main-menu ul>li a {
        padding: 10px 10px;
    }
	.nav_en a{padding:0;}
}

@media(max-width:1442px) {
    .style-1 .main-menu ul>li a {
        font-size: 16px;
        padding: 10px 8px;
    }
	.nav_en a{font-size:14px!important;padding:0!important;}
}

@media(max-width:991px) {
    .style-1 .main-menu ul>li a {
        padding: 25px 10px;
    }
}

.style-1 .main-menu ul>li i {
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-style: normal;
    position: absolute;
    right: -5px;
    top: 15px;
    z-index: 999;
    cursor: pointer;
    display: none;
    transition: all .5s ease-out 0s;
    opacity: 0;
}

.style-1 .main-menu ul>li i.active {
    color: #131c9d;
}

.style-1 .main-menu ul>li i.active::before {
    content: "\f2ea";
}

@media(max-width:991px) {
    .style-1 .main-menu ul>li i {
        opacity: 1;
    }
}

.style-1 .main-menu ul>li ul.sub-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    margin: 0;
    padding: 7px 10px;
    opacity: 0;
    visibility: hidden;
    min-width: 180px;
    background: rgba(2,14,163,.8);
    text-align: left;
    transition: all .55s ease-in-out;
    transform: translateY(20px);
}

.style-1 .main-menu ul>li ul.sub-menu>li {
    padding: 0;
    display: block;
    position: relative;
}

.style-1 .main-menu ul>li ul.sub-menu>li i {
    position: absolute;
    top: 10px;
    right: 6px;
    display: block;
    color: var(--title-color1);
    font-size: 20px;
}

.style-1 .main-menu ul>li ul.sub-menu>li .dropdown-icon {
    color: var(--title-color1);
    opacity: 1;
    top: 16px;
    font-size: 14px;
}

.style-1 .main-menu ul>li ul.sub-menu>li a {
    display: block;
    padding: 6px 5px;
    color: var(--white);
    font-weight: 400;
    font-size: 1.05rem;
    line-height: 1.5;
    transition: all .4s ease-out 0s;
    position: relative;
}

.style-1 .main-menu ul>li ul.sub-menu>li a:hover {
    color: var(--bs-warning);
}

.style-1 .main-menu ul>li ul.sub-menu>li a.active {
    color: var(--primary-color1);
}

.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
    left: 215px;
    position: absolute;
    max-width: 230px;
    min-width: 215px;
    background: #0b0f14;
    top: 0;
}

@media only screen and (max-width:1199px) {
    .style-1 .main-menu ul>li ul.sub-menu>li .sub-menu {
        margin-left: 10px;
        position: unset;
        max-width: 230px;
        min-width: 215px;
        background: 0 0;
        top: 0;
    }
}

.style-1 .main-menu ul>li ul.sub-menu>li .sub-menu>li i {
    display: block;
}

.style-1 .main-menu ul>li ul.sub-menu>li:last-child {
    border-bottom: none;
}

.style-1 .main-menu ul>li.menu-item-has-children::after {
   
}

@media(max-width:1500px) {
    .style-1 .main-menu ul>li.menu-item-has-children::after {
        right: 0;
        /* top: 32px; */
    }
}

@media(max-width:1399px) {
    .style-1 .main-menu ul>li.menu-item-has-children::after {
        right: -3px;
        /* top: 29px; */
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .style-1 .main-menu ul>li.menu-item-has-children::after {
        right: 0;
    }
}

@media(max-width:991px) {
    .style-1 .main-menu ul>li.menu-item-has-children::after {
        display: none;
        visibility: hidden;
    }
}

.style-1 .main-menu ul>li:hover>ul.sub-menu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}

.style-1 .main-menu ul>li::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    transition: all .5s ease-out 0s;
    display: block;
    width: 90%;
    height: 2px;
    background: #8a19d7;
}

@media(max-width:991px) {
    .style-1 .main-menu ul>li::before {
        display: none;
        visibility: hidden;
    }
}

.style-1 .main-menu ul>li:hover>a {
    color: #8a19d7;
}

.style-1 .main-menu ul>li:hover::after {
    color: #8a19d7;
}

.style-1 .main-menu ul>li:hover::before {
    opacity: 1;
}

.style-1 .main-menu ul>li:hover .sub-menu li::before {
    opacity: 0;
}

.style-1 .main-menu ul>li.active>a {
    color: #8a19d7;
}

.style-1 .main-menu ul>li.active::after {
    color: var(--primary-color1);
}

.style-1 .main-menu ul>li.active::before {
    opacity: 1;
}

.style-1 .main-menu ul li.menu-item-has-children>i {
    display: block;
}

@media only screen and (max-width:991px) {
    .style-1 .main-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 80%;
        padding: 30px 20px!important;
        z-index: 99999;
        height: 100%;
        overflow: auto;
        background: linear-gradient(133deg, #d2ecff, #4ba7fd);
        transform: translateX(-100%);
        transition: transform .3s ease-in;
        box-shadow: 0 2px 20px rgba(0,0,0,.03);
    }

    .style-1 .main-menu.show-menu {
        transform: translateX(0);
    }

    .style-1 .main-menu .mobile-menu-logo {
        text-align: left;
        padding-top: 20px;
        display: block;
        padding-bottom: 8px;
    }

    .style-1 .main-menu ul {
        float: none;
        text-align: left;
        padding: 20px 10px 35px 0;
    }

    .style-1 .main-menu ul li {
        display: block;
        position: relative;
        padding: 0 5px;
    }

    .style-1 .main-menu ul li i {
        display: block;
    }

    .style-1 .main-menu ul li a {
        padding: 10px 0;
        display: block;
        font-weight: 500;
        font-size: 1rem;
    }

    .style-1 .main-menu ul li ul.sub-menu {
        position: static;
        min-width: 200px;
        background: 0 0;
        border: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        transform: none;
        transition: none;
        display: none;
        margin-top: 0!important;
        transform: translateY(0px);
    }

    .style-1 .main-menu ul li ul.sub-menu>li {
        border-bottom: 1px solid transparent;
    }

    .style-1 .main-menu ul li ul.sub-menu>li a {
        color: #fff;
        font-size: 16px;
        font-weight: 500;
        padding: 12px 15px;
    }

    .style-1 .main-menu ul li ul.sub-menu>li a:hover {
        color: var(--primary-color1);
        margin-left: 10px;
    }

    .style-1 .main-menu ul li ul.sub-menu>li a.active {
        color: var(--primary-color1);
    }

    .style-1 .main-menu ul li ul.sub-menu>li i {
        color: var(--primary-color1);
        right: -13px;
    }

    .style-1 .main-menu ul li .bi {
        top: 8px;
        font-size: 20px;
    }

    .style-1 .mobile-menu {
        position: relative;
        top: 2px;
        padding: 0 5px;
        border-radius: 50%;
        display: inline-block;
    }

    .style-1 .cross-btn {
        display: inline-block!important;
        position: relative;
        width: 30px!important;
        height: 22px!important;
        cursor: pointer;
        border: 3px solid transparent!important;
    }

    .style-1 .cross-btn span {
        width: 100%;
        height: 2px;
        background: var(--primary-color1);
        display: block;
        position: absolute;
        right: 0;
        transition: all .3s;
    }

    .style-1 .cross-btn .cross-top {
        top: 0;
    }

    .style-1 .cross-btn .cross-middle {
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }

    .style-1 .cross-btn .cross-bottom {
        bottom: 0;
        width: 100%;
    }

    .style-1 .cross-btn.h-active span.cross-top {
        transform: rotate(45deg);
        top: 50%;
        margin-top: -1px;
    }

    .style-1 .cross-btn.h-active span.cross-middle {
        transform: translateX(-30px);
        opacity: 0;
    }

    .style-1 .cross-btn.h-active span.cross-bottom {
        transform: rotate(-45deg);
        bottom: 50%;
        margin-bottom: -1px;
    }

    .style-1 .social-area ul {
        margin: 0;
        padding: 0;
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 15px;
    }

    .style-1 .social-area ul li a {
        height: 30px;
        width: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--primary-color1);
        border-radius: 50%;
        transition: .35s;
    }

    .style-1 .social-area ul li a i {
        color: var(--white);
        transition: .35s;
        position: relative;
        left: 0;
        top: 0;
        margin-left: 0;
    }

    .style-1 .primry-btn-1 {
        justify-content: center;
    }

    .style-1 .primry-btn-2 {
        justify-content: center;
    }
}

.style-1 .main-menu ul>li ul.menu_en{min-width: 300px;}
.style-1 .main-menu .l_en>li{margin-right:10px;}



/*顶部导航end*/


/*专题滚动*/
.swiper-btn1 {
    gap: 20px;
	color:#6bbe93;
}

.swiper-btn1 .right-btn {
    position: relative;
    cursor: pointer;
    transition: .25s;
}

.swiper-btn1 .right-btn::before {
    position: relative;
	right: 0;
    top: 3px;
    transition: .25s;
	
	text-align: center;
	border: 1px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
}

.swiper-btn1 .right-btn:hover::before {
    /* right: -4px; */
	color:#bdae44;
}

.swiper-btn1 .left-btn {
    position: relative;
    cursor: pointer;
    display: inline-block;
    margin-right: 0;
    transition: .25s;
}

.swiper-btn1 .left-btn::before {
    position: relative;
    right: 0;
    top: 3px;
    transition: .25s;
	text-align: center;
	border: 1px solid;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    display: block;
}

.swiper-btn1 .left-btn:hover::before {
    /* right: 4px; */
	color:#bdae44;
}



.home-zhuanti {
    background: #f8f8f8;
    padding: 50px 0;
}

.home-zhuanti .location-card .location-img {
    border-radius: 5px;
    margin-bottom: 12px;
    overflow: hidden;
    transition: .35s;
	height:200px;
}
.home-zhuanti .location-card {
    margin-bottom: 15px;
}
.home-zhuanti .location-card .location-img img {
    border-radius: 5px;
    transition: .35s;
    height: 192px;
    width: 100%;
}

@media(max-width:576px) {
    .home-zhuanti .location-card .location-img img {
        width: 100%;
    }
}



.home-zhuanti .location-card .location-content h5 {
    margin-bottom: 5px;
}

.home-zhuanti .location-card .location-content h5 a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    transition: .35s;
}

.home-zhuanti .location-card .location-content h5 a img {
    width: 12px;
    margin-right: 8px;
}

.home-zhuanti .location-card .location-content h5 a:hover {
    color: var(--primary-color1);
}

.home-zhuanti .location-card .location-content p {
    font-size: 1.125rem;
    font-weight: 400;
    color: var(--text-color1);
    font-family: var(--font-exo2);
    margin-bottom: 0;
}

.home-zhuanti .location-card .location-content p span {
    color: var(--title-color1);
    font-weight: 600;
}

.home-zhuanti .location-card:hover .location-img img {
    transform: scale(1.1);
}
/*专题滚动end*/


/*推荐文章*/
@media(max-width:576px) {
    .home-tuijian .hot-slider1 {
        padding: 0 10px;
    }
}
.home-tuijian .testimonial-card {
    display: flex;
    /* align-items: center; */
    /* gap: 40px; */
    margin-bottom: 15px;
}

@media(max-width:576px) {
    .home-tuijian .testimonial-card {
        flex-wrap: wrap;
    }
}

.home-tuijian .testimonial-card .author-img {
    position: relative;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 15px;
}

.home-tuijian .testimonial-card .author-img img {
    border-radius: 6px;
    height: 200px;
    width: 242px;
}




.home-tuijian .testimonial-card .testimonial-content .author-review-area {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 8px;
}

.home-tuijian .testimonial-card .testimonial-content .author-review-area .author-area h5 {
    font-family: var(--font-exo2);
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--title-color1);
    margin-bottom: 5px;
    margin-top: 0;
    line-height: 1.5;
}
.home-tuijian .testimonial-card .testimonial-content .author-review-area .author-area h5 a:hover {
    color: var(--primary-color1);
}

.home-tuijian .testimonial-card .testimonial-content .author-review-area .author-area span {
    font-family: var(--font-work-sans);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color1);
}
.home-tuijian .testimonial-card .testimonial-content .author-review-area .author-area span a {
    color: var(--primary-color1);
}

.home-tuijian .testimonial-card .testimonial-content .author-review-area ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 5px;
}

.home-tuijian .testimonial-card .testimonial-content .author-review-area ul li i {
    font-size: 14px;
    color: #ebc500;
}

.home-tuijian .testimonial-card .testimonial-content p {
    font-size: 1rem;
    line-height: 1.5;
}

.swiper-btn-2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

.swiper-btn-2 .swiper-prev,.swiper-btn-2 .swiper-next {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    border: 1px solid;
    border-color: rgba(0,167,172,.5);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .35s;
    cursor: pointer;
}

.swiper-btn-2 .swiper-prev i,.swiper-btn-2 .swiper-next i {
    font-size: 20px;
    color: rgba(0,167,172,.5);
    transition: .35s;
}

.swiper-btn-2 .swiper-prev:hover,.swiper-btn-2 .swiper-next:hover {
    background-color: var(--primary-color1);
    border-color: var(--primary-color1);
}

.swiper-btn-2 .swiper-prev:hover i,.swiper-btn-2 .swiper-next:hover i {
    color: var(--white);
}

/*推荐文章end*/

/*友情链接滚动*/
.home-links {
    background-color: rgba(0,167,172,.15);
    padding: 40px 0;
}

.home-links.two {
    background-color: transparent;
    padding: 0;
}

.home-links .section-title {
    margin-bottom: 15px;
}

.home-links .section-title h5 {
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--title-color1);
    font-family: var(--font-exo2);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.home-links .section-title h5::after {
    content: "";
    width: 100px;
    height: 1px;
    background-color: rgba(0,167,172,.5);
    border-radius: 5px;
    position: absolute;
    top: 55%;
    right: -115px;
    transform: translateY(-50%);
}

.home-links.six {
    background-color: transparent;
    padding: 0;
}

.home-links.six .section-title {
    margin-bottom: 15px;
}

.home-links.six .section-title h5 {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--white);
    font-family: var(--font-exo2);
    margin-bottom: 0;
    position: relative;
    display: inline-block;
}

.home-links.six .section-title h5::after {
    content: "";
    width: 114px;
    height: 1px;
    background-color: rgba(0,167,172,.5);
    border-radius: 5px;
    position: absolute;
    top: 55%;
    right: -130px;
    transform: translateY(-50%);
}

.home-links .company-logo {
	text-align:center;
}

.home-links .company-logo img {
    display:block;
	height:50px!important;
    margin: 5px auto;
}

@media(max-width:576px) {
    .home-links .company-logo {
        justify-content: center;
    }
}

/*友情链接滚动end*/





/*资讯切换------------------*/
.home1-featured-qkw-area {
    background: #f5f5f5;
    padding: 50px 0;
}

.home1-featured-qkw-area .tab-btn-area {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    gap: 10px;
}

.home1-featured-qkw-area .tab-btn-area .nav {
    justify-content: center;
    gap: 15px;
}

.home1-featured-qkw-area .tab-btn-area .nav .nav-item .nav-link {
    font-family: var(--font-exo2);
    font-weight: 500;
    font-size: 1.1rem;
    color: var(--title-color1);
    border: 1px solid rgba(0,167,172,.4);
    border-radius: 50px;
    background-color: rgba(0,167,172,.1);
    padding: 7px 21px
}

.home1-featured-qkw-area .tab-btn-area .nav .nav-item .nav-link:hover {
    color: var(--primary-color1);
    border: 1px solid #07358d;
}

.home1-featured-qkw-area .tab-btn-area .nav .nav-item .nav-link.active {
    color: var(--white);
    background-color: var(--primary-color1);
    border: 1px solid #07358d;
}


/*资讯切换*/






/*bootstrap5.0兼容*/


.justify-content-start {
    justify-content: flex-start!important;
}

.justify-content-end {
    justify-content: flex-end!important;
}

.justify-content-center {
    justify-content: center!important;
}

.justify-content-between {
    justify-content: space-between!important;
}

.justify-content-around {
    justify-content: space-around!important;
}

.justify-content-evenly {
    justify-content: space-evenly!important;
}

.align-items-start {
    align-items: flex-start!important;
}

.align-items-end {
    align-items: flex-end!important;
}

.align-items-center {
    align-items: center!important;
}

.align-items-baseline {
    align-items: baseline!important;
}

.align-items-stretch {
    align-items: stretch!important;
}

.align-content-start {
    align-content: flex-start!important;
}

.align-content-end {
    align-content: flex-end!important;
}

.align-content-center {
    align-content: center!important;
}

.align-content-between {
    align-content: space-between!important;
}

.align-content-around {
    align-content: space-around!important;
}

.align-content-stretch {
    align-content: stretch!important;
}

.align-self-auto {
    align-self: auto!important;
}

.align-self-start {
    align-self: flex-start!important;
}

.align-self-end {
    align-self: flex-end!important;
}

.align-self-center {
    align-self: center!important;
}

.align-self-baseline {
    align-self: baseline!important;
}

.align-self-stretch {
    align-self: stretch!important;
}




.d-inline {
    display: inline!important;
}

.d-inline-block {
    display: inline-block!important;
}

.d-block {
    display: block!important;
}

.d-grid {
    display: grid!important;
}

.d-table {
    display: table!important;
}

.d-table-row {
    display: table-row!important;
}

.d-table-cell {
    display: table-cell!important;
}

.d-flex {
    display: flex!important;
}

.d-inline-flex {
    display: inline-flex!important;
}

.d-none {
    display: none!important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}

.shadow-none {
    box-shadow: none!important;
}

.position-static {
    position: static!important;
}

.position-relative {
    position: relative!important;
}

.position-absolute {
    position: absolute!important;
}

.position-fixed {
    position: fixed!important;
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important;
}


@media (min-width:768px) {
    .float-md-start {
        float: left!important;
    }

    .float-md-end {
        float: right!important;
    }

    .float-md-none {
        float: none!important;
    }

    .d-md-inline {
        display: inline!important;
    }

    .d-md-inline-block {
        display: inline-block!important;
    }

    .d-md-block {
        display: block!important;
    }

    .d-md-grid {
        display: grid!important;
    }

    .d-md-table {
        display: table!important;
    }

    .d-md-table-row {
        display: table-row!important;
    }

    .d-md-table-cell {
        display: table-cell!important;
    }

    .d-md-flex {
        display: flex!important;
    }

    .d-md-inline-flex {
        display: inline-flex!important;
    }

    .d-md-none {
        display: none!important;
    }

    .flex-md-fill {
        flex: 1 1 auto!important;
    }

    .flex-md-row {
        flex-direction: row!important;
    }

    .flex-md-column {
        flex-direction: column!important;
    }

    .flex-md-row-reverse {
        flex-direction: row-reverse!important;
    }

    .flex-md-column-reverse {
        flex-direction: column-reverse!important;
    }

    .flex-md-grow-0 {
        flex-grow: 0!important;
    }

    .flex-md-grow-1 {
        flex-grow: 1!important;
    }

    .flex-md-shrink-0 {
        flex-shrink: 0!important;
    }

    .flex-md-shrink-1 {
        flex-shrink: 1!important;
    }

    .flex-md-wrap {
        flex-wrap: wrap!important;
    }

    .flex-md-nowrap {
        flex-wrap: nowrap!important;
    }

    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }

    .gap-md-0 {
        gap: 0!important;
    }

    .gap-md-1 {
        gap: .25rem!important;
    }

    .gap-md-2 {
        gap: .5rem!important;
    }

    .gap-md-3 {
        gap: 1rem!important;
    }

    .gap-md-4 {
        gap: 1.5rem!important;
    }

    .gap-md-5 {
        gap: 3rem!important;
    }

    .justify-content-md-start {
        justify-content: flex-start!important;
    }

    .justify-content-md-end {
        justify-content: flex-end!important;
    }

    .justify-content-md-center {
        justify-content: center!important;
    }

    

    .justify-content-md-around {
        justify-content: space-around!important;
    }

    .justify-content-md-evenly {
        justify-content: space-evenly!important;
    }

    .align-items-md-start {
        align-items: flex-start!important;
    }

    .align-items-md-end {
        align-items: flex-end!important;
    }

    .align-items-md-center {
        align-items: center!important;
    }

    .align-items-md-baseline {
        align-items: baseline!important;
    }

    .align-items-md-stretch {
        align-items: stretch!important;
    }

    .align-content-md-start {
        align-content: flex-start!important;
    }

    .align-content-md-end {
        align-content: flex-end!important;
    }

    .align-content-md-center {
        align-content: center!important;
    }

    .align-content-md-between {
        align-content: space-between!important;
    }

    .align-content-md-around {
        align-content: space-around!important;
    }

    .align-content-md-stretch {
        align-content: stretch!important;
    }

    .align-self-md-auto {
        align-self: auto!important;
    }

    .align-self-md-start {
        align-self: flex-start!important;
    }

    .align-self-md-end {
        align-self: flex-end!important;
    }

    .align-self-md-center {
        align-self: center!important;
    }

    .align-self-md-baseline {
        align-self: baseline!important;
    }

    .align-self-md-stretch {
        align-self: stretch!important;
    }

    .order-md-first {
        order: -1!important;
    }

    .order-md-0 {
        order: 0!important;
    }

    .order-md-1 {
        order: 1!important;
    }

    .order-md-2 {
        order: 2!important;
    }

    .order-md-3 {
        order: 3!important;
    }

    .order-md-4 {
        order: 4!important;
    }

    .order-md-5 {
        order: 5!important;
    }

    .order-md-last {
        order: 6!important;
    }

    .m-md-0 {
        margin: 0!important;
    }

    .m-md-1 {
        margin: .25rem!important;
    }

    .m-md-2 {
        margin: .5rem!important;
    }

    .m-md-3 {
        margin: 1rem!important;
    }

    .m-md-4 {
        margin: 1.5rem!important;
    }

    .m-md-5 {
        margin: 3rem!important;
    }

    .m-md-auto {
        margin: auto!important;
    }

    .mx-md-0 {
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .mx-md-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }

    .mx-md-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important;
    }

    .mx-md-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }

    .mx-md-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }

    .mx-md-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important;
    }

    .mx-md-auto {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .my-md-0 {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }

    .my-md-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }

    .my-md-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }

    .my-md-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }

    .my-md-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }

    .my-md-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }

    .my-md-auto {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }

    .mt-md-0 {
        margin-top: 0!important;
    }

    .mt-md-1 {
        margin-top: .25rem!important;
    }

    .mt-md-2 {
        margin-top: .5rem!important;
    }

    .mt-md-3 {
        margin-top: 1rem!important;
    }

    .mt-md-4 {
        margin-top: 1.5rem!important;
    }

    .mt-md-5 {
        margin-top: 3rem!important;
    }

    .mt-md-auto {
        margin-top: auto!important;
    }

    .me-md-0 {
        margin-right: 0!important;
    }

    .me-md-1 {
        margin-right: .25rem!important;
    }

    .me-md-2 {
        margin-right: .5rem!important;
    }

    .me-md-3 {
        margin-right: 1rem!important;
    }

    .me-md-4 {
        margin-right: 1.5rem!important;
    }

    .me-md-5 {
        margin-right: 3rem!important;
    }

    .me-md-auto {
        margin-right: auto!important;
    }

    .mb-md-0 {
        margin-bottom: 0!important;
    }

    .mb-md-1 {
        margin-bottom: .25rem!important;
    }

    .mb-md-2 {
        margin-bottom: .5rem!important;
    }

    .mb-md-3 {
        margin-bottom: 1rem!important;
    }

    .mb-md-4 {
        margin-bottom: 1.5rem!important;
    }

    .mb-md-5 {
        margin-bottom: 3rem!important;
    }

    .mb-md-auto {
        margin-bottom: auto!important;
    }

    .ms-md-0 {
        margin-left: 0!important;
    }

    .ms-md-1 {
        margin-left: .25rem!important;
    }

    .ms-md-2 {
        margin-left: .5rem!important;
    }

    .ms-md-3 {
        margin-left: 1rem!important;
    }

    .ms-md-4 {
        margin-left: 1.5rem!important;
    }

    .ms-md-5 {
        margin-left: 3rem!important;
    }

    .ms-md-auto {
        margin-left: auto!important;
    }

    .p-md-0 {
        padding: 0!important;
    }

    .p-md-1 {
        padding: .25rem!important;
    }

    .p-md-2 {
        padding: .5rem!important;
    }

    .p-md-3 {
        padding: 1rem!important;
    }

    .p-md-4 {
        padding: 1.5rem!important;
    }

    .p-md-5 {
        padding: 3rem!important;
    }

    .px-md-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .px-md-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }

    .px-md-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }

    .px-md-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .px-md-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }

    .px-md-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }

    .py-md-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    .py-md-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }

    .py-md-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }

    .py-md-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }

    .py-md-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }

    .py-md-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }

    .pt-md-0 {
        padding-top: 0!important;
    }

    .pt-md-1 {
        padding-top: .25rem!important;
    }

    .pt-md-2 {
        padding-top: .5rem!important;
    }

    .pt-md-3 {
        padding-top: 1rem!important;
    }

    .pt-md-4 {
        padding-top: 1.5rem!important;
    }

    .pt-md-5 {
        padding-top: 3rem!important;
    }

    .pe-md-0 {
        padding-right: 0!important;
    }

    .pe-md-1 {
        padding-right: .25rem!important;
    }

    .pe-md-2 {
        padding-right: .5rem!important;
    }

    .pe-md-3 {
        padding-right: 1rem!important;
    }

    .pe-md-4 {
        padding-right: 1.5rem!important;
    }

    .pe-md-5 {
        padding-right: 3rem!important;
    }

    .pb-md-0 {
        padding-bottom: 0!important;
    }

    .pb-md-1 {
        padding-bottom: .25rem!important;
    }

    .pb-md-2 {
        padding-bottom: .5rem!important;
    }

    .pb-md-3 {
        padding-bottom: 1rem!important;
    }

    .pb-md-4 {
        padding-bottom: 1.5rem!important;
    }

    .pb-md-5 {
        padding-bottom: 3rem!important;
    }

    .ps-md-0 {
        padding-left: 0!important;
    }

    .ps-md-1 {
        padding-left: .25rem!important;
    }

    .ps-md-2 {
        padding-left: .5rem!important;
    }

    .ps-md-3 {
        padding-left: 1rem!important;
    }

    .ps-md-4 {
        padding-left: 1.5rem!important;
    }

    .ps-md-5 {
        padding-left: 3rem!important;
    }

    .text-md-start {
        text-align: left!important;
    }

    .text-md-end {
        text-align: right!important;
    }

    .text-md-center {
        text-align: center!important;
    }
}
@media (min-width:992px) {
     .float-lg-start {
        float: left!important;
    }

    .float-lg-end {
        float: right!important;
    }

    .float-lg-none {
        float: none!important;
    }

    .d-lg-inline {
        display: inline!important;
    }

    .d-lg-inline-block {
        display: inline-block!important;
    }

    .d-lg-block {
        display: block!important;
    }

    .d-lg-grid {
        display: grid!important;
    }

    .d-lg-table {
        display: table!important;
    }

    .d-lg-table-row {
        display: table-row!important;
    }

    .d-lg-table-cell {
        display: table-cell!important;
    }

    .d-lg-flex {
        display: flex!important;
    }

    .d-lg-inline-flex {
        display: inline-flex!important;
    }

    .d-lg-none {
        display: none!important;
    }

    .flex-lg-fill {
        flex: 1 1 auto!important;
    }

    .flex-lg-row {
        flex-direction: row!important;
    }

    .flex-lg-column {
        flex-direction: column!important;
    }

    .flex-lg-row-reverse {
        flex-direction: row-reverse!important;
    }

    .flex-lg-column-reverse {
        flex-direction: column-reverse!important;
    }

    .flex-lg-grow-0 {
        flex-grow: 0!important;
    }

    .flex-lg-grow-1 {
        flex-grow: 1!important;
    }

    .flex-lg-shrink-0 {
        flex-shrink: 0!important;
    }

    .flex-lg-shrink-1 {
        flex-shrink: 1!important;
    }

    .flex-lg-wrap {
        flex-wrap: wrap!important;
    }

    .flex-lg-nowrap {
        flex-wrap: nowrap!important;
    }

    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }

    .gap-lg-0 {
        gap: 0!important;
    }

    .gap-lg-1 {
        gap: .25rem!important;
    }

    .gap-lg-2 {
        gap: .5rem!important;
    }

    .gap-lg-3 {
        gap: 1rem!important;
    }

    .gap-lg-4 {
        gap: 1.5rem!important;
    }

    .gap-lg-5 {
        gap: 3rem!important;
    }

    .justify-content-lg-start {
        justify-content: flex-start!important;
    }

    .justify-content-lg-end {
        justify-content: flex-end!important;
    }

    .justify-content-lg-center {
        justify-content: center!important;
    }

    .justify-content-lg-between {
        justify-content: space-between!important;
    }

    .justify-content-lg-around {
        justify-content: space-around!important;
    }

    .justify-content-lg-evenly {
        justify-content: space-evenly!important;
    }

    .align-items-lg-start {
        align-items: flex-start!important;
    }

    .align-items-lg-end {
        align-items: flex-end!important;
    }

    .align-items-lg-center {
        align-items: center!important;
    }

    .align-items-lg-baseline {
        align-items: baseline!important;
    }

    .align-items-lg-stretch {
        align-items: stretch!important;
    }

    .align-content-lg-start {
        align-content: flex-start!important;
    }

    .align-content-lg-end {
        align-content: flex-end!important;
    }

    .align-content-lg-center {
        align-content: center!important;
    }

    .align-content-lg-between {
        align-content: space-between!important;
    }

    .align-content-lg-around {
        align-content: space-around!important;
    }

    .align-content-lg-stretch {
        align-content: stretch!important;
    }

    .align-self-lg-auto {
        align-self: auto!important;
    }

    .align-self-lg-start {
        align-self: flex-start!important;
    }

    .align-self-lg-end {
        align-self: flex-end!important;
    }

    .align-self-lg-center {
        align-self: center!important;
    }

    .align-self-lg-baseline {
        align-self: baseline!important;
    }

    .align-self-lg-stretch {
        align-self: stretch!important;
    }

    .order-lg-first {
        order: -1!important;
    }

    .order-lg-0 {
        order: 0!important;
    }

    .order-lg-1 {
        order: 1!important;
    }

    .order-lg-2 {
        order: 2!important;
    }

    .order-lg-3 {
        order: 3!important;
    }

    .order-lg-4 {
        order: 4!important;
    }

    .order-lg-5 {
        order: 5!important;
    }

    .order-lg-last {
        order: 6!important;
    }

    .m-lg-0 {
        margin: 0!important;
    }

    .m-lg-1 {
        margin: .25rem!important;
    }

    .m-lg-2 {
        margin: .5rem!important;
    }

    .m-lg-3 {
        margin: 1rem!important;
    }

    .m-lg-4 {
        margin: 1.5rem!important;
    }

    .m-lg-5 {
        margin: 3rem!important;
    }

    .m-lg-auto {
        margin: auto!important;
    }

    .mx-lg-0 {
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .mx-lg-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }

    .mx-lg-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important;
    }

    .mx-lg-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }

    .mx-lg-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }

    .mx-lg-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important;
    }

    .mx-lg-auto {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .my-lg-0 {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }

    .my-lg-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }

    .my-lg-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }

    .my-lg-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }

    .my-lg-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }

    .my-lg-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }

    .my-lg-auto {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }

    .mt-lg-0 {
        margin-top: 0!important;
    }

    .mt-lg-1 {
        margin-top: .25rem!important;
    }

    .mt-lg-2 {
        margin-top: .5rem!important;
    }

    .mt-lg-3 {
        margin-top: 1rem!important;
    }

    .mt-lg-4 {
        margin-top: 1.5rem!important;
    }

    .mt-lg-5 {
        margin-top: 3rem!important;
    }

    .mt-lg-auto {
        margin-top: auto!important;
    }

    .me-lg-0 {
        margin-right: 0!important;
    }

    .me-lg-1 {
        margin-right: .25rem!important;
    }

    .me-lg-2 {
        margin-right: .5rem!important;
    }

    .me-lg-3 {
        margin-right: 1rem!important;
    }

    .me-lg-4 {
        margin-right: 1.5rem!important;
    }

    .me-lg-5 {
        margin-right: 3rem!important;
    }

    .me-lg-auto {
        margin-right: auto!important;
    }

    .mb-lg-0 {
        margin-bottom: 0!important;
    }

    .mb-lg-1 {
        margin-bottom: .25rem!important;
    }

    .mb-lg-2 {
        margin-bottom: .5rem!important;
    }

    .mb-lg-3 {
        margin-bottom: 1rem!important;
    }

    .mb-lg-4 {
        margin-bottom: 1.5rem!important;
    }

    .mb-lg-5 {
        margin-bottom: 3rem!important;
    }

    .mb-lg-auto {
        margin-bottom: auto!important;
    }

    .ms-lg-0 {
        margin-left: 0!important;
    }

    .ms-lg-1 {
        margin-left: .25rem!important;
    }

    .ms-lg-2 {
        margin-left: .5rem!important;
    }

    .ms-lg-3 {
        margin-left: 1rem!important;
    }

    .ms-lg-4 {
        margin-left: 1.5rem!important;
    }

    .ms-lg-5 {
        margin-left: 3rem!important;
    }

    .ms-lg-auto {
        margin-left: auto!important;
    }

    .p-lg-0 {
        padding: 0!important;
    }

    .p-lg-1 {
        padding: .25rem!important;
    }

    .p-lg-2 {
        padding: .5rem!important;
    }

    .p-lg-3 {
        padding: 1rem!important;
    }

    .p-lg-4 {
        padding: 1.5rem!important;
    }

    .p-lg-5 {
        padding: 3rem!important;
    }

    .px-lg-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .px-lg-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }

    .px-lg-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }

    .px-lg-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .px-lg-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }

    .px-lg-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }

    .py-lg-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    .py-lg-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }

    .py-lg-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }

    .py-lg-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }

    .py-lg-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }

    .py-lg-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }

    .pt-lg-0 {
        padding-top: 0!important;
    }

    .pt-lg-1 {
        padding-top: .25rem!important;
    }

    .pt-lg-2 {
        padding-top: .5rem!important;
    }

    .pt-lg-3 {
        padding-top: 1rem!important;
    }

    .pt-lg-4 {
        padding-top: 1.5rem!important;
    }

    .pt-lg-5 {
        padding-top: 3rem!important;
    }

    .pe-lg-0 {
        padding-right: 0!important;
    }

    .pe-lg-1 {
        padding-right: .25rem!important;
    }

    .pe-lg-2 {
        padding-right: .5rem!important;
    }

    .pe-lg-3 {
        padding-right: 1rem!important;
    }

    .pe-lg-4 {
        padding-right: 1.5rem!important;
    }

    .pe-lg-5 {
        padding-right: 3rem!important;
    }

    .pb-lg-0 {
        padding-bottom: 0!important;
    }

    .pb-lg-1 {
        padding-bottom: .25rem!important;
    }

    .pb-lg-2 {
        padding-bottom: .5rem!important;
    }

    .pb-lg-3 {
        padding-bottom: 1rem!important;
    }

    .pb-lg-4 {
        padding-bottom: 1.5rem!important;
    }

    .pb-lg-5 {
        padding-bottom: 3rem!important;
    }

    .ps-lg-0 {
        padding-left: 0!important;
    }

    .ps-lg-1 {
        padding-left: .25rem!important;
    }

    .ps-lg-2 {
        padding-left: .5rem!important;
    }

    .ps-lg-3 {
        padding-left: 1rem!important;
    }

    .ps-lg-4 {
        padding-left: 1.5rem!important;
    }

    .ps-lg-5 {
        padding-left: 3rem!important;
    }

    .text-lg-start {
        text-align: left!important;
    }

    .text-lg-end {
        text-align: right!important;
    }

    .text-lg-center {
        text-align: center!important;
    }
}

.img-fluid {
    max-width: 100%;
    height: auto;
}
@media (min-width:1200px) {
    .float-xl-start {
        float: left!important;
    }

    .float-xl-end {
        float: right!important;
    }

    .float-xl-none {
        float: none!important;
    }

    .d-xl-inline {
        display: inline!important;
    }

    .d-xl-inline-block {
        display: inline-block!important;
    }

    .d-xl-block {
        display: block!important;
    }

    .d-xl-grid {
        display: grid!important;
    }

    .d-xl-table {
        display: table!important;
    }

    .d-xl-table-row {
        display: table-row!important;
    }

    .d-xl-table-cell {
        display: table-cell!important;
    }

    .d-xl-flex {
        display: flex!important;
    }

    .d-xl-inline-flex {
        display: inline-flex!important;
    }

    .d-xl-none {
        display: none!important;
    }

    .flex-xl-fill {
        flex: 1 1 auto!important;
    }

    .flex-xl-row {
        flex-direction: row!important;
    }

    .flex-xl-column {
        flex-direction: column!important;
    }

    .flex-xl-row-reverse {
        flex-direction: row-reverse!important;
    }

    .flex-xl-column-reverse {
        flex-direction: column-reverse!important;
    }

    .flex-xl-grow-0 {
        flex-grow: 0!important;
    }

    .flex-xl-grow-1 {
        flex-grow: 1!important;
    }

    .flex-xl-shrink-0 {
        flex-shrink: 0!important;
    }

    .flex-xl-shrink-1 {
        flex-shrink: 1!important;
    }

    .flex-xl-wrap {
        flex-wrap: wrap!important;
    }

    .flex-xl-nowrap {
        flex-wrap: nowrap!important;
    }

    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse!important;
    }

    .gap-xl-0 {
        gap: 0!important;
    }

    .gap-xl-1 {
        gap: .25rem!important;
    }

    .gap-xl-2 {
        gap: .5rem!important;
    }

    .gap-xl-3 {
        gap: 1rem!important;
    }

    .gap-xl-4 {
        gap: 1.5rem!important;
    }

    .gap-xl-5 {
        gap: 3rem!important;
    }

    .justify-content-xl-start {
        justify-content: flex-start!important;
    }

    .justify-content-xl-end {
        justify-content: flex-end!important;
    }

    .justify-content-xl-center {
        justify-content: center!important;
    }

    .justify-content-xl-between {
        justify-content: space-between!important;
    }

    .justify-content-xl-around {
        justify-content: space-around!important;
    }

    .justify-content-xl-evenly {
        justify-content: space-evenly!important;
    }

    .align-items-xl-start {
        align-items: flex-start!important;
    }

    .align-items-xl-end {
        align-items: flex-end!important;
    }

    .align-items-xl-center {
        align-items: center!important;
    }

    .align-items-xl-baseline {
        align-items: baseline!important;
    }

    .align-items-xl-stretch {
        align-items: stretch!important;
    }

    .align-content-xl-start {
        align-content: flex-start!important;
    }

    .align-content-xl-end {
        align-content: flex-end!important;
    }

    .align-content-xl-center {
        align-content: center!important;
    }

    .align-content-xl-between {
        align-content: space-between!important;
    }

    .align-content-xl-around {
        align-content: space-around!important;
    }

    .align-content-xl-stretch {
        align-content: stretch!important;
    }

    .align-self-xl-auto {
        align-self: auto!important;
    }

    .align-self-xl-start {
        align-self: flex-start!important;
    }

    .align-self-xl-end {
        align-self: flex-end!important;
    }

    .align-self-xl-center {
        align-self: center!important;
    }

    .align-self-xl-baseline {
        align-self: baseline!important;
    }

    .align-self-xl-stretch {
        align-self: stretch!important;
    }

    .order-xl-first {
        order: -1!important;
    }

    .order-xl-0 {
        order: 0!important;
    }

    .order-xl-1 {
        order: 1!important;
    }

    .order-xl-2 {
        order: 2!important;
    }

    .order-xl-3 {
        order: 3!important;
    }

    .order-xl-4 {
        order: 4!important;
    }

    .order-xl-5 {
        order: 5!important;
    }

    .order-xl-last {
        order: 6!important;
    }

    .m-xl-0 {
        margin: 0!important;
    }

    .m-xl-1 {
        margin: .25rem!important;
    }

    .m-xl-2 {
        margin: .5rem!important;
    }

    .m-xl-3 {
        margin: 1rem!important;
    }

    .m-xl-4 {
        margin: 1.5rem!important;
    }

    .m-xl-5 {
        margin: 3rem!important;
    }

    .m-xl-auto {
        margin: auto!important;
    }

    .mx-xl-0 {
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .mx-xl-1 {
        margin-right: .25rem!important;
        margin-left: .25rem!important;
    }

    .mx-xl-2 {
        margin-right: .5rem!important;
        margin-left: .5rem!important;
    }

    .mx-xl-3 {
        margin-right: 1rem!important;
        margin-left: 1rem!important;
    }

    .mx-xl-4 {
        margin-right: 1.5rem!important;
        margin-left: 1.5rem!important;
    }

    .mx-xl-5 {
        margin-right: 3rem!important;
        margin-left: 3rem!important;
    }

    .mx-xl-auto {
        margin-right: auto!important;
        margin-left: auto!important;
    }

    .my-xl-0 {
        margin-top: 0!important;
        margin-bottom: 0!important;
    }

    .my-xl-1 {
        margin-top: .25rem!important;
        margin-bottom: .25rem!important;
    }

    .my-xl-2 {
        margin-top: .5rem!important;
        margin-bottom: .5rem!important;
    }

    .my-xl-3 {
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
    }

    .my-xl-4 {
        margin-top: 1.5rem!important;
        margin-bottom: 1.5rem!important;
    }

    .my-xl-5 {
        margin-top: 3rem!important;
        margin-bottom: 3rem!important;
    }

    .my-xl-auto {
        margin-top: auto!important;
        margin-bottom: auto!important;
    }

    .mt-xl-0 {
        margin-top: 0!important;
    }

    .mt-xl-1 {
        margin-top: .25rem!important;
    }

    .mt-xl-2 {
        margin-top: .5rem!important;
    }

    .mt-xl-3 {
        margin-top: 1rem!important;
    }

    .mt-xl-4 {
        margin-top: 1.5rem!important;
    }

    .mt-xl-5 {
        margin-top: 3rem!important;
    }

    .mt-xl-auto {
        margin-top: auto!important;
    }

    .me-xl-0 {
        margin-right: 0!important;
    }

    .me-xl-1 {
        margin-right: .25rem!important;
    }

    .me-xl-2 {
        margin-right: .5rem!important;
    }

    .me-xl-3 {
        margin-right: 1rem!important;
    }

    .me-xl-4 {
        margin-right: 1.5rem!important;
    }

    .me-xl-5 {
        margin-right: 3rem!important;
    }

    .me-xl-auto {
        margin-right: auto!important;
    }

    .mb-xl-0 {
        margin-bottom: 0!important;
    }

    .mb-xl-1 {
        margin-bottom: .25rem!important;
    }

    .mb-xl-2 {
        margin-bottom: .5rem!important;
    }

    .mb-xl-3 {
        margin-bottom: 1rem!important;
    }

    .mb-xl-4 {
        margin-bottom: 1.5rem!important;
    }

    .mb-xl-5 {
        margin-bottom: 3rem!important;
    }

    .mb-xl-auto {
        margin-bottom: auto!important;
    }

    .ms-xl-0 {
        margin-left: 0!important;
    }

    .ms-xl-1 {
        margin-left: .25rem!important;
    }

    .ms-xl-2 {
        margin-left: .5rem!important;
    }

    .ms-xl-3 {
        margin-left: 1rem!important;
    }

    .ms-xl-4 {
        margin-left: 1.5rem!important;
    }

    .ms-xl-5 {
        margin-left: 3rem!important;
    }

    .ms-xl-auto {
        margin-left: auto!important;
    }

    .p-xl-0 {
        padding: 0!important;
    }

    .p-xl-1 {
        padding: .25rem!important;
    }

    .p-xl-2 {
        padding: .5rem!important;
    }

    .p-xl-3 {
        padding: 1rem!important;
    }

    .p-xl-4 {
        padding: 1.5rem!important;
    }

    .p-xl-5 {
        padding: 3rem!important;
    }

    .px-xl-0 {
        padding-right: 0!important;
        padding-left: 0!important;
    }

    .px-xl-1 {
        padding-right: .25rem!important;
        padding-left: .25rem!important;
    }

    .px-xl-2 {
        padding-right: .5rem!important;
        padding-left: .5rem!important;
    }

    .px-xl-3 {
        padding-right: 1rem!important;
        padding-left: 1rem!important;
    }

    .px-xl-4 {
        padding-right: 1.5rem!important;
        padding-left: 1.5rem!important;
    }

    .px-xl-5 {
        padding-right: 3rem!important;
        padding-left: 3rem!important;
    }

    .py-xl-0 {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    .py-xl-1 {
        padding-top: .25rem!important;
        padding-bottom: .25rem!important;
    }

    .py-xl-2 {
        padding-top: .5rem!important;
        padding-bottom: .5rem!important;
    }

    .py-xl-3 {
        padding-top: 1rem!important;
        padding-bottom: 1rem!important;
    }

    .py-xl-4 {
        padding-top: 1.5rem!important;
        padding-bottom: 1.5rem!important;
    }

    .py-xl-5 {
        padding-top: 3rem!important;
        padding-bottom: 3rem!important;
    }

    .pt-xl-0 {
        padding-top: 0!important;
    }

    .pt-xl-1 {
        padding-top: .25rem!important;
    }

    .pt-xl-2 {
        padding-top: .5rem!important;
    }

    .pt-xl-3 {
        padding-top: 1rem!important;
    }

    .pt-xl-4 {
        padding-top: 1.5rem!important;
    }

    .pt-xl-5 {
        padding-top: 3rem!important;
    }

    .pe-xl-0 {
        padding-right: 0!important;
    }

    .pe-xl-1 {
        padding-right: .25rem!important;
    }

    .pe-xl-2 {
        padding-right: .5rem!important;
    }

    .pe-xl-3 {
        padding-right: 1rem!important;
    }

    .pe-xl-4 {
        padding-right: 1.5rem!important;
    }

    .pe-xl-5 {
        padding-right: 3rem!important;
    }

    .pb-xl-0 {
        padding-bottom: 0!important;
    }

    .pb-xl-1 {
        padding-bottom: .25rem!important;
    }

    .pb-xl-2 {
        padding-bottom: .5rem!important;
    }

    .pb-xl-3 {
        padding-bottom: 1rem!important;
    }

    .pb-xl-4 {
        padding-bottom: 1.5rem!important;
    }

    .pb-xl-5 {
        padding-bottom: 3rem!important;
    }

    .ps-xl-0 {
        padding-left: 0!important;
    }

    .ps-xl-1 {
        padding-left: .25rem!important;
    }

    .ps-xl-2 {
        padding-left: .5rem!important;
    }

    .ps-xl-3 {
        padding-left: 1rem!important;
    }

    .ps-xl-4 {
        padding-left: 1.5rem!important;
    }

    .ps-xl-5 {
        padding-left: 3rem!important;
    }

    .text-xl-start {
        text-align: left!important;
    }

    .text-xl-end {
        text-align: right!important;
    }

    .text-xl-center {
        text-align: center!important;
    }
	
	.nav-tabs_en li a{padding-left:10px!important;padding-right:10px!important;}
}

/*兼容end*/


.zhezhao{
    border-radius: 4px;
    width: 100%;
    height: 75%;
    position: absolute;
    bottom: 0;
    background: linear-gradient(180deg,transparent,rgba(203,237,222,.8));
}
.swiper {
    z-index: 0;
	padding-left:15px;
	padding-right:15px;
}


.fade {
    opacity: 1;
}
.nav-pills li {
    margin: 8px 15px;
	
}.nav-pills>li+li {
    margin: 8px 15px;
}





/*综述*/
.sdgs-liebiao{}
.sdgs-beijing{background:url(../images/sdgs-bg.png) no-repeat top center;background-size: cover;}
.zhuanti{color:#fff;font-size: 24px;font-weight: bold;overflow: hidden;margin-bottom:20px;line-height: 1.6;}
.white-box-shadow{position: relative;margin-bottom: 7px;}
.white-box-shadow img{position: relative;max-height: 133px;overflow: hidden;margin: 0 auto;}
.white-box-shadow .border-right{height: 96%;}
.sdgs-biaoti{
    display: block;
    text-align: center;
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sdgs-biaoti:hover{
    color: #edef91;
}
.sdgs-liebiao li{margin: 10px 0;}
.more{font-size: 14px; color:#fff;float: right;}
.sdgs-more a{color:#fff;margin-bottom: 10px;}


.zongshu-bg{background:#e5f6f7;padding: 30px 0;}
.zongshu{padding-right:36px;}
.zongsu{color:#333;}

/*检索*/
.article-search{overflow: hidden; width:600px;}
.article-search .input-group2{width: 60%;float: left;border-radius: 20px;}

.article-search .adv-search{width: 18%;float: right;text-align: right;margin-left:2%;}
.article-search .adv-search a{display: inline-block;background: #00a0e9;border-radius: 25px;color: #fff;/* padding: 0 16px; */height:48px;line-height: 48px;font-size: 16px;width: 100%;text-align: center;}
.article-search .btn-default,.article-search .form-control{height: 48px;}
.article-search .input-group-btn{overflow: hidden;}
.article-search .form-control2{width:85%;float:left;padding-left: 20px;height:48px;border:#fff 1px solid;border-radius: 25px 0 0 25px;}
.article-search .input-group-btn2{width:15%;float:left;}
.article-search .btn-default2{width:100%;background:#fff;font-size: 16px;height: 48px; border-color:#fff;border-radius: 0 25px 25px 0!important;line-height: 16px;}
.article-search .btn-default2 .bi-arrow-right-short{color:#1d2088;font-size: 36px;line-height: 48px;}
.tbjs{background:#08a4ef!important;}
 /* 自定义输入框样式 */
.form-control2 {
	/* 基础样式 */
	font-size: 16px;
	outline: none;
	transition: border-color 0.3s;

	/* 输入文字的颜色 */
	color: #1d2088; /* 深灰色，易读性好 */
}

/* 输入框获取焦点时的样式（可选） */
.form-control2:focus {
	border-color: #fff;
	box-shadow: 0 0 5px rgba(102, 175, 233, 0.5);
}

/* 设置placeholder的颜色 - 兼容不同浏览器 */
.form-control2::placeholder {
	color: #1d2088; /* 浅灰色，区分于输入文字 */
	opacity: 1; /* 修复部分浏览器placeholder透明度问题 */
}

/* 兼容webkit内核浏览器（Chrome/Safari） */
.form-control2::-webkit-input-placeholder {
	color: #1d2088;
}

/* 兼容mozilla内核浏览器（Firefox） */
.form-control2:-moz-placeholder {
	color: #1d2088;
}

/* 兼容旧版Firefox */
.form-control2::-moz-placeholder {
	color: #1d2088;
	opacity: 1;
}

/* 兼容IE浏览器 */
.form-control2:-ms-input-placeholder {
	color: #1d2088;
}
/*弹出检索*/
.js_1{overflow:hidden;width:100%;}
.wzjs{
	float: left;
	line-height: 34px;
	width: 15%;
	font-weight: bold;
	text-align: center;
	margin-right: 10px;
	font-size:14px;
	display: block;
}
.btn-select{width: 18%;float: left;display: block;margin-right:1%;height: 34px;border:1px solid #ccc;}
.input-group{float: left;width:250px;}
.input-group-text{
	width:70%;
	float:left;
	padding-left: 10px;
	height: 42px;
	border: #ccc 1px solid;
	position: relative;
	outline: none;
}
.input-group-btn{
	position: relative;
    font-size: 0;
    white-space: nowrap;
	float:left;
	width:7%;
}

.btn-search{
	color: #fff;
	background-color:#cc9303;
	height: 42px;
	line-height:42px;
	width: 100%;
	font-size: 18px;
	border: 1px solid #cc9303;
	border-radius: 0 2px 2px 0;
}
.adv-search a{
	font-size: 15px;
	width: 120px;
	background:#d9710e;
	text-align: center;
	line-height: 42px;
	float: right;
	text-decoration:none;
	border-radius: 2px;
	color:#fff;
}
.adv-search a:hover{color: #fff;text-decoration:none;}
.adv-search a:link,.adv-search:visited{float: right;color: #fff;}

.btn-primary{background:transparent;border-color:transparent;    padding: 6px 0;    float: left;}
.btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color:transparent;
    border-color:transparent;
	box-shadow:none;
}
.btn-primary:hover {
    color: #fff;
    background-color:transparent;
    border-color:transparent;
}
.btn-primary.focus, .btn-primary:focus{
    color: #fff;
    background-color:transparent;
    border-color:transparent;
}
.btn-primary:active:focus{
    color: #fff;
    background-color:transparent;
    border-color:transparent;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0;
}

 .btn-primary:active:hover{
    color: #fff;
    background-color:transparent;
    border-color:transparent;
}
.btn-primary .glyphicon{font-size:16px;}

.topr .dropdown{
    float: right;
}
.topr a.dropdown-toggle{color:#fff;margin-left:10px;}
.topr .dropdown-menu {
   font-size: 16px;
    background-color: #6bcaff;
    border: 0;
    padding: 5px 10px;
    min-width: auto;
}

.text_en{width:58%!important;}
.adv-search-en{font-size: 14px!important;}
.adv-search-en a{padding:0 3px!important;}

.aian{width:16%!important;border-radius: 4px;}
.aian a{background:#f28f00 !important;}
.aian-en{width:20%!important;}

.issn {
    color: #b58f05;
    margin-top: 19px;
    font-size: .96em;
}
.issn img{height: 60px;margin: 10px 5px;}




@media(max-width:991px) {
    .issn {
        display: none;
    }
}
.datu-pic{
    border-radius: 6px;
}
.datu-pic .carousel-inner .item a img{

}

@media (min-width: 992px){
.datu-pic .carousel-inner .item a img{height:255px;width:100%}
}
/*大图 */
.datu-pic .carousel{overflow: hidden;margin-bottom:20px;}
.datu-pic .carousel-inner .item a img{margin: 0 auto;}
.datu-pic .carousel-control.left{background-image:none}
.datu-pic .carousel-control.right{background-image:none}
.datu-pic .carousel-caption{width: 100%;left: 0;right: 0;padding: 8px;background: rgba(0,0,0,.3);bottom: 0;font-size: 18px;}
.datu-pic .carousel-caption a{color: #fff;font-size: 18px;}
.datu-pic .carousel-indicators{left: inherit;right: 0;margin-left: 0;width: 20%;bottom: 0;}
/*
.carousel-indicators li{background: #e4d3d3;border: 0;}
.carousel-indicators .active{background:#d88b18;}
*/

@media (min-width: 1200px){
.container {
    width: 1350px;
}
}
/*导航2*/
.navbar{min-height: 36px;border:0;}
.navbar-nav {float: left;margin: 0 35px;}
.navbar-nav>li>a{line-height: 36px;padding-top: 0;padding-bottom: 0;}
.site-nav{
    background: #07358d;
    border-radius: 0;
    border: 0;
    margin: 0;
    box-shadow: 1px 2px 5px #ccc;
}
.site-nav-x{background:#216dbe;}
.site-nav a{color: #fff;font-size:16px;}
.site-nav .nav>li>a{padding: 0 28px;}
.site-nav-en .nav>li>a{padding:0 25px;}
.site-nav .nav>li>a:focus,.site-nav .nav>li>a:hover {
    text-decoration: none;
    background-color: #a9842b;
}
.site-nav .navbar-toggle{background: #f0ad4e;}
.site-nav .navbar-toggle .icon-bar{background:#fff;}
.site-nav > li > a {color:#fff}
.navbar-header{padding:0 10px;}
.dropdown-menu{font-size:16px;}


.allpadding {
	background: url(../images/allpbg.jpg) no-repeat;
    position: relative;
    max-width: 1320px;
	margin: auto;
	margin-top: -80px;
    margin-bottom: 35px;
    padding: 20px 20px;
    border-radius:10px;
	overflow: hidden;
	
}


.zg_tab{background: #00479d;overflow: hidden;border-radius: 10px;}
.zg_tab ul{padding:0;margin:8px 0 0;}
.zg_tab li{
	line-height: 26px;
    margin-bottom: 5px;
    padding-bottom: 5px;
	background: url(../images/dii.png) no-repeat 0 5px;
    padding-left: 24px;
	color:#fff;
	overflow: hidden;
}
.zg_tab li a{
	color:#fff;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 75%;
    display: block;
	float: left;
	}
.zg_data{float: right;}
.zg_tab_title{
	
}
.zg_tab h4{
	color:#fff;
	font-size:18px;
	text-align: right;
	display: inline-block;
}

.zg_tab h4 img{margin-right:5px;}

.zg_tab_gd{
	color: #fff;
    text-align: right;
    display: inline-block;
    float: right;
    margin-top: 18px;
}
.zg_tab_gd a{color:#fff;}

.huise{background:#eee;}

.swiper {
      max-width:1350px;
	margin: auto;
      height: 100%;
    }

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  max-height:206px;
  object-fit: cover;
	border-radius: 16px;
}

.swiper-title{
	position: absolute;
    bottom: 0;
    background: rgb(51 51 51 / 40%);
    color: #fff;
    font-size: 16px;
    width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	
}

.swiper-pagination {
    position: relative;
}


/*办公系统css*/
.office-menu{
    margin-bottom: 20px;
}
.office-menu li {
    margin-bottom: 14px;
}
.journal-btn {
    background-color: #07358d;
    /*background: -webkit-linear-gradient(bottom, #f1e6ce, #fff);*/
    /* background:url(../images/bangongbg.png) center; */
    color: #fff;
    padding: 6px 12px;
    border: 0;
    text-align: center;
    width: 100%;
    font-size: 20px;
    border-radius: 5px;
    line-height: 32px;
    /* border: 1px solid #07358d; */
    /* box-shadow: 2px 2px 0 #e5eaff; */
}
.journal-btn-en {
    text-align: left;
    padding-left:45px;
}
.journal-btn span {
    color: #07358d;
    margin-right: 6px;
    font-size: 20px;
    line-height: 29px;
}
.office-menu>li:first-child>a>div>span:first-child{color: #c5b1f7;}
.office-menu>li:nth-child(2)>a>div>span:first-child{color: #f9b168;}
.office-menu>li:nth-child(3)>a>div>span:first-child{color: #f3da95;}
.office-menu>li:nth-child(4)>a>div>span:first-child{color: #7395e3;}
.office-menu>li:nth-child(5)>a>div>span::first-child{color:#54bbeb;}
.office-menu>li:last-child>a>div>span:first-child{color: #c67ef3;}
.journal-btn:hover {
    background: #086dc1;
    color: #fff;
    /* border: 1px solid #07358d; */
}

.journal-btn:hover span {
    color: #9b3c05;
}
/*办公系统end*/

.submit-manuscript{font-size: 20px;text-align: center;background: #3f6ea5 url("../images/btn-main.jpg");border: 1px solid #004b83;height: 38px;line-height: 36px;color: #fff;}
.submit-manuscript a{color: #fff;}


/*按钮*/
.bgbf{overflow:hidden;margin-bottom: 10px;}
.bgbf ul{overflow:hidden;}
.bgbf ul li{float:left;width:48%;margin-bottom: 11px;}

.tab_1{
	margin:0 auto;
	border-radius: 3px;
	text-align: center;
	/* background: #3c646c; */
}

.tab_1 h4{
	color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top:4px;
    margin-bottom: 0;
}
.tab_1_en h4{
    font-size: 16px;
}
.tab_1 img{width:50px;}

.tab_1 a{
	 background: #053b5c;
	 display: block;
	 background: linear-gradient(150deg,#0b5f93,#053b5c);
	 border-radius:3px;
	 padding: 10px 0 12px;
	 text-decoration: none;
	 }
.tab_1 a:hover{
	 background: linear-gradient(150deg,#c7b663,#c7b663);
	 display: block;
}
.a-l{float:left;}
.a-r{float:right!important;}
.tougaotubiao {color:#fff;font-size:26px;}
/*按钮end*/



/*右侧*/
.j-article{border: 1px solid #e0ecf3;overflow: hidden;margin-bottom: 20px;background: #fff;padding: 15px 10px;box-shadow: 0 0 5px 0 rgba(127,127,127,.1);}
aside{/* border: 1px solid #eee; */overflow: hidden;margin-bottom: 20px;background: #ffffff;border-radius: 4px;/* box-shadow: 0 0 5px 0 rgba(127,127,127,.1); */}
aside ul{padding: 6px 6px;line-height: 28px;}

aside .column {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    padding:14px 15px;
    overflow: hidden;
    color: #07358d;
    /* height: 44px; */
    /* line-height: 42px; */
    /* background-color: #f1f1f1; */
    /* background: -webkit-linear-gradient(bottom, #ffffff, #f1f1f1); */
    border-bottom: 1px solid #eee;
}
.column span{line-height: 100%;}

.qkxx{overflow:hidden;background:#ebecec;margin-bottom: 30px;}

.cover{width: 100%;padding:40px 15px 17px;background: url(../images/qkxxbg.jpg) repeat-x;border-radius: 0 0 16px 16px;text-align: center;font-weight:bold;}
.cover img{
    margin:auto;
    height:300px;
    margin-bottom: 10px;
}
.nian-juan-qi{font-size: 18px;text-align: center;margin: 6px auto;display: block;}.nian-juan-qi a{color: #004b83;}
.cover-a a{font-size: 14px;color: #004b83;float: left;}
.cover-a{overflow: hidden;width:80%;margin: 10px auto;}
.cover-a .cover-a-r{float: right;}
.cover-con{padding: 15px 15px 0;}
.cover-view{font-size: 18px;text-align: center;border: 1px solid #eee;height: 40px;line-height: 40px;margin-top:15px;overflow: hidden;}
.cover-view a{color:#004b83;}



.issn-cn p{margin-bottom:0;}

.bq_bt{width:100%;}
.bq_bt ul{overflow: hidden; margin: 50px 0 40px 30px;}
.bq_bt ul:last-child{}
.bq_bt ul li{
	line-height:44px;
	font-size: 18px;
	background: url(../images/qki.png) no-repeat 0 13px;
	padding-left:30px;
}
.bq_bt i{color:#f14747;margin-right: 3px;}
.bq_zgzb{
	background: #fff;
    width: 100%;
	display: inline-block;
    text-align: left;
    line-height: 30px;
    padding:0 15px 15px;
    font-size: 15px;
}
.zgcolor{color: #1b479b;font-weight: bold;}





.journal-list li{margin-bottom:15px;padding-bottom: 15px;overflow: hidden;border-bottom: 1px solid #eee;}
.journal-list li .title a{font-size: 16px;font-weight: 700;}
.journal-list li .author{color: #666;font-size: 16px;}
.journal-list li .doi a{font-size: 16px;}
.center-tab-content{
    /* border: 1px solid #eee; */
    border-top:0;
    overflow: hidden;
   /* background: #fff; */
    padding: 25px 15px;
    /* box-shadow: 0 0 5px 0 rgb(127 127 127 / 10%); */
}
.journal-list li .title,.journal-list li .author,.journal-list li .doi{margin: 5px 0;}
/*
.nav-tabs>li>a{border-top:2px solid transparent;font-size: 17px;padding: 10px 15px;}
.nav-tabs-en>li>a{padding: 10px 5px;}
.nav-tabs{border-bottom: 1px solid #e0ecf3;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border: 1px solid #e0ecf3;color:#b90205;border-top:2px solid #b90205;border-radius:2px 2px 0 0;border-bottom-color: transparent;}
*/
.view-all a{padding: 9px 8px;border: 1px solid #ccc;background: url("../images/btn-bg.jpg");color:#07358d;}
.view-all a .fa-angle-right{font-weight: bold;}
.view-all{margin-top: 10px;}
.journal-list{overflow: hidden;}
.wangkan-list li{
    /*background: url(../images/btn-bg.jpg);*/
    border-bottom: 1px #f1ebdc dashed;
    color: #004b83;
    /* height: 40px; */
    line-height: 31px;
    margin-bottom: 7px;
    /* padding: 0 20px; */
    /* border-radius: 5px; */
    overflow: hidden;
    display: block;
}
.wangkan-list li a{color: #2d3348;font-size: 16px;}
.wangkan-list li a i{padding-right:10px;color: #07358d;}

.aside-btn{border: 1px solid #eeeeee;background: url("../images/btn-bg.jpg");color:#004b83;height: 40px;line-height: 40px;margin-bottom:10px;padding:0 24px;overflow: hidden;display: block;}
.aside-btn:last-child{margin-bottom: 0;}
.aside-btn a{color:#004b83;}
.aside-btn a i{padding-right:10px;}
.more{background: url("../images/arrow.png") no-repeat right 3px;float: right;font-size:15px;color: #07358d;padding-right: 12px;line-height: 20px;font-weight: normal;}
.news-list li{margin: 5px 0;}
.news-list li {background: url(../images/dianx.png) no-repeat 5px 12px;padding: 3px 20px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.news-list li .news-date{color:#666;}



/* ---  首页　标签 ---  */

.current_tab{overflow:hidden;background:#ebecec;padding: 20px;margin-bottom: 30px;}
.kuang{overflow: auto!important;  height:628px;}
.tabs-left .nav-tabs>li, .tabs-right .nav-tabs>li{
    float: none; 
}
.nav-tabs>li {
    margin-bottom: 0;
    margin-right: 5px;
	border-right: 1px solid #fff;
}
.nav-tabs>li:last-child{border-right:0;}
.nav-tabs>li>a, .nav-pills>li>a {
    
    line-height: 18px;
	padding-inline: clamp(5px, 4vw, 18px);/* 容器：左右内边距 */
}

.nav-tabs {
	padding: 18px 20px;
    background: #00a0e9;
    border-radius: 30px;
}
.home-biaoqiannav.nav-tabs li a{
	
	font-size:20px;
	color: #fff;
	border-bottom: 0;
	
	margin-bottom: 0;
	border: 0;
}
.home-biaoqian-en.nav-tabs>li>a, .nav-pills>li>a {
    padding-right: 14px;
    padding-left: 14px;
}
.home-biaoqiannav.nav-tabs > li.active > a{
    border: 0;
    border-top: 0;
    color: #fff;
	font-weight: bold;
       background-color: #00a0e9;
}
.home-biaoqiannav.nav-tabs > li.active > a:hover{
    border: 0;
    border-top: 0;
    color: #fff;
    background: #00a0e9;
}
.home-biaoqiannav.nav-tabs > li a:hover, .home-biaoqiannav.nav-tabs > li:focus {
    border-bottom: 0;
    color: #fff;
	background-color: #00a0e9;
}
.zlm {
	color: #0d61c1;
	font-size: 16px;
	font-weight: bold;
}


/*-------------------------------文章-----------------------------------*/
*.hidelabel {
  display: none;
}
.date {color: #07358d;font-weight: bold;font-size: 16px;}
.articlesectionlisting {
    border-bottom: 0;
    padding-bottom: 6px;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 0px;
    color: #3a3a3a;
    font-size: 100%;
    font-weight: bold;
    padding-top: 15px;
    margin-left: auto;
}
.articlesectionlisting .dbt_header {
    color: #07358d;
    font-size: 20px;
}
.j-article{width:100%;overflow: hidden;}
.latest-issue{margin:0 0 20px;font-size: 18px;border-bottom: 1px solid #eee;padding-bottom: 8px;color: #07358d;}
.j-article .title {color: #07358d;font-weight: bold;margin-top: 5px;}
.j-article .journal-info {color:#666;}
.j-article .journal-info a{color: #33749a;}
.btn-box{margin-top:5px;margin-bottom: 10px;}
.n-j-q{font-size: 20px;margin-bottom: 5px;/* color: #07358d; */font-weight: bold;}
.j-sx{font-size: 15px;color: #f19100;margin-top: 10px;display: -webkit-inline-box;float: right;}
.j-sx a{color: #07358d;text-decoration:none;}
.j-sx a:hover{color:#f19100;text-decoration:none;}
.article-choose{color:#999;border-bottom: 1px solid #eee;overflow: hidden;padding-bottom: 2px;margin-bottom: 12px;margin-top: 10px;
    /*
    display: flex;
    align-items: center;
    justify-content: space-between;
    */
}
.article-choose .choose{float: left;}
.btn-box .pre-btn{float:right;}
.other-tools{float: right;color:#ccc;font-size: 20px;}
.other-tools-l{float: left;}
.other-tools .active{color: #356dc7;}
.other-tools i,.other-tools .fengexian{padding: 0 3px;cursor: pointer;}
.other-tools .fengexian{padding: 0 3px;font-size: 18px;display: block;float: left;}

.article-list{overflow: hidden;}
.article-list li{border-bottom: 1px #ddd dashed;margin-bottom: 10px;overflow: hidden;border-radius: 3px;padding-bottom:2px;}
.article-list li:hover{/* background: #f3f7fd; */}
.selectedrow{background: #fbf9f8;border-color:#fbf9f8;border-top:0;border-left:0;border-right:0;margin:0}
.noselectrow{margin:0;border-color:#fff;border-top:0;border-left:0;border-right:0;margin:0}

.article-list li .article-checkbox{float: left;width:20px;line-height: 30px;}
.article-list li .j-column{color:#888;font-size: 14px;overflow: hidden;}
.article-list li .article-l{float:left;width: 72%;}
.article-list li .j-title-1 a{font-size: 18px;font-weight: bold;/* color: #07358d; */}

.article-list li .icon-full{color:#54d014;font-size: 14px;}
.article-list li .icon-abstract{color:#999;font-size: 14px;}
.article-list li .icon-video{color:#03a5ca;font-size: 14px;}
.article-list li .icon-article{color:#0376ca;font-size: 14px;}
.article-list li .icon-collections{color:#f19100;font-size: 14px;transform:rotate(7deg);
-ms-transform:rotate(7deg);/* IE 9 */
-moz-transform:rotate(7deg);/* Firefox */
-webkit-transform:rotate(7deg);/* Safari 和 Chrome */
-o-transform:rotate(7deg);/* Opera */}

.article-list li .j-author{/* font-size: 14px; */color: #333;}
.article-list li .j-volumn{/* font-size: 14px; */color: #666;}
.article-list li .j-volumn-doi .j-volumn{float: left;padding-right: 10px;}
.article-list li .j-volumn-doi .j-doi{color: #666;}
.article-list li .j-btn{color:#d59505;/* margin-left:-10px; */margin-top: 15px;display: flex;gap: 5px;align-content: center;}
.article-list li .j-btn .j-pdf{/* background: url("../images/download-pdf.png") no-repeat; *//* padding-left: 23px; *//* padding-bottom: 2px; */}
.article-list li .j-btn .j-pdf,.article-list li .j-btn .j-html,.article-list li .j-btn .j-abs{color: #07358d;line-height: 20px;/* margin-left:10px; */font-size: 15px;}

.article-list li .j-title-1,.article-list li .j-author,.article-list li .j-volumn-doi,.article-list li .j-btn,.article-list li .j-abstract{overflow: hidden;margin-bottom: 6px;font-size: 16px;}
.article-list li .article-img{padding:10px;overflow: hidden;display: block;}
.article-list li .article-img img{height: 123px;width:100%;}
.article-list li .article-r{width: 23%;float: right;}
.j-abstract{font-size: 14px;color: #444;display: none;}
.j-abstract p{margin-bottom: 0;}
.article-list li .article-w{width: 96%;float: left;}

.j-btn .t {
    display: flex;
    align-items: center;
    gap: 5px;
}
.j-btn .t img {
    width: 16px;
    height: 16px;
    margin-right: 2px;
}
.j-btn .t div{color: #d59505;}
.j-btn span {
    width: 1px;
    height: 14px;
    background-color: #D8D8D8;
    margin: 5px 15px;
}


/*过刊 */
.gk_nian{padding: 10px 0 0;margin-bottom:8px; border-bottom: 2px solid #999;font-size:20px;font-weight:bold;}
.gk_qi{padding: 5px 0;margin-bottom:5px; border-bottom: 1px dashed #ddd;color: #666;line-height: 26px;}
.gk_qi span{width:300px;display: table-cell;font-size:16px;}
.gk_qi a{color:#00629f;}
.gk_fm{overflow:hidden;margin-bottom: 20px;}
.gk_fm li{padding:0 15px;}
.gk_fm img{margin:8px auto;}
.collection {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fff;
    color: #C9799F;
    font-size: 8px;
    border: 1px solid #C9799F;
    cursor: pointer;
    border-radius: 2px;
}
.in_progress {
    padding-left: 3px;
    padding-right: 3px;
    background-color: #fff;
    color: red;
    font-size: 8px;
    border: 1px solid red;
	border-radius: 2px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #eff4fe;
}

/*--end--*/




/*内容*/
.content_nr{/* border: 1px solid #e0ecf3; */margin-bottom: 20px;/* background: #fff; *//* padding: 20px 0; *//* box-shadow: 0 0 5px 0 rgba(127,127,127,.1); */}
.content_nr .column{margin:0 0 20px;font-size: 22px;border-bottom: 3px solid #0103a1;padding-bottom: 12px;}
.content_nr .newstitle{
    text-align: center;
    margin: 30px 0 20px;
    font-size: 18px;
    font-weight: bold;
}
/*位置*/
.location{font-size: 16px;margin: 0 0 15px 7px;color: #333;}
.location i{font-size: 14px;margin:5px;}
.location a{margin: 5px;color: #333;}
.location .active{margin: 5px;}

/*Cover galler*/
.panel-title>a{text-decoration:none;color:#33749a;font-size:18px;font-weight: bold;}
.panel-title>a i{text-decoration:none;color:#999;float:right;}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #eee;
}
.panel-default {
    border-color: #eee;margin-bottom:20px!important;
}
.cg {padding:20px 15px;}
.cg p{margin-bottom:5px;}
.cg .title a{color:#33749a; font-weight:bold;font-size:18px;}
.cg a{color:#33749a;}
.cg .date{color:#333; font-weight:bold;}
.cg .fm{float:right;margin-left:10px;margin-bottom: 10px;}
.cg .fm img{border:1px solid #ccc;padding: 2px;}
.cover-download a {
    background: url(../images/download-pdf.png) no-repeat  0 6px;
    padding-left: 22px;
    color: #07358d;
    margin: 5px 0;
    display: block;
}


/*专题*/
.bs-collections{
    border:1px solid #f5f5f5;border-radius:8px;overflow: hidden;padding: 20px;border-left-width: 5px;border-left-color:rgb(236, 202, 103);overflow: hidden;margin-bottom: 20px;background:#fbfbfb;
}
.bs-collections {padding:20px 15px;}
.bs-collections p{margin-bottom:5px;}
.bs-collections .title{font-weight:bold;font-size:18px;}
.bs-collections .title a{color:#33749a; font-weight:bold;font-size:18px;}
.bs-collections .journal{color:#7b98b7;margin-bottom: 8px;font-style: italic}
.bs-collections .editor{color:#b76e11;margin-bottom: 8px;}
.bs-collections .list-group a{color:#33749a; font-size:18px;}
.bs-collections .date{color:#333; font-weight:bold;}
.bs-collections .fm{float:right;margin-left:10px;margin-bottom: 10px;}
.bs-collections .link a {
    color: #33749a;
	margin-top: 8px;
	display:block;
}

.bs-collections-list{border:0;}
.bs-collections-list .title{font-weight:bold;font-size:20px; margin-bottom: 10px;}
.bs-collections-list .editor{color:#555;}

.sort-order{
    border-radius: 2px;
    box-shadow: inset 0 1px 0 #fff;
    border: 1px solid #dedede;
    line-height: 180%;
    padding: 5px 10px;
    overflow: hidden;
	margin-bottom:20px;
	background-image: linear-gradient(to bottom,#f8f8f8,#e5e5e5);

}

.sort-order span{font-weight:bold;font-size:14px;margin-right:10px;}
.sort-order .btn {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 0 #FFF;
        -moz-box-shadow: inset 0 1px 0 #FFF;
        box-shadow: inset 0 1px 0 #FFF;
        border: 1px solid #bcbcbc;
        color: #666;
        margin: 0;
        padding: 2px 10px 0;
    }

.sort-order .btn:hover{
        border-color: #999;
        color: #444;
        text-decoration: none;
}
.sort-order .in {
    font-weight: bold;
	color:#444;
	border-color: #999;
}


.julei{background: #fbfbfb;}
.julei ul {
	padding:10px 5px;
}
.julei li{
	padding:2px 0;
}
.julei .title {
	background: #f7f5f0;
	padding:5px;
	font-weight:bold;
	border-left: 3px solid #ef7d47;
	border-radius:4px;
}


/*news-list-1 */
.news-list-1{
    margin-bottom: 30px;
}
.news-list-1 .news-item-1 .media-left{
    padding-right: 15px;
}
.news-list-1 .news-item-1 a{
    display: block;
    border-bottom: 1px dashed #e2dfdc;
    padding: 20px 0;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
    position: relative;
    overflow: hidden;
}
.news-list-1 .news-item-1 a:hover{
	text-decoration:none;
}
.news-list-1 .media-body{
	vertical-align:middle;
}
.news-list-1 .news-item-1 .news-date{
    color: grey;
    width: 80px;
    background:#e4f2ff;
    text-align: center;
    padding: 8px 5px 10px;
    -webkit-transition: background .3s;
    -o-transition: background .3s;
    transition: background .3s;
}
.news-list-1 .news-item-1 .news-date .day{
    color: #666;
    font-size: 28px;
    font-weight: bold;
}
.news-list-1 .news-item-1 .news-title{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;
}
.news-list-1 .news-item-1 .news-desc{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.6;
    color: #666;
}
@media screen and (min-width: 768px) {
    .news-list-1 .news-item-1 .news-title{
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .news-list-1 .news-item-1 .news-go{
        position: absolute;
        top: 0;
        bottom: 0;
        right: -125px;
        width: 125px;
        background: rgb(239, 46, 51,.82);
        color: #fff;
        font-size: 32px;
        text-align: center;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }
    .news-list-1 .news-item-1 .news-go .fa{
        position: absolute;
        top: 50%;
        margin-top: -16px;
        line-height: 1;
        left: 50%;
        margin-left: -16px;
    }
    .news-list-1 .news-item-1 a:hover{
        background: #eee;
    }
	/*
    .news-list-1 .news-item-1 a:hover .news-go{
        right: 0;
    }
	*/
    .news-list-1 .news-item-1 a:hover .news-date{
        background: #eee;
    }
}
@media screen and (max-width: 767px) {
    .news-list-1 .news-item-1 .news-date{
        margin-bottom: 10px;
    }
    .news-list-1 .news-item-1 .news-go{
        display: none;
    }
}
/*news-list-1 end*/



@media (max-width: 992px){
	.style-1{padding-top: 0; height: auto;}
	.journal-head {margin: 0 0 80px;}
	.style-1 .menu-topbar-area {padding-left: 0;border-left: 0;}
    .article-search .search-select{width: 35%;}
    .article-search{width: 100%;padding: 0;    margin-top: 10px;margin-bottom: 20px;}
    .article-search .adv-search{margin-top: 10px;width: 100%;float: right;}
    .last-issue{width: 100%;margin:10px 0 0;}
    .header{padding: 0;}
    .journal-img{margin:20px 0;}
    .zhuban{display: none;}
    .j-journal .main-btn{background-color: #2d7fd9;background-position: 25px 12px;}
    .header-r{float: none;}
    .cover-info,.cover{width: 100%;float: none;margin:0;}
    .cover-info{height: auto;max-height: auto;}
	.bq_bt{width:100%;}
	.bq_bt ul{margin:0 15px 15px;}
	.bq_zgzb{width:98%;margin: auto;margin-bottom: 20px;    float: none;}
    .j-journal{width: 100%;float: none;}
    .nav-bar{margin:10px 0;display: none;}
    ul.nav,.header{height: auto;}
    .cover-content{color: #666;}
    .news{padding: 0 10px;height: auto;}
    .news-column,.news-a{width: 100%;}
    .slide{min-height: auto;}
    .bx-wrapper img{height: auto;}
    .more-read{padding-top: 70px;background-position: 0 73px;}
	.ico_01, .ico_02, .ico_03{margin-top:20px!important;margin-bottom: 0!important;}
    
    
    .datu-pic .carousel-indicators{display:none;}
    .datu-pic .carousel-caption{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
    .article-list li .article-l{width:92%;}
    .article-list li .article-r{width: 100%;float:none;}
    .nav-tabs>li>a, .nav-tabs>li>a:focus, .nav-tabs>li>a{padding: 10px 10px;}
   
    .red-bg{padding: 10px 0;}
	.logo-brief {display:none;}
	.cg .fm{float:left;margin-left:0;}
	.bs-collections .fm{float:left;margin-left:0;}
	.sort-order {margin-top:20px;padding-bottom:10px;}
	.sort-order .btn {width: 100%;}
	.gk_fm li{min-height:200px;}
	.j-sx{display:block;float: none;}.latest-issue{font-size: 18px;}
	.article-search .input-group {width: 100%;}
	.text_en{width:100%!important;}
	.home-biaoqiannav.nav-tabs li {width: 50%;display: inline-block;margin-right: 0;margin-bottom: 2px;border-right: 0;}
	.datu-pic .carousel-inner .item a img{height:160px;width:100%}
	.style-1 .main-menu ul>li a {font-size: 1em;color: #fff;font-weight: bold;}
	.zongshu{padding-right:15px;}
	.nav-pills>li {width: 40%;}
	.wrap {display:none;}
	.article-list li .article-img img{height:auto;width:100%;}
	.style-1.sticky .article-search {margin-top: 5px;}
	.home-biaoqiannav{/* width:800px; */}
	.article-search .adv-search {display:none;}
	
	.ai-assistant-btn{display:none;}
	.nav-tabs_en li{width:100%!important;}
	
	.allpadding{background-size:cover;}
	.zg_tab li a {width: 100%;}
	.zg_data {float: left;}
}


@media(min-width:1400px) and (max-width:1920px) {
   
}

/*--返回顶部top--*/

.top_web{position: fixed;_position: absolute;bottom:176px;right:20px;width:48px;height:45px;border-radius: 5%;display: none;z-index: 9999;cursor: pointer;background: rgba(1,42,163,.1);}
.top_web .glyphicon{text-align:center;top:11px; left:12px;font-size: 22px;color:#07358d;}
/*--返回顶部top--*/

/*其他 控制显示&隐藏*/
#key{display:none;} /*快速检索隐藏类型下拉条*/
.knomap{display:none;} /*隐藏Knowledge map*/
.shoucang{display:none;} /*隐藏收藏*/
.j-column{display:none;} /*隐藏每篇文章中的栏目名称*/
.j-html{display:none;} /*隐藏RichHTML按钮*/
.article-video{display:none;} /*隐藏视频文章相关按钮、高级检索视频选项*/
.wenzhang-liebiao li {margin: 0;}/*兼容*/
.j-title-1 span{display:none;} /*隐藏文题后图标*/
.icon-oa{margin-top:-2px;}


/*菜单鼠标划动下拉*/
.nav > li:hover .dropdown-menu {display: block;}

/*非rwd
html,.container{min-width: 1200px;}
.m-center{width:75%!important;float:right!important;}
.m-right{width:25%!important;float:left!important;}
*/


/*中间条目*/
.column-1 {
	width:100%;
	font-size: 18px;
	color: #b50000;
	line-height: 34px;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
	display: inline-block;
	position: relative;
	padding-left:15px;
}
.column-1 span {
	left: 0;
	top: 8px;
	width: 5px;
	height: 18px;
	background: #b50000;
	position: absolute;
	display: inline-block;
	border-radius: 1px;
}




/*rich摘要兼容*/
.main_top_cm {
    box-shadow: none;
}
.main_content {
    margin: 0 auto;
    overflow: hidden;
    padding: 15px 10px;
    max-width: 1200px;
    background: #fff;
}


/*--RWD bShare分享兼容--*/
.bsBox{-webkit-box-sizing:content-box}
#bsPanel{-webkit-box-sizing:content-box}
.bFind-wrapper-top{-webkit-box-sizing:content-box}

.fa-feed{font-size: 18px;}



.detail-select{float: right;padding: 5px 0;outline: none;margin: 10px 0;}
.detail-select a{border-radius: 4px;padding: 4px 10px;border: 1px solid rgba(255,255,255,.4);margin: 0 2px;color: #eef9f9;transition: .35s;}
.detail-select a:hover{border: 1px solid #07358d;color: #07358d;}


.top_lang {
  float: left;
  /* margin: 4px 0; */
  height: 28px;
  background: #f5f7fa;
  border-radius: 16px;
  border: 1px #eeeeee solid;
  margin-right: 32px;
}
.top_lang a {
  float: left;
  width: 48px;
  height: 26px;
  line-height: 28px;
  text-align: center;
  border-radius: 14px;
  font-size: 14px;
  color: #888888;
  text-decoration: none;
}
.top_lang a:hover {
  color: #c7b663;
}

.top_lang a.active{background:#c7b663;color: #fff}

.justify-content-md-between {
	justify-content: space-between!important;
	text-align: center;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -5px;
}
.select1{display:none;}



.language{float:left;margin-right: 50px;font-size: 16px;}
.language .on{color:#07358d;}

/*登录窗口兼容*/
.login_dialog_loginTable_text{padding-left:10px;}

.tuijian-bg{background: rgba(18,158,139,.05);padding-bottom: 20px;padding:10px 15px 15px;min-height:320px;}
.sign-in-btn{float:left;margin-right:32px;}


.main-menu-en .sub-menu li a{padding: 9px 6px !important;}

input[type=checkbox] {
    margin: 0;
}

/*专题*/
.zhuanti_tab{max-width:1400px;margin: 0 auto;}
.zhuanti_tab ul{margin-bottom: 10px;}
.zhuanti_tab ul li{overflow: hidden;padding:15px;background: #fff;box-shadow: 0 0 5px #ccc;}
.zhuanti_tab ul li:last-child{margin-bottom:0;}
.zhuanti_tab_tp{overflow:hidden;text-align: center;}
.zhuanti_tab_tp img{width:100%;height:180px;margin: auto;cursor: pointer;transition: all 0.6s;  }
.zhuanti_tab_tp img:hover{ transform: scale(1.2); }
.zhuanti_nirong{float:left;width:80%;}
.zhuanti_tab_title{line-height:25px;font-size:15px;font-weight:bold;text-align: center;padding: 5px 0;text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;}
.zhuanti_tab_title a:hover{color:#cf0709;text-decoration: underline;}
.zhuanti_tab_author{line-height:26px;color:#666;}
.zhuanti_tab_jianjie{line-height:26px;}
.ztwz_r_r{display: -webkit-box;  -webkit-box-orient: vertical; -webkit-line-clamp: 1;overflow: hidden;height:30px;}/*控制1行显示*/




/*期刊集群*/
.top-cast{
	display: none;
    /* box-shadow: 0 0 6px rgba(0,0,0,0.15); */
    border-bottom: 1px solid #fff;
    z-index: 888;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.81), rgba(11, 11, 11, 0.18));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.18));
}
.top-cast .header-logo {margin: 3px 0;}
.top-cast .header-logo img {/* height: 50px; */}
@media (max-width: 768px){
.top-cast .header-logo img {height: auto;}
}

.header-btn {
  display: flex;
  align-items: baseline;
}

/*EN*/
.header-btn a{font-size: 18px;/* font-weight:bold; */text-align:center;/* margin-top: 6px; */color: #fff;padding: 0 17px;}
.header-btn .en{font-size: 16px;font-weight:bold;text-align:center;/* margin-top: 9px; */color: #fff;padding: 0;}
.header-btn a:hover{color: #8a19d7;}
@media (min-width: 1200px){
/*.header-btn {display:block;}*/
}
@media (max-width: 768px){
.header-btn .en{margin-top: 2px;}
}
.mr-20 {
    margin-right: 20px;
}
.mr-10 {
    margin-right: 10px;
}

.flex-nowrap {
    display: flex;
}

@media (max-width: 1440px) {
.header-btn a {padding: 0 12px;font-size: 13px;}
.header-btn .en {
    font-size: 12px;
}
}
/*办公按钮*/
.office_tab{display: flex;flex-direction: row;width: 90%; margin: auto;}
.ico_01{width: 100%;display:block;margin-top: 25px; margin-bottom: 25px;}
.ico_01 a{border-radius:28px;display:block;color:#193384;line-height:48px;text-align:center;font-size:18px;font-weight:bold;margin: 0px 10px;box-shadow: 0 7px 7px rgba(0,0,0,.15); background-image: linear-gradient(-90deg, #c7d5fb, #cbe5fc);    border: 2px solid #fff;padding:0 0 5px;}
.ico_01 a:hover{ background:#efa537;border:2px solid #efa537;}

.ico_02{width: 100%;display:block;margin-top: 25px;margin-bottom: 25px;}
.ico_02 a{border-radius:28px;display:block;background: #00479d;color:#FFF;line-height:48px;text-align:center;font-size:18px;font-weight:bold;margin: 0px 10px;box-shadow: 0 7px 7px rgba(0,0,0,.15);border: 2px solid #00479d;padding:0 0 5px;}
.ico_02 a:hover{background:#efa537;border:2px solid #efa537;}
 
.ico_03{width: 100%;display:block;margin-top: 25px;margin-bottom: 25px;}
.ico_03 a{border-radius:28px;display:block;background: #00479d;color:#FFF;line-height:48px;text-align:center;font-size:18px;font-weight:bold;margin: 0px 10px;box-shadow: 0 7px 7px rgba(0,0,0,.15);border: 2px solid #00479d;padding:0 0 5px;}
.ico_03 a:hover{background:#efa537;border:2px solid #efa537;}

.off_ej{flex-direction: column;width: 100%;}
.ico_ej{margin-bottom:0!important;}


.section-title{margin-bottom:35px;}
.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color:#024494;
 text-align: center;
}
.section-title h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}
.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background:#024494;
  bottom: 0;
  left: calc(50% - 20px);
}

.title_1{
	overflow: hidden;
	padding: 30px 20px;
}
.title_1 .t1{
	display: inline-block;
    font-size: 20px;
	line-height: 38px;
    font-weight: bold;
    color:#00357a;
   
}

.title_2{
	overflow: hidden;
	padding: 30px 20px;
}
.title_2 .t2{
	display: inline-block;
    font-size: 20px;
	line-height: 38px;
    font-weight: bold;
    color:#fff;
   
}

.gd_all{float:right;float: right;color: #999;    line-height: 38px;}
.gd_all i{color:#2a7fda;margin-left:10px;}

.t1en{width:100%; font-size: 16px!important;}

.tab_list{background:#fff;margin-bottom:30px;overflow: hidden;}
.tab_list ul{margin:10px 15px;overflow: hidden;height: 126px;}
.tab_list ul li{
	line-height: 26px;
    padding-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tab_list2 {background:#fff;margin-bottom:30px;overflow: hidden;transition: .2s;}
.tab_list2:hover{
	
	background:#00a0e9;
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
}
.tab_list2:hover .title_1 .t1, .tab_list2:hover .gd_all, .tab_list2:hover .gd_all i{color:#fff;}
.tab_list2 ul{  
	min-height:310px;
	margin: 10px 15px 15px;
    background: #ebecec;
    overflow: hidden;
    border-radius: 8px;
    padding: 45px 15px 12px;
}
.tab_list2 ul li{
	line-height: 26px;
    padding-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.rdtw_tab {background:#fff;margin-bottom:30px;overflow: hidden;transition: .2s;}
.rdtw_tab:hover{
	
	background:#00a0e9;
	transform: translateY(-4px);
	box-shadow: 0 10px 20px rgba(34, 34, 34, 0.2);
}
.rdtw_tab:hover .title_1 .t1, .rdtw_tab:hover .gd_all, .rdtw_tab:hover .gd_all i{color:#fff;}
.rdtw_tab ul{  
	min-height:310px;
	margin: 10px 15px 15px;
    background: #ebecec;
    overflow: hidden;
    border-radius: 8px;
    padding: 45px 15px 12px;
}
.rdtw_tab ul li{
	line-height: 26px;
    padding-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.x1_pic{
	position: relative;
    margin-bottom: -40px;
    margin-left: 30px;
}


.wlsf_tab {overflow: hidden;}
.wlsf_tab ul{  
	margin:0 20px 15px;
    background: #ebecec;
    overflow: hidden;
    border-radius: 8px;
      height: 255px;
}
.wlsf_tab ul li{
	line-height: 26px;
    padding-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.wl_list2 {
    background: url(../images/qki.png) no-repeat 0 6px;
    padding-left: 30px;
}

.qkwz_list{background:#ebecec;margin-bottom:30px;overflow: hidden;}
.qkwz_list ul{margin:0 15px 15px;overflow: hidden; height:80px;}
.qkwz_list ul li{
	    line-height: 26px;
    padding-bottom: 7px;
    margin-top: 7px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
	background: url(../images/dll.png) no-repeat 0 5px;
	padding-left:22px;
}
.qkwz_list ul li a{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 84%;
}
.shijian{float:right;color:#b6b6b6;}

.tit_pic{position: relative;}
.tit_title{overflow: hidden;position: relative;margin-top: 10px; padding:0 10px;}
.tit_title .t1{
	display: inline-block;
    font-size: 20px;
	line-height: 38px;
    font-weight: bold;
    color:#00357a;
   
}
.gdxw{float:right;color:#999;line-height: 38px;}
.gdxw .fa{color:#c7c7c7;}

.hot_list{background:#00a0e9;margin-bottom:30px;overflow: hidden;}
.hot_list ul{margin:0 15px 15px;overflow: hidden; height:80px;}
.hot_list ul li{
	line-height: 26px;
    padding-bottom: 7px;
    margin-top: 7px;
    overflow: hidden;
   text-overflow: ellipsis;
	white-space: nowrap;
	color:#fff;
	background: url(../images/dii.png) no-repeat 0 5px;
	padding-left:22px;
}
.hot_list ul li a{
	color:#fff;
}

.tit_pic{position: relative;}
.rdlw_w{color:#fff!important;}

.dhh{background: url(../images/dhh.png) no-repeat 0 5px!important;}


/*期专辑*/
.zj_tab{width:100%;background: #fff;}
.zj_tab ul{padding-left:15px;padding-right:15px;margin-top: -10px;}
.zj_tab ul li{overflow: hidden;padding:15px 15px 5px;background: #fff;margin-bottom:25px;}
.zj_tab ul li:last-child{}
.zj_tab_tp{overflow:hidden;text-align: center;}
.zj_tab_tp img{max-width: 100%;height: 240px;margin: auto;cursor: pointer;transition: all 0.6s;  }
.zj_tab_tp img:hover{ transform: scale(1.2); }
.zj_nirong{float:left;width:80%;}
.zj_tab_title{
	height: 95px;
    display: flex;
    align-items: center;
	text-align: left;
	padding:10px 10px 10px;
	overflow: hidden;
}
.zj_tab_title a{ 
	color: #333;
    text-decoration: none;
    line-height: 1.7;
	font-size:15px;
	font-weight: bold;
}
.zj_tab_title a:hover{color:#cf0709;text-decoration: underline;}
.zj_tab_author{line-height:26px;color:#666;}
.zj_tab_jianjie{line-height:26px;}


.right_zt{overflow:hidden;background:#00a0e9;margin-bottom: 30px;position: relative;}
.right_zt .tab-content>.tab-pane {overflow: hidden;}
.right_zt .nav-tabs {padding:30px 20px 30px 10px; background: none;border-bottom: 0;}
.right_zt .nav-tabs>li {float: left;margin-bottom: 0px;margin-right:0px;padding-bottom: 0;border-bottom: 0;margin-left:0px;border-right:0;}
.right_zt .nav-tabs>li .glyphicon{top: 3px;right: 3px;}
.right_zt .nav-tabs li.active{color:#fff;}
.right_zt .nav-tabs li.active a{background:transparent;color: #fff;border: 0 solid #c11428;font-size: 14px;}
.right_zt .nav-tabs li.active a:hover{background: transparent;color:#fff;border:0;border-bottom:0;}
.right_zt .nav-tabs>li.active>a, .right_zt .nav-tabs>li.active>a:focus {
    color:#fff;
    cursor: pointer;
    background-color:transparent;
    border: 0px solid #fff;
    font-size: 20px;
    font-weight: bold;
}
.right_zt .nav-tabs li a{border-radius: 0;line-height:38px;font-size: 20px;background:transparent;color: #fff;border: 0 solid #fff;margin-right: 0;/* font-weight: bold; */padding:0 5px;}
.right_zt .nav-tabs li a:hover{background: transparent;color:#eee;border-color: transparent;}
.right_zt .article-box{border-top:0;overflow: hidden;}

.gdwz{position: absolute;top:30px;right:14px;font-size: 16px;font-weight: normal;float:right;line-height: 38px; color:#fff;}
.gdwz i{color: #fff;    margin-left: 10px;}

.rab_ejbg{    background: #edf8ff;}

.zttj_tab_list ul{  
	min-height:310px;
	margin: 10px 15px 15px;
    background: #ebecec;
    overflow: hidden;
    border-radius: 8px;
    padding: 45px 15px 12px;
}
.zttj_tab_list ul li{
	line-height: 26px;
    padding-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}



.yx_tab_list{background:#fff;overflow: hidden;}
.yx_tab_list ul{margin:0;overflow: hidden;min-height: 252px;}
.yx_tab_list ul li{
	line-height: 26px;
    padding-bottom: 8px;
    margin-top: 8px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}




.icon_list1{
	background: url(../images/dwz.png) no-repeat 0 5px;
    padding-left: 24px;
}
.icon_list2{
	background: url(../images/dll.png) no-repeat 0 6px;
    padding-left: 24px;
}

.ewm{width: 70%; margin: auto;overflow: hidden;margin-bottom:30px;}
.ewm li{width:50%;float:left;padding:0 0 5px;}
.ewm img{width:100px; margin: auto;}
.ewm_wz{line-height: 30px;text-align: center;color:#fff;}

/*访问统计*/
.tongji {
    overflow: hidden;
    line-height: 28px;
    text-align: left;
    color:#BEBEDF;
}
.tongji ul{overflow: hidden;line-height:30px;}
.tongji span {    font-size: 24px;    color: #204f95;}

.dbtit{color:#fff;}

.journal-sl{
    font-size: 14px;
    color: #004097;
    margin-top: 25px;
}
.journal-sl span{
    padding: 5px 8px;
    border-radius: 4px;
    background: #e8edf7;
    box-sizing: border-box;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
}


.more-btn{
    border: 1px solid #0344bd;
    cursor: pointer;
    display: block;
    margin: 0 auto;
    /* position: relative; */
    text-decoration: none;
    text-align: center;
    font-size: 16px;
    line-height: 1.5;
    padding: 7px 15px;
    border-radius: 32px;
    font-weight: 700;
    color: #0344bd;
    margin-top: 25px;
    overflow: hidden;
    width: 150px;
    /* float: right; */
}
.more-btn i{
    /*font-size: 20px;*/
}
.more-btn:hover{
    color: #fff;
    background: linear-gradient(to left, #488bef, #444ec1);
    border-color: #fff;
}

dt{font-weight: normal;}

/*内容标题*/
.tongyongwejititle{
    padding-bottom: 17px;
    border-bottom: 3px solid #0103a1;
    margin-top: 25px;
    margin-bottom: 50px;
}
.tongyongwejititle .title{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tongyongwejititle .title .t{
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #000;
    font-weight: bold;
}
.tongyongwejititle .title .t img{
    width: 8px;
    margin-right: 20px;
    display: block;
}
        

                
.item_con{
    padding: 0 5px;
    position: relative;
    text-align: justify;
    margin-bottom: 40px;
}
.item_con .title{
    font-size: clamp(28px, 30px, 30px);
    color: #1b1b1b;
    margin-bottom: 40px;
    text-align: center;
}
.item_con .tongjicon{
    font-size: 14px;
    color: #126cf4;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}
.item_con .tongjicon span{
    color: #666;
}
.item_con .tongjicon .shu{
    color: #d8d8d8;
    padding: 0 20px;
}
.item_con .tongjicon i{
    margin-right: 5px;
}
.item_con .tongjicon img{
    margin-right: 5px;
}

.item_con p{
    /* text-indent: 2em; */
    line-height: 34px;
    margin-bottom: 20px;
    color: #333333;
    font-size: 18px;
}

.item_new{
    position: relative;
    padding-bottom: 50px;
}
.item_fenxiang{
    position: absolute;
    right: 0;
    top: 0;
    ul{
        li{
            font-size: 16px;
    color: #333;
    line-height: 24px;
    margin-bottom: 8px;
        }
    }

    .icons{
    display: flex;
    gap: 10px;
    i{
            width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #fff;
    cursor: pointer;

        }
        .wx{
    background: #28C445;
        }
        .qq{
    background: #5096FF;
        }
        .wb{
    background: #E72018;
        }
        .em{
    background: #5096FF;
        }
    }
}

.item-content{overflow:hidden;margin-top: -20px;}
.item-content ul{margin:0;}
.item-content ul li{padding:10px 0;border-bottom:1px #ccc dashed;}
.item-content i{color:#999;margin-right: 10px;}

.zhuanti-content{overflow:hidden;margin-top: -20px;}
.zhuanti-contentul{margin:0;}
.zhuanti-content ul li{padding:10px 0;border-bottom:1px #ccc dashed;font-weight:bold;font-size:18px;}
.zhuanti-content i{color:#C8C8C8;font-size:15px;margin-right: 10px;}

@media (max-width: 992px) {
    .item_fenxiang{
    position:inherit;
    }
    .item_fenxiang .icons{
    margin:10px auto;
    justify-content: center;
    }
}

/* 分享二维码 */
.weixin-a{position: relative;z-index: 5;transition: all 1s;}
.weixin_ewm{width: 130px;height: 130px;position: absolute;top: 30px;left: -60px;display:none;border: 1px solid #ccc;border-radius: 5px;overflow: hidden;padding:8px;background:#fff;}
.weixin_ewm img{display: block;width: 100%;height: 100%;}
.weixin-a:hover .weixin_ewm{display: block;}

/*几年内一行*/
.tongjishsjkghhb{
    margin: 26px 0;
    display: flex;
    gap: 20px;
    div{
        background: #fff;
    padding: 6px 13px;
    border-radius: 4px;
    box-sizing: border-box;
    color: #666;
    font-size: clamp(14px, 16px, 16px);
    cursor: pointer;
    }
    .xuanzhong{
    background: #e6ecfe;
    color: #356dc7;
    }
}
/*分页*/
.fenyexinban {
  margin: 2.0833333333vw 0;
  display: flex;
  gap: 15px;
  align-items: baseline;
}

.fenyexinban a {
  font-size: 14px;
  color: #060e5d;
  text-align: center;
  text-decoration: underline;
  border-radius: 8px;
  font-weight: bold;
  padding: 1.2vw 1.4vw;
  line-height: normal;
}
.fenyexinban i {
  font-size: 18px;
}
.fenyexinban a:hover {
  color: #060e5d;
}

.fenyexinban span {
  font-size: 16px;
  /* color: #333; */
  text-align: center;
}

.xuanzhonfsj {
  background: #060e5d;
  color: #fff !important;
}

.rdwzmian_left{
    height: max-content;
    padding: 20px;
    background: rgba(255,255,255,0.41);
    box-shadow: 0px 5px 13px 0px rgba(0,0,0,0.07);
    border-radius: 4px;
    .qikancard_lisdr_con_left_div{
        margin-bottom: 30px;
        .top{
            padding: 10px 0;
            border-bottom: 1px solid #D8D8D8;
            font-size: clamp(16px,20px, 18px);
            font-weight: 400;
            color: #333333;
            display: flex;
            align-items: center;
            justify-content: space-between;
            i{
                color: #666;
            font-size: 14px;
            cursor: pointer;
            }
        }
        .center{
            padding: 12px 0;
            padding-bottom: 0;
            max-height: 226px;
            overflow: hidden;
            box-sizing: border-box;
            .center_div{
                display: flex;
                align-items: center;
                justify-content: space-between;
                margin-bottom: 17px;
                font-size: 15px;
                color: #333333;
                .center_div_div{
                display: flex;
                align-items: center;
                input{
                        margin-right: 9px;
                width: 14px;
                height: 14px;
                    }
                }
            }
        }
    }
}

.zhankishsouqi{
    .lunwen_mian_right_select{
    /* background: linear-gradient(to left, #6BC3FF, #736FEC); */
    /* padding: 7px 20px; */
    /* border-radius: 20px; */
    color: #106bf4;
    /* width: 125px; */
    /* margin: 0 auto; */
    text-align: center;
    cursor: pointer;
    /* margin-top: 20px; */
    float: right;
    font-size: 14px;
    overflow: hidden;
}
}

.paixu_bao{
    width: 100%;
    padding: 15px 20px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    border-bottom: 1px solid #D8D8D8;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .paixu_bao_left{
        display: flex;
        align-items: center;
        gap: 30px;
        color: #666;
        font-size: clamp(14px, 17px, 17px);
            span{
                cursor: pointer;
                img{
                    margin-left: 5px;
                    width: 12px;
                    height: 12px;
                    margin-bottom: 3px;
                }
            }
    }
    .paixu_bao_right{
    color: #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    }
}

@media (max-width: 768px) {
	.paixu_bao .paixu_bao_left{display: none;}

	.office_tab{ flex-direction: column;}
	.shoulu{display:none;}
}


/*二级页面*/
.cover-ej{width:100%;}
.office-ej{display:block;}
