/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 17 2025 | 07:57:46 */
a:focus { outline: none;-moz-outline-style: none; }

.ast-builder-grid-row.ast-grid-center-col-layout {
    grid-template-columns: 0.6fr auto 1fr;
}

.site-footer{
	background:#000;
}

.post .entry-content p a{
 color:#3388e5 !important;
}
.post .entry-content p a:hover{
 color: #3388e5 !important;
 text-decoration:underline !important;
}

.post .entry-content h2{
    padding: 10px;
    margin: 30px 0;
    color: #fff;
    background: #1e37b8;
    font-size: 24px;
}

.post .entry-content h3{
	position:relative;
    padding: 10px;
    margin: 30px 0;
}

.post .entry-content h3::before {
    content: "";
	   display:block;
	   bottom: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 2px;
    background: repeating-linear-gradient(90deg, #022e51 0%, #022e51 29.3%, rgba(150, 150, 150, .2) 29.3%, rgba(150, 150, 150, .2) 100%);
}

.post .entry-content thead td, .post .entry-content thead th {
    background-color: #022e51;
    color: #fff;
	   background-clip: padding-box;
    border:#333 1px solid;
	   border-right:#424242 1px solid; 
    padding: 0.5em 0.75em;
    position: relative;
}

.ast-site-identity {
    padding: 0;
}

.ast-separate-container .ast-blog-layout-5-grid .post-content{
	padding:0 1em !important;
}

.ast-button-wrap .ast-mobile-menu-trigger-minimal:focus{border-style:none !important;outline: none;}

.ast-menu-toggle{border-style: none;}

.ast-menu-toggle:focus {
    outline: none;
}

.entry-content ol, .entry-content ul {
    margin-left: 4% !important;
}

.astra-search-icon{
	display:block;
	width:35px;
	height:35px;
background-image:url(/wp-content/uploads/2025/08/search_icon.webp);
	background-repeat:no-repeat;
	background-size:cover;
}

.astra-search-icon .ahfb-svg-iconset{display:none !important;}

.ast-search-box.full-screen .ast-search-wrapper .search-form {
    width: 90%;
    margin: 0 auto;
}

.ast-header-break-point .ast-search-box.full-screen .ast-search-wrapper .search-field {
    width: 85%;
}

.uagb-post__image {
  overflow: hidden;
}

.uagb-post__image img {
  transition: transform 0.4s ease;
  display: block;
}

.uagb-post__inner-wrap:hover .uagb-post__image img {
  transform: scale(1.1);
}

.index_news .uagb-post__date{
	font-size:20px;
}

.index_news .uagb-post__taxonomy:hover{
	color:#1e37b8;
}

.index_news .uagb-post__text.has-time {
  display: flex;
  justify-content: space-between;
  align-items: left;
  gap: 8px;
}

.index_news .uagb-post__title{
	flex-direction: column;
	text-align:left;
}

.index_news .uagb-post__title:hover{
	color:#1e37b8;
}

.index_news .uagb-post__date::after{
	display:none;
}

.index_news .uagb-post__text time::before {
  content: "";
	width:21px;
	height:21px;
	background-image:url(/wp-content/uploads/2025/08/date_icon.png);
  margin-right: 6px;
	margin-bottom:5px;
  display: inline-block;
  vertical-align: middle;
}

.index_news .uagb-post__text .uagb-post__taxonomy.highlighted:not(:first-of-type) {
    display: none;
}

.index_news .uagb-post__text .uagb-post__taxonomy{
	display: none;
}


.uagb-slick-carousel ul.slick-dots li button::before{
	font-size:40px;
}

.uagb-slick-carousel ul.slick-dots li{
	width: 25px;
}

.scroll_news .uagb-post__image {
    overflow: hidden;
    height: 250px;
	margin-bottom:20px;
}

.scroll_news .uagb-post__text{
	 align-items: flex-start !important;
    flex-direction: column;
}

.scroll_news .uagb-post__date::after{
	display:none;
}

.scroll_news .uagb-post__cta{
	float:right;
}

.toggle_content {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.toggle_content .toggle_txt{
	position: relative;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.6s ease 0.2s; /* 延迟0.2s出现，配合蓝色块 */
  z-index: 2;
  display:none;
}

.toggle_content .toggle_bt .uagb-svg-wrapper{
	border-radius:50%;
}

.toggle_content:hover .toggle_bt .uagb-svg-wrapper{
	background:#fceb4e;
}

.toggle_content:hover .uagb-icon-wrapper svg{
	fill:#000;
}


/* 半透明蓝色块 */
.toggle_content::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 102, 204, 0.5);
  transform: translateY(100%);
  transition: all 0.6s ease;
  z-index: 0;
}
/* hover 效果：色块先上来 */
.toggle_content:hover::before {
  transform: translateY(0);
}

/* hover 时文字再渐现 */
.toggle_content:hover .toggle_txt {
  transform: translateY(0);
  opacity: 1;
	display:block;
}

.uagb-block-04cd3f0d .uagb-faq-item.uagb-faq-item-active {
    background-color:#fff;
    border-color: #1d4adb;
}

.uagb-block-04cd3f0d .uagb-faq-icon-wrap{
	background:#fceb4e;
	border-radius:50%;
	padding:10px !important;
}

/* 推荐文章列表 */
.recommend-posts{
	border:solid 2px #d7d7d7;
	border-radius:20px;
	padding:30px;
	overflow:hidden;
  display: flex;
  flex-direction: column;
  gap: 8px; /* 间隔 */
}

.recommend-posts .recommend-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    border-radius: 4px;
}

.recommend-posts .recommend-item.even {
    background-color: #f2fddb;
}

.recommend-posts .recommend-item.odd {
    background-color: #ffffff;
}

.recommend-posts .recommend-index {
    font-weight: bold;
    margin-right: 6px;
    color: #000;
	   font-size: 20px;
}

.recommend-posts .recommend-title {
    flex: 1;
    margin-right: 10px;
    text-decoration: none;
    color: #000;
	  font-size: 20px;
	   font-weight: bolder;
	
    /* 单行截断 */
    white-space: nowrap;        /* 不换行 */
    overflow: hidden;           /* 超出隐藏 */
    text-overflow: ellipsis;    /* 显示省略号 */
}

.recommend-posts .recommend-title:hover {
    text-decoration: underline;
}

.recommend-posts .recommend-date {
    white-space: nowrap;
    color: #000;
    font-size: 20px;
	   font-weight: bold;
}


.ast-blog-single-element .entry-meta a{
	display:inline-block;
	background:#1d4adb;
	color:#fff;
	padding:2px 5px;
	border-radius:10px !important;
	margin:0 !important;
}

.ast-blog-single-element .entry-meta a:hover{
	color:#fceb4e;
}

.ast-excerpt-container{ position: relative; }
.ast-excerpt-container p{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;   /* 需要的行数 */
  overflow: hidden;
  line-height: 1.6;
}
.ast-excerpt-container::after{
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0;
  height: 2.5em;
  pointer-events: none;
  -webkit-mask-image: linear-gradient(transparent, black);
  mask-image: linear-gradient(transparent, black);
  background: linear-gradient(to bottom, transparent, #fff);
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu {
	width:270px;
   background: #f7f7f7;
	padding:10px;
	border-radius: 0 0 10px 10px;
}

html[lang="en-GB"] .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu{	
  width:270px;	
}

html[lang="zh-HK"] .ast-desktop .ast-builder-menu-1 .menu-item .sub-menu{	
  width:120px;	
}

.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link{
	text-align:left;
	border-radius:0;
	font-size: 14px;
	padding:0;
	line-height:36px;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .menu-link:hover{
	background:none;
	color:#1d4adb;
	border-bottom:solid 1px #1d4adb;
}
.ast-desktop .ast-builder-menu-1 .menu-item .sub-menu .current-menu-item .menu-link{
		background:none;
	color:#1d4adb;
	border-bottom:solid 1px #1d4adb;
}

#block-2{
	padding:20px !important;
}

#block-2 .widget-title{	
	padding-bottom:20px;
	margin-bottom:0px;
	font-size:30px;
	font-weight:600;
}

#block-2 .widget-title::before{
	content:"";
	display:inline-block;
	width:5px;
	height:30px;
	background:#1d4adb;
	margin-right:20px;
}

/*侧边栏最新文章*/

.category-latest-posts {
    display: grid;
    gap: 15px;
}

.category-latest-posts .latest-post-item {
   text-align: left;
	display: flex;
	gap: 15px;
}


.category-latest-posts .latest-thumb img {
    width: 120px;
    height:67px;
    object-fit: cover;
    display: block;
	 max-width:120px;
}

.category-latest-posts .latest-title {
    font-size: 16px;
    margin: 0;
	  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
}

.category-latest-posts .latest-title a {
    color: #333;
    text-decoration: none;
}

.category-latest-posts .latest-title a:hover {
    color: #1d4adb;
}

.category-latest-posts .latest-meta {
	   font-size:16px;
    color: #000;
	   border-bottom: solid 2px #ccc;
    padding-bottom: 5px;
    padding-left: 5px;
	display:none;
}

.category-latest-posts .latest-date::before {
  content: "";
	width:21px;
	height:21px;
	background-image:url(/wp-content/uploads/2025/08/date_icon.png);
  margin-right: 6px;
	margin-bottom:5px;
  display: inline-block;
  vertical-align: middle;
}


/*侧边栏热门文章*/

.category-popular-posts {
    display: grid;
    gap: 15px;
}

.category-popular-posts .popular-post-item {
	  display:flex;
	  gap: 15px;
    text-align: left;
}

.category-popular-posts .popular-thumb img {
    width: 120px;
    height:67px;
    object-fit: cover;
    display: block;
	 max-width:120px;
}

.category-popular-posts .popular-title {
    font-size: 16px;
    margin: 0;
	  display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    line-height: 1.4;
}

.category-popular-posts .popular-title a {
    color: #000;
    text-decoration: none;
}

.category-popular-posts .popular-title a:hover {
    color: #1d4adb;
}

.category-popular-posts .popular-meta {
	   font-size:16px;
    color: #000;
	   border-bottom: solid 2px #ccc;
    padding-bottom: 5px;
    padding-left: 5px;
	display:none;
}

.category-popular-posts .popular-date::before {
  content: "";
	width:21px;
	height:21px;
	background-image:url(/wp-content/uploads/2025/08/date_icon.png);
  margin-right: 6px;
	margin-bottom:5px;
  display: inline-block;
  vertical-align: middle;
}

.site-content .ast-container{
	flex-wrap:wrap;
}
.newslistbanner{
	flex:0 0 100%;
	background:url(/wp-content/uploads/2025/09/newslist_banner.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	min-height:200px;
	display:flex;
	align-items:center;
	padding:40px;
	flex-wrap: wrap;
}

.newslistbanner .newstitle{
	flex:3;
}

.newslistbanner h1{
	color:#fff;
	font-size:40px;
}
.newslistbanner .newsdescript{
	color:#eee;
	font-size:14px;
	flex: 2;
   line-height: 1em;
}

@media (max-width: 768px) {	
	.newslistbanner .newstitle{
	flex:0 0 100%;
   }
	.newslistbanner h1 {
    font-size: 26px;
}
	.newslistbanner .newsdescript{
	flex:0 0 100%;
   }
}

@media (max-width: 430px) {	
	.newslistbanner{
		padding:40px 10px;
	}

	.newslistbanner h1 {
    font-size: 22px;
	 margin-bottom:20px;
}

}


#primary{
	flex:2;
}
#secondary{
	flex:1;
}


/*指定分类热门文章*/

.category-popular-posts-zd {
    display: grid;
    gap: 20px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.category-popular-posts-zd .popular-post-item {
    text-align: left;
	  border: 1px solid #eee;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.category-popular-posts-zd .popular-post-item:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* 图片容器：固定高度 */
.category-popular-posts-zd .popular-thumb {
    width: 100%;
    height: 300px; /* PC 默认高度，可调 */
    overflow: hidden;
}

.latest-thumb img,
.popular-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持裁剪填充，不变形 */
    display: block;
}


.category-popular-posts-zd .popular-title {
    font-size: 16px;
	padding:0 20px 10px 20px;
}

.category-popular-posts-zd .popular-title a {
    color: #000;
    text-decoration: none;
}

.category-popular-posts-zd .popular-title a:hover {
    color: #0073aa;
}

.category-popular-posts-zd .popular-meta {
	   font-size:16px;
    color: #000;
	padding:20px 20px 10px 20px;
	   display: flex;
    justify-content: space-between; /* 左右分散 */
    align-items: center;            /* 垂直居中 */
}

.category-popular-posts-zd .popular-date::before {
  content: "";
	width:21px;
	height:21px;
	background-image:url(/wp-content/uploads/2025/08/date_icon.png);
  margin-right: 6px;
	margin-bottom:5px;
  display: inline-block;
  vertical-align: middle;
}

.category-popular-posts-zd .popular-category {
	    color:#000;
    background:#ccf96f;
	    padding: 6px 8px;
    line-height: 1;
	border-radius: 15px;
}

/* 平板：2列 */
@media (max-width: 1023px) {
   .category-popular-posts-zd {
     grid-template-columns: repeat(2, 1fr);
    }

    .category-popular-posts-zd .popular-thumb {
        height: 250px; /* 平板图片稍微小一点 */
    }
}

/* 手机：1列 */
@media (max-width: 767px) {
   .category-popular-posts-zd {
        grid-template-columns: 1fr;
    }

   .category-popular-posts-zd .popular-thumb {
        height: 200px; /* 手机可以放大一些，视觉更好 */
    }
}


#menu-item-1182 a{padding-top:1em;}
#menu-item-1185 a{padding-bottom:1em;}

.site-header-focus-item .ast-custom-button{background:#fceb4e;color:#1d4adb; border:0;font-size:14px !important; font-weight:normal; border-radius:20px;}

.site-header-focus-item .ast-custom-button:hover{background:#1d4adb; color:#fff;}

.ast-mobile-header-content .ast-builder-layout-element:not(.ast-builder-menu):not(.ast-header-divider-element){padding:0;}

.dropdown-menu-toggle.ast-header-navigation-arrow{display:none;}

.main-header-menu .sub-menu{width:100%;}

.site-navigation{background:#f7f7f7;border-radius:20px;}

.main-header-menu .menu-item {
    position: relative;
    height: auto;
}
.main-navigation {
	height: auto;
}
.main-navigation ul {
    gap: 5px;
	 height: auto;
}

.ast-builder-menu-1 .menu-item > .menu-link{border-radius:20px;padding:10px 15px;height: 35px;}

.ast-builder-menu-1 .current_page_item > .menu-link{background:#1d4adb;}

.ast-builder-menu-1 .current-menu-parent > .menu-link{background:#1d4adb;}

.ast-builder-menu-1 .menu-item:hover > .menu-link{}

html[lang="en-GB"] .ast-builder-menu-1 .menu-item:hover > .sub-menu .menu-link{	
  font-size: 14px;	
}

html[lang="zh-HK"] .ast-builder-menu-1 .menu-item:hover > .sub-menu .menu-link{	
  font-size: 16px;	
}


.ast-hfb-header .site-footer {
    padding-top: 50px;
    padding-bottom: 0px;
}

.ast-builder-button-wrap.ast-builder-button-size-xl{
	width:100%;
	text-align:center;
}
.lang-switch{
  --h: 35px;     /* 高度 */
  --pad: 5px;    /* 内边距 */
  --radius: 999px;
  --bg: #1d4adb;
  --fg: #fff;
  --fg-active: #1d4adb;
  --ring: 0 0 0 2px rgba(0,0,0,.06) inset;
  --shadow: 0 1px 1.5px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.05);

  display: inline-flex;
  align-items: center;
  gap: .2rem;
  height: var(--h);
  background: var(--bg);
  border-radius: var(--radius);
  padding: 0 .2rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.lang-switch__item{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--h) - 8px);
  padding: var(--pad);
  border-radius: calc(var(--radius) - 2px);
  color:#fff;
  text-decoration: none;
  transition: transform .12s ease, background-color .15s ease, color .15s ease;
  outline: none;
}
.lang-switch__item:hover{transform: translateY(-1px);color:#fff; }
.lang-switch__item:focus-visible{ box-shadow: var(--ring); }

/* 当前语言样式：依靠 aria-current="page" */
[lang="zh-CN"] .cn_item{
  background: #fceb4e;
  color: var(--fg-active);
  box-shadow: var(--shadow);
  cursor: default;
  text-wrap: nowrap;
}

[lang="en-GB"] .en_item{
  background: #fceb4e;
  color: var(--fg-active);
  box-shadow: var(--shadow);
  cursor: default;
  text-wrap: nowrap;
}

.lang-switch__divider{
  user-select: none;
  opacity: .35;
  padding: 0 .1rem;
}

/* 小屏优化 */
@media (max-width: 921px){
  .lang-switch__item{ font-size: 14px; }
	.lang-switch{margin-left:20px;margin-top:10px;}
}

.ast-builder-language-switcher{
	  --h: 35px;     /* 高度 */
  --pad: 5px;    /* 内边距 */
  --radius: 999px;
  --bg: #1d4adb;
  --fg: #fff;
  --fg-active: #1d4adb;
  --ring: 0 0 0 2px rgba(0,0,0,.06) inset;
  --shadow: 0 1px 1.5px rgba(0,0,0,.06), 0 2px 8px rgba(0,0,0,.05);

  display: inline-flex;
  align-items: center;
  gap: .2rem;
  height: var(--h);
  background: var(--bg);
  border-radius: var(--radius);
  padding: 0 .2rem;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.ast-builder-language-switcher-menu-item-header{
	margin:0 !important;
}

.ast-builder-language-switcher-item{
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: calc(var(--h) - 8px);
  padding: var(--pad);
  border-radius: calc(var(--radius) - 2px);
  color:#fff;
  text-decoration: none;
  transition: transform .12s ease, background-color .15s ease, color .15s ease;
  outline: none;
	font-size:15px;
}
.ast-builder-language-switcher-item:hover{transform: translateY(-1px);color:#fff; }
.ast-builder-language-switcher-item:focus-visible{ box-shadow: var(--ring); }

/* 当前语言样式*/
[lang="zh-CN"] .ast-builder-language-switcher-menu li:first-child .ast-builder-language-switcher-item{
  background: #fceb4e;
  color: var(--fg-active);
  box-shadow: var(--shadow);
  cursor: default;
  text-wrap: nowrap;
}

[lang="en-GB"] .ast-builder-language-switcher-menu li:nth-child(2) .ast-builder-language-switcher-item{
  background: #fceb4e;
  color: var(--fg-active);
  box-shadow: var(--shadow);
  cursor: default;
  text-wrap: nowrap;
}


#text-3 a{
	font-size: 24px;
	color:#4D4D4D;
}

#text-3 a:hover{
	color:#ccf96f;
}

.site-content{background-color:#ffffff;}


.men_txt{
	 background: linear-gradient(0deg, #737373, #D9D9D900);
}

.men_txt a{color:#fff;}
.men_txt a:hover{color:#ccf96f;}

.index_faq2{
	border-bottom:solid 3px #ccf96f;
}

.index_faq2 .uagb-faq-item-active .uagb-faq-questions{
	border-bottom:solid 3px #ccf96f;
}

.index_faq2 .uagb-faq-content{
	background:#4D4D4D;
}

.elementor-element-2263910,.hfe-before-footer-wrap,.elementor-element-724cd23{background-color:#2323230e !important;}

form.fluent_form_1 .ff-btn-submit:not(.ff_btn_no_style){background-color:#232323 !important;}

form.fluent_form_1 .ff-btn-submit:hover{background-color:#1e37b8 !important;}

.archive .ast-article-post{
	border-bottom:0;
}

.search .ast-article-post{border:solid 2px #333;padding:20px; border-radius:10px;}

.sidebar-main {
    overflow-y: visible !important;
    height: auto !important;
	max-height:100% !important;
}

.swiper-pagination-bullet{
	width:12px;
	height:12px;
}

#recent-posts-2{
	padding:20px !important;
	background-color:#f7f8ff !important;
	border-radius:10px;
}

#recent-posts-2 .widget-title{	
	padding-bottom:10px;
	margin-bottom:20px;
	font-style:italic;
	font-size:30px;
	font-weight:600;
}

#recent-posts-2 .widget-title::before{
	content:"";
	display:inline-block;
	width:5px;
	height:30px;
	background:#ccf96f;
	margin-right:20px;
}

#recent-posts-2 .post-date::before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(/wp-content/uploads/2025/08/date_icon.png);
    margin-right: 6px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

#recent-posts-2 .post-date{display:block; font-size:16px; border-bottom:solid 2px #ccc; padding-bottom:10px;padding-left:5px; margin-bottom:20px;}

#recent-posts-2 a{display: block;font-size:16px;line-height:1.5; padding:3px;}

#recent-posts-2 a:hover{
	color:#1e37b8;
}


#block-9{
	padding:20px !important;
	border-radius:10px;
}

#block-9 .widget-title{	
	padding-bottom:20px;
	margin-bottom:0px;
	font-size:30px;
	font-weight:600;
}

#block-9 .widget-title::before{
	content:"";
	display:inline-block;
	width:5px;
	height:30px;
	background:#1d4adb;
	margin-right:20px;
}

.sidebar-recommend-posts {
    display: flex;
    flex-direction: column;
    gap: 20px; /* 每篇文章之间的间距 */
}

.sidebar-recommend-posts .recommend-item {
    display: flex;
    flex-direction: column;
	padding-bottom:20px;
	border-bottom:solid 2px #ccc;
}

.sidebar-recommend-posts .recommend-thumb img {
    width: 100%;
    height: 180px; /* 可调整高度 */
    object-fit: cover; /* 图片铺满且不变形 */
    border-radius: 6px;
    display: block;
}

.sidebar-recommend-posts .recommend-content {
    margin-top: 8px;
}

.sidebar-recommend-posts .recommend-title {
    font-size: 16px;
    color: #232323;
    display: block;
    margin-bottom: 4px;
    text-decoration: none;
	   line-height:1.5;
}

.sidebar-recommend-posts .recommend-title:hover {
    color: #1e37b8;
}

.sidebar-recommend-posts .recommend-date {
    font-size: 16px;
    color: #000;
}

.sidebar-recommend-posts .recommend-date::before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(/wp-content/uploads/2025/08/date_icon.png);
    margin-right: 6px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

.single .post-navigation a{
    margin: 2px;
    display: inline-block;
    color: #1e37b8;
    display: inline-block;
    background: #fff;
	   border:solid 1px #7a89d7;
    padding: 5px 20px;
    height: auto;
    font-size: 20px;
    border-radius: 10px;
}

.single .post-navigation a:hover {
	   color:#000;
    background: #ccf96f;
}


#ezw_tco-2{padding:0px !important;}

#ezw_tco-2 .widget-title{
	border-bottom:solid 2px #333;
	padding-bottom:10px;
	margin-bottom:20px;
}


#monsterinsights-popular-posts-widget-2{padding:0px !important; margin-top:40px;}

#monsterinsights-popular-posts-widget-2 .widget-title{
	border-bottom:solid 2px #333;
	padding-bottom:10px;
	margin-bottom:20px;
}

#monsterinsights-popular-posts-widget-2 li{
	padding:10px 0;
	background:#fff;
	border-bottom:solid 2px #ccc;
	
}

#monsterinsights-popular-posts-widget-2 a{display: block;font-size:17px;font-weight:400;line-height:1.5; padding:3px;}

#monsterinsights-popular-posts-widget-2 a:hover{color:#232323;background-color:#ccf96f;}

#monsterinsights-popular-posts-widget-2 a:hover .monsterinsights-widget-popular-posts-title{
	text-decoration:none !important;
}

.ast-related-post .published{
	font-size:18px;
}
.ast-related-post .posted-on::before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(/wp-content/uploads/2025/08/date_icon.png);
    margin-right: 6px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}


#block-14{border:solid 3px #333;padding:20px;border-radius:10px;}

#search-2{border:solid 3px #333;padding:20px;border-radius:10px;}

.ast-separate-container .ast-article-single{padding:0px;}


.post.ast-article-single .entry-header .entry-meta{ border-bottom:solid 2px #ccc; padding-bottom:20px;}

.ast-related-post-title.entry-title{
	margin-bottom:0 !important;
}

.ast-related-posts-title-section{
	border-bottom:solid 2px #333;
	margin-bottom:20px;
}

.site .ast-single-related-posts-container{padding:40px 0;}


.ast-blog-layout-5-grid .ast-article-inner{box-shadow:none !important;}

.ast-button.ast-badge-tax{
	background:#1d4adb;
	color:#fff;
	border:0;
}

.ast-related-post-title.entry-title{
	font-size:16px;
	line-height:20px;
	margin-top:20px;
}

.entry-title {
    margin-bottom: 1em;
}

.ast-article-post .entry-title a{
	display:block;
  color: #1d4adb;
  font-size: 30px;
  font-weight: 600;
}

.ast-article-post .posted-on{
	font-size: 18px;
  font-weight: 600;
}

.ast-article-post .posted-on::before {
    content: "";
    width: 21px;
    height: 21px;
    background-image: url(/wp-content/uploads/2025/08/date_icon.png);
    margin-right: 6px;
    margin-bottom: 5px;
    display: inline-block;
    vertical-align: middle;
}

.ast-related-posts-wrapper {
    display: grid;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
}

.ast-related-post-content .entry-header{
	margin:0 !important;
}
.ast-related-posts-wrapper .ast-related-post{
	border-bottom:solid 1px #ccc;
}

.uagb-block-49f71f84.uagb-tabs__wrap ul.uagb-tabs__panel li.uagb-tab a{
	border-radius:10px;
}

.news_tab ul {
    margin-left: 1% !important;
}

.news_tab .uagb-tabs-list[aria-selected="true"]::after {
    content: "";
    display: block;
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #ccf96f;
    vertical-align: middle;
    position: absolute;
    bottom: -10px;
}

.ast-blog-layout-5-grid .ast-blog-featured-section{width:40%;}

.ast-blog-layout-5-grid .post-content{width:60%;}

#search-2{padding:2em 1em !important;}

.ast-related-post-content .entry-header .ast-related-post-title a{line-height:1.4em;}

.ast-menu-toggle .ast-icon.icon-arrow svg{color:#ccf96f;}

.ast-pagination .page-numbers{border:solid 2px #ccf96f;}

.ast-pagination .page-numbers.current{background:#ccf96f;color:#000;}

.ast-pagination .page-numbers:hover{background:#ccf96f;color:#000;}

.site-footer-above-section-1 .widget-title{
	text-align:left;
	font-weight:500;
	font-style: italic;
	margin-bottom:0;

}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
	border-top:solid 2px #cccccc59;
}

@media (max-width: 1700px) {
	
		.site-header-section>div:first-child{padding:0;}
	.site-header-section .site-header-primary-section-left-center{display:none;}
	
	.ast-main-header-wrap .ast-builder-grid-row{grid-column-gap: 0px;}
	
.site-header-primary-section-right .ast-custom-button {
    padding:0.5em 1em !important;
    font-size: 18px !important;
}
	
.archive .ast-container, .single-post .ast-container{padding:0 6% !important;}
	
}

@media (max-width: 1550px) {
	.elementor-1084 .elementor-element.elementor-element-d7500da .elementor-heading-title{font-size: 2.2em;}
	.elementor-1084 .elementor-element.elementor-element-c068f5e .elementor-heading-title{font-size: 2.2em;}
	.elementor-1084 .elementor-element.elementor-element-4b5fb98 .elementor-button{font-size: 2.2em;}
	.elementor-element-5fcb706 p{font-size:90%}	
	
}

@media (max-width: 1500px) {
	
	.ast-main-header-wrap .ast-builder-grid-row{grid-column-gap: 0px;}
	
.site-header-primary-section-right .ast-custom-button {
   padding: 0.5em 1em !important;
   font-size: 18px !important;
}

		.elementor-1084 .elementor-element.elementor-element-d7500da .elementor-heading-title{font-size: 1.8em;}
	.elementor-1084 .elementor-element.elementor-element-c068f5e .elementor-heading-title{font-size: 1.8em;}
		.elementor-1084 .elementor-element.elementor-element-4b5fb98 .elementor-button{font-size: 1.8em;}
	
	.elementor-element-5fcb706 p{font-size:80%}		
	
}

@media (max-width: 1400px) {
	
 header .custom-logo-link img{
		width:240px;
	}
	.site-header-section>div:first-child{padding:0;}
	.site-header-section .site-header-primary-section-left-center{display:none;}
	

	.ast-main-header-wrap .ast-builder-grid-row{grid-column-gap: 0px;}
	
.site-header-primary-section-right .ast-custom-button {
    padding:0.5em 0.8em !important;
    font-size: 16px !important;
}

	
	.ast-separate-container.ast-two-container #secondary .widget{
		padding:40px 20px;
	}
	
	.uagb-block-3fe1a20c .uagb-ifb-title{font-size: 25px;}
	
	.uagb-block-3fe1a20c .uagb-infobox-cta-link{font-size: 30px;}
	
	.site .ast-single-related-posts-container{
		padding:0px !important;
	}
}

.ast-footer-copyright{
	font-size:16px;
	line-height: 30px;
}
.ast-footer-copyright .txt2{
	font-size:16px;
}

.ast-separate-container .ast-article-post{
	padding:30px 0;
}

/* 外层：一行左右布局 */
.articles-row {
  display: flex; /* flex 布局，左右排列 */
  gap: 20px;
  align-items: flex-start; /* ✅ 左右顶部对齐 */
}

/* 左边第1条文章占45% */
.first-article {
  flex: 0 0 45%;
  position: relative;
}

/* 右边容器占55% */
.sub-articles {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; /* 上下均匀分布 */
}

/* 左侧第1条文章 */
.first-article {
  position: relative;
}

.first-article .uagb-post__image img {
  width: 100%;
  height: 360px;
  object-fit: cover;
  border-radius: 6px;
}

/* overlay 容器 */
.first-article .overlay-content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: #fff;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

/* 时间 + 分类一行 */
.first-article .overlay-content .uagb-post__text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}


/* 标题在下面 */
.first-article .overlay-content h3.uagb-post__title {
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0;
}

.first-article .uagb-post__title{
  color:#fff;
  line-height: 20px;
}
.first-article .uagb-post__title a:hover{
  color:#ccf96f;
}

/* 背景遮罩 */
.first-article .uagb-post__image::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 6px;

  /* 从底部黑色渐变到顶部透明 */
  background: linear-gradient(to top, rgba(0,0,0,0.6), rgba(0,0,0,0));
}

/* 桌面端保持原有背景图做底图 */
.first-article {
  position: relative;
  flex: 0 0 45%;
  background-size: cover;
  background-position: center;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 20px;
  min-height: 400px; /* 你原来的高度 */
  border-radius: 7px !important;
}

.first-article::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,0.7), rgba(0,0,0,0));
}

.first-article .content {
  position: relative;
  z-index: 1;
}

/* 右侧：第2/3条文章竖排 */
/* 子文章：右边上下排列 */
.sub-article {
  display: flex !important;
  flex-direction: row; /* 图片左，文字右 */
  gap: 12px;
  align-items: flex-start;
}

/* 图片固定左边 */
.sub-article .uagb-post__image {
  flex: 0 0 40%;
}

.sub-article .uagb-post__image img {
  width: 100%;
  height: auto;
  border-radius: 6px;
}

/* 右边文字容器 */
.sub-article .text-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}

/* 时间 + 分类在同一行 */
.sub-article .text-content .uagb-post__text:not(.uagb-post-grid-byline) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
}


/* 标题单独一行 */
.sub-article .text-content h3.uagb-post__title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}

.index_news_tp .uagb-post__inner-wrap .uagb-post__image:first-child{
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

.index_news_tp .uagb-post__image {
    padding-bottom: 0;
}


@media (max-width: 768px) {

.index_news_tp{ display:block !important; }

  /* 整体纵向排列 */
  .articles-row {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* 第1条文章全宽 */
  .first-article {
    width: 100%;
    flex: 0 0 36%;
  }
.first-article .overlay-content {
    bottom: 0px;
}

   .first-article {
    background: none;  /* 去掉背景图 */
    min-height: auto;  /* 取消强制高度 */
    padding: 0;
    color: #333;
    display: block;
  }


  .first-article .uagb-post__image::after {
    display: none; /* 取消渐变遮罩 */
  }

  .first-article img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
  }

  .first-article .content {
    position: static;
    z-index: auto;
    padding: 10px 0;
  }

  .first-article .meta { /* 时间 + 分类 */
    font-size: 14px;
    color: #666;
    margin-bottom: 8px;
  }

  .first-article h3 {
    font-size: 18px;
    line-height: 1.4;
  }

  /* 右边子文章容器全宽 */
  .sub-articles {
    width: 100%;
  }

  /* 右边子文章纵向排列，图片在上方 */
  .sub-articles {
    width: 100%;
    gap: 20px;
  }

  /* 右边子文章容器全宽 */
  .sub-articles {
    width: 100%;
  }

  /* 右边子文章纵向排列，图片在上方 */
  .sub-article {
    flex-direction: column;
    gap: 8px;
  }

  .sub-article .uagb-post__image {
    width: 100%;
    height: auto;
  }

  .sub-article .text-content {
    width: 100%;
  }
}



@media (min-width: 922px) {
	
.ast-container .content-area{
    width: 55%;
}
.ast-right-sidebar #secondary{
    width: 30%;
}
	
}

@media (max-width: 1200px) {

	.astra-search-icon {
     width: 30px;
	  height: 30px;
	}
	
	.main-navigation ul {
    gap: 2px;
}
	.ast-builder-menu-1 .menu-item > .menu-link {
    padding: 2px 5px;
	 font-size: 13px;
	 height: 25px;
}
	
}

@media (max-width: 1100px) {
		
	.ast-builder-menu-1 .menu-item > .menu-link{
    font-size: 14px;
	}
	
		.uagb-block-3fe1a20c .uagb-ifb-title{font-size: 16px;}
	.uagb-block-3fe1a20c .uagb-infobox-cta-link{font-size: 18px;}

	
}

@media (max-width: 976px) {
	
	.uagb-block-3fe1a20c.uagb-infobox__content-wrap .uagb-ifb-image-content img{width:96% !important;}
	
}

@media (max-width: 921px) {
	
	.ast-mobile-header-content{
		padding:20px 10px;
	}

	.post-content.ast-width-md-6{padding-left:1em !important;}
	
	.ast-header-break-point .ast-builder-menu-1 .main-header-menu .menu-item > .menu-link{
		border-bottom:solid 1px #fff;
		border-radius:0;
		font-size: 16px;
		padding-bottom:10px;
		height: 45px;
	}
	
	.site-navigation {
    background: #1d4adb;
    border-radius: 0px;
}
	
	.archive .ast-container, .single-post .ast-container{padding:5% 6% !important;}
	
			.uagb-block-3fe1a20c .uagb-ifb-title{font-size: 24px;}
	
	.uagb-block-3fe1a20c .uagb-infobox-cta-link{font-size: 35px;}
	
	.ast-builder-menu-1 .menu-item-has-children.menu-item:hover > .menu-link{background:none !important;}
	
	.ast-builder-menu-1 .menu-item-has-children.menu-item > .menu-link{background:none !important;}
	
	.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row {
    grid-column-gap: 0;
    grid-row-gap: 0;
}
	
		.ast-blog-layout-5-grid .ast-blog-featured-section{width:100%;    margin-bottom: 0.5em;}
	
	.ast-separate-container .ast-blog-layout-5-grid .post-content {
    padding: 0 !important;
}
	.entry-title {
   margin-bottom: 0em;
		font-size:18px;
}
	
	.post-content>.read-more {
    margin: 0;
}
	.ast-separate-container .entry-header {
    margin-bottom: 0em;
}
	.archive .ast-article-post {
    padding-bottom: 10px;
    margin-bottom: 20px;
}
	
	.site-below-footer-wrap[data-section="section-below-footer-builder"]{
		padding:0;
	}
	
}

@media (max-width: 900px) {
	
			.elementor-1084 .elementor-element.elementor-element-d7500da .elementor-heading-title{font-size: 1.4em;}
	.elementor-1084 .elementor-element.elementor-element-c068f5e .elementor-heading-title{font-size: 1.4em;}
		.elementor-1084 .elementor-element.elementor-element-4b5fb98 .elementor-button{font-size: 1.4em;}
	
	.elementor-element-5fcb706 p{font-size:80%}
	
	
}

@media (max-width: 768px) {
	
	.ast-separate-container .entry-header {
    margin-bottom: 0em;
}
	
	.ast-builder-menu-1 .menu-item > .menu-link {
    height: 80%;
}
	
	.ast-article-post .entry-title a{
		font-size:18px;
		padding-bottom:10px;
	}
	.ast-separate-container .ast-article-post{
		padding:0;
	}
	

	
	.recommend-posts {
    padding: 10px;
}
	.recommend-posts .recommend-item{
		 padding: 10px;
}
	
	.recommend-posts .recommend-item {
        flex-direction: column; 
        align-items: flex-start; 
}

	.recommend-posts .recommend-title {
       white-space: normal;   
       overflow: visible;
       text-overflow: clip;
       margin-right: 0;
		    font-size: 16px;
		    line-height: 1.5;
}

	.recommend-posts .recommend-date {
   margin-top: 4px;
		font-size: 16px;
}
	
	.news_tab ul {
    margin-left:0 !important;
}
	
	#block-2{
	padding:0 !important;
}
	
	#block-9{
	padding:0 !important;
}
	
}

@media (max-width: 600px) {
		header .custom-logo-link img{
		width:200px;
	}

	
	.ast-blog-layout-5-grid .post-content{width:100%; padding:0 !important;}

	.entry-content ol, .entry-content ul {
    margin-left: 9% !important;
}
	
		.news_tab ul {
    margin-left:0 !important;
}
	
}

@media (max-width: 544px) {

	#text-3 a {
    font-size: 18px;  
}
	.ast-footer-copyright{
	font-size:14px;
		line-height:20px;
}
.ast-footer-copyright .txt2{
	font-size:14px;
	line-height:16px;
}
	
}