.header {
  background-color: #0c3773;
}
.newsdetail {
  background-color: #f5f5f5;
}
.newsdetail .container {
  width: 1170px;
}
.newsdetail .info-content .title h1 {
  text-align: left;
  font-size: 28px;
  line-height: 1;
  color: #333;
  font-weight: bold;
}
.newsdetail .info-content .date {
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
.newsdetail .info-content .date span {
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.newsdetail .info-content .date .day {
  margin-right: 40px;
}
.newsdetail .info-content .info {
  padding: 40px 0;
  border-bottom: 1px solid #e0e0e0;
}
.newsdetail .info-content .info p {
  font-size: 16px;
  line-height: 36px;
  color: #999;
  margin-bottom: 30px;
}
.newsdetail .info-content .info img {
  max-width: 100%;
  margin: 15px 0;
}
.newsdetail .info-content .select {
  padding: 40px 0;
}
.newsdetail .info-content .select .prev a,
.newsdetail .info-content .select .next a {
  color: #999;
  transition: all 0.3s;
}
.newsdetail .info-content .select .prev a i,
.newsdetail .info-content .select .next a i {
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #999;
  border: 1px solid #999;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: all 0.3s;
}
.newsdetail .info-content .select .prev a:hover,
.newsdetail .info-content .select .next a:hover {
  color: #0c3773;
}
.newsdetail .info-content .select .prev a:hover i,
.newsdetail .info-content .select .next a:hover i {
  color: #0c3773;
  border: 1px solid #0c3773;
}
.newsdetail .info-content .select .prev i {
  margin-right: 10px;
}
.newsdetail .info-content .select .next i {
  margin-left: 10px;
}
@media (max-width: 1200px) {
  .newsdetail .container {
    width: 991px;
  }
}
@media (max-width: 991px) {
  .newsdetail .container {
    width: 100%;
    padding: 0 2.5%;
  }
  .newsdetail .info-content .title h1 {
    font-size: 24px;
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .newsdetail .info-content .title h1 {
    font-size: 20px;
  }
  .newsdetail .info-content .date span {
    font-size: 14px;
  }
  .newsdetail .info-content .date .day {
    margin-right: 20px;
  }
  .newsdetail .info-content .date,
  .newsdetail .info-content .info,
  .newsdetail .info-content .select {
    padding: 20px 0;
  }
  .newsdetail .info-content .info p {
    margin-bottom: 15px;
    font-size: 14px;
    line-height: 28px;
  }
}
