* {
  margin: 0;
  padding: 0 !important;
  list-style: none;
  text-decoration: none !important;
}
@font-face {
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
  src: url(../font/RUIZIZHENYANTIMIANFEISHANGYONG-2.TTF);
}
.banner {
  height: 500px;
  background: url(../img/news.jpg) no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner h1 {
  font-size: 60px;
  color: #fdf204;
  font-family: RUIZIZHENYANTIMIANFEISHANGYONG-2;
}
.banner ul {
  display: flex;
  align-items: center;
  background: url(../img/home.png) no-repeat left center;
  padding-left: 34px !important;
}
.banner ul li {
  font-size: 14px;
  line-height: 20px;
  margin-right: 10px;
  color: #ccc;
}
.banner ul li a {
  color: #ccc;
}
.content {
  background: #000;
}
.content .contentTop {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 53px 0 !important;
}
.content .contentTop li a {
  display: block;
  width: 141px;
  height: 37px;
  border-radius: 17px 0 17px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 36px;
  background: #282828;
  color: #fff;
}
.content .contentTop li .active {
  color: #000;
  background: #fdf207;
  box-shadow: 12px 0 0 0px rgba(253, 242, 4, 0.43);
}
.content .contentTwo {
  background: #111;
  padding: 34px 29px !important;
}
.content .contentTwo h1 {
  color: #fff;
  font-size: 20px;
}
.content .contentTwo .time {
  color: #595959;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #222;
}
.content .contentTwo .newsContent {
  color: #666 !important;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 54px !important;
}
.content .contentTwo img {
  margin-bottom: 30px;
}
.content .contentTwo .prev {
  padding-top: 30px !important;
  border-top: 1px solid #222;
}
.content .contentTwo .prev,
.content .contentTwo .next {
  color: #666;
}
.content .contentTwo .prev a,
.content .contentTwo .next a {
  color: #666;
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .banner {
    height: auto;
    padding: 100px 0 !important;
  }
  .banner h1 {
    font-size: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    height: auto;
    padding: 0 6.25rem !important;
  }
  .banner h1 {
    font-size: 1.875rem;
  }
  .content .contentTwo img {
    width: 100%;
    height: auto;
  }
}
