.news-details{
  width: 1400px;
  margin: 0 auto;
  display: flex;
  padding-top: 68px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news-details .left{
  width: 68%;
}
.news-details .left .news-title{
  font-size: 24px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 18px;
}
.news-details .left .time{
  font-size: 15px;
  color: #999999;
  padding-bottom: 32px;
  border-bottom: 1px solid #efefef;
  margin-bottom: 20px;
}
.news-details .left .describe{
  font-size: 14px;
  color: #666666;
  position: relative;
  margin-left: 17px;
  line-height: 40px;
}
.news-details .left .describe::before{
  position: absolute;
  content: "";
  left: -10px;
  top: 17px;
  background-color: #666666;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 5px;
}
.news-details img{
  width: 100%;
  margin-top: 24px;
}
.news-details .left .ftitle{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  margin-top: 28px;
  margin-bottom: 15px;
}
.news-details .left .details{
  font-size: 14px;
  color: #333333;
  line-height: 38px;
}
.details1{
  margin-bottom: 40px;
}
.paging{
  display: flex;
  justify-content: space-between;
  margin: 58px 0 67px 0;
}
.paging a{
  color: #333333;
  font-size: 14px;
}
.paging a:hover{
  color: #f48400;
}
.news-details .right{
  width: 25%;
}
.news-details .right .other{
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.news-details .right ul{
  padding: 0 22px 0 22px;
}
.news-details .right ul li p{
  line-height: 26px;
}
.news-details .right ul li{
  margin-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
}
.news-details .right ul .other-tit{
  font-size: 16px;
  color: #444444;
}
.news-details .right ul .other-time{
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
  margin-bottom: 12px;
}
.nav-content .left ul li a{
  color: #222222;
}
.news-details .right ul .other-details{
  font-size: 14px;
  color: #999999;
}
.news-details .right ul li:hover{
  cursor: pointer;
}
.news-details .right ul li:hover p{
  color: #f48400;
}

@media(max-width:973px){
  .news-details .left {
    width: 100%;
}
.news-details .right {
  width: 100%;
}
}
