.centent .banner {
  margin-bottom: 3rem; margin-top:6.25rem;
}
.centent .new-s {
  margin-bottom: 3rem;
}
.centent .new-s h2 {
  text-align: center;
  color: var(--lColor);
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1.375rem;
}
.centent .new-s .option {
  margin-bottom: 3rem;
}
.centent .new-s .option .option_list {
  display: flex;
  justify-content: center;
}
.centent .new-s .option .option_list .option_item {
  background-color: #f7f7f7;
  padding: 0.7rem 1.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
  margin-right: 2rem;
  border: #f7f7f7 solid 0.125rem;
}
.centent .new-s .option .option_list .option_item.active {
  border: #fb680b solid 0.125rem;
}
.centent .new-s .option .option_list .option_item:last-child {
  margin-right: 0;
}
.centent .new-s .article .article_left .article_title {
  text-align: center;
}
.centent .new-s .article .article_left .article_title h3 {
}
.centent .new-s .article .article_left .article_title .message {
  display: flex;
  justify-content: center;
  margin: 2rem 0;
  color: #aaa;
}
.centent .new-s .article .article_left .article_content {
 /* text-indent: 1.75rem;*/
  border-bottom: 0.0625rem solid #ccc;
  margin-bottom: 0.625rem;
}
.centent .new-s .article .article_left .article_content p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}
.centent .new-s .article .article_left .relevance .prev a {
  width: 100%;
  display: flex; /*background-color:#CFCFCF; */height:1.5rem; line-height:1.5rem;
}
.centent .new-s .article .article_left .relevance .prev a span {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.centent .new-s .article .article_left .relevance .next a {
  width: 100%;
  display: flex; /*background-color:#CFCFCF;*/ height:1.5rem; line-height:1.5rem;
}
.centent .new-s .article .article_left .relevance .next a span {
  display: block;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.centent .new-s .article .recommend_right .recommend_title {
  font-size: 1.25rem;
  line-height: 2.25rem;
  font-weight: 800;
  color: var(--cColor);
  border-bottom: 0.125rem solid var(--cColor);
}
.centent .new-s .article .recommend_right .recommend_content {
  padding: 1.25rem;
}
.centent .new-s .article .recommend_right .recommend_content .recommend_list .recommend_item {
  margin-bottom: 0.625rem;
}
.centent .new-s .article .recommend_right .recommend_content .recommend_list .recommend_item > a {
  display: inline-block; width:100%;
}
.centent .new-s .article .recommend_right .recommend_content .recommend_list .recommend_item > a:hover {
  color: var(--cColor);
}
.centent .new-s .article .recommend_right .recommend_content .recommend_list .recommend_item > a > p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.centent .new-s .article .recommend_right .recommend_content .recommend_list .recommend_item > a > span{ float:right;}
.centent .new-s .article .recommend_right .recommend_content .recommend_list .recommend_item > a > p::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--cColor);
}
@media screen and (max-width: 800px) {
.centent{margin-bottom:0;}
  .centent .new-s .article .article_left .article_title .message {
    flex-wrap: wrap;
  }
  .centent .new-s .option{ margin-bottom:1rem;}
  .centent .new-s .article .article_left .article_title .message{margin:1rem 0;}
  .centent .banner { margin-bottom:1rem;margin-top:3.89rem;
}
.centent .new-s h2{ font-size:1.6rem;}
  .centent .new-s .article .recommend_right .recommend_title{ margin-top:1rem; font-size:1rem;}
  .centent .new-s .article .article_left .article_title .message p { text-align:center;
  /*  padding-right: 0.625rem;*/
  }
  .centent .new-s .option .option_list .option_item{
    padding: 0.325rem 1rem;
    margin: 0.325rem; float:left;
  }
  .centent .new-s .article .recommend_right .recommend_content .recommend_list .recommend_item > a > span{ float:left;}
}
