.banner-wrap {
  height: 640px;
  width: 100%;
  background: url("https://ysxapp.oss-cn-beijing.aliyuncs.com/a/banner44.png") no-repeat center center;
  background-size: cover; }

.nav-list {
  width: 366px;
  margin: 77px auto 0; }
  .nav-list .nav-item {
    width: 161px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    border: 1px solid #999;
    border-radius: 20px;
    color: #666;
    font-size: 18px;
    transition: all 0.2s ease-in;
    cursor: pointer; }
    .nav-list .nav-item:first-child {
      margin-right: 40px; }
    .nav-list .nav-item.active {
      background-color: #FF9A22;
      border: 1px solid #FF9A22;
      color: #fff;
      font-weight: bold;
      font-size: 18px; }

.news_detail_content-wrap {
  padding: 60px 0 99px; }
  .news_detail_content-wrap h3.tit {
    font-size: 26px;
    font-weight: bold; }
  .news_detail_content-wrap h5.tag {
    font-size: 16px;
    color: #999;
    padding: 24px 0 30px;
    border-bottom: 1px solid #E6E6E6;
    font-weight: normal; }
  .news_detail_content-wrap .content {
    color: #666;
    font-size: 18px;
    line-height: 36px;
    padding: 32px 0 58px; }

.btn-wrap .btn {
  font-size: 20px; }
  .btn-wrap .btn a {
    display: inline-block;
    height: 100%;
    width: 100%;
    font-size: 20px;
    color: #ccc; }
  .btn-wrap .btn.active {
    color: #FF9A22; }
    .btn-wrap .btn.active a {
      color: #FF9A22; }

/*# sourceMappingURL=newsDetail.css.map */
