.newsdetails {
  width: 74%;
  height: auto;
  margin: 80px auto;
}
.newsdetails .back {
  width: fit-content;
  display: flex;
  align-items: center;
  transition: all 0.4s;
  margin-bottom: 40px;
}
.newsdetails .back img {
  width: 30px;
  height: 22px;
  margin-right: 10px;
}
.newsdetails .back p {
  font-family: Raleway, Raleway;
  font-weight: 400;
  font-size: 16px;
  color: #E71215;
  line-height: 23px;
}
.newsdetails .back:hover {
  transform: translateX(-20px);
}
.newsdetails .count {
  width: 100%;
  height: auto;
}
.newsdetails .count .tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 3.125vw;
}
.newsdetails .count .tab .title {
  width: 80%;
  height: auto;
  font-family: Raleway, Raleway;
  font-weight: 700;
  font-size: 36px;
  color: #292929;
}
.newsdetails .count .tab .time {
  font-family: Raleway, Raleway;
  font-weight: 700;
  font-size: 20px;
  color: #E71215;
}
.newsdetails .count .word {
  width: 100%;
  height: auto;
}
.newsdetails .count .word p {
  font-family: Raleway, Raleway;
  font-weight: 400;
  font-size: 18px;
  color: #757575;
  line-height: 36px;
  text-align: left;
}
.newsdetails .count .word img {
  width: 700px;
  height: 393px;
  margin: 60px auto 0 auto;
}
@media (max-width: 961px) {
  .newsdetails {
    width: 100%;
    height: auto;
    margin: 30px 0;
    padding: 0 15px;
  }
  .newsdetails .back {
    margin-bottom: 20px;
  }
  .newsdetails .count .tab {
    display: block;
  }
  .newsdetails .count .tab .title {
    width: 100%;
    height: auto;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .newsdetails .count .tab .time {
    text-align: right;
    font-size: 18px;
  }
  .newsdetails .count .word p {
    line-height: 20px;
    font-size: 14px;
  }
  .newsdetails .count .word img {
    width: 100%;
    height: 200px;
  }
}
