* {
  margin: 0;
  padding: 0;
  text-decoration: none;
}
#navigation .navigation .navigationList .navigationItem a:nth-child(6) p {
  color: #4386db !important;
}
@media (min-width: 1200px) {
  .content {
    min-width: 1200px;
  }
  .newsDetail {
    width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .newsCenterTitle {
    width: 1200px;
    height: 70px;
  }
  .newsCenterTitle p:nth-child(1) {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }
  .newsCenterTitle p:nth-child(2) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    text-align: right;
  }
  .newsContent {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    padding: 30px 0;
  }
  .newsContent p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 25px;
    text-indent: 20px;
    margin-bottom: 20px;
  }
  .newsContent img {
    display: block;
    margin: 0 auto;
  }
  .newsDetail .page {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 100px;
  }
  .newsDetail .page .prev {
    display: flex;
    width: 50%;
  }
  .newsDetail .page .next {
    display: flex;
    width: 50%;
    justify-content: flex-end;
  }
  .newsDetail .page p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }
  .newsDetail .page a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #164d91;
  }
}
@media (max-width: 1199px) {
  .newsDetail {
    margin: 0 auto;
	padding:0 20px;
    margin-top:20px;
  }
  
  .newsCenterTitle p:nth-child(1) {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    text-align: center;
  }
  .newsCenterTitle p:nth-child(2) {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
	padding:10px 0;
    text-align: right;
  }
  .newsContent {
    border-top: 1px solid rgba(51, 51, 51, 0.2);
    border-bottom: 1px solid rgba(51, 51, 51, 0.2);
    padding:20px 0;
  }
  .newsContent p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.6;
    text-indent: 20px;
    margin-bottom: 20px;
  }
  .newsContent img {
    display: block;
	max-width:100%;
	height:auto;
    margin: 0 auto;
  }
  .newsDetail .page {
    display: flex;
    align-items: center;
	padding:15px 0;
	flex-direction: column;
  }
  .newsDetail .page .prev {
    display: flex;
    width: 100%;
	align-items: center;
  }
  .newsDetail .page .next {
    display: flex;
    width:100%;
	align-items: center;
  }
  .newsDetail .page p {
    font-size: 14px;
	margin:5px 0;
	flex-shrink:0;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
  }
  .newsDetail .page a {
    font-size: 14px;
	text-overflow:ellipsis;
	white-space:nowrap;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #164d91;
  }
}
