#cl-channelContent {
      width: 100%;
  margin-top: 50px;
    }

    #cl-channelContent .container {
      margin: 0 auto;
      width: 1200px;
    }

    #cl-channelContent .left-wrapper {
      display: inline-block;
      width: 380px;
    }

    #cl-channelContent .right-wrapper {
      display: inline-block;
      width: 800px;
      vertical-align: top;
    }

    #cl-channelContent .top-menu, .low-menu {
      width: 300px;
      margin: 0 auto;
    }

    #cl-channelContent .left-wrapper .header {
      height: 40px;
      background-color: #023886;
      color: #fff;
      text-align: center;
      line-height: 40px;
      font-size: 16px;
      z-index: 0;
    }

    #cl-channelContent .left-wrapper .t-container li {
      margin-top: 5px;
      height: 40px;
      text-align: center;
      line-height: 40px;
      background-color: #f2f3f6;
      font-size: 14px;
    }

    #cl-channelContent .left-wrapper .l-container li {
      margin-top: 10px;
      line-height: 1.5em;
      word-break: break-all;
      font-size: 14px;
    }

    #cl-channelContent .left-wrapper .t-container li:hover {
      color: #023886;
      cursor: pointer;
    }

    #cl-channelContent .low-menu {
      margin-top: 40px;
    }

    #cl-channelContent .right-nav {
      padding-bottom: 10px;
      margin-bottom: 10px;
      font-size: 16px;
      border-bottom: 1px solid #ddd;
    }

    #cl-channelContent .right-wrapper .title {
      margin-bottom: 5px;
      color: #023886;
    }

    #cl-channelContent .right-wrapper .title:hover {
      cursor: pointer;
    }

    #cl-channelContent .right-container li {
      height: 40px;
      margin: 0 10px;
      font-size: 14px;
      line-height: 40px;
      border-bottom: 1px solid #eee;
    }

#cl-channelContent .right-container .time {
      float: right;
    }

    ul {
      margin: 0;
      padding: 0;
    }
    ul li {
      list-style: none;
    }
