.banner-wrap {
  height: 640px;
  width: 100%;
  background: url("https://ysxapp.oss-cn-beijing.aliyuncs.com/a/banner.png") no-repeat center center;
  background-size: cover; }

.news_detail_content-wrap {
  padding: 120px 0 0;
  background-color: #f2f2f2; }
  .news_detail_content-wrap .w1200 {
    background-color: #fff;
    padding: 40px;
    box-sizing: border-box;
    position: relative; }
    .news_detail_content-wrap .w1200 .nav_back {
      width: 80px;
      position: absolute;
      top: -110px;
      left: -40px;
      height: 44px;
      line-height: 44px;
      font-size: 16px;
      font-weight: bold;
      position: relative;
      padding-left: 30px;
      cursor: pointer;
      background-color: #fff; }
      .news_detail_content-wrap .w1200 .nav_back a {
        color: #333; }
      .news_detail_content-wrap .w1200 .nav_back::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
        border-right: 8px solid #333;
        border-left: 8px solid transparent;
        border-top: 8px solid transparent;
        border-bottom: 8px solid transparent; }
  .news_detail_content-wrap .detail_top {
    height: 120px;
    padding: 0 0 60px; }
    .news_detail_content-wrap .detail_top .logo-wrap {
      height: 120px;
      width: 120px;
      border-radius: 10px;
      overflow: hidden;
      margin-right: 30px; }
      .news_detail_content-wrap .detail_top .logo-wrap img {
        width: 100%;
        height: 100%; }
    .news_detail_content-wrap .detail_top .txt-wrap h2 {
      font-size: 34px; }
    .news_detail_content-wrap .detail_top .txt-wrap p {
      font-size: 24px;
      line-height: 36px;
      color: #666; }
  .news_detail_content-wrap .content {
    color: #666;
    font-size: 18px;
    line-height: 36px;
    padding: 32px 0 58px;
    border-top: 1px solid #E6E6E6; }

.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=caseDetail.css.map */
