@charset "UTF-8";
#search {
  width: 100%; }
  #search .rows {
    background: #eeeeee; }
    #search .rows .search {
      display: block;
      padding: 26px 77px 0 77px; }
      #search .rows .search .searchLayerAll {
        display: inline-block;
        font-size: 0px;
        letter-spacing: -4px;
        /*字母间距*/
        word-spacing: -4px;
        /*字间距*/ }
        #search .rows .search .searchLayerAll .searchInputAll {
          display: inline-block;
          *display: inline;
          /*兼容IE*/
          zoom: 1;
          /*兼容IE*/
          vertical-align: top;
          background: #ffffff;
          width: 714px;
          border: none;
          padding: 0;
          border: 1px #eeeeee solid;
          height: 54px;
          line-height: 54px;
          color: #666666;
          font-size: 16px;
          padding-left: 22px; }
        #search .rows .search .searchLayerAll span {
          display: inline-block;
          *display: inline;
          /*兼容IE*/
          zoom: 1;
          /*兼容IE*/
          vertical-align: top;
          text-align: center;
          background: #c6161e;
          font-size: 16px;
          width: 110px;
          height: 52px;
          line-height: 52px;
          color: #ffffff; }
    #search .rows .tabs {
      margin-top: 60px;
      font-size: 0px; }
      #search .rows .tabs .li {
        display: inline-block;
        text-align: center;
        padding-bottom: 35px;
        margin-right: 77px;
        font-size: 24px;
        color: #5a5a5a; }
        #search .rows .tabs .li font {
          color: #757575; }
        #search .rows .tabs .li:hover {
          border-bottom: 6px #c2161e solid; }
          #search .rows .tabs .li:hover font {
            color: #c2161e; }
      #search .rows .tabs .active {
        border-bottom: 6px #c2161e solid; }
        #search .rows .tabs .active font {
          color: #c2161e; }
  #search .center {
    padding-top: 50px;
    padding-bottom: 80px; }
    #search .center .newsLists {
      transition: all 1s ease-in-out;
      -moz-transition: all 1s ease-in-out;
      -webkit-transition: all 1s ease-in-out;
      -o-transition: all 1s ease-in-out;
      width: 100%;
      cursor: pointer; }
      #search .center .newsLists .list {
        display: block;
        background: #ffffff; }
        #search .center .newsLists .list .li {
          display: block;
          padding-left: 77px;
          padding-right: 77px;
          padding-top: 35px;
          padding-bottom: 35px;
          border-bottom: 1px #f0f0f0 solid;
          vertical-align: top; }
          #search .center .newsLists .list .li:hover {
            background: #f5f5f5; }
          #search .center .newsLists .list .li .left {
            display: inline-block;
            vertical-align: top;
            width: 700px; }
            #search .center .newsLists .list .li .left .type {
              font-size: 18px;
              color: #666666;
              margin-bottom: 20px; }
            #search .center .newsLists .list .li .left .title {
              font-size: 18px;
              color: #666666;
              font-weight: 700;
              margin-bottom: 28px;
              white-space: nowrap;
              text-overflow: ellipsis; }
            #search .center .newsLists .list .li .left .cn {
              font-size: 16px;
              line-height: 24px;
              color: #5a5a5a; }
            #search .center .newsLists .list .li .left .cnPro {
              font-size: 16px;
              line-height: 24px;
              color: #5a5a5a; }
          #search .center .newsLists .list .li .right {
            display: inline-block;
            vertical-align: top;
            width: 240px;
            height: 180px;
            overflow: hidden; }
            #search .center .newsLists .list .li .right img {
              width: 100%;
              display: inline-block;
              vertical-align: top; }
    #search .center .lay_page {
      text-align: center;
      margin-top: 80px;
      margin-bottom: 126px; }

/*# sourceMappingURL=search.css.map */
