#aml {
  width: 100%; }
  #aml .maxW {
    padding: 70px 0; }
    #aml .maxW .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%;
      height: 100px;
      cursor: pointer;
      border-bottom: 1px solid #f7f7f7;
      display: block; }
      #aml .maxW .newsLists a {
        display: block;
        width: 100%;
        height: 100px; }
      #aml .maxW .newsLists .listLeft {
        width: 200px;
        float: left; }
        #aml .maxW .newsLists .listLeft .centerBox {
          height: 100px; }
          #aml .maxW .newsLists .listLeft .centerBox .contentBrief {
            font-size: 20px;
            color: #595959;
            font-weight: 700;
            line-height: 100px;
            text-align: center; }
      #aml .maxW .newsLists .listRight {
        float: left;
        display: block;
        width: 980px;
        height: 100px;
        padding-left: 40px;
        position: relative; }
        #aml .maxW .newsLists .listRight .titles {
          font-size: 20px;
          font-weight: 700;
          color: #595959;
          line-height: 100px; }
        #aml .maxW .newsLists .listRight .dates {
          display: block;
          position: absolute;
          top: 0;
          right: 76px;
          font-size: 20px;
          color: #595959;
          line-height: 100px; }
      #aml .maxW .newsLists:hover .listLeft {
        background-color: #c2161e; }
        #aml .maxW .newsLists:hover .listLeft .centerBox {
          height: 100px;
          border-right: 1px solid #f7f7f7; }
          #aml .maxW .newsLists:hover .listLeft .centerBox .contentBrief {
            color: #fff; }
      #aml .maxW .newsLists:hover .listRight {
        background-color: #eef2f5; }
  #aml #lay_page {
    margin-top: 70px; }

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