/* 新闻中心 */

.yp_news_box {
  display: flex;
  padding-bottom: 30px;
  margin-top: 20px;
}
.yp_news_top{
  margin-top: 250px;
}
.yp_news_left {
  margin-right: 30px;
}
.yp_news_bigtitle {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  color: #555;
}
.yp_news_bigtitle_text {
  margin-left: 10px;
}
.yp_news_tab_item {
  display: inline-block;
  display: flex;
  justify-content: space-between;
  padding: 12px 12px 12px 8px;
  width: 200px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  color: #777777;
  font-size: 14px;
  font-weight: 600;
}
.yp_news_tab_item:hover {
  background-color: #f5f5f5;
}
.yp_news_right {
  flex: 1;
}
.yp_breadcrumb {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.yp_breadcrumb_text {
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
.breadcrumb {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.breadcrumb a {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
}
.yp_news_item {
  width: 100%;
}
.pagination {
  justify-content: center;
  font-size: 14px;
}
/* 新闻中心结束 */
/* 新闻详情 */
.yp_news_detail_top {
  margin-bottom: 25px;
}
.yp_news_detail_describe {
  text-indent: 2em;
  font-size: 14px;
  line-height: 25px;
}
.yp_news_detail_info {
  display: flex;
}
.yp_news_detail_info p {
  margin: 0 20px 0 0;
  cursor: pointer;
  font-size: 14px;
}
.yp_news_detail_info p:hover {
  color: #0072c6;
}
.yp_news_detail_bottom {
  border-top: 1px solid #0072c6;
  padding: 20px 0;
}
.yp_news_detail_bottom img{
  max-width: 980px;
}
.yp_news_must{
 color: #007bff;
}
/* 新闻详情结束 */

@media (max-width: 480px) {
  .yp_news_left {
    margin-right: 20px;
  }
  .yp_news_bigtitle {
    font-size: 14px;
  }
  .yp_news_tab_item {
    width: 100%;
    padding: 8px 8px 8px 5px;
    font-size: 12px;
  }
  .pagination {
    font-size: 12px;
  }
  .yp_breadcrumb {
    margin-bottom: 0;
  }
  .breadcrumb a {
    font-size: 12px;
  }
  .yp_breadcrumb_text {
    font-size: 12px;
  }
  .yp_news_title {
    font-size: 13px;
  }

  /* 新闻详情 */
  .yp_news_detail_info {
    display: block;
  }
  .yp_news_detail_info p {
    margin-bottom: 5px;
  }
  .yp_news_detail_title {
    font-size: 14px;
  }
  .yp_detail_breadcrumb {
    margin-bottom: 10px;
  }
}
