@charset "UTF-8";
#baseInfoOverview {
  width: 100%; }
  #baseInfoOverview .center {
    padding-top: 50px;
    font-size: 0px;
    letter-spacing: -4px;
    /*字母间距*/
    word-spacing: -4px;
    /*字间距*/ }
    #baseInfoOverview .center .left {
      letter-spacing: normal;
      word-spacing: normal;
      display: inline-block;
      padding-bottom: 70px;
      *display: inline;
      /*兼容IE*/
      zoom: 1;
      /*兼容IE*/
      width: 242px; }
      #baseInfoOverview .center .left .rows {
        display: block;
        margin-bottom: 14px;
        padding-left: 20px;
        height: 60px;
        line-height: 60px;
        width: 100%;
        background: #eef2f5;
        font-size: 16px;
        color: #666666; }
        #baseInfoOverview .center .left .rows:hover {
          background: url("../images/icon_right.png") 92% center no-repeat #c6161e;
          color: #ffffff;
          font-weight: 700; }
      #baseInfoOverview .center .left .active {
        background: url("../images/icon_right.png") 92% center no-repeat #c6161e;
        color: #ffffff;
        font-weight: 700; }
    #baseInfoOverview .center .right {
      width: 872px;
      margin-left: 66px;
      letter-spacing: normal;
      word-spacing: normal;
      display: inline-block;
      *display: inline;
      /*兼容IE*/
      zoom: 1;
      /*兼容IE*/
      vertical-align: top; }
      #baseInfoOverview .center .right .title {
        vertical-align: top;
        font-weight: 700;
        font-size: 22px;
        color: #333;
        margin-bottom: 44px; }
      #baseInfoOverview .center .right .ct {
        vertical-align: top;
        font-size: 14px;
        color: #8e8e8e;
        text-align: left;
        margin-bottom: 70px; }
        #baseInfoOverview .center .right .ct .cols {
          font-size: 16px;
          line-height: 23px;
          color: #5a5a5a;
          margin-bottom: 16px; }

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