@charset "UTF-8";
/************* 颜色定义 **************/
/************* 字体定义 **************/
/************* 公用@mimix ***********/
.market-notice-root .content-layout {
  display: flex;
  display: -ms-flexbox;
  /* IE 10 */
  flex-direction: row;
  -ms-flex-direction: row;
  /* IE 10 */
  justify-content: initial;
  -ms-flex-pack: initial;
  /* IE 10 */
  align-items: initial;
  -ms-flex-align: initial;
  /* IE 10 */
  flex-basis: auto; }
  .market-notice-root .content-layout .section-layout {
    padding: 20px; }
    .market-notice-root .content-layout .section-layout .section-head {
      font-size: 25px;
      color: #333333;
      font-weight: bold; }
      .market-notice-root .content-layout .section-layout .section-head:before {
        content: '';
        border: 4px solid #204EC0;
        margin-right: 10px; }
  .market-notice-root .content-layout .menu-section {
    background: white;
    /*width: 250px;*/
    min-width: 250px;
    font-size: 14px;
    background-color: #E6ECFA;
    color: #333333; }
    .market-notice-root .content-layout .menu-section .menu-warp .menu-item {
      display: flex;
      display: -ms-flexbox;
      /* IE 10 */
      flex-direction: row;
      -ms-flex-direction: row;
      /* IE 10 */
      justify-content: center;
      -ms-flex-pack: center;
      /* IE 10 */
      align-items: center;
      -ms-flex-align: center;
      /* IE 10 */
      flex-basis: auto;
      height: 90px;
      font-size: 18px;
      font-weight: bold;
      border-bottom: 1px solid #dbdbdb; }
      .market-notice-root .content-layout .menu-section .menu-warp .menu-item.selected {
        color: #2A66CC !important; background-color: #B5D5FF !important;}
      .market-notice-root .content-layout .menu-section .menu-warp .menu-item:hover {
        color: #01758e; }
  .market-notice-root .content-layout .right-section {
    margin-left: 20px;
    background: white;
    width: 0;
    flex-grow: 1; }
    .market-notice-root .content-layout .right-section .list-layout {
      font-size: 14px;
      min-height: 350px; }
      .market-notice-root .content-layout .right-section .list-layout .list-item {
        display: flex;
        display: -ms-flexbox;
        /* IE 10 */
        flex-direction: row;
        -ms-flex-direction: row;
        /* IE 10 */
        justify-content: initial;
        -ms-flex-pack: initial;
        /* IE 10 */
        align-items: center;
        -ms-flex-align: center;
        /* IE 10 */
        flex-basis: auto;
        height: 35px; }
        .market-notice-root .content-layout .right-section .list-layout .list-item .point {
          width: 5px;
          height: 5px;
          background: darkgray; }
        .market-notice-root .content-layout .right-section .list-layout .list-item a {
          margin-left: 10px; }
          .market-notice-root .content-layout .right-section .list-layout .list-item a:hover {
            color: #01758e; }
