@charset "UTF-8";
.cate {
  width: 100%;
  float: left;
  padding: 1rem; }
  .cate .breadcrumb_m {
    width: 100%;
    float: left;
    overflow: hidden;
    margin: 10px 0;
    color: #1b9c5d;
    padding-left: 1rem; }
    .cate .breadcrumb_m a {
      color: #1b9c5d; }
      .cate .breadcrumb_m a:after {
        content: '>';
        padding-left: 5px;
        padding-right: 5px; }
  .cate .cateTit {
    background: #1b9c5d;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 15px;
    margin: 10px 0;
    float: left;
    width: 100%; }
    .cate .cateTit h1 {
      font-size: 1.8rem; }
  .cate .artList {
    width: 100%;
    float: left;
    margin-bottom: 1rem; }
    .cate .artList ul {
      width: 100%;
      float: left;
      display: flex;
      justify-content: center; }
      .cate .artList ul li {
        float: left;
        margin-top: 1rem; }
        .cate .artList ul li .artImg {
          width: 30%;
          float: left; }
          .cate .artList ul li .artImg img {
            max-width: 100%; }
        .cate .artList ul li .artM {
          width: 70%;
          padding-left: 5%;
          float: left; }
          .cate .artList ul li .artM .artName h3 {
            font-weight: bold;
            color: #1b9c5d; }
          .cate .artList ul li .artM .artDes {
            text-align: justify; }

.artDetail .detail_k {
  width: 100%;
  padding: 5px 0;
  padding-left: 10px;
  background: #1b9c5d;
  color: #fff;
  margin: 10px 0;
  overflow: hidden; }
.artDetail h1 {
  padding-left: 1rem;
  text-transform: uppercase;
  color: #1b9c5d;
  font-size: 20px;
  font-weight: bold; }
.artDetail .art_c {
  padding: 1rem; }
.artDetail .detail_note {
  margin-top: 2rem;
  background: #ddeef3;
  border: 1px solid #1b9c5d;
  padding: 1rem;
  border-radius: 1rem; }
  .artDetail .detail_note .detail_note_img {
    text-align: center;
    margin-top: 2rem; }
    .artDetail .detail_note .detail_note_img img {
      max-width: 100%; }
.artDetail .detailNewContent .detail_xemthem {
  background: #f9eaf0;
  padding: 1rem;
  border: 1px dashed #1b9c5d;
  border-radius: 15px; }
  .artDetail .detailNewContent .detail_xemthem .detail_xemthem_tit {
    border-bottom: 1px solid #1b9c5d;
    display: inline-block;
    text-transform: uppercase;
    color: #1b9c5d;
    font-weight: bold; }
    .artDetail .detailNewContent .detail_xemthem .detail_xemthem_tit p {
      margin: 0;
      padding: 0; }
  .artDetail .detailNewContent .detail_xemthem ul {
    margin-top: 20px; }
    .artDetail .detailNewContent .detail_xemthem ul li {
      border-bottom: 1px dashed #1b9c5d;
      margin-top: 5px;
      padding-bottom: 5px; }
      .artDetail .detailNewContent .detail_xemthem ul li:last-child {
        border-bottom: none; }
      .artDetail .detailNewContent .detail_xemthem ul li:before {
        content: '✮';
        padding-right: 3px;
        color: #1b9c5d; }
      .artDetail .detailNewContent .detail_xemthem ul li a {
        color: #1b9c5d; }
.artDetail .artOrther {
  width: 100%;
  float: left;
  margin-top: 2rem; }
  .artDetail .artOrther ul {
    padding-top: 1rem;
    margin-bottom: 1rem;
    overflow: hidden;
    width: 100%; }
    .artDetail .artOrther ul li {
      width: 100%;
      float: left;
      margin-top: 0.6rem;
      border-bottom: 1px dotted #ccc;
      padding-bottom: 1rem;
      margin-top: 1rem; }
      .artDetail .artOrther ul li .artImg {
        width: 30%;
        float: left; }
      .artDetail .artOrther ul li .artM {
        width: 70%;
        float: left;
        padding-left: 1rem; }
        .artDetail .artOrther ul li .artM .artName {
          color: #088359; }
          .artDetail .artOrther ul li .artM .artName a {
            color: #088359; }

.art_detail .detail_k span, .art_detail .detail_k p, .art_detail .detail_k h3, .art_detail .detail_k h2 {
  border-left: 2px solid #fff;
  color: #fff;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 16px;
  text-transform: uppercase; }

.pagination {
  margin-top: 2rem; }
  .pagination li {
    padding: .8rem;
    border: 1px solid #ccc;
    margin: 0.3rem; }

/*# sourceMappingURL=cateK_m.css.map */
