.con {
  display: flex;
  justify-content: space-between; }
  .con .left {
    width: 24%; }
    .con .left li {
      width: 100%;
      color: #333;
      text-align: center;
      background: #ececeb;
      height: 55px;
      line-height: 55px;
      margin-bottom: 1px;
      font-size: 18px; }
      .con .left li a {
        display: block;
        width: 100%;
        height: 100%; }
  .con .right {
    width: 73%; }
    .con .right .newsList li {
      margin-bottom: 4%; }
    .con .right .newsList a {
      display: flex;
      justify-content: space-between; }
      .con .right .newsList a .img {
          overflow:hidden;
        width: 32%;
        height: 140px; }
        .con .right .newsList a .img img {
          transition:all .5s ease;
          -webkit-transition:all .5s ease;
          width: 100%;
          height: 100%; }
      .con .right .newsList a .txt {
        width: 65%; }
        .con .right .newsList a .txt span {
          font-size: 14px;
          color: #999; }
        .con .right .newsList a .txt h3 {
          font-size: 20px;
          color: #333;
          margin: 2% 0 2%;
          width: 100%;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap; }
        .con .right .newsList a .txt p {
          color: #999;
          font-size: 14px;
          line-height: 24px;
          display: -webkit-box;
          -webkit-box-orient: vertical;
          -webkit-line-clamp: 2;
          overflow: hidden;
          height: 48px; }
        .con .right .newsList a .txt i {
          font-size: 14px; }

.con .left li:nth-child(1) {
  height: 86px;
  line-height: 86px;
  color: white;
  font-size: 30px; }

.con .right .newsList li:nth-child(n+5) .txt {
  width: 100%; }
  .con .right .newsList li:nth-child(n+5) .txt i {
    font-size: 14px; }

.con .right .newsList li:nth-child(n+5) h3 {
  margin: 1% 0;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.con .right .newsList li:nth-child(n+5) p {
  width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  height: auto !important; }

@media (max-width: 1200px) {
  .con .left li:nth-child(1) {
    height: 70px;
    line-height: 70px;
    font-size: 25px; }
  .con .left li {
    height: 45px;
    line-height: 45px;
    font-size: 16px; }
  .con .right .newsList a .txt h3 {
    font-size: 18px;
    margin: 2% 0 3%; }
  .con .right .newsList li:nth-child(n+5) h3 {
    margin: 1% 0; }
  .con .right .newsList li:nth-child(n+5) p {
    width: 93%; }
  .con .right .newsList a .img {
    height: 120px; } }

@media (max-width: 996px) {
  .con .left li:nth-child(1) {
    height: 56px;
    line-height: 56px;
    font-size: 20px; }
  .con .right .newsList a .txt h3 {
    font-size: 16px;
    margin: 1% 0 2%; }
  .con .right .newsList a .txt p {
    line-height: 18px;
    height: 38px; }
  .con .right .newsList a .img {
    height: 96px; } }

@media (max-width: 768px) {
  .con {
    flex-direction: column; }
  .con .left {
    width: 100%;
    margin-bottom: 5%; }
  .con .right {
    width: 100%; }
  .con .right .newsList a .img {
    height: 105px; } }

@media (max-width: 480px) {
  .con .right .newsList a {
    align-items: center; }
  .con .left li:nth-child(1) {
    height: 45px;
    line-height: 45px;
    font-size: 18px; }
  .con .left li {
    height: 35px;
    line-height: 35px;
    font-size: 14px; }
  .con .right .newsList a .txt p {
    font-size: 12px;
    line-height: 16px;
    height: 18px;
    -webkit-line-clamp: 1; }
  .con .right .newsList a .txt h3 {
    margin: 1% 0 2%; }
  .con .right .newsList li:nth-child(n+5) p {
    width: 90%; }
  .con .right .newsList li:nth-child(n+5) .txt i, .con .right .newsList a .txt i {
    font-size: 12px; }
  .con .right .newsList a .img {
    height: 80px; }
  .con .right .newsList li:nth-child(n+5) h3 {
    margin: 1% 0 0; } }

.newsDetail {
  width: 885px;
  margin: 0 auto; }
  .newsDetail .dTit {
    font-size: 48px;
    color: #333;
    font-weight: 600; }
  .newsDetail .dMark {
    font-size: 14px;
    margin: 3% 0; }
    .newsDetail .dMark i {
      width: 97px;
      height: 34px;
      line-height: 34px;
      border: 1px solid #0988ff;
      color: #0988ff;
      text-align: center; }
    .newsDetail .dMark span {
      color: #333;
      margin-left: 3%; }
  .newsDetail .dDes {
    font-size: 16px;
    color: #333;
    line-height: 36px; }

.share-1 {
  margin-bottom: 5%; }

.share-2 {
  margin-top: 3%;
  margin-bottom: 8%; }

.share-1.social-share .icon-weibo, .share-1.social-share .icon-wechat, .share-1.social-share .icon-linkedin {
  color: #aaa !important;
  border: none !important;
  font-size: 14px; }

.share-2.social-share .icon-weibo, .share-2.social-share .icon-wechat, .share-2.social-share .icon-linkedin {
  width: 30px;
  height: 20px;
  line-height: 20px;
  font-size: 14px;
  border-radius: 5px;
  background: #282828;
  color: white !important;
  border: none !important; }

@media (max-width: 1200px) {
  .newsDetail .dTit {
    font-size: 38px; } }

@media (max-width: 996px) {
  .newsDetail .dTit {
    font-size: 30px; } }

@media (max-width: 900px) {
  .newsDetail {
    width: 80%; } }

@media (max-width: 768px) {
  .newsDetail .dTit {
    font-size: 25px; }
  .newsDetail {
    width: 100%; }
  .newsDetail .dDes {
    font-size: 14px; } }

@media (max-width: 480px) {
  .newsDetail .dTit {
    font-size: 20px; }
  .newsDetail .dDes {
    font-size: 12px;
    line-height: 25px; } }
.con .right .newsList li:nth-child(n+5) .img {
    display: none;
}

.con .right .newsList li:hover .txt h3 {
    color: #ee7700;
}
.con .right .newsList li:hover .img img {
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
}