@charset "UTF-8";
.fixed-top {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}

.banner-box {
  width: 100%;
  max-width: 16rem;
  margin: auto;
display:none
}

.list-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 90%;
  max-width: 16rem;
  margin: 0 auto;
}

.col_name_text,
.col_title {
  font-size: 0.30rem;
}

/* 左侧导航 */
.col_menu {
  width: 3rem;
  margin-right: 0.8rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.col_menu_head {
  background-color: #007a49;
  color: #fff;
  padding: 0.2rem 0.3rem;
}

.wp_listcolumn {
  padding: 0;
  margin: 0;
  border: 0.01rem solid #eee;
}

.wp_listcolumn .wp_column {
  padding: 0.1rem 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.01rem solid #eee;
}

.sub_list {
  padding-left: 0.2rem;
}

li.wp_column.selected {
  background-color: rgb(230, 255, 239);
}

.wp_listcolumn .wp_column a {
  background-color: transparent;
  background-position-y: center;
  border: none;
  font-size: 0.2rem;
  font-weight: 100;
}
.wp_listcolumn .wp_column a .column-name {
  line-height: 1.7;
  padding: 0.05rem 0.1rem 0.05rem 0.24rem;
}
.wp_listcolumn .wp_column a:hover {
  color: #007a49;
  background-color: transparent;
}
.wp_listcolumn .wp_column a.selected {
  font-weight: bold;
  color: #007a49;
  background-color: transparent;
}

.col_news {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.news_list {
  padding-bottom: 0.4rem;
}

.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.16rem 0;
  border-bottom: 0.01rem dashed #ccc;
}
.news-item .news_title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}
.news-item .news_meta {
  margin-left: 0.2rem;
}
.news-item:hover {
  font-weight: bold;
  color: #007a49;
}

.clear {
  width: 100%;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  clear: both;
  display: block;
  _display: inline;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.clearfix {
  display: block;
  *zoom: 1;
}

@media screen and (max-width: 800px) {
  .list-container {
    display: block;
  }
  .col_menu {
    width: 100%;
    margin-right: 0;
    padding-bottom: 0.3rem;
  }
  .col_menu_head {
    position: relative;
  }
  .col_title {
    display: none;
  }
  /*栏目列表开关*/
  .column-switch {
    position: absolute;
    right: 0.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0.4rem;
    height: 0.4rem;
    background: url(../img/navA.png) no-repeat center;
    background-size: contain;
  }
  .wp_paging {
    float: none;
  }
  .wp_listcolumn .wp_column a .column-name {
    padding-left: 0.4rem;
  }
}