﻿@charset "utf-8";
/*----------------------------------
  文件名称：wulinghui_extend.css
  内容概要:本css最后加载，样式类名一样话会覆盖其它css样式
  样式前缀：无
  创建日期：2016.03.20
  最后修改：2018.07.04
  文件作者：吴灵辉（网名：水郎君） 
  Q Q号码：591408999
  邮箱地址：shuilangjun@126.com
  支持网站：www.WuLingHui.com
----------------------------------*/
/*--------------------------------------------------------------------------------------------------
                                                                            继承原来的类名（覆盖原来样式）
---------------------------------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------------wulinghui_common*/
/*-----------------------------------
  如：手机版头部不固定，无需要padding值                     
-----------------------------------*/
/*body {padding-top:0;}*/


/*---------------------------------------------------------------------------------wulinghui_layout*/
/*-----------------------------------
  头部（手机版不浮动）                      
-----------------------------------*/
/*@media screen and (max-width:991px){
.wlhl_header {
	position:static;
	left:auto;
	top:auto;
	z-index:auto;
}
}*/

/*---------------------------------------------------------------------------------wulinghui_function*/
/*-----------------------------------
  新闻详细页：主体样式 (图片居中，加边框)                
-----------------------------------*/
.wlhf_article-content img{
	display:block;
	margin:0 auto;
	padding: 3px;
    border: solid 1px #CCC;
    background: #f1f1f1;
}

/*-----------------------------------
  新闻详细页：模拟回复,
  em标记被强行当做回复的标题
  相关js在wulinghui.js里                 
-----------------------------------*/
.wlhf_article-content{
}

.wlhf_article-content p em{
	font-weight:bold;
	/*font-size: 16px;*/
	color:#f60;
}

.wlhf_article-content p em:before{
	font-family: "iconfont" !important;
	font-size: 18px;
    line-height: 18px;
    margin: 0px 10px 10px 5px;
    color: #333;
	content: "\e8eb";
	color:#f60;
	display:inline-block;
	width:15px;
	height:15px;
	/*border:solid 1px #888;
	border-radius:50%;*/
}
.wlhf_article-content p em:after{
	font-family: "iconfont" !important;
	font-size: 18px;
    line-height: 18px;
    margin: 10px 5px 10px 5px;
    color: #333;
	content: "\e643";
	color:#f60;
	display:inline-block;
	width:15px;
	height:15px;
	/*border:solid 1px #888;
	border-radius:50%;*/
}
.wlhf_article-content p i:before{
	font-family: "iconfont" !important;
	font-size: 18px;
    line-height: 18px;
    margin: 10px 5px 10px 10px;
    color: #333;
	content: "\e67b";
	color:#f60;
	display:inline-block;
	width:15px;
	height:15px;
	/*border:solid 1px #888;
	border-radius:50%;*/
}
.wlhf_article-content p i:after{
	font-family: "iconfont" !important;
	font-size: 18px;
    line-height: 18px;
    margin: 10px 5px 10px 5px;
    color: #333;
	content: "\e687";
	color:#f60;
	display:inline-block;
	width:15px;
	height:15px;
	/*border:solid 1px #888;
	border-radius:50%;*/
}
/*右侧js追加的链接*/
.wlhf_article-content p .a-replay-ad-link{
	margin-right:10px;
}
.wlhf_article-content p .a-replay-ad-link:link,
.wlhf_article-content p .a-replay-ad-link:visited{
	color:#CCC;
	border-bottom:none;
}
.wlhf_article-content p .a-replay-ad-link:hover,
.wlhf_article-content p .a-replay-ad-link:active{
	color:#f60;
	border-bottom:none;
}


/*-----------------------------------
  新闻详细页：文章底部自定义内容                 
-----------------------------------*/
.wlhf_article-footer {
	background: #f5f5f5;
	 border:none; 
	color:#999;
}

/*-----------------------------------
  全站底部：手机菜单                    
-----------------------------------*/

.wlhf_xs-bottom-nav li{
	width: 25%;
}


/*---------------------------------------------------------------------------------wulinghui_boxstyle*/
/*---------------------------------------------------------------------------------wulinghui_chip*/
/*---------------------------------------------------------------------------------wulinghui_animation*/
/*---------------------------------------------------------------------------------wulinghui_plugin*/

/*--------------------------------------------------------------------------------------------------
                                                                                           新增样式
---------------------------------------------------------------------------------------------------*/
/*------------------------------------------------------------------------------------------common*/
/*-----------------------------------
  your style                      
-----------------------------------*/

/*------------------------------------------------------------------------------------------layout*/
/*-----------------------------------
  首页>分类模块列表                      
-----------------------------------*/
.wlhl_index-info-module-v1{
	background: #f5f5f5;
}
/*-----------------------------------
  首页>小焦点图+公司介绍+新闻                      
-----------------------------------*/
.wlhl_index-news-faq{
	background: #f5f5f5;
}
/*-----------------------------------
  首页>优点列表二                        
-----------------------------------*/
.wlhl_youdian-list-a{

	background: ##14B9D5;
}


/*------------------------------------------------------------------------------------------function*/
/*-----------------------------------
  首页：左图右文带描述                     
-----------------------------------*/
.wlhf_index-news-img-title-info-list li{
	margin-bottom: 30px;
	
}
/*-----------------------------------
  标题+描述列表                     
-----------------------------------*/
.wlhf_title-info-list-faq li{
	margin-bottom:15px;
	
}
/*-----------------------------------
  首页:需要服务组件                     
-----------------------------------*/

/*描述区*/
.wlhf_need-server .f_sub1{
	font-size: 18px;
	text-align:center;
}
@media screen and (min-width:768px){
.wlhf_need-server .f_sub1{
	font-size: 25px;
	text-align:left;
}   
}

/*-----------------------------------
  新闻页列表样式                      
-----------------------------------*/

.wlhf_list li,.wlhf_list li:hover {
	background: url(../images/slj_images/ico/down/slj201610221933.gif) left center no-repeat;
}

.wlhf_list li .f_left {
    padding-left: 25px;
}
.wlhf_list li .f_right{
	color:#cccccc;
}


/*------------------------------------------------------------------------------------------boxstyle*/

/*-----------------------------------
   首页：无边框+白底（新闻与问答）
-----------------------------------*/
.wlhb_no-border-white-bg{ 
   background:#fff;
   overflow:hidden;
   padding:5px; 
}
/*窗口大于768*/
@media screen and (min-width:768px){
.wlhb_no-border-white-bg{ 
   padding:20px;
}
}	
.wlhb_no-border-white-bg .b_body{
   padding: 30px 0 0 0;
}
/*------------------------------------------------------------------------------------------chip*/
/*------------------------------------------------------------------------------------------animation*/
/*------------------------------------------------------------------------------------------plugin*/