.lemei-header {
  background: #000;
}

.lemei-news-read {
  padding-bottom: 4rem;
}
.lemei-news-read .tit {
  padding: 7rem 0 3rem;
  background: var(--bg-color);
}
.lemei-news-read .tit .container {
  position: relative;
}
.lemei-news-read .tit .back {
  color: var(--title-text-color);
  text-align: left;
  width: 100%;
  display: block;
}
.lemei-news-read .mb-10 {
  margin-bottom: 10px;
}

.lemei-news-read .blog-title-big{font-size:clamp(20px, 1.88vw, 36px);font-weight:400;margin-top:30px;}




.lemei-news-read .mb-25 {
  margin-bottom: 25px;
}

.lemei-news-read .content {
  padding-top: 2rem;
}
.lemei-news-read .mb-20 {
  margin-bottom: 20px;
}
.lemei-news-read .mb-30 {
  margin-bottom: 30px;
}
.lemei-news-read .mb-50 {
  margin-bottom: 50px;
}
.lemei-news-read .mt-60 {
  margin-top: 60px;
}
.lemei-news-read .mt-30 {
  margin-top: 30px;
}
.lemei-news-read .mb-35 {
  margin-bottom: 35px;
}
.lemei-news-read .mt-55 {
  margin-top: 55px;
}
.lemei-news-read .mt-65 {
  margin-top: 65px;
}
.lemei-news-read .p-0 {
  padding: 0 !important;
}
.lemei-news-read .border-0 {
  border: 0 !important;
}
.lemei-news-read .widget-right-section {
  margin-bottom: 2rem;
}
.lemei-news-read .media-list {
  display: flex;
  gap: 16px;
}
.lemei-news-read .media-list a:hover {
  color: var(--color-primary);
}


.lemei-news-read .blog-details-wrapper p{line-height: 40px;}
.lemei-news-read .blog-details-wrapper b{line-height: 40px;font-weight: 800;font-size: 18px;}
.lemei-news-read .blog-details-wrapper strong{line-height: 40px;font-weight: 800;font-size: 18px;}
.lemei-news-read .blog-details-wrapper h2{font-size:28px;line-height:1.2;}







@media (min-width: 1200px) {
  .lemei-news-read .widget-right-section {
    margin-left: 1rem !important;
  }
}
.lemei-news-read .widget-right-section .widget-search {
  border-radius: 6px;
  border: 1px solid #A2A2A2;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lemei-news-read .widget-right-section .widget-search {
    padding: 20px;
    margin-bottom: 30px;
  }
  .lemei-news-read .tit {
    padding:30px 0;
  }
}
.lemei-news-read .widget-right-section .widget-search .subscribe-form {
  position: relative;
  z-index: 1;
}
.lemei-news-read .widget-right-section .widget-search .subscribe-form input {
  font-size: 16px;
  height: 48px;
  width: 100%;
  line-height: 50px;
  padding-left: 16px;
  border: 0;
}
.lemei-news-read .widget-right-section .widget-search .subscribe-form .widget-btn {
  border: 0;
  background: none;
  position: absolute;
  right: 16px;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.lemei-news-read .widget-right-section .widget-search .subscribe-form .widget-btn .search {
  font-size: 22px;
  line-height: 2.3;
}
.lemei-news-read .widget-right-section .widget-post .widget-title-box {
  margin-bottom: 1rem;
}
.lemei-news-read .widget-right-section .widget-post .widget-title-box .post-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.lemei-news-read .post-list li .box {
  background: var(--bg-color);
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.lemei-news-read .post-list li .pic {
  width: 100%;
  display: block;
  position: relative;
}

.lemei-news-read .post-list  li .pic img {
  width: 100%;
  aspect-ratio: 1.4;
  object-fit: cover;
}

.lemei-news-read .post-list li .txt {
  padding: 16px 12px;
  position: relative;
}

.lemei-news-read .post-list li .txt h4 {
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*overflow: hidden;*/
  /*-webkit-line-clamp: 1;*/
  /*text-overflow: ellipsis;*/
  font-weight: 700;
  color: var(--title-text-color);
}

.lemei-news-read .post-list li .txt p {
  height: 67px;
  margin: 12px 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
}

.lemei-news-read .post-list li .txt .date {
  position: absolute;
  left: 5%;
  top: -190px;
  width: 90px;
  height: 90px;
  background: rgba(0, 0, 0, 0.42);
  border-radius: 6px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}
.lemei-news-read .post-list li .txt .date strong {
  display: block;
  font-weight: 600;
  font-size: 28px;
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: 10px;
}

.lemei-news-read .post-list li:hover .box {
  background: #FFFFFF;
  box-shadow: 0px 0px 24px 0px rgba(0,0,0,0.07);
}
.lemei-news-read .post-list li:hover .txt h4 {
  font-size: 18px;
  color: #FFFFFF;
  text-decoration-line: underline;
  background: linear-gradient(0deg, var(--color-primary) 0%, var(--color-second) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lemei-news-read .post-list li:hover .txt p {
  color: var(--title-text-color);
}
.lemei-news-read .post-list li:hover .txt .date {
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
  box-shadow: 0px 3px 8px 0px rgba(0,0,0,0.2);
}
.lemei-news-read .widget-right-section .widget-form-box .inqury_title_box {
  padding-left: 0px !important;
}
.lemei-news-read .widget-right-section .widget-form-box .row div {
  padding-right: 0px;
  padding-left: 0px;
}
.lemei-news-read .widget-right-section .widget-form-box .inqury_title_box {
  text-align: left !important;
}
.lemei-news-read .widget-right-section .widget-form-box .inqury_title_box {
  padding: 0px !important;
}
.lemei-news-read .widget-right-section .widget-form-box .input-label {
  display: none;
}
.lemei-news-read .widget-right-section .widget-form-box input,
.lemei-news-read .widget-right-section .widget-form-box textarea {
  background: #F7F7F7;
  border: none;
}
.lemei-news-read .widget-right-section .widget-form-box .inqury-form .inqury_submit {
  width: 100%;
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.36);
  border-radius: 6px;
}

.lemei-news-read .widget-right-section .widget-form-box .inqury-form .inqury_submit:hover {
  background: linear-gradient(180deg, var(--color-primary), var(--color-second));
}
.lemei-news-read .author {
  margin-top: 2rem;
  gap: 20px;
  align-items: center;
}
.lemei-news-read .author .author-img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
}
.lemei-news-read .author h4 {
  font-size: 24px;
  color: var(--title-text-color);
  font-weight: 600;
}
.lemei-news-read .author h4  i{
    color: var(--text-color);
}
.lemei-news-read .author h5 {
  font-family: var(--font-family);
}
.lemei-news-read .pnbar {
  display: flex;
  gap: 12px;
      width: 100%;
    justify-content: center;margin-top:30px;
}
.lemei-news-read .pnbar a {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #919191;display:inline-flex;justify-content:center;align-items:center;
}
.lemei-news-read .pnbar a[href=""] {
  cursor: not-allowed;
}
.lemei-news-read .pnbar a[href=""]:hover {
  color: unset;
}
.lemei-news-read .pnbar a i {
  font-size: 26px;
}
.lemei-news-read .pnbar a:not([href=""]):hover {
  background: linear-gradient(90deg, var(--color-primary), var(--color-second));
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.36);
  color: #fff;
    border: none;
}

.lemei-news-read .related-news .widget-title-three{font-weight:400;}

.lemei-news-read .related-news {
  padding-top: 2rem;
   margin-top: 2rem;
  border-top: 1px solid #ededed;
}
.lemei-news-read .related-news li {
  border-bottom: 1px dashed #ededed;padding:5px 0;
}
.lemei-news-read .related-news li h6 {
   color: var(--title-text-color);
  line-height: 1.8;
}

.widget-form .container{max-width:100%;}

@media screen and (max-width:1441px){
.lemei-news-read .widget-right-section .widget-form-box input, .lemei-news-read .widget-right-section .widget-form-box textarea{font-size:15px;}
}

@media screen and (max-width:1281px){
.lemei-news-read .widget-right-section .widget-form-box input, .lemei-news-read .widget-right-section .widget-form-box textarea{font-size:14px;}
}




@media (max-width: 991px) {
  .lemei-news-read .content > .row > div:first-of-type {
    display: none;
  }
}



@media screen and (max-width:480px) {
  
.lemei-news-read .blog-title-big{margin-top:25px;}
.blog-meta{font-size:14px;}

.lemei-news-read .blog-details-wrapper{font-size:15px;}
.lemei-news-read .blog-details-wrapper p{line-height:1.5;}

.lemei-news-read .pnbar a{width:38px;height:38px;}
.lemei-news-read .pnbar a i{font-size: 20px;}

.lemei-news-read .widget-right-section{margin-bottom:0;}
.lemei-news-read{padding-bottom:30px;}

.lemei-news-read .related-news li h6{line-height:1.5;font-size:15px;}

}	








