body::-webkit-scrollbar {
  display: none;
}

.t_1l {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


.t_12 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


.t_13 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.t_14 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

a {
  display: block;
}

.catename {
  text-transform: capitalize !important;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  margin-top: 0 !important;
  margin-bottom: 5px !important;
}

body {
  font-family: 'Sora', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
span {
  font-family: 'Sora', sans-serif;
}

a h2:hover {
  text-decoration: underline;
}

.dt-content .info {
  display: flex;
  flex-direction: column;
}

.dt-content .info p {
  color: #98A4A6 !important;
}

@media (max-width:1220px) {}

.dt-content table {
  /* width: 80% !important;
  overflow: auto !important;
  display: block !important; */
}

.dt-content table tr {
  background-color: transparent !important;
}

.dt-content table {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto;
  display: block;
  table-layout: fixed !important;
}

/* 修复表格单元格宽度问题 */
/* .dt-content td {
  width: auto !important;
  min-width: 0 !important;
  max-width: 100% !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
  overflow-wrap: break-word !important;
} */

.dt-content a {
  display: inline-block;
}

.dt-content h1,
.dt-content h2,
.dt-content h3,
.dt-content h4,
.dt-content h1 span,
.dt-content h2 span,
.dt-content h3 span,
.dt-content h4 span {
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-indent: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-style: normal !important;
  font-weight: 600 !important;
  color: #333 !important;
  font-family: 'Sora', sans-serif !important;
}

.dt-content .dt-title {
  font-size: 22px !important;
  line-height: 1.5 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
  font-style: normal;
  font-weight: 600 !important;
  font-family: 'Sora', sans-serif !important;
}


.dt-content p,
.dt-content span,
.dt-content ul li,
.dt-content ol li {
  color: #333 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  text-indent: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 15px !important;
  font-style: normal !important;
  font-family: 'Sora', sans-serif !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin-left: 0 !important;
}

.dt-content ul,
.dt-content ol {
  margin-bottom: 15px;
  margin-left: 0px !important;
  padding-left: 30px !important;
  font-family: 'Sora', sans-serif !important;
}

.dt-content ul,
.dt-content ul li {
  list-style: disc;
}

.dt-content ol,
.dt-content ol li {
  list-style: decimal;
}

.dt-content img {
  display: block;
  cursor: auto;
  width: 100% !important;
  max-width: 400px !important;
  height: auto !important;
  margin: auto;
  margin-bottom: 15px;
}

.dt-content strong,
.dt-content strong span {
  font-weight: 600 !important;
}

header {
  position: relative;
  padding: 0px 0px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  margin: auto;
}

.nav-links {
  display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.nav-links li a {
  color: #222222;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  padding: 20px 10px;
  display: block;
}

.nav-links li a:hover {
  color: var(--clr-theme-primary);
}

.nav-links li a img {
  width: 24px;
  aspect-ratio: auto;
}

.burger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  padding: 15px;
}

.line1,
.line2,
.line3 {
  width: 22px;
  height: 2px;
  background-color: #333;
  margin: 2px;
}

.logo a {
  font-size: 30px;
  line-height: 34px;
  color: var(--clr-theme-primary);
  padding: 10px 10px;
  display: block;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
}




@media screen and (max-width: 768px) {
  .nav-links {
    display: none;
    flex-direction: column;
    /* 将导航链接改为纵向布局 */
    background-color: #fff;
    /* 为导航链接添加背景色 */
    padding: 10px;
    /* 为导航链接添加内边距 */
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 9999;
    padding-top: 60px;
    height: 100vh;
  }

  .navbar {
    padding: 0px 0px;
  }

  .logo a {
    padding: 8px 15px;
    font-size: 24px;
    line-height: 26px;
  }

  .nav-links.nav-active {
    display: flex;
    position: fixed;
  }

  .nav-links li a {
    padding: 10px 10px;
    color: #333;
    text-align: center;
  }

  .burger {
    display: flex;
    padding: 10px 15px;
  }

  .toggle {
    position: fixed;
    z-index: 9999;
    right: 6px;
    font-size: 24px;
    top: 0px;
    color: #333;
  }


}

footer {
  margin-top: 50px;
  padding: 16px 10px;
  position: relative;
  background: #121212;
}

footer .pt p,
footer .pb {
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-bottom: 0;
}

footer .pb {
  padding-bottom: 10px;
}

footer .pb a {
  color: #fff;
  padding: 0 20px 0;
  text-decoration: underline;
  display: inline;
}


@media (max-width:550px) {

  footer .pt p,
  footer .pb {
    font-size: 14px;
    line-height: 18px;
  }

  footer .pb {
    padding-bottom: 10px;
  }

  footer .pb a {
    padding: 0 14px 0;
  }
}


.flex {
  display: flex;
  flex-wrap: wrap;
}

a img {
  aspect-ratio: 1/0.6;
}

img {
  object-fit: cover;
  display: block;
  width: 100%;
}

.catename {
  color: #4146E6;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 18px;
}

section {
  padding: 24px 0;
}

.search {
  display: flex;
  align-items: center;
  margin: 0 auto 20px;
  justify-content: space-between;
  max-width: 600px;
  border-radius: 60px;
  background: #fff;
}

.search input {
  border-radius: 0;
  border: none;
  margin-bottom: 0;
  padding: 8px 12px;
  width: 100%;
  height: auto;
  border-radius: 60px 0 0 60px;
}

.search_btn a {
  padding: 8px 20px;
  background-color: var(--clr-theme-primary);
  color: #fff;
  border-radius: 60px;
}

main {
  margin: auto;
}

.cl_about-content {
  padding: 20px 20px 20px 0px;
}

.cl_h2_blog {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.cl_h2_blog a {
  padding: 12px;
}

.cl_blog {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.cl_blog_details-area .grid {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}

.cl_blog_details-left {
  grid-column: span 2;
}

.cl_blog_details-right {
  grid-column: span 1;
}

#Popular a:first-child {
  grid-column: span 2;
  grid-row: span 2;
}

#Popular a,
#Latest a,
.search-results a {
  padding: 12px;
}



@media (max-width:992px) {
  .cl_blog_details-area .grid {
            display: flex;
        flex-direction: column;        align-items: normal;
  }

  .cl_blog_details-left {
    grid-column: span 1;
  }

  .logo a {
    font-size: 20px;
  }

  .nav-links li a {
    padding: 20px 5px;
  }

  .cl_about-content {
    padding: 20px;
  }

  .cl_section-title-small {
    font-size: 26px;
    line-height: 1.3;
  }

  .cl_h2_blog,
  .cl_blog {
    grid-template-columns: repeat(2, 1fr);
  }

  .cl_section-area.mb-35 {
    margin-bottom: 20px;
  }

  .cl_blog-item-content h4 {
    font-size: 16px;
  }
}

@media (max-width:768px) {

  .cl_blog_details-left,
  .cl_blog-widget {
    padding: 15px;
  }

  section {
    padding: 12px 0;
  }

  .cl_section-title {
    font-size: 26px;
  }

  .cl_section-subtitle {
    margin-bottom: 10px;
  }

  .cl_section-subtitle-about {
    font-size: 12px;
  }

  .cl_section-title-small,
  .cl_blog_big-item-title {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .cl_section-text {
    font-size: 14px;
  }

  .cl_section-area.mb-35,
  .cl_blog_big-item-text {
    margin-bottom: 10px;
  }

  .cl_theme-btn {
    margin-bottom: 0;
  }

  .cl_h2_blog,
  .cl_blog {
    grid-template-columns: repeat(1, 1fr);
  }

  .cl_blog_big-item-img {
    width: 100%;
    height: auto;
  }

  .cl_blog_big-item-content {
    width: 100%;
    padding: 20px;
  }

  .cl_section-area.mb-20 {
    margin-bottom: 0px;
  }

  .cl_blog_big-item {
    gap: 0;
  }

  #Popular a:first-child {
    grid-column: span 1;
    grid-row: span 1;
  }

  .cl_blog-widget-title.mb-35 {
    margin-bottom: 15px;
  }
  .cl_footer-copyright{
        justify-content: center;
  }
  .cl_footer-copyright-text{
         width: 100%; 
     text-align: center;
  }
}

@media (max-width: 576px) {
  .search {
    margin: 12px;
  }

  .cl_blog-widget-post:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .cl_blog-widget-title {
    font-size: 20px;
  }

  .cl_blog_details-area .grid {
    padding: 0 12px;
  }

  section {
    padding: 6px 0;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .cl_section-title-small,
  .cl_blog_big-item-title,
  .cl_h2_blog-item-content h4 {
    font-size: 20px;
    margin-bottom: 6px;
  }

  .cl_about-content,
  .cl_h2_schedule-item,
  .cl_blog_big-item-content,
  .cl_blog-item,
  .cl_h2_blog-item-content {
    padding: 15px;
  }

  .cl_section-subtitle {
    height: 24px;
  }

  .cl_theme-btn,
  .cl_blog_big-item-content-btn {
    height: 38px;
  }

  .cl_h2_schedule-item-title {
    padding-right: 45px;
  }

  .cl_h2_blog a {
    padding: 6px 12px;
  }

  .cl_section-title {
    font-size: 22px;
  }

  #Popular a,
  #Latest a,
  .search-results a {
    padding: 6px 12px;
  }


}