.news .commonWrap {
  background: #fff; }
.news .resultsText {
  font-size: 14px;
  color: #666666;
  padding: 30px 0 40px 30px; }
  .news .resultsText span {
    color: #eb3c00; }
.news .contentBox {
  padding-top: 70px; }
  .news .contentBox .topBox {
    padding-bottom: 38px; }
    .news .contentBox .topBox img {
      float: left; }
    .news .contentBox .topBox .inputBox {
      float: right; }
      .news .contentBox .topBox .inputBox .selBox {
        position: relative;
        float: left;
        border: 2px solid #ebebee;
        margin-right: 5px;
        line-height: 46px;
        padding-left: 50px;
        background: #fff url(../image/news/time.png) 18px center no-repeat;
        width: 188px;
        cursor: pointer; }
        .news .contentBox .topBox .inputBox .selBox span {
          font-size: 14px;
          opacity: .8;
          color: #3f3e55; }
        .news .contentBox .topBox .inputBox .selBox img {
          position: absolute;
          right: 17px;
          top: 22px; }
          .news .contentBox .topBox .inputBox .selBox img.up {
            display: none; }
        .news .contentBox .topBox .inputBox .selBox.active img {
          display: none; }
        .news .contentBox .topBox .inputBox .selBox.active .up {
          display: block; }
        .news .contentBox .topBox .inputBox .selBox .pullList {
          position: absolute;
          top: 47px;
          overflow: hidden;
          width: 188px;
          left: -2px;
          background: #fff;
          z-index: 2;
          height: 0; }
          .news .contentBox .topBox .inputBox .selBox .pullList ul {
            border: 2px solid #ebebee;
            padding-left: 40px; }
            .news .contentBox .topBox .inputBox .selBox .pullList ul li {
              cursor: pointer;
              font-size: 14px;
              color: #3f3e55;
              opacity: 0.6; }
      .news .contentBox .topBox .inputBox .searchBox {
        float: left;
        border: 2px solid #ebebee;
        line-height: 46px;
        position: relative;
        width: 188px;
        background: #fff; }
        .news .contentBox .topBox .inputBox .searchBox input {
          width: 148px;
          text-indent: 18px;
          padding-left: 18px;
          border: none;
          height: 46px;
          line-height: 46px;
          display: block;
          background: transparent;
          padding-right: 25px;
          font-size: 14px;
          opacity: .8;
          color: #3f3e55;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          outline: 0; }
        .news .contentBox .topBox .inputBox .searchBox a {
          position: absolute;
          top: 13px;
          right: 12px; }
        .news .contentBox .topBox .inputBox .searchBox input::-webkit-input-placeholder {
          color: #3f3e55;
          opacity: .8; }
        .news .contentBox .topBox .inputBox .searchBox input:-moz-placeholder {
          color: #3f3e55;
          opacity: .8; }
        .news .contentBox .topBox .inputBox .searchBox input::-moz-placeholder {
          color: #3f3e55;
          opacity: .8; }
        .news .contentBox .topBox .inputBox .searchBox input:-ms-input-placeholder {
          color: #3f3e55;
          opacity: .8; }
.news .content {
  background: #f7f7f7 url(../image/news/newsBg.jpg) center top no-repeat; }
  .news .content .container {
    overflow: hidden; }
    .news .content .container #container {
      padding-top: 40px;
      width: 100%;
      position: relative;
      margin-left: -11px; }
      .news .content .container #container .newsBox {
        margin: 0 11px;
        font-size: 0; }
        .news .content .container #container .newsBox img {
          width: 100%; }
        .news .content .container #container .newsBox .textBox {
          border: 2px solid #ebebee;
          border-top: none;
          padding: 30px 20px;
          background: #fff; }
          .news .content .container #container .newsBox .textBox h1 {
            font-size: 30px;
            color: #3f3e55;
            font-family: Montserrat-Regular; }
          .news .content .container #container .newsBox .textBox h2 {
            font-size: 18px;
            color: #3f3e55;
            opacity: .9;
            line-height: 24px;
            padding-bottom: 25px; }
          .news .content .container #container .newsBox .textBox p {
            font-size: 13px;
            color: #898989;
            line-height: 24px; }
        .news .content .container #container .newsBox.noImg .textBox {
          border-top: 2px solid #ebebee; }
    .news .content .container .loadingBox {
      text-align: center;
      padding-bottom: 40px;
      display: none;
      line-height: 30px;
      color: #999; }
      .news .content .container .loadingBox img {
        vertical-align: text-top;
        margin-right: 5px; }

.newsDetail .commonWrap {
  background: #f7f7f7 url(../image/news/newsDetailBg.png) center top no-repeat;
  position: relative;
  overflow: hidden; }
  .newsDetail .commonWrap .bgBox {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 67px;
    background: #f3f3f3 url(../image/news/subBg.png) 386px top no-repeat; }
.newsDetail .contentBox {
  padding-top: 70px; }
  .newsDetail .contentBox .topBox {
    overflow: hidden;
    padding-bottom: 24px; }
    .newsDetail .contentBox .topBox img {
      float: left; }
  .newsDetail .contentBox .content {
    width: 100%;
    position: relative;
    padding-right: 425px;
    min-height: 900px; }
    .newsDetail .contentBox .content > h1 {
      color: #3f3e55;
      font-size: 30px; }
    .newsDetail .contentBox .content > h2 {
      color: #3f3e55;
      font-size: 18px;
      opacity: 0.9;
      padding-bottom: 25px; }
    .newsDetail .contentBox .content > p {
      font-size: 14px;
      line-height: 24px;
      color: #b1b1b1;
      padding-bottom: 20px; }
    .newsDetail .contentBox .content > p img{
      max-width: 100%;
    }
    .newsDetail .contentBox .content > img {
      width: 100%;
      display: block;
      padding-bottom: 20px; }
    .newsDetail .contentBox .content .shareBox {
      padding: 30px 0 60px; }
      .newsDetail .contentBox .content .shareBox ul {
        display: inline-block;
        vertical-align: top; }
        .newsDetail .contentBox .content .shareBox ul .num {
          font-size: 14px;
          font-weight: bold; }
        .newsDetail .contentBox .content .shareBox ul .text {
          font-size: 13px;
          color: #949494;
          padding-bottom: 15px; }
        .newsDetail .contentBox .content .shareBox ul .share {
          padding-bottom: 10px; }
      .newsDetail .contentBox .content .shareBox > img {
        padding-left: 20px; }
    .newsDetail .contentBox .content .rightBox {
      position: absolute;
      top: 0;
      right: 0;
      width: 386px; }
      .newsDetail .contentBox .content .rightBox .others {
        padding: 50px 0 50px 30px; }
        .newsDetail .contentBox .content .rightBox .others h1 {
          color: #5f7986;
          font-size: 18px;
          padding-bottom: 15px; }
        .newsDetail .contentBox .content .rightBox .others .xianguan {
          padding-bottom: 30px;
          border-bottom: 5px solid #dfddd5;
          margin-bottom: 30px; }
          .newsDetail .contentBox .content .rightBox .others .xianguan h2 {
            color: #9e9e9e;
            font-size: 24px;
            padding-bottom: 5px; }
          .newsDetail .contentBox .content .rightBox .others .xianguan h3 {
            color: #848484;
            font-size: 16px;
            padding-bottom: 10px; }
          .newsDetail .contentBox .content .rightBox .others .xianguan p {
            color: #9d9d9d;
            font-size: 13px;
            line-height: 22px; }
        .newsDetail .contentBox .content .rightBox .others ul li {
          font-size: 13px;
          color: #848484;
          padding-bottom: 10px; }

.industryNews .commonWrap {
  background: #fff; }
.industryNews .topBox {
  padding-top: 70px;
  padding-bottom: 38px;
  margin: 0 11px; }
  .industryNews .topBox img {
    float: left; }
  .industryNews .topBox .inputBox {
    float: right; }
    .industryNews .topBox .inputBox .selBox {
      position: relative;
      float: left;
      border: 2px solid #ebebee;
      margin-right: 5px;
      line-height: 46px;
      padding-left: 50px;
      background: #fff url(../image/news/time.png) 18px center no-repeat;
      width: 188px;
      cursor: pointer; }
      .industryNews .topBox .inputBox .selBox span {
        font-size: 14px;
        opacity: .8;
        color: #3f3e55; }
      .industryNews .topBox .inputBox .selBox img {
        position: absolute;
        right: 17px;
        top: 22px; }
        .industryNews .topBox .inputBox .selBox img.up {
          display: none; }
      .industryNews .topBox .inputBox .selBox.active img {
        display: none; }
      .industryNews .topBox .inputBox .selBox.active .up {
        display: block; }
      .industryNews .topBox .inputBox .selBox .pullList {
        position: absolute;
        top: 47px;
        overflow: hidden;
        width: 188px;
        left: -2px;
        background: #fff;
        z-index: 2;
        height: 0; }
        .industryNews .topBox .inputBox .selBox .pullList ul {
          border: 2px solid #ebebee;
          padding-left: 40px; }
          .industryNews .topBox .inputBox .selBox .pullList ul li {
            cursor: pointer;
            font-size: 14px;
            color: #3f3e55;
            opacity: 0.6; }
    .industryNews .topBox .inputBox .searchBox {
      float: left;
      border: 2px solid #ebebee;
      line-height: 46px;
      position: relative;
      width: 188px;
      background: #fff; }
      .industryNews .topBox .inputBox .searchBox input {
        width: 148px;
        text-indent: 18px;
        padding-left: 18px;
        border: none;
        height: 46px;
        line-height: 46px;
        display: block;
        background: transparent;
        padding-right: 25px;
        font-size: 14px;
        opacity: .8;
        color: #3f3e55;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        outline: 0; }
      .industryNews .topBox .inputBox .searchBox a {
        position: absolute;
        top: 13px;
        right: 12px; }
      .industryNews .topBox .inputBox .searchBox input::-webkit-input-placeholder {
        color: #3f3e55;
        opacity: .8; }
      .industryNews .topBox .inputBox .searchBox input:-moz-placeholder {
        color: #3f3e55;
        opacity: .8; }
      .industryNews .topBox .inputBox .searchBox input::-moz-placeholder {
        color: #3f3e55;
        opacity: .8; }
      .industryNews .topBox .inputBox .searchBox input:-ms-input-placeholder {
        color: #3f3e55;
        opacity: .8; }
.industryNews .content {
  background: #f7f7f7 url(../image/news/industryBg.png) center top no-repeat; }
  .industryNews .content .container {
    width: 1222px;
    overflow: hidden; }
    .industryNews .content .container .tabList {
      padding: 20px 0;
      background: #fff;
      margin: 0 11px 10px; }
      .industryNews .content .container .tabList ul {
        text-align: center; }
        .industryNews .content .container .tabList ul li {
          display: inline-block;
          margin: 0 16px;
          padding: 0 12px;
          line-height: 35px;
          font-size: 14px;
          color: #999999;
          vertical-align: middle; }
          .industryNews .content .container .tabList ul li.all {
            border-top: 1px solid #666666;
            border-bottom: 1px solid #666666; }
          .industryNews .content .container .tabList ul li:hover, .industryNews .content .container .tabList ul li.active {
            background: #ea3800;
            color: #fff;
            border-color: transparent; }
    .industryNews .content .container #container {
      width: 100%;
      position: relative; }
      .industryNews .content .container #container .newsBox {
        margin: 0 11px;
        font-size: 0; }
        .industryNews .content .container #container .newsBox img {
          width: 100%; }
        .industryNews .content .container #container .newsBox .textBox {
          border: 2px solid #ebebee;
          border-top: none;
          padding: 30px 20px; }
          .industryNews .content .container #container .newsBox .textBox h1 {
            font-size: 30px;
            color: #3f3e55; 
font-family: Montserrat-Regular;
}
          .industryNews .content .container #container .newsBox .textBox h2 {
            font-size: 18px;
            color: #3f3e55;
            opacity: .9;
            line-height: 24px;
            padding-bottom: 25px; }
          .industryNews .content .container #container .newsBox .textBox p {
            font-size: 13px;
            color: #898989;
            line-height: 24px; }
        .industryNews .content .container #container .newsBox.noImg .textBox {
          border-top: 2px solid #ebebee; }

.newsVideo .content {
  background: #f7f7f7; }
  .newsVideo .content .contentBox {
    padding-top: 67px; }
  .newsVideo .content .tabList {
    padding: 20px 0;
    background: #fff;
    margin-top: 20px; }
    .newsVideo .content .tabList ul {
      text-align: center; }
      .newsVideo .content .tabList ul li {
        display: inline-block;
        margin: 0 16px;
        padding: 0 12px;
        line-height: 35px;
        font-size: 14px;
        color: #999999;
        vertical-align: middle; }
        .newsVideo .content .tabList ul li.all {
          border-top: 1px solid #666666;
          border-bottom: 1px solid #666666; }
        .newsVideo .content .tabList ul li:hover, .newsVideo .content .tabList ul li.active {
          background: #ea3800;
          color: #fff;
          border-color: transparent; }
  .newsVideo .content .videoList {
    margin: 0 -10px;
    padding: 35px 0 70px; }
    .newsVideo .content .videoList ul li {
      width: 33.33%;
      float: left;
      padding: 10px;
      font-size: 0;
      cursor: pointer; }
      .newsVideo .content .videoList ul li img {
        width: 100%; }
      .newsVideo .content .videoList ul li .textBox {
        height: 100px;
        border: 2px solid #ebebee;
        border-top: none;
        padding: 25px 20px 0;
        font-size: 18px;
        color: #3f3e55; }

@media (max-width: 1200px) {
  .news .content,
  .newsVideo .content {
    padding-left: 20px;
    padding-right: 20px; }

  .industryIndex .commonWrap {
    background: #f7f7f7; } 

  .newsDetail .contentBox .content > p img{
    width:100% !important;}
  }
@media (max-width: 760px) {
  .newsDetail .contentBox .content {
    padding-right: 0; }
    .newsDetail .contentBox .content .rightBox {
      display: none; }

  .newsDetail .commonWrap .bgBox {
    display: none; }

  .newsVideo .content .videoList ul li {
    width: 50%; } 

 
  }
  
  

@media (max-width: 480px) {
  .newsVideo .content .videoList ul li {
    width: 100%; }

  .news .contentBox .topBox .inputBox, .industryNews .topBox .inputBox {
    margin-top: 40px;
    width: 100%; }
    .news .contentBox .topBox .inputBox .selBox, .news .contentBox .topBox .inputBox .searchBox, .industryNews .topBox .inputBox .selBox, .industryNews .topBox .inputBox .searchBox {
      margin-bottom: 20px;
      width: 49%;
      margin-right: 0; }
    .news .contentBox .topBox .inputBox .selBox, .industryNews .topBox .inputBox .selBox {
      padding-left: 45px; }
    .news .contentBox .topBox .inputBox .searchBox, .industryNews .topBox .inputBox .searchBox {
      float: right; }
      .news .contentBox .topBox .inputBox .searchBox input, .industryNews .topBox .inputBox .searchBox input {
        text-indent: 10px; } }
