.dot {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.dots {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mb0:last-of-type {
  margin-bottom: 0;
}
.tab-nav .pro {
  padding: 2rem 3rem;
}
.pagination {
  margin-top: 3rem !important;
}
.news .main-1 .content {
  display: flex;
  flex-wrap: wrap;
}
.news .main-1 .content .item {
  width: calc((100% - (3 - 1) * 2rem) / 3);
  margin-right: 2rem;
  margin-bottom: 2rem;
}
.news .main-1 .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.news .main-1 .content .item {
  display: block;
  position: relative;
}
.news .main-1 .content .item:nth-of-type(3n) {
  margin-right: 0;
}
.news .main-1 .content .item::before {
  content: "";
  position: absolute;
  right: -1rem;
  top: 0;
  height: 0;
  border-right: 1px solid #4f638f;
  transition: all ease 0.3s;
  z-index: 1;
}
.news .main-1 .content .item::after {
  content: "";
  position: absolute;
  top: 0;
  right: -1rem;
  height: 4.5rem;
  border-right: 1px solid #dedede;
  transition: all ease 0.3s;
}
.news .main-1 .content .item:last-of-type {
  margin-right: 0;
}
.news .main-1 .content .item:last-of-type::before,
.news .main-1 .content .item:last-of-type::after {
  display: none;
}
.news .main-1 .content .item .img {
  height: 12rem;
  background-color: #666666;
  overflow: hidden;
  background-color: #fff;
}
.news .main-1 .content .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .main-1 .content .item .text {
  padding: 1rem 0;
}
.news .main-1 .content .item .text h6 {
  font-size: 1rem;
  margin-bottom: 1rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .main-1 .content .item .text .des {
  max-height: 5rem;
  overflow: hidden;
}
.news .main-1 .content .item .text .des div {
  transform: translateY(-2rem);
  transition: all ease 0.3s;
}
.news .main-1 .content .item .text .des strong {
  font-size: 1.1rem;
  font-weight: 100;
}
.news .main-1 .content .item .text .des p {
  line-height: 1.8;
  font-size: 0.7rem;
  margin: 1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .main-1 .content .item .text .des .b {
  position: relative;
  padding-right: 2.5rem;
}
.news .main-1 .content .item .text .des .b::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.5rem;
  height: 60%;
  border-right: 1px solid #999;
  transform: translateY(-40%);
}
.news .main-1 .content .item .text .des .b i {
  position: absolute;
  top: 50%;
  right: 0;
  font-size: 1rem;
  transform: translateY(-40%);
}
.news .main-1 .content .item:hover::before {
  height: 4.5rem;
}
.news .main-1 .content .item:hover::after {
  height: 100%;
}
.news .main-1 .content .item:hover .text h6 {
  color: #4f638f;
}
.news .main-1 .content .item:hover .text .des div {
  transform: translateY(0);
}
p {
  margin-bottom: 0.5rem;
}
.article-content > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.article-content .article-left {
  flex: 1;
  background-color: #fff;
}
.article-content .article-left .tit-top h1 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.article-content .article-left .tit-top span {
  font-size: 0.8rem;
  color: #999999;
}
.article-content .article-left .article-show {
  padding: 2rem 0;
  margin: 1rem 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
}
.article-content .article-left .article-show *,
.article-content .article-left .article-show p {
  line-height: 2;
  color: #000000;
  font-size: 0.8rem;
  text-align: justify;
}
.article-content .article-left .article-show strong {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.article-content .article-left .article-navi p {
  padding: 0.5rem 0;
}
.article-content .article-left .article-navi p,
.article-content .article-left .article-navi p a {
  color: #999;
}
.article-content .article-left .article-navi p a:hover {
  color: #c70606;
}
.article-content .article-right {
  width: 18rem;
  margin-left: 2%;
}
.article-content .article-right .article-rec {
  padding: 1rem;
  background-color: #fff;
  margin-bottom: 1rem;
}
.article-content .article-right .article-rec h4 {
  font-size: 1rem;
  font-weight: bold;
}
.article-content .article-right .article-rec .rec-con {
  margin-top: 1rem;
}
.article-content .article-right .article-rec .rec-con > a {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.article-content .article-right .article-rec .rec-con > a:last-of-type {
  margin-bottom: 0;
}
.article-content .article-right .article-rec .rec-con .img {
  width: 34%;
  height: 4rem;
  background-color: #f5f5f5;
  position: relative;
}
.article-content .article-right .article-rec .rec-con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article-content .article-right .article-rec .rec-con .img p {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.3rem;
  font-size: 0.6rem;
  background-color: #c70606;
  color: #fff;
}
.article-content .article-right .article-rec .rec-con .txt {
  flex: 1;
  margin-left: 4%;
  min-width: 0;
}
.article-content .article-right .article-rec .rec-con .txt h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.article-content .article-right .article-rec .rec-con .txt p {
  margin-top: 1rem;
  font-size: 0.7rem;
  color: #999;
}
@media screen and (max-width: 768px) {
  .news-detail .article-content .article-right {
    width: 100%;
    margin-left: 0;
  }
  .article-content .article-left {
    padding: 0 !important;
  }
  .article-content .article-right .article-rec {
    padding: 0 !important;
  }
  .news .main-1 .content .item {
    width: 100%;
    margin-right: 0;
  }
  .news .main-1 .item .nright .ir h3 {
    font-size: 1rem;
    line-height: 1.5;
  }
}
