  body {
    background-color: #fff;
  }

  @media screen and (min-width: 960px) {

    .tags-content {}

    .tags-content .item {
      margin-bottom: 30px;
    }

    .tags-content a.tag {
      padding: 6px 18px;
      color: #333;
      border: 1px solid #efefef;
      background-color: unset;
      display: inline-block;
      border-radius: 2em;
      margin-bottom: 12px;
      transition: all .6s;
	  margin-right: 5px;
    }

    .tags-content a.tag:hover {
      background-color: #ff9600;
	  border: 1px solid #ff9600;
      color: #fff;
    }


    /* 标题样式-左 */
    .title-l h2 {
      line-height: 28px;
      height: 28px;
      color: #333;
      position: relative;
      font-size: 20px;
	  font-weight: bold;
      letter-spacing: 0;
      padding-left: 20px;
      margin-bottom: 20px;
    }

    .title-l h2:before {
      content: '';
      display: block;
      position: absolute;
      width: 5px;
      height: 20px;
      top: 4px;
      background: #ff9600;
      left: 0
    }

  }

  @media screen and (max-width: 960px) {
    .banner {
      background: url(../img/banner-list.png) no-repeat center bottom;
    }

    .tags-content {
      padding: .1rem;
    }

    .tags-content .item {
      margin-bottom: .20rem;
    }

    .tags-content a.tag {
      padding: .025rem .06rem;
      color: #333;
      border: 1px solid #efefef;
      background-color: unset;
      display: inline-block;
      border-radius: 2em;
      margin-bottom: .05rem;
      transition: all .6s;
      font-size: .07rem;
    }

    .tags-content a.tag:hover {
      background-color: #ff9600;
      border: 1px solid #ff9600;
      color: #fff;
    }


    /* 标题样式-左 */
    .title-l h2 {
      line-height: .14rem;
      height: .14rem;
      color: #333;
      position: relative;
      font-size: .1rem;
      letter-spacing: 0;
      padding-left: .1rem;
      margin-bottom: .1rem;
    }

    .title-l h2:before {
      content: '';
      display: block;
      position: absolute;
      width: .025rem;
      height: .1rem;
      top: .02rem;
      background: #ff9600;
      left: 0
    }
  }