.detailHead {
  background: url(../static/images/news/07_ImgBannerBg.png), no-repeat;
  width: 100%;
  height: 400px;
  margin-top: 60px;
  display: flex;
  align-items: flex-end; }

.headCont {
  width: 1200px;
  max-width: 1200px;
  margin: 0 auto 30px;
  padding: 0 40px 0; }
  .headCont .headTit, .headCont .titleType {
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 60px;
    text-shadow: 1px 3px 2px rgba(0, 0, 0, 0.2); }
  .headCont .dealine {
    height: 2px;
    width: 200px;
    background-color: #c8a86b;
    margin: 20px 0; }
  .headCont .upTime {
    font-size: 16px;
    color: #797171;
    margin-bottom: 16px;
    letter-spacing: 1px;
    font-weight: bold; }
  .headCont .share {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #fff;
    font-weight: bold; }
    .headCont .share .share-items {
      display: flex;
      margin-left: 26px;
      position: relative; }
      .headCont .share .share-items a {
        width: 30px;
        height: 30px;
        padding: 0;
        background: none;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        cursor: pointer;
        font-size: 32px; }
      .headCont .share .share-items a:hover {
        border: 1px solid #c8a86b;
        color: #c8a86b; }

.detailCont {
  margin: 20px auto 40px;
  max-width: 1200px;
  border-top: 10px solid #c8a86b;
  background-color: rgba(116, 125, 135, 0.05); }
  .detailCont .content {
    margin: 0 45px;
    padding: 20px 0; }
    .detailCont .content img {
      margin: 20px auto; }

.turnPage {
  margin: 0 auto 80px;
  max-width: 1200px;
  display: flex;
  justify-content: space-between;
  color: #979797; }
  .turnPage .toBtn {
    display: flex;
    cursor: pointer; }
  .turnPage .toBtn:hover {
    color: #c8a86b; }
    .turnPage .toBtn:hover .prevBtn {
      color: #fff;
      border-color: #c8a86b;
      background-color: #c8a86b; }
  .turnPage .prevBtn {
    width: 78px;
    height: 28px;
    border: 1px solid #979797;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold; }
  .turnPage p {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 10px;
    line-height: 30px;
    width: 320px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

@media (max-width: 1100px) {
  .turnPage p {
    display: none; } }
@media (max-width: 750px) {
  .detailHead {
    width: 100%;
    height: 300px;
    margin-top: 60px; }

  .headCont {
    margin: 0 auto 20px; }
    .headCont .headTit, .headCont .titleType {
      font-size: 18px;
      letter-spacing: 1px;
      line-height: 30px;
      text-align: center; }
    .headCont .dealine {
      height: 1px;
      width: 100%;
      margin: 10px 0 5px 0; }
    .headCont .upTime {
      font-size: 12px;
      color: #c8a86b;
      margin-bottom: 15px;
      letter-spacing: 1px;
      text-align: center; }
    .headCont .share {
      display: block;
      text-align: center;
      font-size: 12px; }
      .headCont .share span {
        margin: 10px 0 20px;
        justify-content: center; }
      .headCont .share .share-items {
        margin: 0;
        justify-content: center; }
        .headCont .share .share-items a:hover {
          border: 1px solid #fff;
          color: #fff; }

  .detailCont {
    margin: 0 auto 24px;
    border-top: 4px solid #c8a86b;
    background-color: #f8f8f9; }
    .detailCont .content {
      margin: 0 20px;
      padding: 20px 0; }
      .detailCont .content p img {
        width: 100% !important;
        height: auto !important;
        margin: 20px 0; }

  .turnPage {
    margin: 0 20px 40px; }
    .turnPage .toBtn:hover {
      color: #979797; }
      .turnPage .toBtn:hover .prevBtn {
        color: #979797;
        border-color: #979797;
        background-color: #fff; } }

/*# sourceMappingURL=newsDetail.css.map */
