.news-detail .header-box {
  background-image: url(../images/news-detail-bg.jpg);
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.news-detail .header-box .tt {
  font-size: 2.1875rem;
  color: var(--darkColor);
  text-align: center;
  padding: 18.25rem 6.25rem 0;
  font-weight: bold;
}

.news-detail .header-box .desc {
  font-size: 1.125rem;
  color: #999999;
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 3.625rem;
  display: flex;
  justify-content: center;
}
.news-detail .header-box .desc .time{
  margin-right: 3.75rem
}

.news-detail .content {
  background-color: #FFFFFF;
  position: relative;
}
.news-detail .content h2{
  font-size: 1.75rem;
  font-weight: bold;
  color: rgb(89, 89, 89);
  margin-bottom: 1.875rem;
}
.news-detail .content h3{
  font-size: 1.5rem;
  font-weight: bold;
  color: rgb(89, 89, 89);
  margin-bottom: 1.875rem;
}
.news-detail .content h4{
  font-size: 1.25rem;
  font-weight: bold;
  color: rgb(89, 89, 89);
  margin-bottom: 1.875rem;
}
.news-detail .content p{
  margin-bottom: 1.875rem;
}

.news-detail .content .w1400{
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 9.375rem;
}

.news-detail .content .share {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 4.375rem;
  right: 5.375rem;
}

.news-detail .share .iconfont:hover{
  color: var(--primaryColor);
}

.news-detail .share .tt{
  font-size: 1.125rem;
  margin-bottom: 1.375rem;
  color: #999999;
}

.news-detail .share .iconfont{
  font-size: 1.875rem;
  margin-bottom: .75rem;
  color: #999999;
}

.news-detail .rich-text {
  font-size: 1.125rem;
  line-height: 2.375rem;
  color: #333;
  min-height: 18.75rem;
}
.news-detail .rich-text p:has(> img){
  text-align: center;
}
.news-detail .rich-text div:has(> img){
  text-align: center;
}
.news-detail .rich-text img {
  width: 100%;
  max-width: 800px;
  height: auto;
}

.news-detail .c-bottom {
  margin-top: 6.6875rem;
  padding-top: 1.25rem;
  border-top: solid 1px #CCCCCC;
  display: flex;
  justify-content: space-between;
  align-items: center; 
}

.news-detail .c-bottom .item{
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
.news-detail .c-bottom .item i{
  transition: all .5s;
  margin-right: .3125rem;
}
.news-detail .c-bottom .item:last-child i{
  margin-left: .3125rem;
  margin-right: 0;
}

.news-detail .c-bottom .item:hover:first-child i{
  margin-right: .625rem;
}
.news-detail .c-bottom .item:hover:last-child i{
  margin-left: .625rem;
}

.news-detail .c-bottom .item:first-child i::before{
  display: inline-block;
  transform: rotate(180deg) rotateX(180deg);
}
.goback a{
  color: var(--primaryColor);
}
.goback a::before{
  margin-right: 5px;
}

.other-news {
  padding-top: 9.375rem;
  padding-bottom: 21.25rem;
  background-image: url(../images/pic92.jpg);
  background-size: cover;
  background-position: 50% 50%;
}

.other-news .title {
  color: var(--darkColor);
  font-size: 2.375rem;
  margin-bottom: 5rem;
  font-weight: bold;
}

.other-news .other-item {
  display: flex;
  align-content: center;
}
.other-news .other-item .other-content{
  margin-right: 1.625rem;
  border-radius: 1rem;
  background-color: #FFFFFF;
  cursor: pointer;
  position: relative;
  padding-bottom: 10.4375rem;
  width: calc((100% - 3.25rem) / 3);
}
.other-news .other-item .other-content:last-child {
  margin-right: 0;
}

.other-news .other-item .other-content .banner {
  width: 100%;
  height: 17.5rem;
  object-fit: cover;
}

.other-news .other-item .other-content .img-box{
  width: 100%;
  border-radius: 1.25rem 1.25rem 0 0;
}

.other-news .other-item .other-content .time {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  color: #999;
  margin-top: 2.1875rem;
  padding: 0 2.375rem;
}

.other-news .other-item .other-content .tt {
  padding: 1.6875rem 2.375rem 0;
  font-size: 1.375rem;
  line-height: 2rem;
  color: #333;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-news .other-item .other-content .info {
  position: absolute;
  bottom: 2.25rem;
  left: 0;
  border-top: solid 1px #CCCCCC;
  padding-top: 1.5625rem;
  margin: 0 2.5rem;
  font-size: 1.125rem;
  color: #999;
  opacity: 0;
  transition: all .3s;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.other-news .other-item .other-content:hover .tt {
  color: #50A738;
}
.other-news .other-item .other-content .iconfont {
  position: absolute;
  bottom: 1.25rem;
  left: 2.875rem;
  opacity: 1;
  color: var(--darkColor);
  font-size: 2.75rem;
  transition: all .3s;
}
.other-news .other-item .other-content:hover .iconfont {
  opacity: 0;
}
.other-news .other-item .other-content:hover .info {
  opacity: 1;
}