
/*头图和左边产品分类按钮*/

.head_img .nav_left span{font-size: 14px;}
.head_img img{width:1100px;height: 220px;float: left;}

/*知识列表*/
.list_w{width: 100%;overflow: hidden;}
.list_w .list_n{width: 1100px;overflow: hidden;margin:0 auto;background: white;}
/*内容左侧导航*/
.list_w .list_n .ul_div{width: 204px;height: 520px;float:left;background-color: #f9f9f9;overflow: hidden;font-size: 16px;}
.list_w .list_n .ul_div ul{width: 100%;list-style: none;}
.list_w .list_n .ul_div ul li{width: 100%;height: 44px;float: left;border-bottom: 1px #e1e1e1 solid;line-height: 44px;}
.list_w .list_n .ul_div ul li a{color: #424242;margin-left:34px;}
.list_w .list_n .ul_div ul li.active{background-color: #990a09;border: none;}

/*知识详情内容*/
.list_w .list_n .content_right{width: 860px;float: right;overflow: hidden;
    box-sizing: content-box;margin-bottom:160px;}
/*路径导航*/
.list_w .list_n .content_right p.lujing{border-bottom:1px gray solid;font-size: 16px;width: 100%;padding-bottom:10px;}
/*详情*/
.list_w .list_n .content_right .content_w{width: 100%;border: 1px lightgray solid;margin-top:38px;padding-bottom: 100px;min-height: 600px;}
.list_w .list_n .content_right .content_w h5{width: 100%;font-size: 24px;text-align: center;margin: 50px 0 14px;}
.list_w .list_n .content_right .content_w p.time{width: 100%;font-size: 14px;color: #838383;text-align: center;margin-bottom: 40px;}
.list_w .list_n .content_right .content_w .neirong_n{width: 726px;margin:0 auto;font-size: 16px;line-height: 30px;color: #3A3838;}
/*分页*/
.list_w .list_n .content_right .content_w .fenye{width: 90%;text-align: center;font-size:16px;margin-top:80px;}


@media screen and (max-width:750px)  {
/*知识列表*/
.list_w{width: 100%;overflow: hidden;margin-top: 1.3rem;}
.list_w .list_n{width: 9.2rem;overflow: hidden;margin:0 auto;background: white;}
/*内容左侧导航*/
.list_w .list_n .ul_div{display: none;}
/*知识列表内容*/
.list_w .list_n .content_right{width: 9.2rem;margin:0 auto;float: none;overflow: hidden;box-sizing: content-box;}
/*路径导航*/
.list_w .list_n .content_right p.lujing{margin-left:0.4rem;width: 9.2rem;line-height: 0.4rem;border-bottom: 0.013333rem gray solid;font-size: 0.266667rem;margin:0.266667rem auto;padding-bottom: 0.133333rem;}
/*详情*/
.list_w .list_n .content_right .content_w{width: 100%;border: 0.013333rem lightgray solid;margin-top:0.506667rem;padding-bottom: 1.333333rem;min-height: 8.0rem;}
.list_w .list_n .content_right .content_w h5{width: 100%;font-size: 0.32rem;text-align: center;margin: 0.666667rem 0 0.186667rem;}
.list_w .list_n .content_right .content_w p.time{width: 100%;font-size: 0.186667rem;color: #838383;text-align: center;margin-bottom: 0.533333rem;}
.list_w .list_n .content_right .content_w .neirong_n{width: 8.666667rem;margin:0 auto;font-size: 0.213333rem;line-height: 0.4rem;color: #3A3838;}
.list_w .list_n .content_right .content_w .neirong_n img{width:5.466667rem;height:4.133333rem;}
/*分页*/
.list_w .list_n .content_right .content_w .fenye{width: 90%;text-align: center;font-size:0.213333rem;margin-top:1.066667rem;}
}

