.index-con {
  font-size: 0; }
  .index-con .listLeft {
    font-size: 14px;
    width: 780px;
    margin: 10px;
    display: inline-block;
    vertical-align: top;
    background-color: #ffffff; }
    .index-con .listLeft .listLeft-nav {
      margin-bottom: 20px;
      padding-bottom: 10px;
      border-bottom: 1px solid #cccccc; }
      .index-con .listLeft .listLeft-nav div {
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
        padding: 5px 15px;
        border: 1px solid #d80a16;
        color: #d80a16;
        border-radius: 10px;
        margin: 5px;
        cursor: pointer; }
      .index-con .listLeft .listLeft-nav .select-nav {
        color: #FFFFFF;
        background-color: #d80a16; }
    .index-con .listLeft .listLeft-title {
      font-size: 14px;
      color: #666666;
      padding-bottom: 15px;
      margin-bottom: 15px;
      border-bottom: 1px solid #cccccc; }
      .index-con .listLeft .listLeft-title label {
        font-size: 16px;
        font-weight: bold;
        color: #d80a16; }
    .index-con .listLeft .listLeft-con {
      padding-bottom: 10px;
      border-bottom: 1px dashed #cccccc;
      margin-bottom: 10px; }
      .index-con .listLeft .listLeft-con .pic {
        width: 180px;
        height: 120px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top; }
        .index-con .listLeft .listLeft-con .pic img {
          width: 100%;
          transition: all 0.3s; }
          .index-con .listLeft .listLeft-con .pic img:hover {
            transform: scale(1.2); }
      .index-con .listLeft .listLeft-con .details {
        display: inline-block;
        vertical-align: top;
        margin-left: 20px;
        width: 500px; }
        .index-con .listLeft .listLeft-con .details .title {
          font-size: 16px;
          font-weight: bold;
          color: #333333;
          margin-bottom: 15px; }
          .index-con .listLeft .listLeft-con .details .title:hover {
            color: #d80a16; }
        .index-con .listLeft .listLeft-con .details .brief {
          font-size: 14px;
          color: #666666;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical;
          overflow: hidden;
          margin-bottom: 15px; }
        .index-con .listLeft .listLeft-con .details .tip {
          width: 100%;
          font-size: 14px;
          height: 30px;
          line-height: 30px;
          color: #999999; }
          .index-con .listLeft .listLeft-con .details .tip .download {
            display: inline-block;
            width: 90px;
            height: 30px;
            line-height: 30px;
            float: right; }
          .index-con .listLeft .listLeft-con .details .tip span {
            margin-right: 20px; }
    .index-con .listLeft .listLeft-but {
      width: 300px;
      margin: 20px auto; }
    .index-con .listLeft .listLeft-top {
      text-align: center;
      margin-bottom: 20px; }
      .index-con .listLeft .listLeft-top .title {
        font-size: 20px;
        font-weight: bold;
        color: #333333;
        padding-bottom: 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid #eeeeee; }
      .index-con .listLeft .listLeft-top .tip {
        font-size: 14px;
        color: #999999; }
        .index-con .listLeft .listLeft-top .tip span {
          display: inline-block;
          margin: 0 10px; }
          .index-con .listLeft .listLeft-top .tip span a {
            color: #007aff; }
  .index-con .listRight {
    width: 380px;
    margin: 10px;
    display: inline-block;
    vertical-align: top; }
    .index-con .listRight .download {
      background-color: #ffffff;
      margin-bottom: 10px; }
      .index-con .listRight .download .download-con .title {
        font-size: 16px;
        margin: 10px 0;
        font-weight: bolder;
        color: #333333;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 10px; }
      .index-con .listRight .download .download-con .details {
        padding: 0 10px;
        font-size: 14px;
        display: -webkit-box;
        color: #666666;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden; }
      .index-con .listRight .download .download-con .list {
        width: 100%;
        padding: 5px 0; }
        .index-con .listRight .download .download-con .list li {
          font-size: 14px;
          position: relative;
          border-top: 1px dashed #cccccc; }
          .index-con .listRight .download .download-con .list li span {
            display: block;
            width: 280px;
            height: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #333333;
            padding: 8px 20px; }
          .index-con .listRight .download .download-con .list li label {
            display: inline-block;
            font-size: 12px;
            color: #999999;
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%); }
          .index-con .listRight .download .download-con .list li:before {
            content: '';
            width: 8px;
            height: 8px;
            background-color: #d80a16;
            position: absolute;
            top: 50%;
            left: 0;
            transform: rotate(45deg) translateY(-50%); }
          .index-con .listRight .download .download-con .list li:hover {
            background-color: #eef4ff; }
      .index-con .listRight .download .download-con .ads {
        margin-top: 10px;
        width: 100%; }
        .index-con .listRight .download .download-con .ads .ads-con {
          width: 100%;
          height: 100px;
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center; }
      .index-con .listRight .download .swiper-pagination-bullet-active {
        background: #B30811; }
    .index-con .listRight .initiation {
      background-color: #ffffff;
      margin-bottom: 10px; }
      .index-con .listRight .initiation .initiation-con {
        width: 100%;
        padding: 0 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between; }
        .index-con .listRight .initiation .initiation-con .initiation-con-con {
          width: 150px;
          margin-bottom: 10px;
          padding: 14px 0;
          text-align: center;
          background-color: #eef4ff; }
          .index-con .listRight .initiation .initiation-con .initiation-con-con .pic {
            height: 40px; }
            .index-con .listRight .initiation .initiation-con .initiation-con-con .pic img {
              height: 100%; }
          .index-con .listRight .initiation .initiation-con .initiation-con-con .title {
            height: 20px;
            line-height: 20px;
            font-size: 14px;
            color: #333333;
            font-weight: bolder; }
          .index-con .listRight .initiation .initiation-con .initiation-con-con:last-child {
            margin-bottom: 0; }
        .index-con .listRight .initiation .initiation-con .other-initiation-con-con {
          width: 100%; }


.list-page {
  text-align:center;
  font-size: 12px; }
.list-page .active {
  background-color: #d80a16; }
.list-page .active span {
  background-color: #d80a16 !important;
  border-color: #d80a16 !important;
  color: #FFFFFF; }
.list-page a, .list-page span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #d80a16;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd; }
.list-page .pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px; }
.list-page .pagination li {
  display: inline; }
.list-page .pagination li:first-child span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px; }

.index-con .listLeft img {
  max-width:100% !important;
}
