.fast-container {
  position: relative;
  min-width: 1200px;
  margin-top: 108px;
}

#fast {
  position: relative;
}

#fast a {
  text-decoration: none;
  color: #2859e6;
  font-size: 14px;
}

#fast a:active,
#fast a:visited {
  text-decoration: none;
}

#fast .list-part {
  width: 900px;
}
#fast .title-bar {
  width: 100%;
  height: 60px;
  line-height: 60px;
  box-shadow: 0 0 5px #dbdbdb;
  padding-left: 20px;
  color: #333;
  box-sizing: border-box;
  font-size: 18px;
}

#fast .title-bar .icon{
  font-size: 18px;
  color: #2859e6;
  margin-right: 8px;
}

#fast .fast-item {
  margin-top: 12px;
  box-shadow: 0 0 5px #dbdbdb;
}

#fast .fast-item .item-inner {
  padding: 22px 28px 22px 28px;
}

#fast .fast-item .item-inner .item-title {
  position: relative;
  color: #333;
  line-height: 24px;
  font-size: 16px;
}

#fast .fast-item .item-inner .item-content {
  color: #666;
  line-height: 23px;
  font-size: 14px;
  margin-top: 8px;
}

#fast .fast-item .item-inner .item-content .img {
  display: block;
  width: 316px;
  height: 180px;
  margin-top: 11px;
  margin-bottom: 11px;
}

#fast .fast-item .item-inner .item-time {
  color: #666;
  line-height: 22px;
  font-size: 14px;
  margin-top: 10px;
}

#fast .code-area {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 288px;
}

#fast .code-area .code-item {
  position: relative;
  padding-left: 110px;
  height: 120px;
  box-sizing: border-box;
  box-shadow: 0 0 5px #dbdbdb;
}

#fast .code-area .code-item + .code-item {
  margin-top: 12px;
}

#fast .code-area .code-item .img {
  position: absolute;
  width: 102px;
  height: 102px;
  top: 10px;
  left: 16px;
}

#fast .code-area .code-item .right {
  display: table-cell;
  width: 180px;
  height: 120px;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  color: #666;
  line-height: 26px;
}

#fast .code-area .code-item .right .active {
  color: #2859e6;
}

#fast .tcdPageCode {
  padding: 28px 30px;
  text-align: left;
  color: #ccc;
  text-align: center;
}
#fast .tcdPageCode a {
  display: inline-block;
  color: #2859e6;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  border: 1px solid #e5e5e5;
  margin: 0 3px;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 14px !important;
  color: #666;
  min-width: 42px;
  box-sizing: border-box;
}
#fast .tcdPageCode a:hover {
  text-decoration: none;
  border: 1px solid #2859e6;
}
#fast .tcdPageCode span.current {
  font-size: 14px !important;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  margin: 0 3px;
  color: #fff;
  background-color: #2859e6;
  border: 1px solid #2859e6;
  border-radius: 4px;
  vertical-align: middle;
  cursor: auto;
  min-width: 42px;
  box-sizing: border-box;
}
#fast .tcdPageCode span.disabled {
  font-size: 14px !important;
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 15px;
  margin: 0 3px;
  color: #bfbfbf;
  background: #f2f2f2;
  border: 1px solid #bfbfbf;
  border-radius: 4px;
  vertical-align: middle;
  cursor: not-allowed;
}

#fast .tcdPageCode .prevPage1 {
  margin-left: 11px;
}