.alsman-news-read {
  color: var(--text-color);
  background: #fff;
  padding: 25px 0 50px;
}
.alsman-news-read .alsman-news-read-back {
  color: var(--title-text-color);
  font-size: 18px;
  margin-bottom:35px;
  font-weight:700;
}
.alsman-news-read .alsman-news-read-date {
  font-size: 18px;
  color: #9a9a9a;
  margin-bottom: 8px;
}
.alsman-news-read-related-swiper {
  overflow: hidden;
}
.alsman-news-read .alsman-news-read-title {
  color: var(--title-text-color);
  font-size:clamp(22px, 2.5vw, 48px);
  font-weight:700;margin-bottom:30px;
}



.alsman-news-read .alsman-news-read-content-box{display:flex;flex-wrap: wrap;}


.alsman-news-read .alsman-news-read-content-left{width:72.33333%;border-right: 1px solid #e5e5e5;padding-right:35px;}

.alsman-news-read .alsman-news-read-content-right{width:27.66666%;padding-left:35px;}


.alsman-news-read .alsman-news-read-main img {
  border-radius: var(--button-radius);
  margin-bottom: 20px;
}
.alsman-news-read .alsman-news-read-content {
  font-size: 18px;
  line-height: 1.8;
  color: var(--text-color);
  margin-bottom: 20px;
}
.alsman-news-read .alsman-news-read-content p{line-height: inherit;}
.alsman-news-read .alsman-news-read-content p+p{margin-top:15px;}

.alsman-news-read .alsman-news-read-author {
  padding: 50px 70px;
  background: #fafafa;
  margin-bottom: 20px;
  border-radius: var(--button-radius);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.alsman-news-read .alsman-news-read-author-content {
  flex: 1;
  text-align: left;
}
.alsman-news-read .alsman-news-read-author-info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.alsman-news-read .alsman-news-read-author-info a.social-link {
  margin-left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fafafa;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alsman-news-read .alsman-news-read-author-img {
  width: 56px;
  height: 56px;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 1rem;
}
.alsman-news-read .alsman-news-read-author-name {
  color: var(--title-text-color);
  font-size: 18px;
  font-weight: 700;
}
.alsman-news-read .alsman-news-read-author-desc {
  color: var(--text-color);
  font-size: 0.95rem;
}
.alsman-news-read .alsman-news-read-pnbar {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;margin-top: 40px;
}
.alsman-news-read .alsman-news-read-pnbar a {
  width: 70px;
  height: 70px;
  border-radius: var(--button-radius);
  background: var(--color-primary);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.alsman-news-read .alsman-news-read-pnbar a:hover {
  background: var(--btn-hover);
}
.alsman-news-read .alsman-news-read-pnbar a[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
/* related */
.alsman-news-read .alsman-news-read-related-swiper-wrap {
  padding: 40px 0;
  border-top: 1px solid #e5e5e5;
}
.alsman-news-read .alsman-news-read-related-title {
  color: var(--title-text-color);
  font-size:clamp(18px, 1.35vw, 26px);
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
}
.alsman-news-read .alsman-news-read-related-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 260px;
}
.alsman-news-read .alsman-news-read-related-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: var(--button-radius);border: 1px solid #fafafa;
}
.alsman-news-read .alsman-news-read-related-card-content {
  padding: 10px;
  width: 100%;
}
.alsman-news-read .alsman-news-read-related-card-date {
  font-size: 14px;
  color: #a7a7a7;
}
.alsman-news-read .alsman-news-read-related-card-title {
  font-size:22px;
  color: var(--title-text-color);
  font-weight: 700;
  margin:10px 0;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
}
.alsman-news-read .alsman-news-read-related-card-desc {
  font-size:16px;
  color: #a7a7a7;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
/* sidebar */
.alsman-news-read .alsman-news-read-sidebar {
  position: sticky;
  top: 2rem;
}

.alsman-news-read .alsman-news-read-sidebar-title{font-size:clamp(20px, 1.6vw, 30px);font-weight:700;}

.alsman-news-read .alsman-news-read-share{display:flex;margin-top:15px;}
.alsman-news-read .alsman-news-read-share li+li{margin-left:30px;}
.alsman-news-read .alsman-news-read-share li a{color:#A0A0A0;transition:color 0.2s;}
.alsman-news-read .alsman-news-read-share li a i {font-size:20px;}
.alsman-news-read .alsman-news-read-share li a:hover{color:var(--color-primary);}



/* search */
.alsman-news-read .alsman-news-read-search {
  position: relative;
  margin-bottom: 40px;
}
.alsman-news-read .alsman-news-read-search input.form-control {
  border-radius: var(--button-radius);
  border: 1px solid #ccc;padding:10px 15px;
  font-size:16px;
}
.alsman-news-read .alsman-news-read-search button {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary);
}
.alsman-news-read .alsman-news-read-search button i{font-size:20px;}

/* hot */
.alsman-news-read .alsman-news-read-hot-img img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 8px;
}
.alsman-news-read .alsman-news-read-hot-swiper-wrap {
  padding-top: 40px;
  border-top: 1px solid #e5e5e5;
}
.alsman-news-read .alsman-news-read-hot-swiper-wrap h3 {
  text-align: center;
  color: var(--title-text-color);
  font-size:clamp(18px, 1.35vw, 26px);
  font-weight: 700;
  margin-bottom: 20px;
}
.alsman-news-read .alsman-news-read-hot-swiper {
  background: #fafafa;
  width: 100%;
  padding-bottom: 24px;
}
.alsman-news-read .alsman-news-read-hot-card {background: #F9F9F9;
  padding: 10px;
}
.alsman-news-read .alsman-news-read-hot-img {
  width:100%;
  object-fit: contain;
  border-radius: 8px;
}
.alsman-news-read .alsman-news-read-hot-name {
  position: relative;
  font-size: 18px;
  color: var(--title-text-color);margin:15px 0;
  text-align: center;
}
.alsman-news-read .alsman-news-read-hot-name::after {
  content: "";
  display: block;
  width: 50px;
  height: 4px;
  background: var(--btn-hover);margin:15px auto 0;
}
.alsman-news-read .alsman-news-read-hot-title {
  font-size:20px;
  color: var(--title-text-color);
  font-weight: 700;
  margin-top: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.alsman-news-read .alsman-news-read-hot-swiper-pagination,.alsman-news-read .alsman-news-read-related-swiper-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px 0;
  gap: 12px;
}
.alsman-news-read .alsman-news-read-hot-swiper-pagination .swiper-pagination-bullet,.alsman-news-read .alsman-news-read-related-swiper-pagination .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  background: #111;
  border-radius: 50%;
  opacity: 1;
  transition: background 0.3s;
}
.alsman-news-read .alsman-news-read-hot-swiper-pagination .swiper-pagination-bullet-active,.alsman-news-read .alsman-news-read-related-swiper-pagination .swiper-pagination-bullet-active {
  background: var(--btn-hover);
}



@media screen and (max-width:1441px) {
.alsman-news-read .alsman-news-read-date{font-size:17px;}

.alsman-news-read .alsman-news-read-content{font-size:17px;}

.alsman-news-read .alsman-news-read-related-card-title{font-size:20px;}

.alsman-news-read .alsman-news-read-hot-name{font-size:17px;}
.alsman-news-read .alsman-news-read-hot-title{font-size:19px;}
}

@media screen and (max-width:1367px) {

}

@media screen and (max-width:1281px){
.alsman-news-read .alsman-news-read-date{font-size:16px;}

.alsman-news-read .alsman-news-read-content{font-size:16px;line-height:1.5;}

.alsman-news-read .alsman-news-read-related-card-title{font-size:18px;}

.alsman-news-read .alsman-news-read-hot-name{font-size:16px;}
.alsman-news-read .alsman-news-read-hot-title{font-size:18px;}

.alsman-news-read .alsman-news-read-related-swiper-wrap{padding:30px 0;}

.alsman-news-read .alsman-news-read-hot-swiper-wrap{padding-top:30px;}

.alsman-news-read .alsman-news-read-pnbar a{width:60px;height:60px;}

}

@media screen and (max-width:1171px){

}



@media (max-width: 991px) {

  .alsman-news-read .alsman-news-read-sidebar {
    position: static;
    top: auto;
  }
  
.alsman-news-read .alsman-news-read-content-box{display:block;}
.alsman-news-read .alsman-news-read-content-left {width:100%;border-right:none;padding-right:0;}
.alsman-news-read .alsman-news-read-content-right {width:100%;padding-left:0;margin:30px 0 0;}

}


@media (max-width: 767px) {
  .alsman-news-read .alsman-news-read {
    padding-bottom: 1.5rem;
  }
  .alsman-news-read .alsman-news-read-header {
    padding: 1.2rem 0 0.5rem;
  }
  .alsman-news-read .alsman-news-read-title {
    font-size: 1.1rem;
  }
  .alsman-news-read .alsman-news-read-main img {
    margin-bottom: 1rem;
  }
  .alsman-news-read .alsman-news-read-author {
    padding-top: 1rem;
  }
  .alsman-news-read .alsman-news-read-hot-swiper-wrap {
    padding: 18px 6px 12px 6px;
  }
  .alsman-news-read .alsman-news-read-hot-card {
    min-height: 180px;
  }
  .alsman-news-read .alsman-news-read-hot-card .alsman-news-read-hot-desc {
    max-width: 120px;
  }
  
.alsman-news-read .alsman-news-read-date{font-size:15px;} 
.alsman-news-read .alsman-news-read-content {font-size:15px;}

.alsman-news-read .alsman-news-read-pnbar a {
	width: 50px;
	height: 50px;
}

}

@media screen and (max-width:576px) {

.alsman-news-read .alsman-news-read-back{font-size:16px;margin-bottom:25px;}

}

@media screen and (max-width:480px) {

.alsman-news-read{padding:20px 0;}

.alsman-news-read .alsman-news-read-date{font-size:14px;} 
.alsman-news-read .alsman-news-read-content {font-size:14px;}

.alsman-news-read .alsman-news-read-pnbar a {
	width:40px;
	height:40px;
}

}	

@media screen and (max-width:420px) {

}

