.icon-returnIcon:before {
  content: "\e904";
}
#newsDetails {
  width: 800px;
  margin: 30px auto;
  text-align: center;
}
#newsDetails .title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#newsDetails .title .Date {
  width: 90px;
  height: 100px;
  background-color: #029bfc;
  color: #fff;
}
#newsDetails .title .Date .DateDay {
  font-size: 26px;
  height: 33px;
  margin-top: 17px;
}
#newsDetails .title .Date .DateMon {
  font-size: 18px;
  margin-top: 3px;
}
#newsDetails .title .titlebox {
  text-align: left;
  margin-left: 20px;
  padding-top: 30px;
}
#newsDetails .title .titlebox .titles {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}
#newsDetails .title .titlebox .date {
  display: none;
  color: #999999;
}
#newsDetails .main {
  margin-top: 40px;
  animation: slowIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s 1;
  text-align: center;
}
#newsDetails .main p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
#newsDetails .main img {
  margin: 30px auto;
  padding: 0px 30px;
  box-sizing: border-box;
}
#newsDetails .video {
  margin: 30px 0px;
  text-align: left;
}
#newsDetails .video p {
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
  color: #333333;
}
#newsDetails .nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cecece;
  margin-top: 30px;
  padding: 30px 0px;
  text-align: left;
}
#newsDetails .nav div > p a {
  color: #111111;
  line-height: 30px;
}
#newsDetails .nav div > p a:hover {
  color: #029bfc;
  border-bottom: 1px solid #029bfc;
}
@media screen and (max-width: 700px) {
  #newsDetails {
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
  }
  #newsDetails .title .titlebox .titles {
    font-size: 18px;
    color: #333333;
    line-height: 34px;
  }
  #newsDetails .title .titlebox .date {
    font-size: 12px;
  }
  #newsDetails .title .Date .DateDay {
    font-size: 20px;
  }
  #newsDetails .title .Date .DateMon {
    font-size: 14px;
  }
  #newsDetails .main {
    margin-top: 40px;
    animation: slowIn 0.8s cubic-bezier(0.4, 0, 0.2, 1) 0.2s 1;
  }
  #newsDetails .main p {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
  }
  #newsDetails .main img {
    margin: 30px auto;
    padding: 0px 20px;
    box-sizing: border-box;
  }
  #newsDetails .video iframe {
    width: 100%;
    height: 200px;
  }
  #newsDetails .nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    border-top: 1px solid #cecece;
    margin-top: 30px;
    padding: 30px 0px;
    text-align: left;
  }
  #newsDetails .nav div > p {
    width: 100%;
  }
  #newsDetails .nav div > p a {
    color: #111111;
    line-height: 30px;
  }
  #newsDetails .nav div > p a:hover {
    color: #029bfc;
    border-bottom: 1px solid #029bfc;
  }
}
