/* 如果有需要覆盖的样式请写到这里 */
/* 覆盖样式如下： */
/* 如：需覆盖的样式为：.nav li a */
/* 则：在此重写样式 .nav li a { ... } 即可 */
/* 如遇无法覆盖的属性，请添加私有化前缀，如 .custom.nav li a { ... } ，同时class="nav"添加"custom"为class="nav custom" */
/* 如非必要，请尽量避免使用!important */
.list-block-content li span {
  position: absolute;
  right: 20px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.65);
}
.focus-news-meta span{
  text-align:center;
}
.page-meta .breadcrumb  span:after {
  content: '/';
  display: inline-block;
  margin: 0 8px;
  color: #DDDDDD;
}
.possplit {
  background-image:none;
  width:auto;
  text-indent:0px;
}
	.col_news_list {}
	.col_news_list .wp_article_list li{ list-style:none; float:left;}
	.col_news_list .wp_article_list .list_item { height:42px; line-height:42px;
  background-image: url("data:image/svg+xml,%3Csvg t='1613125517821' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='2813' width='48' height='48'%3E%3Cpath d='M446.6 231.5L727.1 512 446.6 792.5c-11.7 11.7-11.7 30.7 1e-8 42.4s30.7 11.7 42.39999999 0l301.7-301.8c5.9-5.9 8.8-13.5 8.8-21.2 0-7.70000001-2.90000001-15.4-8.8-21.2L489 189c-11.7-11.7-30.7-11.7-42.4 0-11.7 11.8-11.7 30.8 0 42.5zM577.4 533.2c5.9-5.9 8.8-13.5 8.79999999-21.2 0-7.70000001-2.90000001-15.4-8.79999999-21.2L275.7 189c-11.7-11.7-30.7-11.7-42.4 0s-11.7 30.7 0 42.4L513.80000001 512 233.3 792.5c-11.7 11.7-11.7 30.7 0 42.4s30.7 11.7 42.4 0l301.7-301.7z' p-id='2814' fill='%2304bea7'%3E%3C/path%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: auto 16px;
  }  /**栏目新闻列表**/
	.col_news_list .wp_article_list .list_item .Article_Index {display:block; height:42px; padding: 0 2px 0 0px;
		background: url(/_upload/tpl/08/85/assets/arrow.png) center left no-repeat;    background-size: 16px; margin-top:0px;}  /**栏目新闻图标序号**/
	.col_news_list .wp_entry,.col_news_list .wp_entry p { line-height:1.6; font-size:14px; color:#333; padding:10px;}
	.col_news_list .wp_entry p { margin-bottom:10px;}
	.col_news_list .wp_entry img { max-width:680px; _width:expression(this.width > 680 ? "680px" : this.width); }   /**列表页文章图片大小限制**/
.wp_listcolumn {
  display      : block;
  width        : 100%;
  border-top   : none;
  border-bottom: none;
}

.wp_listcolumn .wp_column {
  display       : block;
  width         : 100%;
  vertical-align: bottom;
}

.wp_listcolumn .wp_column a {
  display      : block;
  width        : 100%;
  color        : #666;
  font-size    : 15px;
  font-weight  : normal;
  word-wrap    : break-word;
  background   : #f0eef4;
  border-bottom: 0px solid #ddd;
  border-top   : 0px solid #fff;
  text-align   : center;
}

.wp_listcolumn .wp_column a:hover {
  background-color: #04bea7;
  color           : #0079C2;
  background-image: none;
}

.wp_listcolumn .wp_column a .column-name {
  display    : inline-block;
  line-height: 24px;
  padding    : 8px 10px 7px 5px;
  cursor     : pointer;
  font-size  : 16px;
}

.wp_listcolumn .wp_column a.selected {
  background: #f0eef4;
  color     : #1D649F;
}

.wp_listcolumn .wp_column a.active,
.wp_listcolumn .wp_column a:hover {
  color              : #727272;
  background-image   : url("data:image/svg+xml,%3Csvg t='1576404147089' class='icon' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg' p-id='5320' width='128' height='128'%3E%3Cpath d='M593.450667 512.128L360.064 278.613333l45.290667-45.226666 278.613333 278.762666L405.333333 790.613333l-45.226666-45.269333z' p-id='5321' fill='%230A5D69'%3E%3C/path%3E%3C/svg%3E");
  background-position: center right 16px;
  background-repeat  : no-repeat;
  background-size    : 20px;
  background-color   : #f0eef4;
  border-left-color  : #727272;
}

.wp_listcolumn .wp_subcolumn .wp_column a {
  color        : #555;
  font-size    : 14px;
  border-bottom: 0px solid #aaa;
  border-top   : none;
  background   : none;
}

.wp_listcolumn .wp_subcolumn .wp_column a:hover {
  color           : #0A5D69;
  background-image: none;
}

.wp_listcolumn .wp_subcolumn .wp_column a.selected {
  color           : #0A5D69;
  background-image: none;
}

.wp_listcolumn .wp_subcolumn .wp_column a .column-name {
  line-height : 20px;
  padding-left: 00px;
}