﻿
    /* 侧边产品 */
    .side-prod-hot{
      width: 266px;
    }
    .side-title{
      height: 75px;
    font-size: 24px;
    font-weight: normal;
    line-height: 75px;
    color: #fff;
    text-align: center;
    background-color: #E3540B;
    }
    .side-prod-hot-con{
      border: 1px solid #eee;
      padding: 10px;

    }
    .side-prod-hot-con img{width: 246px;}

    .side-prod-hot-con li{margin-bottom: 20px; font-size: 14px; line-height: 24px; text-align: center; color: #333;}

    /*热品推荐*/
    .prod-hot-title {
      text-align: center;
      height: 120px;
      font-size: 30px;
      line-height: 40px;
      color: #333;
    }

    .prod-hot-title p {
      font-weight: bold;
      height: 45px;
      font-size: 34px;
      color: #111;
      letter-spacing: 6px;
      line-height: 45px;
      overflow: hidden;
    }

    .prod-hot-title i {
      display: block;
      width: 174px;
      height: 1px;
      background-color: #ccc;
      margin: 10px auto 0;
      position: relative;
    }

    .prod-hot-title i::after {
      content: "";
      width: 7px;
      height: 7px;
      position: absolute;
      top: -3px;
      left: 50%;
      margin-left: -3px;
      background: #E3540B;
    }

    .prod-hot-title span {
      display: block;
      height: 30px;
      font-size: 16px;
      text-transform: uppercase;
      overflow: hidden;
    }

    .prod-hot {
      padding: 50px 0 30px;
    }

    .prod-hot .prod-hot-prev {
      width: 30px;
      height: 84px;
      position: absolute;
      top: 50%;
      left: -40px;
      cursor: pointer;
      margin-top: -42px;
      background-image: url('/Skins/Default/Img/Index/prod-hot-prev-icon1.png');
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 30px 84px;
    }

    .prod-hot .prod-hot-next {
      width: 30px;
      height: 84px;
      position: absolute;
      top: 50%;
      right: -40px;
      cursor: pointer;
      margin-top: -42px;
      background-image: url('/Skins/Default/Img/Index/prod-hot-next-icon1.png');
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 30px 84px;
    }

    .prod-hot .prod-hot-list {
      margin: 0 0 40px;
      position: relative;
    }

    .prod-hot .prod-hot-list dl {
      float: left;
      width: 220px;
      margin-right: 22px;
      border: 1px solid #dfdfdf;
      background-color: #f7f7f7;
    }

    .prod-hot .prod-hot-list dl.last {
      margin-right: 0;
    }

    .prod-hot .prod-hot-list dt img {
      width: 220px;
      display: block;
    }

    .prod-hot .prod-hot-list dd {
      padding: 10px 10px 10px;
    }

    .prod-hot .prod-hot-name {
      font-size: 16px;
      font-weight: normal;
      line-height: 24px;
      color: #333;
      max-height: 48px;
      overflow: hidden;
    }

    .prod-hot .prod-hot-name a {
      display: block;
      max-height: 48px;
      color: #333;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
    }

    .prod-hot .prod-hot-desc {
      margin-top: 5px;
      height: 72px;
      font-size: 14px;
      font-weight: normal;
      line-height: 24px;
      color: #666;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
      overflow: hidden;
    }

    .prod-hot .prod-hot-link {
      display: none;
    }

    .info-3 {
      background: #f5f5f5;
      padding: 8px 20px;
      margin-bottom:30px;
    }

    .info-3-tit {
      height: 55px;
      font-size: 24px;
      font-weight: normal;
      line-height: 55px;
      color: #4b4a4a;
    }

    .info-3-list li {
      height: 46px;
      font-size: 14px;
      font-weight: normal;
      line-height: 46px;
      color: #4b4a4a;
      border-top: 1px dashed #dbdbdb;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    }
    .info-3-list li:first-child{
      border: 0;
    }

    .info-3-list li h4 a {
      font-weight: normal;
      color: #4b4a4a;
    }

    .info-3-list li h4 span {
      float: right;
    }
