.community-md_body .md_page {
  background-color: #f8f7f4; }
  .community-md_body .md_page .title {
    font-size: 36px;
    color: #333333;
    line-height: 60px;
    font-weight: bold; }
    @media screen and (max-width: 720px) {
      .community-md_body .md_page .title {
        font-size: 22px;
        margin-bottom: 20px;
        line-height: unset; } }
  .community-md_body .md_page .content {
    margin-top: 20px;
    display: flex;
    flex-direction: row-reverse; }
    @media screen and (max-width: 720px) {
      .community-md_body .md_page .content {
        flex-wrap: wrap; } }
    @media screen and (min-width: 720px) {
      .community-md_body .md_page .content .left, .community-md_body .md_page .content .right {
        flex: 1; } }
    @media screen and (max-width: 720px) {
      .community-md_body .md_page .content .left, .community-md_body .md_page .content .right {
        width: 100%; } }
    .community-md_body .md_page .content .right {
      flex: 1; }
      @media screen and (min-width: 720px) {
        .community-md_body .md_page .content .right {
          margin-left: 20px; } }
      .community-md_body .md_page .content .right .select {
        display: flex;
        justify-content: space-between; }
        .community-md_body .md_page .content .right .select select {
          height: 40px;
          border: 1px solid #eee;
          width: 30%;
          padding: 0px 10px;
          background: url(../images/c_02.png) right center no-repeat #fff;
          background-size: 10px;
          background-position: 95% 55%;
          appearance: none;
          outline: none; }
      .community-md_body .md_page .content .right .list {
        padding: 20px;
        margin-top: 20px;
        background-color: #fff;
        height: 400px;
        overflow-y: scroll; }
        .community-md_body .md_page .content .right .list::-webkit-scrollbar {
          width: 8px;
          height: 1px; }
        .community-md_body .md_page .content .right .list::-webkit-scrollbar-thumb {
          border-radius: 10px;
          background: #d7000f;
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); }
        .community-md_body .md_page .content .right .list::-webkit-scrollbar-track {
          -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
          border-radius: 10px;
          background: #EDEDED; }
        .community-md_body .md_page .content .right .list .item {
          margin-bottom: 20px; }
          .community-md_body .md_page .content .right .list .item .address-name {
            font-size: 20px;
            color: #333;
            line-height: 30px;
            margin-bottom: 5px;
            font-weight: bold; }
    @media screen and (max-width: 720px) {
      .community-md_body .md_page .content .left {
        height: 300px;
        margin-top: 20px; } }

/*# sourceMappingURL=community-md.css.map */
